/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	padding-top: 5px;
	background-color: #0C193C;

}
.skinmaster {
	height: 100%;
	background-color: #1B2D5D;
	BORDER-RIGHT: #010920 1px solid; 
	BORDER-TOP: #010920 1px solid; 
	BORDER-LEFT: #010920 1px solid; 
	BORDER-BOTTOM: #010920 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: #0C193C;
}

.skingradient {
	background-color: #010920; 
}

.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	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: #010920; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 32px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FB5C02; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #010920;
}
.MainMenu_MenuIcon {
	background-color: #010920; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #010920;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=7); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #010920; 
	cursor: pointer; 
	cursor: hand; 
	color: #FBCF02; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 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_LtGray.jpg);
}

.Head   {
    font-family: verdana;
    font-size:  15px;
    font-weight:  bold;
    color: #FA9403;
}
/* style for side menu */
.MenuHdr
{ 
  font-family: Verdana; font-size: 11px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; 
   padding-top: 2px; cursor: default; color: #1B2D5D; width: 134px;
}
.usertext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #010920;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
	font-family: Verdana;
	font-size: 11px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 2px;
	color: #1B2D5D;
	width: 134px;

}
.MenuItem A:Link
{
   color: #1B2D5D; width: 134px;
   cursor: pointer; cursor: pointer; 
  }
.MenuItem A:Hover
{
  text-decoration: underline; color: #FF6600; width: 100%;
   cursor: pointer; cursor: pointer; 
  }
.MenuItemMouseOver
{
  background-color: #cccccc!Important; 
}

