/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #9B1645;
}
.skinmaster {
	height: 100%;
	width:950px;
	background-color: white;
	border-right: #ffcc00 1px solid; 
	border-top: #ffcc00 1px solid; 
	border-left: #ffcc00 1px solid; 
	border-bottom: #ffcc00 1px solid; 
}
.skinheader {
	background:white;
}
.skingradient {
	height:30px;
	background-color: #9B1645;
	color:white;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: white;
	border:0px;
	vertical-align: top;
}
.leftpane {
	width: 175px;
	background-color: white;
	border:0px;
	vertical-align: top;
}
.contentpane {
	width: 100%;
	background-color: white;
	border:0px;	
	vertical-align: top;
}
.rightpane {
	width: 175px;
	background-color: white;
	border:0px;
	vertical-align: top;
}
.bottompane {
	width: 100%;
	background-color: white;
	border:0px;
	vertical-align: top;
}
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFCC00;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.SubMenu_MenuItem {
	cursor: hand;
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f99;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	color: #ffcc00; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #9B1645;
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #9B1645;;  
	z-index: 1000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
/*	height: 1px; */
}
.MainMenu_MenuItemSel {
	background-color: #ffcc00; 
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	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;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffcc00;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
a:link     { color: #ffcc00; text-decoration: none }
a:active   { color: black; text-decoration: none }
a:visited     { color: #FF9900; text-decoration: none }
a:hover  { color: black; text-decoration: none; cursor: hand  }


