/*----------------------------------------------------*/
/*  ___      _  _      _               ___ _          */
/* |   \ _ _| \| |_  _| |_____   ___  | __| |_____ __ */
/* | |) | '_| .` | || | / / -_) |___| | _|| / -_) \ / */
/* |___/|_| |_|\_|\_,_|_\_\___|       |_| |_\___/_\_\ */
/*                                                    */
/*  Skin Styles for DotNetNuke - Flex by DrNuke       */
/*          http://www.DrNuke.co.uk/flex              */
/*      Copyright DrNuke - All rights reserved        */
/*----------------------------------------------------*/

/* Menu height */ 
.MenuHeight { 
	height:27px; 
}
.MenuHeight2 { 
	height:12px; 
}

/* Main menu container */ 
.MainMenu_SubMenu { 
	background:#ffffff; 
	padding:0; 
	margin:0; 
	border-top:1px solid #adadad; 
	border-right:1px solid #adadad; 
	border-bottom:0; 
	border-left:1px solid #adadad; 
	z-index:1000; 
	cursor:pointer; 
	font-weight:normal; }
.MainMenu_SubMenu_Bottom_Background{
	background-color:#BCBFC2;
}
.MainMenu_Bottom_Background{
	background-color:#951A1D;
}
/* Submenu items idle 951A1D*/ 
.MainMenu_MenuItem { 
	background:#ffffff; 
	color:#777777; 
	font-family:arial; 
	font-size:12px; 
	font-weight:bold; 
	font-style:normal; 
	padding:5px 30px 5px 16px; 
	height:20px; 
	border-top:0; 
	border-right:0; 
	border-bottom:1px solid #c8c8c8; 
	border-left:0; 
	}
/* Submenu items hover */ 
/*.MainMenu_MenuItemSel { background-color:transparent; }*/
.MainMenu_MenuItemSel { 
	background:#ffffff; 
	color:#777777; 
	font-family:arial; 
	font-size:12px; 
	font-weight:bold; 
	font-style:normal; 
	padding:5px 30px 5px 16px; 
	height:12px; 
	border-top:0; 
	border-right:0; 
	border-bottom:1px solid #c8c8c8;
	border-left:0; 
	}
