body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #B8DBDA;
    scrollbar-face-color: #178885;
    scrollbar-highlight-color: #A4B5B4;
    scrollbar-3dlight-color: #A4B5B4;
    scrollbar-shadow-color: #A4B5B4;
    scrollbar-darkshadow-color: #C6DAD9;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #C6DAD9;
}

#header {
	margin-right: 5px;
	margin-top: 5px;
}
.alert
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.bigBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #178885;
}
.classRoom
{
    border-bottom: solid 1px #178885;
    empty-cells: hide;
    padding:0px;
}
.fancyLeft {
	background-color: #D3E9E8;
	background-image: url(/images/smallCurveLeft_fancy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.fancyBg {
	background-color: #D3E9E8;
	background-image: url(/images/fancy_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.imageBorder {
	border: thick solid #B7DBD7;
	/*display:none;*/
}
.footer {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
}

.headerTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    font-style: italic;
}
.mainTable {
	background-color: #B8DBDA;
	border: 1px solid #B6CAC9;
}
.mainTable #middle {
	background-color:#D3E9E7 ;
	border-top: solid 1px #B8DBDA;

}

.mainTable #side {
	background-color:#B6CAC9;
	border-top: solid 1px #B8DBDA;
	
}

.mainTable #sideBarBottomContent {
	/*text-align: left;*/
	padding: 5px;
}

.mainTable #toolBox {
	background-color: #C4D9D8;
}

.mediumBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.plainLeft {
	background-color: #D3E9E8;
	background-image: url(/Images/smallCurveLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.programToolsTable {
	font-family: Arial, Helvetica, sans-serif;
	border-top: thin solid #87C2BE;
	border-right: medium solid #87C2BE;
	border-bottom: medium solid #87C2BE;
	border-left: thin solid #87C2BE;

}
.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	width:auto;
	background-color: #FFFFFF;
	padding: 10px;
	border-top: thin solid #006699;
	border-left: thin solid #006699;
	border-right: medium solid #006699;
	border-bottom: medium solid #000033;
}

.popup a 
{
    text-decoration:none;
}
.scrollingMidSection
{
	height: 425px;
	overflow: auto;
	width: 98%;
	
	border-top: solid thin #B8DBDA;
	border-left: solid thin #B8DBDA;
	border-right: solid thin #A4B5B4;
	border-bottom: solid thin #A4B5B4;
	
	background-color:#C0D4D3;
}
.scrollingMidSectionNoShadow
{
	/*height: 395px;*/
	height:440px;
	overflow: auto;
	width: 100%;
	padding-top:5px;
	
	/*border-right: solid thick #A4B5B4;*/
	
	
	/*background-color:#C0D4D3;*/
}
sup
{
    font-weight: bold;
}
.thumbborder
{
    border: 2px solid #178885;
}
.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	/*font-weight:bold;*/
	text-align:left;
	width:150px;
	background-color: #FFFFFF;
	padding: 7px;
	border-top: thin solid #006699;
	border-left: thin solid #006699;
	border-right: medium solid #006699;
	border-bottom: medium solid #000033;
}

.tooltip li 
{
    font-style:normal;
}
.under_bar {
	background-color: #178885;
}
