

/* 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 img { border:none } /* Gets rid of IE's blue borders */

a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}
/*removes the dotted blue line around a tags when selected in firefox*/

body {
	font-size: 75%;
	font-family: Helvetica, Arial, Sans-Serif;
} 

html>body {
	font-size: 12px;
}

h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size : 1.4em;
	font-weight: normal;
	color: #006699;
	line-height: 1em;
	margin: 0.75em 0px 0.5em 0px;
}

h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 2em;
	font-weight: normal;
	color: #006699;
	line-height: 1em;
	margin: 0.5em 0px 0em 0px;	
}

#topColumn2alt h1{
	color: #fff;
	margin-top: 25px;
}



h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size : 1.3em;
	font-weight: normal;
	color: #006699;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	
}

h4{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000033;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;	
}


#topContent h4{
	font-size: 1.4em;
	color: #fff;
	margin: 0.5em 0px 1em 0px;
}

p{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #000;
}

ul{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.6em;
	margin: 1em 0px;	
}

ol{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.6em;
	margin: 1em 0px;
	color: #000;
}

li{
	list-style: disc;
	margin: 0.75em 0px 0.75em 15px;
}

a, a:visited{	
	color: #003366;	
}

a:hover, a:visited:hover{
	color: #666;
}

table{
	width: 100%;
	border-collapse: collapse;
}

th{
	background: #006699;
	color: #fff;
	padding: 7px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
td{
	padding: 7px;
	background: #E7ECF7;
	border-bottom: 2px solid #fff;
}

.ticks li{
	background: url(../images/tick.png) no-repeat;
	list-style: none;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 2px;
	color: #fff;
	font-size: 1.3em;
}

.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}

.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}


td.blank{
	background: #fff;
}



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


form.cmxform fieldset { margin-bottom: 5px; }
form.cmxform legend {
	padding: 0 2px;
	margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 2px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #BE1E2D;
	}

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { 
	font-size: 100%;
	font-weight: normal;
}

form.cmxform fieldset {
	border: none;
}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
}

#UserLoginForm label { width: 100px; } /* Width of labels */
#UserLoginForm fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */

form.cmxform label { font-size: 1.2em;width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #ccc; padding: 10px; margin: 20px 0px 0px 0px;}
form.cmxform fieldset legend{ 
	padding: 0px 6px; font-size: 1.2em; background: #fff;
	color: #333;
	font-weight: bold;
}
form.cmxform ol{
	
}
form.cmxform li{
	border-bottom: 2px solid #fff;
	font-size: 1em;
	background: #E7ECF7;
	position: relative;
}

div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#C72229;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox, .textField{
	border: 1px solid #666;
	padding: 2px;
	width: 300px;
	height: 25px; 
	font-size: 16px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox, .textareaField{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 300px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #C72229;
	border: 1px solid #C72229;
	font-size: 14px;
	font-weight: bold;
}
.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;
}
.form-error{
	border: 1px solid #E50024;
}
.error-message{
	border: 1px solid #E50024;
	background: #F8C1D9;
	background-position: 7px 9px;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	font-weight: bold;
	color: #E50024;
	margin: 5px 0px 10px 0px;
}
.selectCourse{
	font-size: 0.7em;
	text-align: center;
}
.submit input{
	padding: 0px 20px;
	height: 30px;
	background: #2B6DAF;
	border: 1px solid #2B6DAF;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0px 0px 0px;
}
form.cmxform fieldset .checkbox label{
	width: 450px;
}
.termsBox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 450px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.input{
	margin: 10px 0px;
}
.checkbox input{
	margin-right: 10px;
}

.formButton{
	background: url(../images/button_bg.png) no-repeat;
	width: 160px;
	height: 38px;
	color: #fff;
	text-align: center;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	text-shadow: -1px -1px 0px #18A7B2;
	background-position: 0px -38px;
}

.formTip{
	background: url(../images/formtip_arrow.gif) no-repeat #0062A7;
	background-position: 2px 8px;
	border: 1px solid #0062A7;
	position: absolute;
	width: 250px;
	z-index: 1;
	left: 550px;
	top: 5px;
	padding: 8px 10px 10px 20px;
	color: #fff;
	font-size: 1em;
}

.validation-advice{
	border: 1px solid #E50024;
	background: #F8C1D9;
	background-position: 7px 9px;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	font-weight: bold;
	color: #E50024;
	margin: 0px 0px 10px 0px;
}
	
	
.filterform{
	clear: both;
	margin: 0px 0px 0px 0px;
	background: #e6e6e6;
	padding: 5px;
}
.filterform div{
	margin: 0px;
	padding: 0px;
}
.filterform label{
	font-size: 1em;
	margin: 5px 10px 0px 0px;
}
.filterform .input{
	float: left;
	display: inline;
	margin: 5px 10px 0px 10px;
}
.filterform a{
	font-size: 0.7em;
}

.newsletterSignup{
	padding: 10px;
	background: url(../images/newsletter_bg.png) no-repeat;
}

.newsletterSignup .textbox{
	border: 1px solid #A0B8DD;
	padding: 2px;
	width: 200px;
	height: 20px; 
	font-size: 12px;
}

.newsletterSignup .input{
	margin: 5px 0px;
}

.fieldEmpty{
	font-style: italic;
	color: #999;
	font-size: 12px;
}


