﻿body
{
    text-align:center;
    font-family:Tahoma;
    font-size:12px;
    font-weight:normal;
    color:#FFFFFF;
    margin:0px;
    background-color:#bbb;
    height:100%;
}

.titleIcon
  {
    display: inline-block;
    background-image: url("img/titleIconBlack.png");
    background-repeat:no-repeat;
    background-position:center left;
    padding-left:14px;
  }

.titleIcon:hover
{ 
    background-image: url("img/titleIconRed.png");
    background-repeat:no-repeat;
    background-position:center left;
}

.mpeBack
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

#tblContainer
{
    width:100%;
    height:100%;
    border-spacing:0px;
    padding:0px;
}

#tblMain
{
    width:980px;
    height:100%;
    border-spacing:0px;
    padding:0px;
    margin:auto;
}

#tblTop
{
    width:924px;
    height:132px;
    background-color:Transparent;
    padding:0px;
    background-image:url('img/top.png');
    background-repeat:no-repeat;
}

#tblLeftMenu
{
    width:200px;
    text-align:left;
    vertical-align:top;
    border:solid 2px #ffcb05;
    background-color:#272107;
    color:#FFF;
    padding:2px;
}

.memberForm
{
    background-color:#272107;
    border:solid 2px #ffcb05;
    color:#FFF;
    padding:15px;
    text-align:left;
    font-weight:bold;
    width:500px;
    margin:auto;
}

a
{
    font-weight:bold;
    text-decoration:none;
    color:#000;
}

a:link
{
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}

a.normal
{
    font-weight:normal;
    text-decoration:none;
    color:#FFF;
}

a:link.normal
{
    font-weight:normal;
    text-decoration:none;
    color:#FFF;
}

a:hover.normal
{
    font-weight:normal;
    text-decoration:underline;
    color:#FFF;
}

a.white
{
    font-weight:bold;
    text-decoration:none;
    color:#FFF;
}

a:link.white
{
    color:#FFF;
}

a:hover.white
{
    text-decoration:underline;
    color:#ffcb05;
}

img
{
    border-style:none;
}

.GrayBox
{
    background-color:#272107;
    color:#FFF;
    border-spacing:0px;
    padding:3px;
    text-align:left;
    width:100%;
}

table.dealer
{
    background-color:#272107;
    border:solid 2px #ffcb05;
    color:#FFF;
    padding:15px;
    text-align:left;
    font-weight:bold;
    width:auto;
    text-align:left;
    width:600px;
    margin:auto;
}

td.dealerRow
{
    height:10px;
}

td.dealer
{
    text-align:right;
    width:250px;
    padding-right:10px;
}

.tdMenu
{
    background-color:#000;
    background-image:url('img/menu.jpg');
    background-repeat:no-repeat;
    width:200px;
    height:38px;
}

.txtYellow
{
    border:solid 2px #ffcb05;
    height:15px;
    font-size:11px;
}

.ddlYellow
{
    border:solid 2px #ffcb05;
    font-size:11px;
}

.lbYellow
{
    border:solid 2px #ffcb05;
    font-size:11px;
}

.cbYellow
{
    border:solid 1px #ffcb05;
}

textarea
{
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
}

input.btnYellow
{
    border:solid 2px #ffcb05;
    background-color:#000;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin:6px;
}

.rbl
{
    background-color:Transparent;
}

.logo
{
    background-image:url('img/logoSoft.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    width:100%;
    display:inline;
}

table.adMenuOver
{
    background-color:#c9d6ff;
}

table.adMenuOut
{
    background-color:#FFFFFF;
}

.gv
{
    background-color:#FFFFFF;
    color:#000000;
    text-align:left;
}

.browse
{
    border:solid 1px #ffcb05;
}