/*	Style classes specific to the Broker Available Trucks application	*/
    
    body 
    {
        font-family:arial,helvetica,verdana,sans-serif; font-size:small;
    }
    
    .AsteriskColumn 
    {
        font-size:large; 
        color:red; 
        font-family:courier,serif; 
        vertical-align:middle;
        padding:0px 3px 0px 0px;
    }

    #RequiredNote 
    {
			color:#666666; font-weight:normal;
    }
    
    .InfoBorder
    {
        border:solid 1px #6699CC; 
        border-left:none;
        margin-left:5px; 
        padding-left:5px;
    }
    
    .InfoBox 
    {
        padding-left:5px; 
        color:#336699; 
    }
    
    .Instructions 
    {
        padding:5px 0px;
    }
    
    .InputLabel 
    {
        color:#336699;
        font-weight:bold; 
        text-align:left; /* update the main stylesheet */ 
    }
    
    .MessageData 
    {
        text-align:center; font-size:medium; font-weight:bold;
    }

    .MessageData a 
    {
        font-size:small; font-weight:normal;
    }
    
    .MessageRequired 
    {
        display: none; color: red; white-space: nowrap;
    }
    
    .DisplayDiv 
    {
        display: block; color: red; white-space: nowrap; text-align: left;
    }
    
    .DisplayDivTextRight 
    {
        width: 275px; padding-right:5px; white-space: normal; text-align: left; color: Black;
    }
    
    #ErrorBox div
    {
        padding: 10px 5px 10px 10px; text-align: left;width:350px;
        border: solid 2px red; margin-top: 10px;
        
    }
   
