/*****************************************************************
 * HW-provided Top-level CSS stylesheet for ccn site
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 * 
 *****************************************************************/
 /** requires sidebar styles **/
@import url("hw-ccn-sidebars.css");

#header .header-buttons, #header .header-buttons a, #header #hdr-login {
        color: #FF3300;
}

#header .bar-inner, #footer .footer-group {
        background-color: #FF3300; /*override in local*/
}

#header .bar, #footer .bar {
        background-color: #FF3300; /*override in local*/
}

div.hw-gen-page a {
	text-decoration: none;
	color: #FF3300;
}


#header .header-qs input#header-qs-search-go {
	height:21px;
}


#header .header-qs a:link,
 #header .header-qs a:active,
 #header .header-qs a:visited {
color:white;
font-size:87.5%;
line-height:1.5;
white-space:nowrap;
}

