/* 
================================
Skin styles for DotNetNuke
================================
*/ 
.breadcrumb_class,a.breadcrumb_class{
	color: silver; 
	font-family: Verdana, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.site_footer, a.site_footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #808080;
}  
.site_header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #808080;
	padding-bottom:4px;
}  
a.site_footer:hover {
	color: gainsboro;
}  
.currentdate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	letter-spacing: 3px;
	color: Silver;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #2D3135;
}
.skinmaster {
	height: 100%;
	background-color: #2D3135;

}

.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 250px;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftcolumn {
	width: 250px;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.middlecolumn {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightcolumn {
	width: 250px;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.menuSeperator {
    color:white;
    font-family:Verdana;
    font-size:10pt;
}
.menuSeperator {
    color:gold;
    font-family:Verdana;
    font-size:10pt;
}
.MainMenu_MenuBreak {
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid;  
	border-right: white 0px solid; 
	background-color: white; 
	height: 1px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: silver; 
	font-family: Verdana, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: white; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuItemSel {
	background-color: gainsboro; 
	cursor: pointer; 
	cursor: hand; 
	color: grey; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-color:white;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}




