﻿.error
{
    color: #CC2129;
    font-weight: bold;
}

.detailsTitle
{
    background: #004FA3;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    clear: both;
    padding: 3px;
    margin: 0px 0px 10px 0px;
}
.searchColumn 
{
    width: 310px;
    float: left;
}

.searchColumnWide
{
    width: 480px;
    float: left;
}

.searchLabel 
{
    float: left;    
    width: 130px;
    padding: 5px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
}

.searchLabelWide
{
    width: 150px;
    text-align: right;
    font-weight: bold;
    float: left;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.searchItem 
{
    float: left;    
    width: 160px;
    padding: 5px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
}
    
    .searchItem select
    {
        width: 104%;
    }
        * html .searchItem select
        {
            width: 100%;
        }
    .searchItem input
    {
        width: 100%;
    }
        
        * html .searchItem input
        {
            width: 95%;
        }
        

.searchItemWide
{
    float: left;
    width: 400px;
    padding: 5px;
    text-align: left;
}

.searchItemWideSingleLine
{
    float: left;    
    width: 350px;
    padding: 5px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
}

.dataItemWide 
{

}

.dataRow
{
    clear: both;
    margin-bottom: 10px;
    width: 650px;
    float: left;
}

.dataLabel
{
    width: 150px;
    float: left;
    text-align: right;
    font-weight: bold;
    margin: 0px 5px 0px 0px;    
    padding-top: 4px;
}

.dataItem
{
    float: left;    
    width: 350px;
    text-align: left;
}

.dataRowSmall
{
    clear: both;
    margin-bottom: 5px;
    width: 525px;
    float: left;   
}

.dataLabelSmall
{
    width: 140px;
    float: left;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}

.dataItemSmall
{
    float: left;    
    width: 365px;
    text-align: left;    
    padding: 5px;
}
