/* ----------------------------------------------------------------- */
/* The home page */
/* ----------------------------------------------------------------- */
/* Don't center the divs under the div centering the body (IE hack)*/
div#centerdiv div { text-align: left; }

#mainpage a {
  color: #ff0000;
  font-weight: bold;
}

#mainpage a:hover {
  color: #006633;
}

#mainpage p.getdbpulse {
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: bold;
}

#mainpage ul { margin-bottom: .5em; }
#mainpage li { padding-bottom: .5em; }

.yellowbutton {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #FF0000;
      background-image: url(../images/yellowbutton.gif);
      background-repeat: no-repeat;
      text-align: center;
      vertical-align: middle;
      height: 30px;
      width: 91px;
      text-transform: uppercase;
}


/* ----------------------------------------------------------------- */
/* The 'top' id is for the header */
/* ----------------------------------------------------------------- */
div#top { 
    width: 800px;
    margin: 0px;
    padding: 0px;
}
#top table { 
    width: 800px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

tr.headerimg td img { 
    vertical-align: bottom;
    padding: 0px;
    margin: 0px;
    height: 90px;
}

/* this is the black line that has the company name and user name */
tr.welcomeuser { 
    height: 25px;
    vertical-align: middle;
    background-image: url(../images/blackbg.gif);
}

tr.welcomeuser td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #f5f5f5;
}

tr.welcomeuser td.custname { text-align: left; }
tr.welcomeuser td.username { text-align: right; }
tr.welcomeuser td.logout { text-align: right; padding-right: .5em; }

tr.welcomeuser td.logout a {
    color: #f5f5f5;
    text-decoration: none;
}

tr.welcomeuser td.logout a:Hover {
    color: #f5f5f5;
    text-decoration: underline;
}

/* ----------------------------------------------------------------- */
/* This is the entire body window below the header                   */
/* ----------------------------------------------------------------- */
table.bodytable { 
    width: 800px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid #FFCC00;
}
/* ----------------------------------------------------------------- */
/* This data window is the window to the right of the left menu      */
/* ----------------------------------------------------------------- */
div.datawindow {
    width: 619px;
    padding-left: 10px;
    font-size: 90%;
}
div.detailwindow {
    width: 719px;
}

/* This is a generic 'data' table with a horizontal header and many
 * rows printed in 'greenbar' fashion. */
div.datawindow table.datatable { 
    width: 100%;
    border-right: 1px solid #000000;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
}
div.datawindow table.datatable th { 
    font-size: 90%;
    background-color: #c0c0c0;
    color: #000000;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
div.datawindow table.datatable th.mid { 
    border-top: 0px;
}	
div.datawindow table.datatable td { 
    font-size: 90%;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    vertical-align: top;
}
div.datawindow table.datatable tr.odd { 
    background-color: #EEEEEE;
}

/* This is a generic 'information' tables with a vertical header
 * column on the left and a single data column on the right. */
div.datawindow table.infotable { 
/*    border: 1px solid black; */
}
div.datawindow table.infotable th { 
    vertical-align: top;
    padding-left: .5em;
    padding-right: .5em;
    text-align: right;
    font-weight: bold;
    width: 25%;
}
div.datawindow table.infotable td { 
    /* font-size: 90%; */
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
    text-align: left;
}
div.datawindow div.helpsection th { 
                   padding: .5em;
                   text-align: right;
                   vertical-align: top;
                   font-size: 90%;
		   width: 25%;
                   }
div.datawindow div.helpsection td { 
                   padding: .5em;
                   vertical-align: top;
                   font-size: 90%;
                   }

/* ----------------------------------------------------------------- */
/* The 'lmenu' id is for the lefthandside menu. */
/* ----------------------------------------------------------------- */
.lmenuwidth { width: 170px; }
#lmenu table { 
    width: 170px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    padding-top: 6px;
}

#lmenu td { 
    padding:0px;
    padding-bottom: 1px;
    margin:0px;
    font-size: 12px;
    font-weight: bold;
    color: #CF0C08;
    padding-left: 31px;
    text-indent: -10px;
    height: 23px;
    vertical-align: middle;
}
#lmenu td a {
    font-size: 12px;
    color: #CF0C08;
    text-decoration: none;
}

#lmenu th { 
    padding:0px;
    margin:0px;
    text-align: left;
    font-size: 12px;
    height: 23px;
    background-image: url(../images/yellowbtn.gif);
    background-repeat: no-repeat;
    padding-left: 31px;
    text-indent: -10px;
    vertical-align: middle;
}

#lmenu th a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
#lmenu th a:hover {
    color: #CF0C08;
}
#lmenu th.redbtn a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

#lmenu th.redbtn { 
    background-image: url(../images/redbtn.gif);
    color: #FFFFFF;
}

#lmenu ul.qlink { 
    list-style-image: url(../images/bullet.gif);
    margin-top: 2px;
}
#lmenu ul.qlink a { font-size: 11px; }

#lmenu div.login { 
    padding-left: 1em;
    padding-right: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
#lmenu div.login input { 
    font-size: 10px;
}

#lmenu .loginbtn { 
    width: 106px;
    height: 23px;
}

/* ----------------------------------------------------------------- */
/* The 'headerline' id is for the line at the top of the datawindow
 that displays the section name and a little graphic. */
/* ----------------------------------------------------------------- */
div#headerline { 
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-style: normal; 
    font-weight: bolder;
    color: #620000;
    text-decoration: none;
}
/* ----------------------------------------------------------------- */
/* General.                                                          */
/* ----------------------------------------------------------------- */

.btn {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: normal;
      color: #ffffff;
      background-color: #b70e14;
      border: 1px ridge #C0C0C0;
      height: 19px;
      cursor: pointer;
}
.copyright {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #666666;
        text-align: center;
        vertical-align: middle;
}

tr.highlight td { 
    background-color: #FFFFCC;
}

div.close_popup {
    margin: .5em;
    padding: .2em;
    font-size: 9px;
    display: block;
    text-decoration: underline;
}
.centered { text-align: center; }	
