/*========================================================*/
/*        	     Created by CMSSkins.com                  */
/*========================================================*/


/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/


/*-- banner pane          	       	   --*/ .BannerPane { padding: 10px 0 0 0; text-align:center; }

/*-- 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: 34%; }
/*-- right content pane       	       --*/ .ThirtyFiveMiddlePane { padding: 0 7px 0 7px; width: 35%; }
/*-- 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          	   --*/ .SeventyLeftPane { padding: 0 7px 0 0; width: 72%; }
/*-- right2 content pane        	   --*/ .ThirtyRightPane { padding: 0 0 0 7px; width: 28%; }

/*-- 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                                       */
/*========================================================*/

/*  NAV Menu Table Cell   */		.MenuTD { width:100%; height:29px; background:url(MenuBG.png) center center repeat-x; vertical-align:middle; text-align: left; padding: 0 5px 0 5px; color:#CCCCCC; }


/*  main menu td */					.main_dnnmenu_bar {	cursor:pointer;	font-size: 13px; background-color:transparent;}
/*  Main Menu Normal  */			.main_dnnmenu_rootitem { color: #CCCCCC; font-size: 13px; font-weight: normal; text-align:center; line-height:29px; padding:7px 12px 7px 12px; border-right:1px solid #FFFFFF;}
/*  Main menu hover  */				.main_dnnmenu_rootitem_hover{ color:#ffffff; font-size: 13px; font-weight:normal; text-align:center; line-height:29px; padding:7px 12px 7px 12px; background:url(MenuHoverBG.png) repeat-x top left;   border-right:1px solid #FFFFFF;}
/*  Main menu selected  */			.main_dnnmenu_rootitem_selected { color:#ffffff; font-weight:normal; text-align:center; font-size: 13px; line-height:29px; padding:7px 12px 7px 12px; background:url(MenuHoverBG.png) repeat-x top left;   border-right:1px solid #FFFFFF;}

/*  SUB Menu Normal */				.main_dnnmenu_submenu { border:1px dotted #999999;}
									.main_dnnmenu_submenu td { font:Calibri, Tahoma; 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:Calibri, Tahoma; font-size:12px; background: #505050 url(MenuHoverBG.png) repeat-x center left; color:#ffffff;	font-weight:bold; text-align:left; line-height:22px; z-index: 1000; padding: 0px 5px; margin:0px; }
									.main_dnnmenu_itemselected td { font:Calibri, Tahoma; font-size:12px; background: #505050 url(MenuHoverBG.png) repeat-x center left; 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 #CC0000; }
									.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: #CC0000 url(MenuHoverBG.png) repeat-x top left; color: #FFFFFF; font:Calibri, Tahoma; font-size:12px;  padding:3px 5px 3px 5px;}
									.ModuleTitle_MenuItemSel {background: #CC0000 url(MenuHoverBG.png) repeat-x top left; 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;}


