/* 
================================
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(images/layout_r2_c2.jpg); 
	height:25px;
}
.skingradient1 {
	background-image:url(images/layout_r8_c1.jpg); 
	height:10px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 543px;	
background-image:url(images/layout_r3_c3.jpg);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 158px;
	background-image:url(images/layout_r4_c1.jpg);
	height:100%;
}
.contentpane {
	background-image:url(images/layout_r4_c2.jpg);
	background-repeat:no-repeat;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentback {
	background-image:url(images/layout_r5_c2.jpg);
	
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-image:url(images/layout_r7_c1.jpg); 
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;  
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	color: white; 
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuItem {
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px; 
}
.MainMenu_MenuIcon {
	background-color: #999999; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	border-top: #999999 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
	visibility:hidden;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	display:none;
}
.MainMenu_SubMenu {
	background-color: #999999;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuBreak {
	height: 1px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	background: #ff6600;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	height: 21px;
	
}

.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display:none;
	visibility: hidden;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
	visibility:hidden;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.StandardButton {
  background: #666666; 
  color: #ffffff;
  font-family:Trebuchet MS,Trebuchet, Helvetica, 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:Arial, Arial, Helvetica, sans-serif;
   font-size:  16px;
   font-weight:bold;
   color: #444444;
}
.whiteText
{
	font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Arial, Helvetica, sans-serif;
    text-decoration: none;
	color:#666666;
}
A.whiteText:link
{
	color:#666666;
	
}
A.whiteText:hover
{
	color:#000000;
	text-decoration: none;
	
}
A.whiteText:visited
{
	color:#666666;

}