.rate_table 
{
 width: 800px;
 border-color: black;
 border-style: solid;
 border-color: gray;
 border-collapse: collapse;
 border-width: 1px;
}

.rate_table th 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFCC00;
 border-bottom-color: gray;
 border-bottom-style: solid;
 border-bottom-width: 1px;
}

.rate_table td 
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 border-bottom-color: gray;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-right-color: gray;
 border-right-style: solid;
 border-right-width: 1px;
}

.ett 
{
 font-weight: bold;
 text-align: center;
 vertical-align: midle;
}

.td_vehicle 
{
 width: 100px;
 text-align: center;
 vertical-align: top;
 border-bottom-style: none;
}

.td_main_poi 
{
 font-weight: bold;
 text-align: center;
 vertical-align: midle;
}

.td_selected 
{
 background-color: #FFCC00;
}

.tr_odd 
{
 background-color: #EBEBEB;
 border-bottom-color: gray;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-right-color: gray;
 border-right-style: solid;
 border-right-width: 1px;
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: none;
}

.tr_even 
{
 background-color: white;
 border-bottom-color: gray;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-right-color: gray;
 border-right-style: solid;
 border-right-width: 1px;
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: none;
}

.vehicle_row 
{
 background-color: white;
 text-align:center;
}

#dek 
{
 position: absolute;
 z-index: 200;
 border-color: gray;
 border-style: solid;
 border-width: 1px;
}

#dek table 
{
 background-color: #FFCC00;
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: none;
}

#dek td
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
}

#dek :link 
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: underline;
}

#dek :visited 
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: underline;
}

#dek :hover 
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: underline;
}

#dek :active 
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: underline;
}

#dek :focus 
{
 font-family: Arial, sans-serif;
 color: #333333;
 font-size: 10pt;
 font-weight: 100;
 text-decoration: underline;
}