/* Submenu items hover */
.SubMenu_MenuItemSel { background:#e4e4e4; color:#c87f00; font-family:arial; font-size:12px; font-weight:bold; cursor:pointer; padding:5px 30px 5px 16px; height:12px; border-top:0; border-right:0; border-bottom:1px solid #c8c8c8; border-left:0; }
/* Box that contains the menu */
.MainMenu_MenuContainer { height:12px; background:transparent; }
/* Bar that contains the menu */
.MainMenu_MenuBar { height:12px; cursor:pointer; background:transparent; }

.MainMenu_Idle TD IMG { display:none; }
.MainMenu_Idle TD{ line-height:0; height:27px; padding:0; margin:0; vertical-align:middle; text-align: center; }

/*.MainMenu_Idle TD DIV{ height:27px; background:url(images/spacer.gif) top right no-repeat; background-color:transparent; margin:0; padding:0; float:left; }*/
.MainMenu_Idle TD DIV{ 
	height:27px; 
	background-color:#951A1D; 
	margin:0; 
	padding:0; 
	float:left; 
	font-size:12px; 
	font-weight:bold; 
	color:#ffffff; 
	line-height:20pt;
	text-align: center;
	/*border: 1px solid #00FF00;*/
	width: 100%;
	
}

/*.MainMenu_Idle TD DIV DIV{ height:27px; background:url(images/spacer.gif) top left no-repeat; margin:0; padding:0 7px 0 7px; float:right; }*/
.MainMenu_Idle TD DIV DIV{}

/*.MainMenu_Idle TD DIV DIV DIV{ height:27px; background:url(images/spacer.gif) center center repeat-x; padding:0 10px 0 10px; margin:0; font-size:8pt; font-weight:bold; color:#777777; line-height:20pt; }*/
.MainMenu_Idle TD DIV DIV DIV{ }

.MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG { display:none; }
.MainMenu_Selected TD, .MainMenu_BreadcrumbActive TD{ height:27px; padding:0; margin:0; vertical-align:middle; line-height:0; }
.MainMenu_Selected TD DIV, .MainMenu_BreadcrumbActive TD DIV{ 
	height:27px; 
	/*background:url(images/menu-r.gif) top right no-repeat; */
	background-color:#F36F2C;
	margin:0; 
	padding:0; 
	float:left;
	line-height:20pt; 
	color:#ffffff; 
	font-size:12px; 
	/*background:url(images/menu-bg.gif) center center repeat-x; */
	text-align: center;
	font-weight:bold; 
}
.MainMenu_Selected TD DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV{}
.MainMenu_Selected TD DIV DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV DIV{}

.MainMenu_MenuItemSel TD DIV{
	height:27px; 
	/*background:url(images/menu-r.gif) top right no-repeat; */
	background-color:#F36F2C;
	margin:0; 
	padding:0; 
	float:left;
	line-height:20pt; 
	color:#ffffff; 
	font-size:12px; 
	/*background:url(images/menu-bg.gif) center center repeat-x; */
	font-weight:bold; 
	text-align: center;
	width:100%;
}

/* Menuitem arrows */
.MainMenu_MenuArrow { border-top:0; border-right:0; border-bottom:1px solid #c8c8c8; border-left:0; margin:0; padding:0; }									 
/* Menuitem root arrows */
.MainMenu_RootMenuArrow { display:none; }									 
/* Menuitem icons */
.MainMenu_MenuIcon { display:none; }									 
/* Menuitem separator */
.MainMenu_Separator {
	background-color:#F36F2C;
}
.MainMenu_MenuBreak .MainMenu2_Separator{
	width:1px;
	height:8px;
	border-left: solid 1px #000000;
	text-align:center;
}
/* Menuitems separator borders */ 
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; background:transparent; vertical-align:middle; text-align:center; }

.MainMenu2_Idle TD IMG { display:none; }
.MainMenu2_Idle TD{ line-height:0; height:12px; margin:0; vertical-align:middle; font-size:8px; padding-left:4px; padding-right:4px; }
.MainMenu2_Idle TD DIV{ 
	height:12px; 
	/*background:url(images/menu2-buttonr-off.gif) top right no-repeat; */
	background-color:transparent; 
	float:left;
	font-size:10px; 
	font-weight:bold; 
	color:#000000; 
	line-height:6pt; 
	width: 100%;
	text-align: center;
}
.MainMenu2_Idle TD DIV DIV{}
.MainMenu2_Idle TD DIV DIV DIV{}

.MainMenu2_Selected TD IMG, .MainMenu2_BreadcrumbActive TD IMG { display:none; }
.MainMenu2_Selected TD, .MainMenu2_BreadcrumbActive TD{ font-size:8px; height:12px; padding-left:4px; padding-right:4px; margin:0; vertical-align:middle; line-height:0; }
.MainMenu2_Selected TD DIV { 
	height:12px; 
	/*background:url(images/menu2-buttonr-off.gif) top right no-repeat; */
	background-color:transparent; 
	float:left;
	font-size:10px; 
	font-weight:bold; 
	color:#000000; 
	line-height:6pt; 
	width: 100%;
	text-align: center;
}
.MainMenu2_BreadcrumbActive TD DIV{
	height:12px; 
	/*background:url(images/menu2-buttonr-off.gif) top right no-repeat; */
	background-color:transparent; 
	float:left;
	font-size:10px; 
	font-weight:bold; 
	color:#951A1D; 
	line-height:6pt; 
	width: 100%;
	text-align: center;
}
.MainMenu2_Selected TD DIV DIV, .MainMenu2_BreadcrumbActive TD DIV DIV{}
.MainMenu2_Selected TD DIV DIV DIV, .MainMenu2_BreadcrumbActive TD DIV DIV DIV{}

/* Menu cell */ 
.MenuCell { width:100%; }
