﻿body
{
	font: 67.5% Tahoma,Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin:0;
	letter-spacing: 1px;
}

a, a:visited
{
	color: #3B5998;
	text-decoration: none;
	border-bottom:dotted 1px #3B5998;
}
a:hover
{
	text-decoration: none;
	border-bottom:solid 1px #3B5998;
}
p
{
	margin: 6px 0 6px 0;
	line-height:140%;
}
h1
{
	color: #3B5998;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 5px 0 0;
	line-height: 100%;
}
h2
{
	color: #3B5998;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	line-height: 100%;
	letter-spacing: 2px;
}
h3
{
	color: #3B5998;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 5px 4px 0;
	line-height: 100%;
	overflow: hidden;
}
h4
{
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px 0 0;
	line-height: 100%;
}
/* ------ Top menu ---------*/
div#TopMenu
{
	position: absolute;
	top: 12px;
	right: 25px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	z-index:999;
}
div#TopMenu ul
{
	color: #3B5998;
}
/* --------- menus ---------*/
.Menus
{
	width: 250px;
}
div.Links
{
	clear: both;
	width: 100%;
	white-space: nowrap;
}
div.Links li
{
	display: inline; /* border-left:1px #eee solid; */
	font-family: Tahoma;
}
div.Links ul
{
	margin: 0;
	padding: 0;
}
div.Links a
{
	padding: 0 4px 0 4px;
	color: #999;
}
/* ----------- basic ---------------*/
.Errors
{
	display: block;
	width: 75%;
	color: #c00;
	background-color: #FFEAEA;
	border: dotted 1px #c00;
	margin: 15px 0px 15px 68px;
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
}
.Button
{
	font-size: 0.85em;
	letter-spacing: 1px;
	padding: 0px 2px 0px 2px;
	margin: 4px 0 4px 0;
}
.ButtonLarge
{
	font-size: 1.1em;
	margin: 6px 0 6px 0;
	padding: 2px 4px 2px 4px;
}
.BuyButton
{
	margin: 0;
}
.DropDownList
{
	font-size: 0.95em;
}
/* nicer hr's */
div.divider
{
	margin-top: 8px;
	height: 3px;
	border-top: dotted 1px #999;
	width: 100%;
	clear: both;
}
div.divider hr
{
	display: none;
}
p.Back
{
	margin-top: 40px;
}
.bold
{
	font-weight: bold;
}
.large
{
	font-size: 1.1em;
}
.small
{
	font-size: 0.9em;
}
.tiny
{
	font-size: 0.8em;
	letter-spacing: 0;
}
.light
{
	color: #666;
}
.Left
{
	text-align: left;
	padding-right: 20px;
}
.Right
{
	text-align: right;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.Inline
{
	display: inline;
}
.UpperCase
{
	text-transform: uppercase;
}
.Italic
{
	font-style:italic;
}
.noWrap
{
	white-space: nowrap;
}
.Wrap
{
	white-space: normal;
}
.Centre
{
	text-align: center;
}
.Clear
{
	clear: both;
}
.Red
{
	color:#c00 !Important;
}
.MarginTop5
{
	margin-top:5px;
}
.MarginTop10
{
	margin-top:10px;
}
.MarginTop20
{
	margin-top:20px;
}
.MarginRight20
{
	margin-right:20px;
}
.MarginBottom10
{
	margin-bottom:10px;
}
.MarginBottom30
{
	margin-bottom:30px;
}
.PadTop5
{
	padding-top:5px;
}
.PadTop10
{
	padding-top:10px;
}
.PadRight5
{
	padding-right:5px;
}
.PadRight20
{
	padding-right:20px;
}
.PadLeft20
{
	padding-left:20px;
}
.spaceright
{
	padding-right:20px;
}
.Block
{
	display:block;
}
/* --------- Input Controls ---------*/
.inputboxes
{
	clear: both;
	margin-top: 20px;
	line-height: 180%;
}
.inputboxes span
{
	vertical-align: top;
	padding-top: 3px;
	width: 100px;
}
select, textarea, .admininput
{
	font-size: 0.85em;
	font-weight: normal;
	background-color: #F7FCE8;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	padding: 1px;
	letter-spacing: 1px;
	font-family: Tahoma,Helvetica,sans-serif;
}

select:focus, .admininput:focus, textarea:focus
{
	background-color: #F2F8D4;
}
.inputfontlarge, .inputfontlarge:focus
{
	font-size: 1.2em;
}
.inputfontmedium, .inputfontmedium:focus
{
	font-size: 1em;
}

.watermarked
{
	color: #aaa;
}
span.Block
{
	display: block;
}
