@charset "windows-1252";
/*
  $Id: stylesheet.css,v 1.56 2007/03/14 20:04:02 hpdl Exp $

(C) 2007 - 2009 SoundCo Productions, Inc. dba Cincinnati Audio Visual Solutions

*/

    /* Don't underline links */
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
    /* Add Hover with color to links */
    a:hover {text-decoration: underline; color:#0000FF;}
    /* Custom Scrollbar Colors */
    body{
      scrollbar-arrow-color: #5aa2e7;
      scrollbar-3dlight-color: #ECE9D8;
      scrollbar-highlight-color: #5aa2e7;
      scrollbar-face-color: #ECE9D8;
      scrollbar-shadow-color: #5aa2e7;
      scrollbar-darkshadow-color: #ECE9D8;
      scrollbar-track-color: #ECE9D8;
    }
	
.boxText { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

BODY {
  text-align: center;
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

.fixcenter {
  width: 850px;
  border: solid; border-width: 1px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #5aa2e7;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #5aa2e7;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #5aa2e7;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #5aa2e7;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #5aa2e7;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #5aa2e7;
  color: #ffffff;
  font-weight: bold;
}


.spotlightBox {
  background: #ffffff;
  border: solid; border-width: 1px; border-color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBox {
  background: #deefff;
  border: solid; border-width: 1px; border-color: #5aa2e7;
}

.infoBoxContents {
  background: #deefff
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxHeader {
  background: #5aa2e7
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-color: #ffffff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #e6ffcc;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #0000CC;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
}

TD.medText, SPAN.medText, P.medText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.keywordText, SPAN.keywordText, P.keywordText {
  font-family: Arial, sans-serif, Verdana;
  font-size: 8px;
  color: #000009;
}
