/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.ScrollBarOnRight{
	width:100%;
	height:400px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:auto;
	padding-right: 30px;
	SCROLLBAR-FACE-COLOR: #003399;
	SCROLLBAR-HIGHLIGHT-COLOR: #003399;
	SCROLLBAR-SHADOW-COLOR: #003399;
	SCROLLBAR-3DLIGHT-COLOR: #003399;
	SCROLLBAR-ARROW-COLOR: #33cccc;
	SCROLLBAR-TRACK-COLOR: #003399;
	SCROLLBAR-DARKSHADOW-COLOR: #003399;
	text-align:left;
	background:url(IMG_frontpage.jpg)
}  
.simpleScrollBarOnRight{
		width:100%;
	height:400px;
	float: left;
	display: inline;	
	overflow:auto;	
	background:url(IMG_frontpage.jpg)
}
.containermaster_blue {
	width: 100%;
	background-color: #D5F4F4;
	border-right: #003399 1px solid; 
	border-top: #003399 1px solid; 
	border-left: #003399 1px solid; 
	border-bottom: #003399 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
	font-size: 10pt;
}
.containermaster_Content {
	font-size: 10pt;
}
.containerrow1_blue {
	background-image: url(bar1.jpg);
}
.containerContentBkg {
	;
}
.containerMiscContent {
	background-color::#336699;
}
.containerrow2_blue {
	background-color: #ffffff;
}

.tblCourseHeader {
	font-weight: bold;
	font-size: 8pt;
	font-family: MS Reference Sans Serif, Century Gothic, Myriad pro, Tahoma, Arial, Helvetica;
}
.tblCourseDetail {
	font-size: 9pt;
	font-family: MS Reference Sans Serif, Century Gothic, Myriad pro, Tahoma, Arial, Helvetica;
}
.Coursepara {
font-family: MS Reference Sans Serif, Century Gothic, Myriad pro, Tahoma, Arial, Helvetica;
}


