
/*=======================================================+
|                                                        |
|          CSS for DotNetNuke Skin - OWOW.org            |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                     August 2008                        |
|                                                        |
+=======================================================*/


/*-- Set background color.       	  --*/  body{background-color:#E1E6F2;}

/*-- Set font size, color, etc. 
     for login links and text.        --*/  #TopDiv{ background:url(graphics/BorderedStandard_top_bg.gif) bottom no-repeat; height:30px;}
											#HeaderDiv{width:962px;}
											
											#BorderBgDiv{background:url(graphics/BorderedStandard_bg.gif) top repeat-y;}
											#BottomDiv{ background:url(graphics/BorderedStandard_bottom_bg.gif) top no-repeat;}
											
/*-- Set the width of the Banners 
     to be flush with the page edge.  --*/	.BannerPane1, .BannerPane2, .BannerPane3 {margin:0 auto 0 auto; width: 962px;}

/*-- Set the background image, 
     width, and margins for 
     the menu.                        --*/  #menu-bg {background: url(graphics/MenuBlue_bg.gif) left repeat-x; border-top: #666666 1px solid;border-bottom:#666666 1px solid; width:962px;margin:0 auto 0 auto; }

/*-- Set the width of the Menu to 
     be flush with the page edge.     --*/  #menu {margin:0 auto 0 auto; width: 962px; text-align:left; }
											
/*-- Set the background image, 
     width, and margins for the 
     Breadcrumb.                      --*/  #breadcrumb-div{background-color: #F2F2F2; height:24px; border-bottom:#999999 1px solid;width:962px;margin:0 auto 0 auto;}
                                            #breadcrumb-row{margin:0 auto 0 auto; width: 962px; padding:2px 0px;}
											#breadcrumb{padding:1px 0px 0px 5px;}
											#Search{padding:0px 2px 0px 0px;}
																						
/*-- Set the background image,
     width, margin, and font
     for the footer div.              --*/  #footer-bg {border-top: none;}
                                            #footer {color: #666666; width:954px;}
                                            #footer a {color: #666666;}
											
/*-- Clear the default background
     and padding for the privacy
	 link.                            --*/  .privacy{background:none; padding:0px;}
											

/*========================================================+
| Menu Styles                                             |
+========================================================*/

/*-- Font for top menu items.         --*/	#nav a {border-right:#999999 1px solid;}
/*-- Set bottom margin and
     color of menu that does not
     contain menu items.              --*/	#nav ul {border-left:none;}
/*-- Second-level list container.     --*/  #nav li ul {border-top:#999999 1px solid;}
/*-- Second-level menu items.         --*/  #nav li li a {border-right:1px solid #999999;border-bottom:#999999 1px solid; background-color: #3457A6;}

#nav li.SelectedTab a:hover {background-color: #3457A6; color:#FFFFFF;}

/*-- Hover style for unselected 
     menu items.                      --*/	#nav li a:hover {background-color:#F2F2F2; color:#000000;}

/*-- Top-level selected menu items.   --*/	#nav li.SelectedTab a {background-color:#F2F2F2; color: #000000;}