﻿.pager
    {
    font-family: verdana, arial;
    font-size: 12px;    
    }
    
.pager a:link, .pager a:visited, .pager a:active, .pager a
    {
    text-decoration: none;
    cursor: pointer;
    background-color: #CC0000;
    padding: 2px 4px 2px 4px;    
    color: white;
    }


.pager a:hover, .pager .active
    {
    background-color: #666666;    
    color: white;
    padding: 2px 4px 2px 4px;    
    cursor: pointer;
    }
    
.boxtable
    {
    font-size: 12px;
    border: 2px solid #CC0000;    
    font-family: verdana, arial;
    }    
    
.boxtable th
    {
    font-size: 12px;
    background-color: #CC0000;
    color: White;
    text-align: left;
    padding: 3px;    
    }    
    
a:link, a:visited, a:active
    {
    color: #666666;
    text-decoration: underlined;    
    }    
      
a:hover
    {
    color: #CC0000;
    text-decoration: none;    
    }
    
input
    {
    /*border: 1px solid #CCCCCC; */   
    background-color: #F7F7F7;
    }    
    
input:hover
    {
    background-color: #FFFFFF;    
    }    
    
.checkbox, .radio
    {
    border: 0px;    
    background-color: Transparent;
    }
    
.button, .button:hover
    {
    background-color: #CC0000;
    color: white;    
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    }    
    
.button:hover
    {
    background-color: #666666;    
    }    

.table
    {
    font-size: 12px;    
    font-family: verdana, arial;
    }    
    
.font
    {
    font-family: verdana, arial;    
    }    
    
.table th
    {
    padding: 2px 5px 2px 5px;    
    color: white;    
    font-weight: bold;
    font-size: 12px;
    background-color: #CC0000;
    }    
    
.table .RowAlt1
    {
    background-color: #F7F7F7;    
    }    
    
.table .RowAlt2
    {
    background-color: #FFFFFF;    
    }       
    
.table input
    {
    font-size: 12px;    
    height: 15px;
    }    
    
.table td
    {
    padding-left: 5px;    
    padding-right: 5px;
    }    
    
.table .button, .table .button:hover
    {
    height: 20px;    
    font-size: 12px;
    }
    
.clear td
    {
    padding: 0;
    margin: 0;    
    }    
    
.table a:link, .table a:visited, .table a:active
    {
    color: Black;    
    text-decoration: none;
    }    
    
.table a:hover
    {
    color: #666666;    
    text-decoration: underline;
    }        
