/* 
================================
Skin styles for DotNetNuke
================================
*/ 

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.LoginLook
{

}

A.LoginLook:link {
	color: #284E92;
}

A.LoginLook:visited {
	color: #284E92;
}

A.LoginLook:active {
	color: #284E92;
}

A.LoginLook:hover {
	color: white;
}

.ContainerTitle{
	font-family: Tahoma, Arial, Helvetica; font-size: 14px; font-weight: bold; color: #FFFFFF;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent;
	padding-left:10px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #284E92; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	border:0px;
	padding-bottom:7px;
}
.MainMenu_MenuIcon {
	background-color: #b8c6d8;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	border:0px;
}
.MainMenu_SubMenu {
	background-color: #b8c6d8;
	z-index: 1000;
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand;
	color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	padding-bottom:7px;
	background: #b8c6d8;
}
.MainMenu_MenuArrow {
	border-right: #b8c6d8 1px solid; 
	border-bottom: #b8c6d8 1px solid; 
	border-top: #b8c6d8 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	background:#b8c6d8;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}














