/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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: #fefefe;
}
.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: Transparent;
    height:29px;
}
.MainMenu_MenuContainer TD {
    background-color: transparent;
    height:29px ;

}
.MainMenu_MenuBar ,.MainMenu_MenuBar TD
{
    cursor: pointer;
    height: 29;
    background-color: Transparent;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    font-family:Tahoma,Verdana, Arial, sans-serif;
    font-size:13px;
}
.MainMenu_MenuItem  {
    cursor: pointer;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    background-color: Transparent;
    border:1px #0576D6 solid;
    border-width:1px 0;
    font-family:Tahoma,Verdana, Arial, sans-serif;
    font-size:13px;
    height: 20px ;
    }
.MainMenu_MenuItemSel {
    cursor: pointer;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    background-color: #00A3F0;
    font-family:Tahoma,Verdana, Arial, sans-serif;
    font-size:13px;

 }
 .MainMenu_MenuItemSel TD{
    cursor: pointer;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    background-color: #00A3F0;
    border:0 ;
    height: 29px   ;
    font-family:Tahoma,Verdana, Arial, sans-serif;
    font-size:13px;
}
.MainMenu_MenuIcon {
    display: none;
}
.MainMenu_SubMenu {
    cursor: pointer;
    background-color: #0576D6;
    margin-left: 5px;
    margin-top: 2px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuArrow {
    font-size:13px;
    border:#0576D6 solid;
    border-width:0 0 0 0;

}
.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:  15px;
   font-weight: bold;
   font-weight: bold;
   color: #085DC7;
}
.Normal {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  13px;
   font-weight: normal;
   color: #333333;
}
.Normal1 {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  13px;
   font-weight: bold;
   color: #085DC7;
}
.Normal2 {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  13px;
   font-weight: bold;
   color: #ffffff;
}
TH,TD,DIV{ font-family:Tahoma, Arial, Helvetica; font-size:13px; color:#333333; }

a:link { color: #085DC7; text-decoration: none; }
a:visited { color: #085DC7; text-decoration: none; }
a:active { color: #085DC7; text-decoration: underline; }
a:hover { color: #085DC7; text-decoration: underline; }


