/* 
================================
Skin styles for DotNetNuke
================================
*/  


body
{
	margin: 0px;
}
.skinmaster
{
	height: 100%;
	text-align: center;
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.ContentPane
{
	vertical-align: top;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.MainMenu_MenuItemSel
{
	font-size: 12pt;
	font-weight: bold;
	color: black;
	background-image: url(images/menuhighlight.jpg);
	font-family: 'Arial Narrow';
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 25px;
}
.MainMenu_MenuItem
{
	font-size: 12pt;
	font-weight: bold;
	color: #9e2227;
	font-family: 'Arial Narrow';
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 25px;
}
.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: 25px;
	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: 25px;
}
.MainMenu_MenuBreak
{
	background-color: Transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
}
.SeparatorCssClass
{
	padding-right: 1px;
	padding-left: 1px;
	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;
}


























































