/* 
Document   : dealerCSS
Created on : Jun 22, 2009, 3:06:32 PM
Author     : tharini.virabadran
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
a {
    cursor:pointer;
}
body
{
    margin: 0% 0% 0;
    background-image: url(../images/home/background.png);
    background-repeat:repeat-x;
    background-color: #181c18;
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
}

.tableWrapper {
    width: 970px;
    
    border-collapse: collapse;
}

.bannerContainer
{
    background: url('../images/home/banner_mainsite_flatorange_ff7929.png');
    width: 970px;
    height: 100px;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom:100px;
}

.loginContainer
{
    padding-top: 140px;
    margin: 150px 0 0 0;
    background:url('../images/home/loginWindow.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 410px;
    height: 400px;
    line-height: 50px;
    color: #FF7929;
    font-weight: bold;
    font-size: 15px;
}

.selectedTab
{    
    border: 2px solid #ff7929;
    height: 850px;
    background: #FFFFFF;
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 14px;
    color: rgb(68, 68, 68);
}

.ebrochureFrameIn
{
    
    overflow: auto;
    background: #FFFFFF;
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 14px;
    color: rgb(68, 68, 68);
}

.div-logonPopupForm
{
    position:absolute;
    background-color: #EFEFE7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    word-spacing: 1px;
    line-height: 30px;
    z-index:1500;
    border:1px solid #C1C1C1;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    left: 72.5%;
    top: 2%;
}

#privacyContent {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 12px;
}

#tncContent {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

#aboutusContent {
    margin-left: 20px;
    font-size: 13px;
    margin-right: 20px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 50px;
}

a {border-style:none;}
