/* BROWSER RESET STYLES (taken from: http://meyerweb.com/eric/tools/css/reset) */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: arial;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
/* END OF RESET STYLES */


body, td, p, a {
  font-size: 9pt;
}
p {
  margin-bottom: 10px;
}


/* Page Container */
div.pageContainerOuter {
background:transparent url(/assets/p/a/page_background.gif) repeat-y scroll 0 0;
margin:0 auto;
width:984px;
}

div.pageContainerInner {
width:947px;
margin:0 auto;
padding-right:37px;
} 

/* Page Header */
div.pageHeader {
  height: 148px;
  background-color: #fff;
}
div.banner {
  height: 103px;
  margin-bottom: 5px;
  background: url(/assets/d/e/default_banner.jpg) no-repeat;
}


/* Banner Menu */
div.bannerMenu {
  background: url(/assets/m/e/menu_background.gif);
  width: 764px;
  height: 35px;
  float: left;
}
div.bannerMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
}
div.bannerMenu li {
  height: 35px;
  float: left;
}
/* IE6 Hack */
* html div.bannerMenu li {
  width: 10px;
}
div.bannerMenu li a {
  text-decoration: none;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid #e5003c;
  padding: 0px 15px 0px 15px;
}
div.bannerMenu li.selected {
  background: url(/assets/m/e/menu_hover.gif) repeat-x;
}
div.bannerMenu li a:hover {
  background: url(/assets/m/e/menu_hover.gif) repeat-x;
}


/* Search Box */
#searchBox {
  float: right;
  width: 183px;
  height: 35px;
  background: url(/assets/s/e/search_box_background.gif) repeat-x;
}
#searchBox legend {
  display: none;
}
#searchBox label {
  display: none;
}
#searchBox #queryBorder {
}
#searchBox input {
  width: 137px;
  border: 1px solid #fff;
  height: 17px;
  font-size: 11px;
  padding: 0px 4px 0px 4px;
  margin: 8px 0px 0px 8px;
}
#searchBox button {
  float: right;
  border: none;
  background: url(/assets/s/e/search_button.gif) no-repeat;
  padding: 0px;
  width: 23px;
  height: 28px;
  margin-top: 4px;
}
#searchBox button span {
  display: none;
}


/* Left Sidebar */
div.leftSidebarHomepage,
div.leftSidebar {
  float: left;
  width: 179px;
}


/* Nav Menu */
div.pageMenu li.page {
  background-color: #eef0f1;
  border-bottom: 1px solid #ccc;
}
div.pageMenu li.page a {
  text-decoration: none;
  display: block;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-size: 11px;
  color: #253644;
  padding-left: 15px;
}
div.pageMenu li.page.selected a,
div.pageMenu li.page a:hover {
  background-color: #fffffe;
  color: #a6011d;
}

div.pageMenu li.parent {
  background: url(/assets/n/a/nav_menu.gif) repeat-x;
  height: 32px;
  margin-bottom: 1px;
  border-bottom: none;
}
div.pageMenu li.parent a {
  text-decoration: none;
  display: block;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-size: 11px;
  color: #fff;
  padding-left: 10px;
}
div.pageMenu li.parent.selected a,
div.pageMenu li.parent a:hover {
  background: url(/assets/n/a/nav_menu_hover.gif) repeat-x;
  color: #fff;
}


/* Right Sidebar */
div.rightSidebar {
  float: right;
  width: 168px;
  padding: 8px 8px 0px 8px;
}
div.rightSidebar div.content {
  margin-bottom: 8px;
}
div.rightSidebar p {
  line-height: 16px;
}


/* Main Content Area */
div.mainContent {
  margin-left: 5px;
  margin-bottom: 20px;
  padding: 10px;
  width: 554px;
  float: left;
  background: url(/assets/m/a/main_content_background.gif) repeat-x;
}
div.mainContent h1 {
  color: #990033;
  font-family: verdana;
  font-size: 12pt;
  padding: 20px 0px 15px 0px;
  margin: 0px;
}
div.mainContent h2 {
  color: #990033;
  font-family: verdana;
  font-size: 9pt;
  line-height: 20px;
}
div.mainContent h3 {
  color: #999;
  font-family: verdana;
  font-size: 10px;
}
div.mainContent div.content p {
  line-height: 20px;
}
div.mainContent div.content ul {
  list-style: disc;
  padding-left: 50px;
  line-height: 16px;
}
div.mainContent div.content li {
  margin-bottom: 10px;
}
div.mainContent div.content a {
  color: #a9001f;
}

