/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background: #FAF0B7;

}
.skinmaster {
	height: 100%;
	background-color: white;
	border-right: #C1E98D 1px solid; 
	border-top: #C1E98D 1px solid; 
	border-left: #C1E98D 1px solid; 
	border-bottom: #C1E98D 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	padding-left: 5px;
}
.skingradient { 
	height:30px;
}
.controlpanel {
	width: 100%;
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 25%;
	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;
	text-align: justify;
}
.rightpane {
	width: 25%;
	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;
	height:21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #D1F2A6 0px solid; 
	border-bottom: #C1E98D 1px solid; 
	border-top: #C1E98D 1px solid; 
	border-right: #D1F2A6 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #386804; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #D1F2A6; 
	border-left: #C1E98D 1px solid; 
	border-bottom: #C1E98D 1px solid; 
	border-top: #C1E98D 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #D1F2A6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #F8BD71; 
	cursor: pointer; 
	cursor: hand; 
	color: #386804; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #C1E98D 1px solid; 
	border-bottom: #C1E98D 1px solid; 
	border-top: #D1F2A6 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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: #C1E98D 1px solid; 
	border-top: #C1E98D 1px solid; 
	border-left: #C1E98D 1px solid; 
	border-bottom: #C1E98D 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: verdana arial, sans-serif;
   font-size:  14px;
   font-weight: normal;
   color: #D98707;
   letter-spacing: 2px;
   text-transform: lowercase;

}

#dnn_dnnCURRENTDATE_lblDate {

	margin-left: 25px;
	
	}
	
	.dnn_dnnLOGIN_hypLogin  { margin-right: 25px; }
	
b { color: #D98707; }

hr { display: none !important; }

p { text-align: justify;
		font-size: 12px;}

#dnn_dnnBREADCRUMB_lblBreadCrumb { font-size: 6px; }