/*========================================================*/
/*        	 		Created by CMSSkins.com               */
/*========================================================*/

/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/


/*-- banner pane          	       	   --*/ .BannerPane { padding:  0 0 0 0; text-align:center; width:auto; }

/*-- ad pane          	       	   --*/ .AdPane { padding:  0 0 0 0; text-align: left; width:auto;}

/*-- content2 pane          	       --*/ .ContentPane2 { padding: 0 0 0 0; }

/*-- left content pane          	   --*/ .FiftyLeftPane { padding: 0 7px 0 0; width: 50%; }
/*-- right content pane       	       --*/ .FiftyRightPane { padding: 0 0 0 7px; width: 50%; }

/*-- Extended inside pane   	       --*/ .ExtendedPane { width: 100%; padding: 0 0 0 0; }

/*-- 2nd Left content pane       	   --*/ .ThirtyFiveLeftPane { padding: 0 7px 0 0; width: 31%; }
/*-- right content pane       	       --*/ .ThirtyFiveMiddlePane { padding: 0 7px 0 7px; width: 32%; }
/*-- right2 content pane        	   --*/ .ThirtyRightPane2 { padding: 0 0 0 7px; width: 31%; }


/*-- Extended inside pane 1  	       --*/ .ExtendedPane1 { width: 100%; padding: 0 0 0 0; }

/*-- left2 content pane          	   --*/ .LeftPane { padding: 0 10px 0 0; width: 184px; }
/*-- right2 content pane        	   --*/ .RightPane { padding: 0 0 0 7px; width: 75%; }

/*-- Extended inside pane 2  	       --*/ .ExtendedPane2 { width: 100%; padding: 0 0 0 0; }

/*-- Footer pane    	       		   --*/ .FooterPane { width: 100%; padding: 10px 0 10px 0; }

/*========================================================*/
/*  DNN Menu Styles                                       */
/*========================================================*/
/*

									.MenuTD{ text-align:left; vertical-align: bottom; padding: 0 0 0 20px;}							
									
/*  main menu td 					.main_dnnmenu_bar {	cursor:pointer;}
/*  Main Menu Normal  			.main_dnnmenu_rootitem { color: #6b6b6b; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; text-align:center; line-height:29px; padding:10px 20px 14px 20px; background:url(NavIdle.jpg) right bottom no-repeat; height:54px; text-transform:uppercase;}
/*  Main menu hover  				.main_dnnmenu_rootitem_hover{ color:#94be22; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; text-align:center; line-height:29px; padding:10px 20px 14px 20px; background:url(NavSelected.jpg) no-repeat bottom right; height:54px; text-transform:uppercase;}
/*  Main menu selected  			.main_dnnmenu_rootitem_selected { color:#6b6b6b; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; font-size: 11px; line-height:29px; padding:10px 20px 14px 20px; background:url(NavSelected.jpg) no-repeat bottom right; height:54px; text-transform:uppercase;}

/*  SUB Menu Normal 			.main_dnnmenu_submenu { border:1px dotted #94be22;}
									.main_dnnmenu_submenu td { font: Arial, Helvetica, sans-serif; font-size:12px; background-color:#F8FAFF; z-index: 1000; font-weight:bold; text-align:left; color:#000000; line-height:22px; padding: 0px 5px; margin:0px; }

/*  SUB Menu hover & selected 	.main_dnnmenu_itemhover td { font: Arial, Helvetica, sans-serif; font-size:12px; background: #94be22; color:#ffffff;	font-weight:bold; text-align:left; line-height:22px; z-index: 1000; padding: 0px 5px; margin:0px; }
									.main_dnnmenu_itemselected td { font: Arial, Helvetica, sans-serif; font-size:12px; background: #3082a8;	 color:#ffffff;font-weight:bold; text-align:left; line-height:22px; z-index: 1000; padding: 0px 5px; margin:0px; }
									
									.main_dnnmenu_break { height: 1px; background-color: #D5E0FF; }

/* Module Action Menus 			.ModuleTitle_SubMenu { border:1px dotted #006699; }
									.ModuleTitle_SubMenu td{ background-color:#F8FAFF; white-space: nowrap; font:Calibri, Tahoma; font-size:12px;  padding:3px 5px 3px 5px;} 
/* Module Action Menus Icons 	.ModuleTitle_MenuIcon {	height: 1px; background-color: #D5E0FF; border:none; padding:3px 5px 3px 5px;}

									.ModuleTitle_MenuItemSel td {background: #006699; color: #FFFFFF; font:Calibri, Tahoma; font-size:12px;  padding:3px 5px 3px 5px;}
									.ModuleTitle_MenuItemSel {background: #006699; color: #FFFFFF;}

									.ModuleTitle_MenuBreak td { height: 1px; background-color: transparent; border-top:1px solid #CCCCCC; padding:0px;}
									.ModuleTitle_MenuBreak { height: 1px; background-color: transparent; border-top:1px solid #CCCCCC; padding:0px;}

/* Module Action Button 		.ModuleTitle_MenuItem { border-bottom:0px solid #000000; border-top:0px solid #000000; background:transparent;}


== */

