





/*--- Tables (start) ---*/
.headerRow 
{ 
    color: #FFFFFF;
    background-color: #05247F; 
    vertical-align: middle; 
    font-family: Verdana; 
    font-size: 10px; 
    background: url('/Images/header_row_blue_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom; 
    font-weight: bold; 
    line-height: 15px; 
}
.headerRow a { border-bottom: 1px dashed #FFFFFF; color: #FFFFFF; text-decoration: none; font-weight: bold;}
.headerRow a:hover { border-bottom: 1px dashed #FB9300; color: #FB9300; }
.oddRow 
{ 
    font-family: Verdana; 
    font-size: 10px; 
    color: #000000; 
    background-color: #EEEEEE;
    background: url('/Images/odd_row_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom; 
}
.evenRow 
{ 
    font-family: Verdana; 
    font-size: 10px; 
    color: #000000; 
    background-color: #F6E6C6; 
    background: url('/Images/even_row_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom; 
}
.selectedRow { font-family: Verdana; font-size: 10px; color: #000000; background-color: #FBE0B9; }
.footerRow 
{ 
    color: #000000;
    background-color: #DDDDDD; 
    vertical-align: middle; 
    font-family: Verdana; 
    font-size: 11px; 
    background: url('/Images/even_row_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom; 
    font-weight: normal; 
    line-height: 15px; 
}

.dataHeader    { font-family: Verdana; font-size: 9px; font-weight: bold; }
/*--- Tables (end) ---*/



/*--- Button (start) ---*/
.formButton{
    border: none; 
    text-transform: uppercase;
    font-weight: bold; 
    font-size: 8px; 
    font-style: normal; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 81px;
    height: 15px;
    padding-right: 1px;
    padding-left: 1px;
    background: url('/Images/button.gif');
    cursor: hand;
}
/*--- Button (end) ---*/
    


/*--- Outline (start) ---*/
.outlineLeft
{
    background: url('/Images/outline_left.gif');
    background-repeat: repeat-y;
    background-position: center; 

}
.outlineBottom
{
    background: url('/Images/outline_bottom.gif');
    background-repeat: no-repeat;
    background-position: center; 

}
/*--- Outline (end) ---*/