body
{
	font-size: 13px; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.searchheader
{
	color: #208BE1;
	display:inline;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
.programsheader
{
	color: #208BE1;
	display:inline;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;

}
.searchboxrounded
{
	width: 350px; 
	margin-top: 20px; 
	border: 1px solid #abcdef; 
	padding: 15px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
.searchboxperamlink
{
	width: 350px; 
}


h1.editextitle
{
	color:#2284F2;
	display:inline;
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
}

#exercisedisplayarea
{
	padding-top: 40px;
	padding-left: 20px;
	 width: 510px;  
 
}
div.searchlistresults a
{
	font-size: 10px;
	color: #2284f2;
	font-size: 10pt;
	text-decoration: none;
}
div.searchlistresults a:hover
{
	text-decoration: underline;
}
ul.setuptextli li { 
	font-size: 12px;
} 


.exStepTitle {  
	font-size: 10px; 
	font-weight: bold;
	color: #123456; 
	padding-bottom: 0px; 
	text-transform: uppercase; /* force text to uppercase */ 
} 

.exNoteTitle {  font-size: 10px; color: red; font-weight: bold; padding-bottom: 5px; margin-top: 10px; } 
.notes { 
	font-style: italic;
	font-size: 13px; color: #208BE1; font-family: Verdana, Arial, Helvetica, sans-serif;} 

.exerciseedit { font-size: 11px; width:500px; border-width: 1px; padding: 10px; margin: 10px; border-style: dashed; border-color: #aabbcc; } 
.exercise { font-size: 11px; width:500px; border: 1px solid $dddddd; padding: 10px; float: left; }
.exbody { } 
.extitle { font-size: 15px; float: left; width: 500px; padding-bottom: 0px; margin-bottom: 00px; border-bottom: #aaaaaa solid 1px; } 
.eximage { width: 200px; float: left; margin-right: 30px; background-color: #ffffff; border: dashed 0px; } 
.exsteps {  float: left; border: dashed 0px; padding-bottom: 0px; color: #654321; } 
.exstepfirst, .exstepnext { padding-bottom: 0px; color: #654321; } 
.exnote {  padding-bottom: 0px; } 
.exfooter { border-top: #aaaaaa solid 1px; margin-top: 15px; padding-top: 10px; float: left; width: 500px;} 
.exfooterlinks { font-size: 11px; width: 529px; } 
.publishcheck { float: right; }

#box {
	width: 300px; 
	padding: 10px; 
	margin:0; 
	background:#abcdef; 
	color:#000
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
.boxrounded {
	width: 300px; 
	padding: 10px; 
	margin:0; 
	background:#abcdef; 
	color:#000
}

span#exTitle{font: Arial sans-serif; font-size: 15px; color: #208BE1}
div#terms {width: 500px; font-size: 10px; color: #208BE1; padding: 0px; border: 0px solid #abcdef; margin-top: 5px;}

.rounded {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:6px;
}

.roundedbox {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:6px;
	margin-bottom: 20px;
	border: 1px solid #abcdef; 
	padding: 15px;
	margin-top:20px;
}

