/* 
================================
Skin styles for DotNetNuke
================================
*/  
BODY
{
	margin: 0px;
}
.skinmaster
{
	height: 100%;
	text-align: center;
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.MainMenu_MenuItemSel {
	font-size: 11pt;
	color: black;
	font-family: Trebuchet MS, Arial, Helvetica;
	text-align: center;
	text-decoration: none;
	background-image: url(images/menuhighlight.jpg);
	background-position: center;
	background-repeat: repeat-x;	
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
	height: 35px;
}
.MainMenu_MenuItem
{
	font-size: 11pt;
	color: white;
	font-family: Trebuchet MS, Arial, Helvetica;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
	height: 35px;
}
.MainMenu_MenuContainer
{
	width: 100%;
	text-align: right;
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_MenuBar
{
	background-color: Transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
	height: 35px;
}
.MainMenu_MenuBreak
{
	background-color: Transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
}
.SeparatorCssClass
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: url(Images/Line.jpg) fixed no-repeat center center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	background-color: #343d5e;
}





















































































