/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
}
.skinheader {
	
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.LoginLook
{

}

A.LoginLook:link {
	color: White;
}

A.LoginLook:visited {
	color: White;
}

A.LoginLook:active {
	color: White;
}

A.LoginLook:hover {
	color: White;
}

.ContainerTitle{
	font-family: Tahoma, Arial, Helvetica; font-size: 14px; font-weight: bold; color: #00426B;
}
.leftpane {
	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 {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: #0C4B72;
	padding-left:10px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #0C4B72;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #0C4B72;
	border:0px;
}
.MainMenu_MenuIcon {
	background-color: #0C4B72;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	border:0px;
}
.MainMenu_SubMenu {
	background-color: #0C4B72;
	z-index: 1000;
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color:#0C4B72;
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #0C4B72 1px solid; 
	border-bottom: #0C4B72 1px solid; 
	border-top: #0C4B72 0px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
	background:#0C4B72;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}


font.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #004169;
	font-weight: bold;
	font-style: normal;
}	
	
font.small {
	font-size: 9px;
	color: #B8C6CF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
font.nav {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}
	
font.error { 
	color: #c00000; }
	
font.largeerror { 
	font-size: 13px;
	color: #c00000; }
































