BODY, TD {
  padding: 0px;
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #DBDBDB;
}

A {
}

A:Hover {
}

.hidden
{
    display: none;
}
#title_bar
{
    height: 60px;
    background-color: #03093b;
    vertical-align: middle;
    color: #FFF;
    padding-left: 10px;
    padding-top: 10px;
}
#main_title
{
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    
}
#main_sub_title
{
    padding-left: 250px;
}

#content_title
{
    margin-top: 10px;
    width: 90%;
    background-color: #CCCCCC;
    border: 1px solid #555555;
    font-size: 15px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
#top_bar
{
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.title_button
{
    background-color: #CCCCCC;
    color: #333333;
    border-left: 1px #555555 solid;
    border-right: 1px #555555 solid;
    border-bottom: 1px #555555 solid;        
    padding-left: 5px;    
    padding-right: 5px;    
    padding-top: 2px;  
    margin-right: 5px;
    margin-top: 0px;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

#button_bar
{    
    padding-top: 0px;
    margin-top: 2px;       
    margin-bottom: auto;
    padding-right: 10px;        
    text-align: right;  
}
.page_width
{
    margin-top: 0px;
    width: 900px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px black solid;
    border-right: 1px black solid;
}
#main_content
{
    padding:0px;
    text-align: center;  
    border-bottom: 1px black solid;  
}

#body_div
{
    height: 100%;
    text-align: center;
}
#footer
{
padding-top: 15px;
    font-size: 10px;
    font-style: italic;
}
.sub_menu
{
    margin-top: 5px;
    border: 1px #555555 solid;
    width: 95%;
    background-color: #CCCCCC;
    margin-right: 15px;
    margin-left: auto;
}

.sub_menu table
{
    width: 100%;
}
.sub_menu td
{
    font-size: 11px;
}

.sub_link
{   
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;    
}
.hidden 
{
    display: none;
}

#results_table
{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#results_table table
{
    background: transparent;
    width: 100%;
}

#results_table td
{
    background-color : #FFF;
    font-size: 11px;
    border-bottom: #CCC 1px solid;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

#results_table th
{
    background-color : #FFF;
    font-size: 12px;
    border-bottom: gray 1px solid;
    text-align: left;
}

#results_table .norecs td
{
    background-color : #FFF;
    text-align: center;
    font-size: 11px;
}

a:visited
{
    color: blue;
}

.main_title
{
    font-weight: bold;
}

form td
{
    background-color: #FFF;
}
form th
{
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}
form input
{
    font-size: 10px;
}

form select
{
    font-size: 10px;
    height: 18px;
}

.gt th
{
    background-color: #777;
    font-size: 12px;
    font-weight: bold;
}

.gt td
{
    background-color: #FFF;
    font-size: 12px;
}

.gt_row_alt td
{
    background-color: #dddddd;
}
