

/* iPads (portrait and landscape) 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
    
   



    div.clsDataContainer
    {
        overflow: hidden;
    }

    div.clsDataContent
    {
        float: left;
    }

    div.clsDataRow
    {
        overflow: hidden;
    }


    div.clsText
    {
        width: 150px;
        display: block;
        float: left;
        text-align: left;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.clsField
    {
        margin-left: 4px;
        float: left;
        overflow: hidden;
        width: 90%;
        
    }




.clsSmlDropDown
{
      width: 500px !important;
}

.clsMedDropDown
{
      width: 500px !important;
}

.clsLargDropDown
{
      width: 500px !important;
}


.clsSmlText
{
     width: 500px !important;
     
}

.clsMedText
{
       width: 500px !important;
}

.clsLargText
{
       width: 500px !important;
}


.clsEmploymentContactLarge
{
    width: 100px !important;
}

.clsEmploymentContactSmall
{
     width: 50px !important;
}




.customValidator
{
font-weight:normal;
padding: 2px;
display:block;  
}

.clsAddressSing
{
    clear:left;
}
}



*/