﻿.headerRow
{   background-color:#fff;
    text-align: center;
    font-weight: bold;
    background-color: #BFD900;
    font-size: 1.1em;
}
.datarow  /* further details link */
{   background-color:#fff;
    text-align : left;
    font-weight: normal;
}
.dashedborderbtm {
        border-bottom: dashed 1px #BFD900;    
}
.datacell
{   text-align : left;
    font-weight: normal;
    border-bottom: none;
}
.altrow
{   background-color: #fff;
    text-align : left;
    font-weight: bold;
    width: 55%;
}
.linkbutton
{   background:  #DA0014;
    color: #fff;
    text-align: center;
    text-decoration: none;  
    font: normal 1.3em Century Gothic, Arial, Helvetica, sans-serif;    
    padding: 2 2 2 2;
}    
a.linkbutton  { text-decoration: none; }
a:visited.linkbutton  { color: #DA0014; }
a:focus.linkbutton  { color: #f00; }
a:hover.linkbutton  { background: #f00; color: #fff }



.clearOnFocus 
{ width: 60px; 
  border-color: #BFD900;
  border-width: 1px;
  border-style: solid;
  
}
.bodytext { font-family:  Arial, Helvetica, sans-serif; font-size:10pt; text-align: center;}

.helptext { display:none; }
.helptextshow { display:inline; background-color:#FFFF00; }

.font12pt 
{ font-size: 12pt 
  }
  
.textbox
{   width: 200px;
    border-color: #BFD900;
    border-width: 1px;
    border-style: solid;  
    }
.txtmoney 
{   width: 85px;
    font-family : Courier;
    border-color: #BFD900;
    border-width: 1px;
    border-style: solid;  
    }
.txtinput { border: solid 1px #2f2 }
.resultmsg { font-size: 1.2em;  
              font-weight: bold;
              color: #32cd32;}
.requiredwarning { font-size:0.8em; color: Red }
.width88px {  width: 88px }
.width105px {  width: 105px }
.width150px {  width: 150px }
.width155px {  width: 155px }
.padleft8px { padding-left: 8px}
.block { display: block }
.inline { display: inline }
.inlineblock { display: inline-block }
.float-r {float:right}
.txtalign-r { text-align: right}
.pos-abs { position:absolute;}
.valignTop { vertical-align: top;}
#searchform { position:relative;}