div.lastUpdatedDate {
  float: right;
  font-size: 10px;
  padding: 5px;
}

div.mainContent div.breadcrumb a {
  color: #a9001f;
}

/* Homepage Specifics */
div.homepageMainContent {
  margin-left: 5px;
  margin-bottom: 20px;
  width: 574px;
  float: left;
  background: url(/assets/m/a/main_content_background.gif) repeat-x;
}
div.homepageGadgets {
  padding: 20px;
  height: 400px;
  width: 537px;
}
div.homepageGadgets p,
div.homepageGadgets a {
  font-size: 11px;
}
div.homepageGadgets p a {
  color: #a9001f;
}
div.homepageGadgets div.top {
  padding-bottom: 20px;
  float: left;
}
div.homepageGadgets div.top p {
  color: #b4bbc0;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
div.homepageGadgets div.top p b {
  color: #55697e;
}
div.homepageGadgets div.body {
  padding: 10px;
}
div.homepageGadgets div.middleLeft,
div.homepageGadgets div.middle,
div.homepageGadgets div.middleRight,
div.homepageGadgets div.bottomLeft {
  float: left;
}
div.homepageGadgets div.bottomRight {
  float: right;
}
div.homepageGadgets div.middleLeft,
div.homepageGadgets div.middle {
  margin-right: 6px;
}
div.homepageGadgets div.bottomLeft,
div.homepageGadgets div.bottomRight {
  margin-top: 15px;
  width: 255px;
}
div.homepageGadgets div.bottomRightSpace div.contentContainer{
  border: 2px solid #d1d8dd;
  background-color: #eef0f1;
  margin-bottom:5px;
}
div.homepageGadgets div.bottomRightSpace div#actv_content_homepage_content_8_container {
  border: 0px;
}
div.homepageGadgets div.bottomLeftSpace div.contentContainer{
  margin-bottom:5px;
}
div.homepageGadgets div.middleLeft {
  background-color: #b7def1;
}
div.homepageGadgets div.middle {
  background-color: #d3e1c4;
}
div.homepageGadgets div.middleRight {
  background-color: #c2cbe3;
}
div.homepageGadgets div.bottomLeft div#actv_content_homepage_content_5_container {
  background-color: #9ba3a9;
  clear: left;
}
div.boxedContent li.headline {
  border-bottom: 1px solid #f00; /* IE6 hack */
}
div.boxedContent li.headline a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  line-height: 1.3em;
}
div.boxedContent div.homepageHIVHeadlines li.headline {
  border-bottom: 1px solid #fff; /* IE6 hack */
}
div.boxedContent div.homepageHIVHeadlines li.headline a {
  color: #666;
}


/* Site Map */
div.siteMap ul {
  padding-left: 20px;
  line-height: 16px;
}
div.siteMap li a {
  color: #a9001f;
}


/* Search Results */
div.result {
  margin-bottom: 20px;
}
div.resultExtract {
  line-height: 16px;
}
div.resultTitle a {
  color: #990033;
  font-size: 12pt;
}
div.resultBreadcrumb a {
  color: green;
}
span.highlight {
  font-weight: bold;
  font-color: #444;
}


