/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	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: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 196px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: #ffffff;
	width:100%;
}

.MainMenu_MenuBar {
	cursor: hand;
	background-color: #ffffff;
    height:40px;
	width:100%;
    background-image: url( /Portals/0/Skins/bth/images/insurance-nav-bg.jpg );
    background-repeat:repeat-x;
}

.MainMenu_MenuBreak {
    height:40px;
    background-image: url( /Portals/0/Skins/bth/images/insurance-nav-bg.jpg );
    background-repeat:repeat-x;
    width:1px;
}

.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	background-color: #ffffff;  
	cursor: hand; 
	color: #000000; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial, Helvetica; 
}

.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuItemSel {
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
}

.RootMenu_ItemSelected{
    height:40px;
    background-image: url( /Portals/0/Skins/bth/images/insurance-nav-bg.jpg );
    background-repeat:repeat-x;
background-color: #ffffff; 
	cursor: hand; 
	color: #000000; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial, Helvetica; 
}


.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, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

