/* 
================================================================
CSS STYLES FOR DotNetNuke Skins by the Awecomm - http://www.awecomm.com
================================================================
*/ 

body {
	background-color:#e6e5ea;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	color:#202356;
	margin:0;
	text-align:center;
}
p {
	margin:0;
}
h2 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#2e2e2e;
}
a:link {color:red;text-decoration:underline;}
a:visited {color:red;text-decoration:underline;}
a:hover {color:red;text-decoration:none;}

.logoutText {
	font-size:14px;
	font-weight:bold;
}
.wrapperBackground {
	background:url('images/header-BG.gif') repeat-x;
}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:754px;
}
.header {
	height:153px;
	background:url('images/headerTop-BG.gif') repeat-x;
}
.logo {
	width:279px;
	height:124px;
}
.logoPlacement {
	padding-top:36px;
}
.navBar {
	background:url('images/nav-BG.gif') repeat-x;
	white-space:normal;
	height:29px;
	overflow:visible;
}
.contentWrapper {
	padding-top:20px;
	width:754px;
}
.centerPane {
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}
.rightPane {
	width:218px;
	float:left;
}
.footer {
	height:48px;
	padding-top:15px;
}
.clearFloat {
	font-size:0px;
	line-height:0px;
	clear:both;
}
p {
	margin-top:0;
}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#2e2e2e;
}

/****** Small Container ******/
.smallContainerHeader {
	background:url('../containers/images/smallCon-Header.gif') no-repeat;
	height:25px;
	width:198px;
	color:#fff;
	font-size:16px;
	padding:8px 5px 0 15px;
}
.smallContainerBG {
	background:url('../containers/images/smallCon-BG.gif') repeat-y;
	padding:15px 15px 0 15px;
}

/************************ SolPartMenu ************************/
.MainMenu_MenuContainer { background-color: #dcdcdc; border: solid 0 #dcdcdc } 
.main_dnnmenu_container {
background-color:transparent;
}
.main_dnnmenu_bar {
background-color:#333;
cursor:pointer;
white-space:nowrap;
}
.main_dnnmenu_item td {
background-color:#333;
color:#FFFFFF;
cursor:pointer;
font-family:"Trebuchet MS",Harrington;
font-size:9pt;
font-style:normal;
font-weight:bold;
padding:1px 3px 3px 1px;
white-space:nowrap;
}
.main_dnnmenu_rootitem {
background-color:#333;
color:#FFFFFF;
cursor:pointer;
font-family:"Trebuchet MS",Harrington;
font-size:9pt;
font-style:normal;
font-weight:bold;
padding:0px 0px 0px 5px;
white-space:nowrap;
}
.main_dnnmenu_itemhover {
}
.main_dnnmenu_itemhover td {
}
.main_dnnmenu_icon {
cursor:pointer;
height:100%;
text-align:center;
width:10px;
}
.main_dnnmenu_submenu {
background-color:#666666;
cursor:pointer;
padding:1px;
z-index:1000;
}
.main_dnnmenu_break {
font-size:1px;
height:1px;
}
.main_dnnmenu_arrow {
border:none;
cursor:pointer;
font-family:webdings;
font-size:10pt;
display:none;
}
.main_dnnmenu_rootmenuarrow {
cursor:pointer;
font-family:webdings;
font-size:10pt;
font-weight:normal;
display:none;
}
.MainMenu_MenuItem {
	padding:5px 2px 6px 2px;
	margin-right:35px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	border:none;
	font-family:Verdana, Arial, sans-serif;
	height:28px;
}
.MainMenu_MenuItemSel {
	padding:5px 2px 6px 2px;
	background:#565656;
	color:#fff;
	height:28px;
}
.MainMenu_RootMenuItemSelected
{
    border: solid 10px purple;
    background-color: Lime;
    height: 50px;
}
.MainMenu_SubMenuItemSelected
{
    border: solid 10px purple;
    background-color: Aqua;
    height: 50px;
}
.MainMenu_SubMenu {
background-color: #333;
} 

