/*
 *
 * -- GLOBAL FORMAT ------------------------------- */

html {
    Background: #7399BD url('../images/clouds.jpg') repeat-x 0 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 5px auto;
    text-align: center;
    padding: 0;
}



/*
 * Preload Images ------------------------------------------- */

.hiddenPic      {display: none;}



/*
 * Link Definitions ----------------------------------------- */

a#home:link     {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}
a#home:visited  {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}
a#home:hover    {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}
a#home:active   {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}

a.gen:link      {color: #0A63C1; font-style: normal; text-decoration: none;}
a.gen:visited   {color: #0A63C1; font-style: normal; text-decoration: none;}
a.gen:hover     {color: #FF0000; font-style: normal; text-decoration: none;}
a.gen:active    {color: #0A63C1; font-style: normal; text-decoration: none;}

a.genul:link    {color: #0A63C1; font-style: normal;}
a.genul:visited {color: #0A63C1; font-style: normal;}
a.genul:hover   {color: #FF0000; font-style: normal;}
a.genul:active  {color: #0A63C1; font-style: normal;}


/*
 * Header --------------------------------------------------- */

#div_header{
    margin: 10px auto;
    width:  800px;
    height: 170px;
    background-image: url('../images/hdr.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    color: #fff;
}


/*
 * mainBody Panels ------------------------------------------- */

#div_mb{
    margin: 15px 0px 0px 0px;
    width: 800px; 
    min-height: 515px;
    background-color: #ffffff;
    text-align: left;
    }

#sidebar_left{
    float: left; display: inline;
    margin: 20px 0px 0px 25px;
    width:  180px;
    height: 498px;
    background-image: url('../images/snowboard.gif');
    background-repeat: no-repeat;
    background-color: #ffffff;
    text-align: left;
}

#sidebar_left_txt{
    margin: 30px 0px 0px 15px;
    font-size: 80%;
    color: #0A63C1;
    text-align: left;
}

#div_mb_c {
    float: left; display: inline; margin: 50px 0 0 10px;
    width: 550px;
    height: 95%;
    font-size: 60%;
    color: #0A63C1;
    background-color: #ffffff;
    text-align: left;
}

#div_mb_c_static {
    float: left; display: inline; margin: 50px 0 0 10px;
    width: 560px;
    height: 95%;
    font-size: 80%;
    color: #0A63C1;
    background-color: #ffffff;
    text-align: left;
}


/*
 * Footers Panels -------------------------------------------- */

#div_footer{
    margin: 0px auto;
    width:  800px;
    height: 100px;
    background-color: #F8F8F8;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', startColorStr='#ffffff', endColorStr='#A4CFFE');
}

#fot_text{
    margin: 70px 0px 0px 190px;
    font-size: 60%;
    color: #0A63C1;
}

/*
 * Database Table Panels -------------------------------------------- */
 
td.panel_main_txt_pricing_hdr{
    width:  72px;
    height: 16px;
    background: #0A63C1;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    border-right: 1px dotted #3881CD;
}

td.panel_main_txt_pricing_array{
    width:  72px;
    border: 1px dotted #C0C0C0;
    text-align: right;
}

td.panel_main_txt_tuneups_hdr{
    width:  200px;
    height: 16px;
    background: #0A63C1;
    font-size: 1em;
    color: #ffffff;
    border-right: 1px dotted #3881CD;
}

td.panel_main_txt_tuneups_array{
    width:  200px;
    border: 1px dotted #C0C0C0;
}