/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}


/* ************************************************************************** */

body,td,th {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	}

body {
	color: #333333;
	margin: 0; padding: 0;
	text-align: center;
	}

h1 {
	color: #000000;
	font: normal 22px/30px "Arial Narrow", Helvetica, sans-serif;
	margin: 0; padding: 0;
	}

h2 {
	color: #000000;
	font: normal 15px/15px "Arial Narrow", Helvetica, sans-serif;
	margin: 0; padding: 0;
	border-bottom: 1px solid #000000;
	}

h3 {
	color: #666666;
	font: normal 13px/15px "Arial Narrow", Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
	margin: 0; padding: 0;
	}

h4 {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

#containerMain {
	margin: 0 auto; padding: 0;
	text-align: left;
	width: 774px;
	background-color: #FFFFFF;
	border: 1px solid #8A8A8A; border-top: none;
	}
	
#tableMain {
	margin: 0; padding: 0;
	width: 100%;
	border: none;
	}

#header-blue {
	width: 774px;
	height: 191px;
	background: transparent url(images/BlueHeaderTestFinal.jpg);
	position: relative;
	}
#header-orange {
	width: 774px;
	height: 191px;
	background: transparent url(images/OrangeHeaderTestFinal.jpg);
	position: relative;
	}
#header-red {
	width: 774px;
	height: 191px;
	background: transparent url(images/RedHeaderTestFinal.jpg);
	position: relative;
	}
#header-green {
	width: 774px;
	height: 191px;
	background: transparent url(images/GreenHeaderTestFinal.jpg);
	position: relative;
	}
#header-purple {
	width: 774px;
	height: 191px;
	background: transparent url(images/PurpleHeaderTestFinal.jpg);
	position: relative;
	}
	
#Menu
{
	width:150px;
	text-align:center;
	padding:5px;
}
#MenuItemHome
{
	filter:alpha(opacity=50);
	background:#FFFFFF;
	border:1px solid black;
}
#MenuItemHome a:hover 
{
	filter:alpha(opacity=50);
	background:red;
	border:1px solid red;
}



#headerTitle {
	width: 100px;
	font: 20px/22px "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	position: absolute;
	margin: 120px 0 0 40px;
	}
#header object, #header img {float: left; background-color: transparent; position: absolute;} 

.colMain {
	color: #000000;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 21px 15px 10px 10px;
	vertical-align: top;
	}
.colLeft {
	color: #666666;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 21px 5px 10px 10px;
	width: 164px;
	vertical-align: top;
	border-right: 1px dashed #CCCCCC;
	}
.colRight {
	color: #000000;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 21px 5px 10px 5px;
	vertical-align: top;
	}

.subMain {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	}
.subMain td {
	padding: 10px;
	}
.subMain img {border: none; margin: 0 5px 20px 0;}

a:link, a:visited {
	color: maroon;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover, a:active {
	color: maroon;
	font-weight:bold;
	text-decoration:underline;
	}
	
img, img:link, img:visited, a:link img, a:visited img {
	border: none;
	}

#footer {
	font-size: 9px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #356897;
	padding: 0 10px;
	}
#footer-orange
{
	font-size: 9px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #C86D0B;
	padding: 0 10px;
}
#footer-red
{
	font-size: 9px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #DEAB55;
	padding: 0 10px;
}
#footer-green 
{
	font-size: 9px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #336633;
	padding: 0 10px;
}
#footer-purple
{
	font-size: 9px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #5E2F8C;
	padding: 0 10px;
}
#footer-blue
{
	font-size: 9px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #356698;
	padding: 0 10px;
}

.footerCopy {float: left;}
.footermenu {float: right;}
.footermenu, .footermenu a, .footermenu a:link, .footermenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	}
.footermenu a:hover, .footermenu a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}

.blue {color: #004080;}

.enroll {
	color: #4c4c4c;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
}
.Transparent-Default
{
	width:125px;
	background-color:#e8e8e8;
	filter:alpha(opacity=55);
	-moz-opacity:0.49;
	opacity:0.49;
	border:1px solid black;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:black;
	cursor:pointer;
}
.Transparent-Red
{
	background-color:#F1D8AB;
	filter:alpha(opacity=55);
	-moz-opacity:0.49;
	opacity:0.49;
	border:1px solid black;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:black;
	cursor:pointer;
}
.Transparent-Blue
{
	background-color:#356698;
	filter:alpha(opacity=55);
	-moz-opacity:0.49;
	opacity:0.49;
	border:1px solid black;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:white;
	cursor:pointer;
}
.Transparent-Orange
{
	background-color:#C86D0B;
	filter:alpha(opacity=55);
	-moz-opacity:0.49;
	opacity:0.49;
	border:1px solid black;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:white;
	cursor:pointer;
}
.Transparent-Purple
{
	background-color:#5E2F8C;
	filter:alpha(opacity=55);
	-moz-opacity:0.49;
	opacity:0.49;
	border:1px solid black;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:white;
	cursor:pointer;
}
.Transparent-Green
{
	background-color:#336633;
	filter:alpha(opacity=55);
	-moz-opacity:0.49;
	opacity:0.49;
	border:1px solid black;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:white;
	cursor:pointer;
}
.GlossaryTerm
{
	font-weight:bold;
}
.HeaderText
{
	PADDING-RIGHT: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	BORDER-BOTTOM: black 1px solid;
}
.AdditionalInformationText
{
	PADDING-RIGHT: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	BORDER-BOTTOM: black 1px solid;
}