/* News */
div.newsContainer {
  line-height: 1.4;
}
div.news h1.headline {
  color: #990033;
  margin: 0px;
  font-size: 14px;
  padding: 0px;
}
div.news div.date {
  font-weight: bold;
  font-style: italic;
  color: #999;
}
div.news div.content {
  margin-bottom: 10px;
  text-align: justify;
}
ul.headlines {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
li.headline {
  margin: 0px 0px 15px 0px;
}
li.headline a {
  color: #990033;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
li.headline a:hover {
  text-decoration: underline;
}
.congresses li.headline .extract,
.congresses li.headline .date,
.congresses .news .date {
  display: none;
}


/* Paginator */
.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


div.imageGalleryContainer {
  width: 535px;
}
div.imageGallery a.galleryImage {
  text-indent: -9000px;
  display: block;
  width: 97px;
  height: 97px;
  margin: 5px 10px 5px 0px;
}


/* Custom styling for newsletter/membership feature */
div.notice {
  background-color: #ffedda;
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
  padding: 10px;
}
div.notice p {
  line-height: 1.4;
}
div.form fieldset h2 {
  font-size: 14px;
  clear: both;
  padding-top: 10px;
}
.cancelForm .fieldInfo {
  float: none;
}
.cancelForm .fieldInfo label {
  text-align: left;
  width: 300px;
  margin-bottom: 4px;
}
.cancelForm .field {
  float: none;
}
.cancelForm .formButtons {
  margin-left: 0px;
}


/* Form builder forms */
div.form div.field ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
div.form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
div.form legend {
  display: none;
}
div.form label {
  display: block;
  width: 150px;
  font-weight: bold;
  text-align: right;
  color: #222;
  font-size: 14px;
}
span.fieldDescription {
  display: block;
  font-size: 8pt;
  text-align: right;
  color: #666;
  width: 150px;
}
div.formRow {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 100%;
}
div.formRow,
div.formButtons {
  clear: both;
}
div.fullWidth div.field {
  float: left;
  width: 550px;
}
div.fieldInfo {
  float: left;
}
div.field {
  float: right;
  width: 390px;
}
div.field h3 {
  margin: 10px 0px 5px 0px;
  font-size:10pt;
}
div.field input.textbox {
  width: 380px;
  font-size: 12pt;
}
div.field select {
  font-size: 12pt;
}
div.field textarea {
  width: 380px;
  font-size: 12pt;
}
div.formButtons {
  padding-top: 10px;
  margin-left: 170px;
}
div.errorExplanation {
  padding: 7px;
  padding-bottom: 12px;
  margin: 20px 0px 20px 0px;
  background-color: #ffedda;
  position: relative; /* For IE6 */
}
div.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #f00;
  color: #fff;
}
div.errorExplanation p {
  margin: 10px 0px 0px 0px;
  padding: 5px;
}
div.errorExplanation ul {
  margin-left: 40px;
  line-height: 16px;
}
div.errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}


/* Vircotype Product Pages */
div.vircoTypePage div.banner {
  background: url(/assets/v/i/vircotype_banner.jpg) no-repeat;
}
div.vircoTypePage div.bannerMenu {
  background: url(/assets/v/i/vircotype_menu_background.gif) repeat-x;
}
div.vircoTypePage div.bannerMenu li a {
  border-right: 1px solid #00d8e8;
}
div.vircoTypePage div.bannerMenu li a:hover {
  background: url(/assets/v/i/vircotype_menu_background_hover.gif) repeat-x;
}
div.vircoTypePage div.pageMenu li.parent.selected a {
  background: url(/assets/v/i/vircotype_nav_menu_hover.gif) repeat-x;
}
div.vircoTypePage div.pageMenu li.parent a:hover {
  background: url(/assets/v/i/vircotype_nav_menu_hover.gif) repeat-x;
}
div.vircoTypePage div.adminTools li a {
  border-right: 1px solid #00d8e8;
}
div.vircoTypePage div.adminTools li a:hover {
  background: url(/assets/v/i/vircotype_menu_background_hover.gif) repeat-x;
}
div.vircoTypePage div.mainContent h1,
div.vircoTypePage div.mainContent h2 {
  color: #006699;
}
div.vircoTypePage div.mainContent div.content a {
  color: #2727FF;
}
div.vircoTypePage div.mainContent div.breadcrumb a {
  color: #006699;
}

/* Antivirogram Product Pages */
div.antivirogramPage div.banner {
  background: url(/assets/a/n/antivirogram_banner.jpg) no-repeat 2px 0px;
}
div.antivirogramPage div.bannerMenu {
  background: url(/assets/a/n/antivirogram_menu_background.gif) repeat-x;
}
div.antivirogramPage div.bannerMenu li a {
  border-right: 1px solid #336ccb;
}
div.antivirogramPage div.bannerMenu li a:hover {
  background: url(/assets/a/n/antivirogram_menu_background_hover.gif) repeat-x;
}
div.antivirogramPage div.pageMenu li.parent.selected a {
  background: url(/assets/a/n/antivirogram_nav_menu_hover.gif) repeat-x;
}
div.antivirogramPage div.pageMenu li.parent a:hover {
  background: url(/assets/a/n/antivirogram_nav_menu_hover.gif) repeat-x;
}
div.antivirogramPage div.adminTools li a {
  border-right: 1px solid #336ccb;
}
div.antivirogramPage div.adminTools li a:hover {
  background: url(/assets/a/n/antivirogram_menu_background_hover.gif) repeat-x;
}
div.antivirogramPage div.mainContent h1,
div.antivirogramPage div.mainContent h2 {
  color: #000066;
}
div.antivirogramPage div.mainContent div.content a {
  color: #2727FF;
}
div.antivirogramPage div.mainContent div.breadcrumb a {
  color: #000066;
}


