﻿html
{
    overflow:hidden;
}

body
{
    overflow: hidden;/*auto;*/
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    min-height: 600px;
}

body, table, td, th, select, textarea, input
{
    /*font-family: Tahoma, Arial, Sans-Serif;     font-size: 9pt;*/
}

.mnuLevel0
{
    visibility: hidden;
    font-size: 1px;
}
.mnuLevel1
{
    font: 10px Arial,Sans-Serif;
    border-bottom: solid 2px LightCyan;
    -ms-filter: Alpha(Opacity=80);
    -moz-opacity: 0.8; /*    opacity: 0.8;     filter: Alpha(Opacity=80);*/
}
.IE8Fix
{
    z-index: 1000;
}


.lblUCDA
{
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
}
.lblPhone
{
    font-family: arial,verdana,sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}
.divDateTime
{
    color: #BEBEBE;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    width:35%;
    float:right;
    padding-right:160px;
    padding-top:10px;
}

.website
{ width:70px; /*color:#F0FFFF;*/ }
.rowStyle .website 
{ color:#F0F9F9;}
.altrowStyle .website 
{ color:#FFFFFF; }
.dealerName
{ width:400px; }
.city
{ width:150; }
.phone
{ width:130px; }


.btnRouteOne
{
    background-image: url('../Images/RouteOne_Btn.jpg'); 
    background-color: Transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: 7px 6px;
    cursor: hand;
    font-size: smaller;
    font-style: italic;
    font-weight: bold;
    vertical-align: baseline;
    position: relative;
    text-align: center;
    width: 131px;
    height: 110px;
    z-index: 1000;
}
/*----------------------------------------------*/




/*#footerPanel
{
    position: absolute;
    height: 20px;
    left: 228px;
    right: 0px;
    padding: 0;
    margin: 0;
    bottom: 0px;
    border-top: solid 1px #c0c0c0;
    background-color: #f0f0f0;
}*/

