body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}
a{
	color: #2B6DAF;
}
a:visited{color:#003366;}
a:hover {
	text-decoration: none;
	color:#000033;
}
h1{
	font-size: 1.6em;
	color:#000033;
	margin-bottom: 15px;
}
h2{
	font-size: 1.2em;
	color:#000033;
	margin-bottom: 15px;
	font-weight:normal;
}
h3{
	font-size: 1em;
	color: #2B6DAF;
	font-weight:bold;
	margin-bottom: 15px;
}
h4{
	font-size: 1em;
	color: #000033;
	font-weight:normal;
	margin-bottom: 3px;
	font-style: italic;
}
p{
	font-size: 0.7em;
	margin-bottom: 15px;
	line-height: 1.8em;
}
p.leader{
	font-size: 0.9em;
}
p.error{
	font-size: 0.9em;
	color: #C00;
}
small{ font-size: 0.8em; }
p2{
	font-size: 0.7em;
	margin-bottom: 8px;
	line-height: 1.8em;
}

p.small{font-size: 67%;}
ul{
	font-size: 0.7em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

li{
	margin-bottom: 7px;
	margin-left: 15px;
}
ol{
	font-size: 0.7em;
	line-height: 1.4em;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}
ol li{ margin-bottom: 10px;margin-left: 15px;}
img {border: 0px; }
.floatright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}
.floatleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
#footer li a{ color: #666666; text-decoration: none; }
#footer li a:hover{color: #000; text-decoration:underline; }
.errortext{ color: #CC0000; }
#strong {
font-weight:bold;}

.errortext{

	color: #CC0000;

	font-weight: bold;

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

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

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

/*---- Header styling ---*/
.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 24px;
  color:#000033;
}
.sIFR-active h3.sidebar {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1.2em;
  font-size: 18px;
  color:#2B6DAF;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-left: 0px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 18px;
  color:#2B6DAF;
  margin-bottom: 0px;
}

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



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

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 #ccc; padding: 10px; margin: 20px 0px 0px 0px;}
form.cmxform fieldset legend{ 
	padding: 0px 6px; font-size: 1em; background: #fff;
	color: #333;
}
form.cmxform ol{
	
}
form.cmxform li{
	border-bottom: 2px solid #fff;
	font-size: 1em;
}
label{
	font-size: 1.1em;
}
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:#C72229;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	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: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	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: url(../images/error-arrow.gif) no-repeat #F8C1D9;
	background-position: 7px 9px;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	font-weight: bold;
	color: #E50024;
	margin: 0px 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;
}

/* -------------- End Form Styles ----------------------------------------------- */

#subscriptionSummary{
	border: 1px solid #2B6DAF; 
	padding: 10px; 
	margin: 20px 0px 20px 0px;
	font-size: 1.1em;
	color: #2B6DAF;
}

table{
	width: 100%;
}
th{
	background: #4A71AE;
	padding: 7px;
	color: #fff;
	font-size: 0.8em;
	text-align: left;
}
th a, th a:visited{
	text-decoration: none;
	color: #fff;
}
th a:hover, th a:visited:hover{
	color: #000;
	text-decoration: underline;
}
td{
	padding: 5px 3px 5px 7px;
	background: #F2F2F2;
	border-bottom: 1px solid #fff;
}
tr.altrow td{
	background: #fff;
}


#quicksearchform{
	width: 300px;
	float: left;
	display: inline;
	background: #e6e6e6;
	padding: 5px;
	font-size: 0.7em;
}


div.auto_complete {
  position:absolute;
  width:290px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  font-size: 0.7em;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:18px;
  cursor:pointer;
}


/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
	font-size: 0.7em;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
	margin-left: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px 0px;
	margin-left: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
	border: 1px solid #ccc;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px 8px 5px 8px;
	text-decoration: none; 
	color: #666;
	background: #e6e6e6;
}

.pagination a:hover, .pagination a:active{
	color: #fff;
	background: #666;
}

.pagination span.current{
font-weight: bold;
cursor: default;
color: #fff;
	background: #666;
	padding: 5px 8px 5px 8px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;

}

.pagination a.prevnext{
font-weight: bold;
}

.paginationstatus{
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 20px;
}

.filterform{
	clear: both;
	margin: 0px 0px 0px 0px;
	background: #e6e6e6;
	padding: 5px;
}
.filterform div{
	margin: 0px;
	padding: 0px;
}
.filterform label{
	font-size: 0.7em;
	margin-left: 10px;
}
.filterform .input{
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}
.filterform a{
	font-size: 0.7em;
}


.message{
	border: 1px solid #8CC63F;
	background: #CAEF81;
	color: #000;
	padding: 4px 4px 4px 8px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.message a, .message a:visited{
	color: #000;
	text-decoration: underline;
}
.message a:hover, .message a:visited:hover{
	color: #fff;
}

.correctAnswer{
	background: #CAEF81;
	padding: 3px;
}
.wrongAnswer{
	background: #FF6666;
	padding: 3px;
}