﻿/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#505050;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.right{padding:4px; border:1px solid #a0a0a0;}

img.center{padding:4px; border:1px solid #a0a0a0;}

img.left{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:5px solid #fff;
}

#header{
height:110px;
width:758px;
margin:0 1px 1px 1px;
background:#467aa7;
color:#ffffff;
background: url('images/grad-blue1.gif');
background-repeat: repeat-x;
}

#header h1{
font-family : "Trebuchet MS";
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
	border-bottom: 5px #9C0 solid;
	height: 2.2em;
	line-height: 2.2em;
	width: 758px;
	margin: 0 1px;
	background: #467aa7;
	color: #ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation a:hover{
background:#9c0;
color:#ffffff;
text-decoration:none;
}

#navigation .selected{
background:#9c0;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:left;
width:530px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content-training{
	float: left;
	width: 760px;
	font-size: 0.9em;
	padding: 20px 0 20px 20px;
}


#content h2{
display:block;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#800000;
background-color:inherit; margin-left:0; margin-right:0; margin-top:0; margin-bottom:16px
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#subcontent a:hover{text-decoration:underline;}
#content a:hover{text-decoration:underline;}
#content ol{margin:0 5px 16px 35px;}
#content ul{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#800000;
background-color:inherit; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Table classes and styles ****************/
/* Spearmint tints > http://inspire.server101.com/bttdb/html/tables/ */

/* table */
table {
	margin: 0 0 1em;
	background: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px #CCCCCC solid;
	width: 500px;
}

/* caption = table title/heading */
caption {
	text-align: left;
	font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;
	color: #363;
	margin: .3em 0;
}

/* reduced font size to save space */
tr { font-size: 90%; }
/* prevent nested tables reducing font size further */
tr tr { font-size: 100%; }

/* tinted rows */
/* in CSS3 selectors: tbody tr:even or tbody tr:nth-child(2n) */
tr.odd {
	background: #F7F7F7;
}

/* table cells */
td {
	font-weight: 500;
	padding: .3em .7em;
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: 500;
	padding: .3em .7em;
	text-align: left;
	vertical-align: top;
}

/* borders to separate body sections */
tfoot tr:first-child td {
	border-top: 1px solid #363;
}

tfoot tr:first-child th {
	border-top: 1px solid #363;
}

tbody tr:first-child td {
	border-top: 1px solid #363;
}

tbody tr:first-child th {
	border-top: 1px solid #363;
}

/* tints for column headings */
thead {
	background: #467AA7;
	white-space: nowrap;
	color: #fff;
}

/* tints for totals */
tfoot {
	background: #ADA;
}

/* bold text for totals */
tfoot td {
	font-weight: bold;
}

tfoot th {
	font-weight: bold;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#800000; background-color:inherit; font-weight:bold}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

.rightbox{
border-top:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; background-color:#F7f7f7;
color:#505050;
line-height:1.5em; margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0px
}

form fieldset{
	background-color: #eef3f7;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	width: 505px;
	position: relative;
	display: block;
	padding: 0px 5px 10px 10px;
}

form fieldset legend{
	background-color: #369;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color: #FFCC00;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -10px;
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

form input,option,select,textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
label{
	float: left;
	width: 130px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

.button{
	background-color:#fff9e7;
	border-width:1px;
	border-style:solid;
	border-color:#7c5b47;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.submit{margin-left:180px;}
label.error {
	float: none;
	color: red;
	padding-left: 5px;
	vertical-align: top;
}

.style1 {
	border-top-style: solid;
	border-bottom-style: solid;
}
