/*========================================================*/
/*        	 		Created by CMSSkins.com               */
/*========================================================*/
/* Default HTML BODY css	           --*/ body { background-color:#f7f7f7; margin: 0 0 0 0;}
/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/
											.panesTD {padding:0 0 0 5px;}

/*-- banner pane          	       	   --*/ .menuAdPane { padding:  20px 5px 5px 5px; text-align:center; }

/*-- banner pane          	       	   --*/ .BannerPane { padding:  0 0 10px 0; text-align:center; }

/*-- content2 pane          	       --*/ .ContentPane { padding: 0 0 8px 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 5px 0 0; width: 25%; }
/*-- right content pane       	       --*/ .ThirtyFiveMiddlePane { padding: 0 5px 0 0; width: 25%; }
/*-- right2 content pane        	   --*/ .ThirtyRightPane2 { padding: 0 5px 0 0; width: 25%; }
/*-- right2 content pane        	   --*/ .ThirtyRightPane4 { padding: 0 0 0 0; width: 25%; }


/*-- Extended inside pane 1  	       --*/ .ExtendedPane1 { width: 100%; padding: 0 0 0 0; }

/*-- left2 content pane          	   --*/ .LeftPane { padding: 0 7px 0 0; width: 70%; }
/*-- right2 content pane        	   --*/ .RightPane { padding: 0 0 0 7px; width: 30%; }

/*-- Extended inside pane 2  	       --*/ .ExtendedPane2 { width: 100%; padding: 0 0 0 0; }

/*-- Footer pane    	       		   --*/ .FooterPane { width: 100%; padding: 10px 0 10px 0; }

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/
/*-- box that holds the menu    		--*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    		--*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          		--*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 0; }
/*-- menuitems idle cell           		--*/ .MainMenu_Idle TD { background:url(menuIdle.jpg) no-repeat  left top ; font-family: Arial; font-size: 11px; font-weight: bold; color: #333; padding: 6px 0px 6px 8px; width:225px;  }
/*-- menuitems over             		--*/ .MainMenu_Selected TD { background:url(menuHover.jpg) no-repeat ; font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; padding: 6px 0px 6px 8px; width:225px;  }
/*-- menuitems active           		--*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { background:url(menuHover.jpg) no-repeat;font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; padding: 6px 0px 6px 8px; width:225px; }
/*-- middle seperator           		--*/ .MainMenu_Seperator { width:0px; height:0px; font-size:0px; padding:0; }
/*-- not needed - main menu     		--*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       		--*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            		--*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        		--*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 0 0 0; }
/*-- not needed - module menu   		--*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 		 .ModuleTitle_MenuIcon { padding: 0px 10px 0px 10px; margin: 0 0 0 0; font-size: 0px; }
									 		 .ModuleTitle_MenuIcon IMG { padding: 0px 5px 0 6px; }
/*-- removing seperator borders 		--*/ .MainMenu_MenuBreak { padding:0 0 0 0; height:0px;}

/*-- submenu container          		--*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background:#CECECE; padding: 0 0 0 0; z-index: 1000; color: #FFFFFF; border: 1px solid #939393;  cursor: pointer;  cursor: hand; font-weight: bold; filter: none;}
/*-- menuitems idle    		       		--*/ .MainMenu_MenuItem { color: #333; font-family: Arial; font-size: 11px; font-weight: bold;  font-style: bold; padding: 0px 10px 0px 10px; height: 25px; border: 0;} 
/*-- Submenu idle    		       		--*/ .ModuleTitle_MenuItem { color: #333; font-family: Arial; font-size: 11px; font-weight: normal;  font-style: bold; padding: 0px 10px 0px 10px; height: 10px;}
/*-- submenu items hover        		--*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background:url(menuHover.jpg) no-repeat; color: #FFFFFF; font-family: Arial; font-size: 11px; font-weight: bold;  cursor: pointer; cursor: hand; padding: 0px 10px 0px 10px; height: 10px; border: 0;}


