/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width:100%;
	background-color: #547698;}

.skinmaster {
	height: 100%;
	background-color: white;
	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; 
}

.skinblue{
	background-color: #98c6dd;
	width:776;
	height:30px;

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:25px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.copyright{
	font-size: 9pt;
 	font-style: normal; 
 	color: #2b4777;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {

	background-color: transparent;;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
}
.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: #98c6dd;
	text-align: center;
	height: 18;
	padding-left:0px;
	margin-left:0px;
	width:1px;
	border: #2b4777 1px solid; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
}


.MainMenu_MenuBar {
	height: 18;
	text-align: center;
}

.MainMenu_MenuItem {
 	color: #2b4777;
 	font-size: 9pt; 
 	font-weight: bold; 
 	font-style: normal; 
 	font-family: Tahoma, Arial, Helvetica; 
	padding:2px 15px 2px 10px;
}

.MainMenu_MenuIcon 
{
    	display: none; 
}

.MainMenu_SubMenu {
 	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #2b4777 1px solid; 
 	border-left: #2b4777 1px solid; 
 	border-top: #2b4777 1px solid; 
 	border-right: #2b4777 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #eaedf2 0px solid; 
 	border-left: #2b4777 1px solid; 
 	border-top: #eeeeee 0px solid; 
 	border-right: #2b4777 1px solid;
}

.MainMenu_MenuItemSel {
 	color: #2b4777;
	background-color: #b3caf4;
 	font-size: 9pt; 
 	font-weight: bold; 
 	font-style: normal; 
 	font-family: Tahoma, Arial, Helvetica; 
	padding:2px 15px 2px 10px;

}

.MainMenu_MenuArrow 
{
    display: none; 
}

.MainMenu_RootMenuArrow 
{
    display: none; 
}

.MainMenu_RootMenuItemSelected
{
    border: solid 1px #2b4777;
}

.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;
}

