/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #3399CC;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color:#3399CC;
}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #003366;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #000;
}
h5 {
	font: 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #fff;
	padding: 10px 0px 0px 10px;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a{
	color: #003A63;
	text-decoration: underline;
}
a:hover{
	color: #3399CC
}
a:visited{ 
	color:#3399CC;
}
a:active{ 
	color:#000;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
/* -------------- end general glasses -------------------------------------------- */

.contentsection{
	margin: 20px 0px 25px 0px;	
}

/* --------------- Form Styles - Using CMX Form ---------------------------------- */

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #003A63; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #003A63;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 2px solid #003A63;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 2px solid #003A63;
	padding: 2px;
	height: 100px;
	width: 440px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #003A63;
	border: 1px solid #003A63;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* -------------- End Form Styles ----------------------------------------------- */

.training-photos{
	float: right;
	width: 450px;
	text-align: right;
}

table{
	border-collapse: collapse;	
	width: 100%;
}
table.smaller{
	width: 50%;
}
th{
	padding: 5px 7px 5px 7px;	
	background: #D4EEF9;
	font-weight: bold;
}
td{
	padding: 5px 7px 5px 7px;	
}
td.name{
		width: 150px;
		font-weight: bold;
		color: #003366;
}
tr{
	background: #F2F8F9;
}
tr.alt{
	background: #E5F4F9;
}
#credit{ font-size: 0.8em; text-align: center}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}
.sIFR-active h1 {
	font-size: 24px;
	display: block;
	line-height: 1em;
	color: #003366;
	margin: 0px;
}
.sIFR-active h5 {
	font-size: 24px;
	display: block;
	line-height: 1em;
	color: #003366;
	padding: 10px 0px 0px 10px;
}
.sIFR-active h2 {
	font-size: 24px;
	display: block;
	line-height: 1em;
	color: #003366;
	margin: 1em 0px 0px 0px;
}
.sIFR-active h4 {
	font-size: 24px;
	display: block;
	line-height: 1em;
	color: #003366;
	margin: 0px;
}
.sIFR-active h3 {
	font-size: 18px;
	display: block;
	line-height: 1em;
	color: #003366;
	margin: 0px;
}

.post{
	padding: 10px 0px 10px 0px;
	
}
.post .date{
	font-style: italic;
	color: #999;
	border-top: 1px solid #CCC;
		padding: 3px 0px 3px 0px;
}
.post .footer{
	background: #e6e6e6;
	padding: 3px;
}
.post-footer{
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: #ccc 1px dashed;
	padding: 10px 0px;
	margin-left: 0px;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
