* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	background: #91b1cb;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	margin:0px 10px;
}

option {
	min-width: 3em;
}

.no-space {
	padding:0;
	margin:0;
}

.no-border {
	border: 0;
}
.text-light {
	color: white;
}

.italic {
	font-style:italic;
}

.error_message {
	border-bottom: solid 1px #fff;
	padding: 2px 6px 2px 6px;
	background: #c44;
	color: #fff;
	font-size: 11px;
}

#flashMessage, .message {
    margin: 0 auto;
    padding: 6px 12px;
    background-color: #c44;
    background-image: url('/engine/img/error.gif');
    background-repeat: no-repeat;
    color: #fff;
	font-size: 12px;
    text-align: center;
    width: 40%;
}

#flashMessage.message a {
	color: #fff;
	text-decoration:underline;
	font-weight: bold;
}

img {
	border: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align:left;
}


#contentWrapper {

}

ul {
	list-style-type: none;
}

input, textarea {
	margin-right:5px;
	padding: 2px;
}

#content {
	margin-top:10px;
	width:760px;
	float:left;
}

.curved { 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	behavior: url(/engine/border-radius.htc);
}

#content_fluid {
	text-align:center;
}

#content_body {
	background: #FFFFFF url(/img/contentboxt.gif) top no-repeat;
	padding: 30px;
	text-align: left;
}

#content_body_fluid {
	padding: 20px;
	text-align: left;
}

#content_body .content_body_header {
	margin-bottom:5px;
}

#content_body p {
	margin-top:10px;
	font-size: 12px;
	color:#444;
}

#content_body ul {
	margin-top:15px;
	margin-bottom:10px;
}

#content_body li {
	list-style:none;
	background:url(/img/arrow.gif) no-repeat;
	background-position:0px 3px;
	padding-left:11px;
	margin-left:8px;
	margin-bottom:8px;
	font-size:12px;
	color:#444;
}

#content_body li.check {
	list-style:none;
	background:url(/img/check.gif) no-repeat;
	background-position:0px -1px;
	padding-left:21px;
	margin-left:8px;
	margin-bottom:8px;
	font-size:12px;
	color:#444;
}

#content_body ul li p {
	font-size: 10px;
	color: #23435e;
	width:350px;
	text-align:left;
}

#content_body ul.overview li {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#D08000;
	list-style:none;
	background:url(/img/arrow.gif) no-repeat;
	background-position:0px 3px;
	padding-left:11px;
}

#content_body ul.overview li p {
	color:#23435e;
	font-weight: normal;
	font-size: 12px;
}

#content_body h2 {
	margin:8px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#23435e;
}

#content_body h3 {
	margin-left:10px;
	margin-top:3px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#23435e;
}

#content_body ul.small {
	margin-top:0px;
	margin-bottom:13px;
}

#content_body ul.small li {
	list-style-type:none;
	background:none;
	margin:0px;
	margin-top:1px;
	margin-left:18px;
	font-weight: normal;
	font-size: 12px;
	color:#D08000;
}

#content_body ul.lessindent li {
	margin-left:0px;
}


.content_header.content_header {
	padding-left:40px;
	padding-bottom:20px;
	padding-top:8px;
}

img.symbol {
	vertical-align:bottom;
}

form.lpform {
	font-size:12px;
	color:#444;
	margin-left:2px;
}

form.lpform input {
	font-size: 12px;

}

form.lpform input.bg, .inputbg {
	background-image:url(/img/box_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #7C7B7D;
}

form.lpform input.bg2, .inputbg2 {
	background-image:url(/img/box_bg2.gif);
	background-repeat:repeat-x;
	border:1px solid #7C7B7D;
}

form.lpform input.img {
	padding-top:8px;
	margin:0px;
	font:0px;
	vertical-align:top;
	background:none;
	border:none;
	text-align:right:;
}

a.odlink {
	text-decoration:none !important;
	padding-left:1px;
	font-weight:bold;
}

.desc br {
	font-size:3px;
}

#report {}

#report tr.alt1, tr.alt1, .alt1 {
	background-color:white;
}

#report tr.alt2, tr.alt2, .alt2 {
	background-color:#eee;
}

#report th {
	background-color: #444;
	padding: 4px 2px;
	color: #fff;
	font-weight: bold;
}

#report td, td {
	padding: 4px 2px;
}

.center {
	text-align: center;
}

table.courses {

}

table.courses td {
	padding: 3px;
}

#content_body h2.landing_page {
	font-size: 20px;
	margin-top: 30px;
	color: #f90;
}

#content_body hr {
	margin: 4px 0px 20px 0px;
	border:none;
	background-color:#609ccb;
	height: 1px;
}
.required {
	color: green;
	font-weight: bold;
}

form div.date{
	margin-left: 0em;
}

div.related {
	clear:both;
	display:block;
}


.dashed {
	border-bottom: 1px dotted #000;
}

.desc {
	
	padding-top:4px;
	color:#888;
	font-size:9.5px;
	font-weight: normal;
	line-height: 1.2em;
}

fieldset {  
	width: auto;
	margin: 1.5em 0 0 0;  
	padding: 0; 	
	border: 1px solid #ccc;
    border-radius: 4px;
	
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold; 	
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}

fieldset li {  
	padding-bottom: 1em;  
}

fieldset.submit {  
	border-style: none;  
}

#footer a {
	text-decoration: underline;
}

img.step {
	margin-bottom: 4px;
}

#fine_print, .fine_print {
	font-size: 9px;
	color: #888;
}

.NEWmessage, div.NEWmessage {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	cursor: pointer;
	font-size: 12px;
	width: 100%;
	background-color: #fffeeb;
	background-image: url("../images/icons/information.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 50%;
}

.NEWmessage {
	position: fixed;
	z-index: 1000;
	top: 0pt;
	left: 0pt;
}
