/* $Id: style.css 194 2009-03-03 15:19:15Z webb $ */

A:link	  {color:#000000; border:0;}
A:visited {color:#000000; border:0;}
A:active  {color:#000000; border:0;}
A:hover   {color:#999999;}
A.menu:link    {
        color: #990000;
        text-decoration: none;
        font-family : ,arial,sans-serif;
        font-size: 10pt;
	font-weight: bold;
}
A.menu:visited {
        color: #990000;
        text-decoration: none;
        font-family : arial,sans-serif;
        font-size: 10pt;
	font-weight: bold;
}
A.menu:active  {
        color: #990000;
        text-decoration: none;
        font-family : arial,sans-serif;
        font-size: 10pt;
        font-weight: bold;
}
A.menu:hover   {
        color: #000099;
        text-decoration: underline;
        font-family : arial,sans-serif;
        font-size: 10pt;font-weight: bold;
}

h3 {
	text-align:center;
	color: #990000;
	font-weight: bold;
}

.search_title { font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	color: #990000;
	font-weight: bold;}

.update_title { font-size: 14pt;
        font-family: arial,helvetica,sans-serif;
        color: #0000E0;
        font-weight: bold;}

.invalid { font-size: 10pt;
	font-family: arial,helvetica,sans-serif,system;
	color: #FF0000;}

.login_title { font-size: 20pt;
	font-family: arial,helvetica,sans-serif;
	color: #990000;
	font-weight: bold;}

.field_title { font-size: 9pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	color: #990000;}

.off_white { font-size: 9pt;
        font-weight: bold;
        font-family: arial,helvetica,sans-serif;
        color: #EEEEEE;}

.edit_field { font-size: 9pt;
	font-weight: bold;
	font-family: arial, helvetica,sans-serif;
	color: #000000;}

.bold_date { font-size: 12pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif,system;
	color: #990000;}

.forms {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	border-color: #000000;
	border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;}

.active_page { font-size: 10pt;
	font-weight: bold;
	font-family: arial, sans-serif;}

.edit_heading { font-size: 11pt;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #000000;}

.inact_owner { font-size: 9pt;
        font-weight: bold;
        font-family: arial,helvetica,sans-serif;
        color: #BBBBBB;}

.copyright { font-size: 7pt;
        font-weight: bold;
        font-family: arial,helvetica,sans-serif;
        color: #990000;}

   .progressBar {
      position: relative;
      padding: 2px;
      width: 350px;
      height: 40px;
      font-size: 12px;
   }
   .progressBar .background {
      border: solid 1px black;
      width:320px;
      height: 20px;
   }
   .progressBar .bar {
      position: relative;
      background-color:#990000;
      width: 0px;
      height: 20px;
   }

