/* 
================================
Skin styles for DotNetNuke
================================
*/   

hr
{
    color: #517197;
}

.pagemaster {
	width: 100%;
	height: 100%;	
}
.skinmaster {
	height: 100%;
	background-color: white;
	border-right: #00325F 1px solid; 
	border-top: #00325F 1px solid; 
	border-left: #00325F 1px solid; 
	border-bottom: #00325F 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
    background-color: white;
}
.skingradientline {
	background-color: #FE0000;
	height:4px;  
}
.skingradienttopmenu 
{
    background-image: url(menu_back.jpg);
    background-repeat:repeat-x;
	height:30px;
}
.skingradientcopyright 
{
	background-color: #00325F;
}
.skingradientprivacy {
/*	background-image: url(gradient_DKBlue.jpg);   */
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 10px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 75%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 20%;
	text-align: right;
	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; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem { /* main menu items */
	border-left: #4E709E 0px solid; 
	border-bottom: #4E709E 1px solid; 
	border-top: #4E709E 1px solid; 
	border-right: #4E709E 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Helvetica; 
}
.MainMenu_MenuIcon { /* left submenu icons */
	background-color: #4E709E; 
	border-left: #4E709E 1px solid; 
	border-bottom: #4E709E 0px solid; 
	border-top: #4E709E 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 21px;
}
.MainMenu_SubMenu { /* submenu items */
	background-color: #517197;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel { /* selected rollover item */
	background-color: #EBEEF3; 
	cursor: pointer; 
	cursor: hand; 
	color: #00325F;   
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow { /* right submenu icons */
	border-right: #4E709E 0px solid; 
	border-bottom: #4E709E 0px solid; 
	border-top: #4E709E 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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: Arial, Tahoma, Helvetica;
   font-size:  20px;
   font-weight: bold;
   color: #00325F;
}
