/* Custom CSS styles - see www.w3schools.com/css/ */

/* Global background and font */
body {
background: #bdc7cc url('/uploads/assets/3057/css_image/bg_main.gif') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Change bg color of top Webvent header */
#community_top_header {background: #156C97;}

/*****
 *
 * More height in header, requires image 249px wide by 108px high
 * 
 *****/
#community_header{float:left; width:990px; padding:0; height:100px; -webkit-box-shadow: -2px 0px 2px #9c9c9c;
box-shadow: -2px 0px 2px #9c9c9c;}
#community_header_logo {float:left; margin:5px 10px 5px 20px; }
#community_header_logo img{max-height:90px; max-width:300px; border:0;}
#community_header_title{display: none; padding:5px; max-width:670px; float:left;}

#navmenu {background-color: #0099DB;; border:none; color: #003; padding: 10px 5px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: -2px 0px 2px #9c9c9c; box-shadow: -2px 0px 2px #9c9c9c;} /* nav menu colors, less padding */
#navmenu a:hover, #navmenu a.active {background-color: #6BC6ED; } /* active and selected menu item colors */
#navmenu #products-menu {display: inline; }
#navmenu ul li {font-size: 15px;}
#navmenu ul li a {color: #fff; font-weight: bold;}
#navmenu #get-listed-menu {display: inline; }

#navmenu #home-menu {display: none; }
#navmenu #events-menu {position: relative; left: 126px; display: none;}
#navmenu #sites-menu {display: inline; }
#navmenu #products-menu {display: inline; }
#navmenu #get-listed-menu {display: inline; }
#navmenu #documents-menu {display: none;}

/*****
 *
 * Customize body container and section header classes
 * 
 *****/
#body_container {float:left; width:990px; background: #fff; -webkit-box-shadow: -2px 2px 2px #9c9c9c; box-shadow: -2px 2px 2px #9c9c9c;}

.section_box h6 {font-weight:bold; }
.toc h4 {font-weight:bold; }
.contacts h4 {font-weight:bold; }
.sponsors h4 {font-weight:bold; }

/* Square bottom border on right-side modules */
.community_right_bottom, .community_shaded_right_bottom {display:none;}
.community_right .toc li.no_border {1px #f4f4f4 solid;}

/* Hide # of sites in category header */
.category-count {display: none; }

/* box corners on all modules */
.section_box , .section_box h6, .community_right h4 {-moz-border-radius: 0; border-radius: 0; }

/* Custom header on Sites page */
#sites_header {
    background: url('/uploads/assets/3057/css_image/bg_header.jpg') no-repeat right top;
    width: 990px;
    height: 50px;
    margin-top: 10px;
    vertical-align: bottom;
    padding: 220px 0 0 0;
}
#sites_header p {
    width: 97%;
    font-size: larger;
    padding: 0;
}

#site_directory {padding: 20px 10px;}

#site_directory_search {
background: url('/uploads/assets/3057/css_image/ltrcsearchbar2.jpg') no-repeat top left;
height: 70px;
margin-left: 8px;
}

#site_directory_search-form {
margin-left: 10px;
width: 620px;
}

#site_directory_search input[type="text"], #site_directory_search input.text {
margin: 10px 20px 0 0px;
width: 440px;
height: 30px;
background-color: white;
border: none;
}

#site_directory_search input.button {
background-image: url('/uploads/assets/3057/css_image/btn_search.png');
height: 38px;
width: 140px;
margin: 8px 0 0 5px;
color: transparent;
text-transform: capitalize;
}

/* Box the category headers on the Sites page */
#site_directory h4 {
width: 90%;
background-color: #0099DB;
padding: 7px;
margin: 5px 5px;
height: 34px;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
line-height: 16px;
}
#site_directory h4 a {padding: 3px 0px; font-size: 14px; font-weight: bold; color: #ffffff;}
#site_directory h4#category12 a {font-size: 13px;} /* Data Replication title is too long */
#site_directory ul {padding: 0 10px 0px 10px; min-height: 75px;}
#site_directory li a {font-size: 11px; text-decoration: none;}
#site_directory li a:hover {text-decoration: underline;}

/* 20141208 Product search box */
#product-keyword-search-form {margin: 0px 0px 0px 10px;}

/* Per Nextpoint request, remove gold bgcolor on documents list in Site profile */
#documents .spaces_inner ul li.gold {background: none;}
#documents .spaces_inner ul li.gold:hover {background:#eee;}

/* footer */
.middle_links ul li a, #outer_footer p a {font-weight: normal;}
#outer_footer {height: auto; top: 150px;}
#webvent-links {display: none;}

/* Custom Footer in Network Configuration <body> scripts */
#custom-footer, #custom-footer a {color: #636363;}

/* Customize Site headers have been removed from CSS*/


#site-left3695 #linkedinInsider {display: none;} /* Hide LinkedIn Insider module for NextPoint */

