/* style sheet for header.js, which is the header for all pages */

/* links, if background-color: #eeeeee then visited and hover color: #888888, if background-color: #ffffff then visited and hover color: #999999 */

.header { font-family: arial, verdana, tahoma, "courier new"; width: 100%; margin: 0px } /* font-family in index.css (body), fusebox.css (body), resInsMis.css (body), header.css (.header) */ 

.headerImageSearch { height: 66px; margin: 0px; padding: 0px }
.headerImage { float: left; margin: 0px; padding: 11px 0px 0px 11px }
.headerSearch { float: right; margin: 0px; padding: 22px 11px 0px 0px }
.headerSearchField { background-color: #ffffff; color: #777777; font-size: 13px; border: 1px solid #777777; margin: 0px } /* color in index.css (.indexFbFooter), fusebox.css (.indexFbFooter), header.css (.headerSearchField), resInsMis.css (.lastUpdated, .resInsMisDisFooter) */
.headerSearchSubmitButton { font-size: 12px } /* style for .fbTableInputToolkitEmoticons (fusebox.css), .fbTableInputSubmitReset(fusebox.css), .headerSearchSubmitButton (header.css) */

.headerLinksBar { clear: both; background-color: #005588; color: #ffffff; width: 100%; font-size: 12px; padding: 6px 0px 6px 0px } /* font-size in index.css (body), fusebox.css (body, th, td), resInsMis.css (body, td), header.css (.headerLinksBar) */
.headerLinksBarSpacer { background-color: #aaaaaa; color: #aaaaaa; padding: 6px 1px 6px 0px } /* does not appear in IE6.0, IE8.0 compatibility view */

/* next block, if assign text-decoration: none to parent (i.e., a.headerLinksBarLink) then visited header links in fusebox pages appear underlined in IE6.0 (not in IE7.0 or IE8.0 compatibility view) */

a.headerLinksBarLink { background-color: #005588; color: #ffffff; font-size: 12px; padding: 6px 18px 6px 18px }
a.headerLinksBarLink:link { background-color: transparent; color: #ffffff; text-decoration: none }
a.headerLinksBarLink:visited { background-color: transparent; color: #ffffff; text-decoration: none }
a.headerLinksBarLink:hover { background-color: #aaaaaa; color: #ffffff; text-decoration: none }