﻿body
{
}

.table
{
     background: #FDFDFD;
     border: 1px solid #EAEAEA;
     float: left;
     margin: 10px 0px 0px;
}   

.tableheader
{
    border: solid 1px #E6E6E6 ;
    width:200px;
    text-align:left;
    font-family:Verdana;
    font-size:11px;
}

.rptcolumn
{
    border-right: 1px solid #E3E3E3;
    float: left;
    padding-bottom: 4px;
    font-family:Verdana;
    font-size:11px
    
}


.label
{   color: black;
    float: left;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    margin-right:15px;
    width:110px;
}

.input
{
    border:1px solid #BEBEBE;
    width: 150px;
    color: black;
    float:left;
    padding:3px;
}
.horizontalline
{
    border-bottom:1px solid #4e3e40;
    padding-bottom:5px;
    padding-left:6px;
    padding-top:5px;
    margin-bottom:5px;
}

.linkbutton
{
    text-decoration:underline;
    color:#1A62A3;
    font-size:11px;
}
.Button
{
    margin-right:5px; 
    width:70px; 
    text-align:center;
    vertical-align:middle;
}

.tableheader2
{
    border: solid 0px #E6E6E6 ;
    width:200px;
    text-align:left;
    font-family:Verdana;
    font-size:11px;
}


.tablenoborder
{
     background: #FDFDFD;     
     float: left;
     margin: 10px 0px 0px;
}   