/* 
================================
Skin styles for Dotnetnuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	height: 100%;
	background-color: transparent;
	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;
}
.skinfooter {
	background-image: url(bottom.gif); 
	height:16px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;

}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.leftpane {
	width: 175px;
	background-color: #FFF7EA;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;
}
.rightpane {
	width: 175px;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	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; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Helvetica; 
}
.MainMenu_MenuIcon
{
	border-top: 1px solid #CAD5EA;
	border-left: 1px solid #CAD5EA;
	width: 15px;
	cursor: hand;
	border-bottom: 1px solid #CAD5EA;
	height: 21px;
	background-color: #8AB9FF;
	text-align: center
}
.MainMenu_SubMenu {
	background-color: #B3D1FF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3) 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #000000;
	font-style: normal;
	font-family: Arial, Tahoma, Helvetica;
	height: 21px;
	background-color: #3399FF;
}
.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; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Arial, 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 0px 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-weight: bold;
	font-size: 12px;
	color: #FF3300;
	font-family: Arial;
}
.footer
{
	border-left:1px solid #FFCC66; border-right:1px solid #FFCC66; border-top:1px solid #FFCC66; background-color: #FFFFE6; border-bottom-width:1px
}