/* Menu Container Box */
.MenuTD{ text-align:left; vertical-align: bottom; padding: 0 0 0 0; background:url(nav-idle-bg.jpg) left top;}	

.MainMenu_MenuContainer {
	background-color: transparent; 
	height:44px; 
}
/* Sub Menu */
.MainMenu_MenuItem {
	border: 0;
	color: #6b6b6b; 
	height: 24px; 
	background-color: Transparent; border-bottom:0px solid #cccccc;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px; 
}

.MainMenu_MenuItemSel {
	background-color: Transparent; 
}
/* Sub Menu Mouse Hover */
.SubMenu_MenuHover {
	border: 0;
	color: #FFF; 
	height: 24px; 
	background-color: #cfcfcf; border-bottom:0px solid #CCC;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px;
}
/* Sub Menu Active */
.SubMenuSelected {
	border: 0;
	color: #FFFFFF; 
	height: 24px; 
	background-color: #3283a9; border-bottom:0px solid #3283a9;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px; 
}
/* Sub Menu Background and Borders */
.MainMenu_SubMenu {
	margin-top: 3px;
	border-top: 0px solid #cfcfcf; 
	border-left: 0px solid #cfcfcf; 
	border-right: 0px solid #cfcfcf; 
	border-bottom: 0px solid #cfcfcf; background-color:#ebebea;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuBreak {
	border: 0; 
	background-color: transparent;
	height: 0px; 
}
.MainMenu_MenuArrow {
	border-right: 0px; 
	border-bottom:0px solid #93B1E2; 
	border-top:0px; 
	font-family: webdings; padding:0px 10px 0px 15px; height: 24px;  
}

/* For Tabs Menu */
.MainMenu_MenuBarTab { cursor: hand; height: 44px; background-color: Transparent; }
.MainMenu_MenuItemTab TD { padding:0; margin:0; }
.MainMenu_MenuItemTab TD DIV { background-image:url(nav-idle-bg.jpg); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-9px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuItemTab TD DIV DIV { background-image:url(nav-idle-bg.jpg); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-4px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuItemTab TD DIV DIV DIV{ background-image:url(nav-idle-bg.jpg); background-repeat:repeat-x; color:#6b6b6b;  font-size:11px; font-family:  Arial, Helvetica, sans-serif; font-weight: normal; height:44px; padding: 7px 4px 0 5px; line-height:1.3em; margin:-4px 0 -29px 0; }             

.MainMenu_MenuSelectedTab TD, .MainMenu_MenuSelectedRootTab TD {padding:0px; margin:0;}
.MainMenu_MenuSelectedTab TD DIV, .MainMenu_MenuSelectedRootTab TD DIV { background-image:url(nav-selected-bg.jpg); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-8px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuSelectedTab TD DIV DIV, .MainMenu_MenuSelectedRootTab TD DIV DIV{ background-image:url(nav-selected-bg.jpg); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-4px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuSelectedTab TD DIV DIV DIV, .MainMenu_MenuSelectedRootTab TD DIV DIV DIV{ background-image:url(nav-selected-bg.jpg);  background-repeat:repeat-x; color:#94be22; font-size:11px; font-family:  Arial, Helvetica, sans-serif; font-weight: normal; height:44px; padding: 7px 4px 0 5px; line-height:1.3em; margin:0px 0 0 0; }





