/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
	width: 100%; /*height: 100%;*/
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	background-color: #CCD7F0;
}
.footer
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
}
.skinmaster
{
	height: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.skinheader {
}
.skingradient
{
	/*	background-image: url(gradient_DkBlue.jpg); 
	height: 30px;*/
	background-color: #E7EEF0;
		border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}



.toppane_CreditData {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane_CreditData {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane_CreditData {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane_CreditData {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane_CreditData {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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; 
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;

}
.MainMenu_Separator 
{ 
   
    color: #000000;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica; 
    height: 16px; 
}
.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: 10px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	/*text-transform: lowercase;*/
}
.MainMenu_MenuIcon {
	 
}
.MainMenu_SubMenu {
	
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	border:none;
      height:1px;
      background-color:Transparent;
	
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: Gray;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	/*text-transform: lowercase;*/
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 10px;
  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);*/
	
	
 background-color: #E7EEF0;
  }

.Head
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

