/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #BFD1D4;
	background-image:url(bg_strip.gif);
}
.skinmaster {
	height: 100%;
	background-color: #E9EFF1;
	BORDER-RIGHT: #2C6672 1px solid; 
	BORDER-TOP: #2C6672 1px solid; 
	BORDER-LEFT: #2C6672 1px solid; 
	BORDER-BOTTOM: #2C6672 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	margin-top: 15px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg);
}
.skinfooter{
	background-image: url(gradient_LtBlue.jpg);
	height: 30px;
	border-left: #47686F 1px solid;
	border-right: #18353B 1px solid;	
}
.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: 0px;
	padding-bottom: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuContainer {
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuItem {
	border: 0px; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	height: 20px;
	border-left: 4px solid #56858E;
}
.MainMenu_MenuContainer .MainMenu_MenuItem td,
.MainMenu_MenuContainer .MainMenu_MenuItemSel td{
	height: 24px;
	font-size: 16px;
	width: 126px;
	text-align: center;
	border-left: 0px;
}
.MainMenu_MenuContainer .MainMenu_MenuItemSel td{
	color: #FF9900;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #417580; 
	border: 0px; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px;
	height: 1px;
}
.MainMenu_SubMenu {
	margin-left: 4px;
	background-color: #56858E; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: #FF0000;
}
.MainMenu_MenuItemSel {
	background-color: #56858E;
	border: 0px; 	 
	cursor: pointer; 
	cursor: hand;  
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-left: 4px solid #FF9900;
	color: #FFFFFF;
}
.MainMenu_MenuArrow {
	border: 0px; 
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #FF9900;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #FF9900;
}
.StandardButton     {
    background: #6B949C none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #2C6672 1px solid; 
	BORDER-TOP: #2C6672 1px solid; 
	BORDER-LEFT: #2C6672 1px solid; 
	BORDER-BOTTOM: #2C6672 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: Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}

h1, h2, h3{
	color: #003366;
	font-family: Arial, Helvetica;
	margin-bottom: 5px;
}

h2{

}

h3{

}