/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #4F494B;
}
.skinmaster {
	height: 100%;
	background-color: #4F494B;
	border-right: #4F494B 1px solid; 
	border-top: #4F494B 1px solid; 
	border-left: #4F494B 1px solid; 
	border-bottom: #4F494B 1px solid; 
}
.skinheader {
}
.skingradient {
	background-color: #F7F4E8;
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #F7F4E8;
}
.contentarea
{
	background-color:#F7F4E8;
	color:#000000;
}
.toppane {
	width: 100%;
	background-color: transparent;
	overflow:scroll;
	padding-bottom: 5px;
}
.leftpane 
{
	background-color: transparent;
	padding-right: 5px;
	padding-top:8px;
}
.contentpane 
{
	width:100%;
	background-color: transparent;
	padding-top:8px;
}
.rightpane 
{
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:8px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	overflow:scroll;
	padding-top: 5px;
}
.MainMenu_MenuContainer {
	background-color: #F7F4e8; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #f7f4e8;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #4f494b; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	cursor: pointer; 
	cursor: hand; 
	/* text-align: center;  */
	width: 15px; 
	height: 16px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 2px;
}
.MainMenu_MenuItemSel {
	background-color: #f7f4e8; 
	cursor: pointer; 
	cursor: hand; 
	color: #EB292d; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 16px;
}
.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; 
}
.MainMenu_RootMenuArrow 
{
	font-family: Arial,webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
}

.Head {
   font-family: Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #4F494B;
}

.breadcrumb,a.breadcrumb:link,.breadcrumb:visited,.breadcrumb:active
{
	color:#4F494B;
	font-family:Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;	
}
.breadcrumb:hover
{
	color:#EB292D;
	font-family:Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration:underline;	
}

a:link {color: #4F494B;text-decoration: none;}
a:visited {color: #4F494B;text-decoration: none;}
a:hover {color: #4F494B;text-decoration: underline;}
a:active {color: #4F494B;text-decoration: none;}

.copyright,a.copyright:link,.copyright:visited,.copyright:active,
.privacy,a.privacy:link,.privacy:visited,.privacy:active,
.terms,a.terms:link,.terms:visited,.terms:active
{
	color:#F7F4E8;
	font-family:Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;	
	vertical-align:top ;
}
a.copyright:hover,
a.privacy:hover,
a.terms:hover
{
	color:#EB292D;
	font-family:Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;	
	vertical-align:top ;
}

.login,a.login:link,.login:visited,.login:active
{
	color:#5B4E19;
	font-family:Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;	
	vertical-align:bottom ;
	position:relative;
	top:-6px;
}
a.login:hover
{
	color:#EB292D;
	font-family:Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;	
	vertical-align:bottom ;
	position:relative;
	top:-6px;
}
