﻿body {
}

.regtxt
{    font-family:Arial;
    font-size:10pt;
    color:black;
    }
.title
{font-family:arial;
    font-weight:bold;
    font-size:15pt;
    color:#093A80;
    }
.titletxt
{font-family:Arial;
    font-size:10pt;
    color:White;
    }
.datalistheader
{background-color:#000084; 
     font-weight:bold; 
    Color:White;}
.datalistitem
{ background-color:#EEEEEE;
   color:Black;}
.tableborder
{ border: inset 1px #999999;
    
    }
 .RowSelection
 {background-color:#e5ecf9}
 
 .button
{
    font-family: Arial Black;
    background-color: #093A80;
    font-size: 11pt;
    color: White;
    text-decoration: none;
    border-right: #295A80 thin solid;
    border-top: #295A80 thin solid;
    border-left: #295A80 thin solid;
    border-bottom: #295A80 thin solid;
}
.wraptext
{
    overflow:hidden;
    white-space: normal;
    
}
.wraptextscroll
{
    overflow:auto;
    white-space: normal;
    
}