body {
  font-family: Arial;
  font-size: 12px;
}

a { text-decoration: none; color: #de1039;}

a:link 				{ color: #015480; }
a:visited 			{ color: #015480; }
a:hover 			{ color: #015480; text-decoration: underline}
a:active 			{ color: #015480; }

.my_header {
    border: 2px solid #015480;
    background-color: #015480;
    margin-top: 4px;    
    margin-bottom: 4px;        
    width: 100%;
    font: bold 14px Arial;
    color: white;    
    text-align: left
}

.blackbar {
    border: 3px solid #221e1f;    
    background-color: #221e1f;
    margin-top: 4px;    
    margin-bottom: 4px;
    width: 100%;
    font: bold 14px Arial;
    color: white;    
    text-align: left
}

.blackbar a, .my_header a { text-decoration: none; color: #939597;}

.my_bold {
    font: bold 14px Arial;
    color: #939597;
}

.m_blue_bold {
    font: bold 14px Arial;
    color: #015480;
}

.m_black_bold {
    font: bold 14px Arial;
    color: #000;
}


.cdi_table
{    
    empty-cells: show;
    width: 100%;
}

.cdi_table TH
{
    font: bold 12px Arial;
    color: #015480; 
    background-color: white;
    border-bottom: 2px solid #015480; 
    
    text-align: left; 
    padding: 2px 5px 2px 5px;    
}

.cdi_table TD {
    border-bottom: 1px dashed #015480;
    text-align: left;
    padding: 2px 5px 2px 5px;
}

.message {color:#E13A3E; font-weight: bold; font-size:12px; text-align: center }

.record_view
{
    empty-cells: show;
    width: 100%;   
}

.record_view TD
{
    border-bottom: 1px dashed #015480;
    font: 12px Arial;
    width: 50%;
    padding: 5px;
}

.record_view TH
{
    border-bottom: 1px dashed #015480;
    text-align: right;  
    font: bold 12px Arial;  
    color: black;
    background-color: white;
    width: 50%;    
    vertical-align: top;
    padding: 5px;
}

.select_list DIV {
    border-bottom: 1px dashed #015480;
    text-align: left;
    padding: 5px;
}

.pad2
{
    padding: 2px;
}

.dash_bot 
{
    border-bottom: 1px dashed #015480;
}

.redmsg 
{
    color:red;
    border-top: red 1px solid;
    padding:2px;
 }