/* VircoNET Product Pages */
div.vircoNETPage div.banner {
  background: url(/assets/v/i/virconet_banner.jpg) no-repeat 1px 0px;
}
div.vircoNETPage div.bannerMenu {
  background: url(/assets/v/i/virconet_menu_background.gif) repeat-x;
}
div.vircoNETPage div.bannerMenu li a {
  border-right: 1px solid #A8D244;
}
div.vircoNETPage div.bannerMenu li a:hover {
  background: url(/assets/v/i/virconet_menu_background_hover.gif) repeat-x;
}
div.vircoNETPage div.pageMenu li.parent.selected a {
  background: url(/assets/v/i/virconet_nav_menu_hover.gif) repeat-x;
}
div.vircoNETPage div.pageMenu li.parent a:hover {
  background: url(/assets/v/i/virconet_nav_menu_hover.gif) repeat-x;
}
div.vircoNETPage div.adminTools li a {
  border-right: 1px solid #A8D244;
}
div.vircoNETPage div.adminTools li a:hover {
  background: url(/assets/v/i/virconet_menu_background_hover.gif) repeat-x;
}
div.vircoNETPage div.mainContent h1,
div.vircoNETPage div.mainContent h2 {
  color: #336600;
}
div.vircoNETPage div.mainContent div.content a {
  color: #2727FF;
}
div.vircoNETPage div.mainContent div.breadcrumb a {
  color: #336600;
}

/* Editor Templates */
div.boxedContent {
  border: 2px solid #AFB7BC;
}
div.boxedContentBody {
  padding: 10px;
  background-color: #fff;
}
div.boxedContent h3.red,
div.boxedContent h3.lightBlue,
div.boxedContent h3.darkBlue,
div.boxedContent h3.green { 
  margin: 0px;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
div.boxedContent h3.red { background: url(/assets/b/o/boxed_content_title_background_red.gif) repeat-x; }
div.boxedContent h3.lightBlue { background: url(/assets/b/o/boxed_content_title_background_light_blue.gif) repeat-x; }
div.boxedContent h3.darkBlue { background: url(/assets/b/o/boxed_content_title_background_dark_blue.gif) repeat-x; }
div.boxedContent h3.green { background: url(/assets/b/o/boxed_content_title_background_green.gif) repeat-x; }


/* Copyright Message */
div.copyrightMessage {
  text-align: center;
  margin: 20px 0px 4px 0px;
  clear: both;
  font-size: 10px;
}
div.copyrightMessage a {
  font-size: 10px;
}


/* Page Footer */
div.pageFooter {
  clear: both;
  padding-top: 3px;
  height: 16px;
  text-align: center;
  background: url(/assets/f/o/footer_background.gif) repeat-x;
}
div.pageFooter a {
  font-size: 12px;
  text-decoration: none;
  color: #C5C6C9;
  padding: 0px 10px 0px 10px;
}


/* Ensure admin tools appear on right */
div.adminTools {
  left: auto;
  right: -43px;
}
div.adminToolsHover {
  right: -3px;
}
div.adminTools ul {
  background: #333 url(/stylesheets/tools/images/label.png) no-repeat 11px center;
  padding-left: 40px;
  text-indent: -150px;
}
div.adminTools li {
  margin-right: 0px;
  border-left: 1px solid #444;
  border-right: none;
}


#complaintsResult {
  padding: 10px;
  border: solid 3px #d00;
}

/* Print styles */
@media print {

  div.pageHeader, 
  div.pageFooter,
  div.copyrightMessage, 
  div.leftSidebar, 
  div.leftSidebarHomepage, 
  div.rightSidebar { display: none; }

  div.homepageMainContent,
  div.mainContent { width: auto; float: none; padding: 0px; color: #000; height: auto; }

}