﻿body
{
    font: 12px Arial,Helvetica,Geneva,Verdana,sans-serif;
    text-align: center;
    border-collapse: collapse;
    margin: 0px auto;
    padding: 0px;
    text-decoration: none;
    color: #333333;
    background-image: url(../img/PageBack.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #6A90B8;
}

a, a img, a img:hover
{
    text-decoration: none;
    cursor: pointer;
    border: none;
}

    a:hover
    {
        text-decoration: underline;
    }

.MainOuterDiv
{
    width: 100%;
    margin: auto;
}

.BannerDiv
{
    /*background-image:url(../img/bannerback.png);*/
    background-repeat: repeat-x;
    text-align: left;
    width: 100%;
    height: 100px;
}

.Banner_LogoDiv
{
    width: 984px;
    margin: auto;
    text-align: left;
    padding-top: 5px;
}

.MenuDiv
{
    /*background-color:#711A1A;*/
    height: 32px;
    /*width:100%;*/
}

.ContentBegin
{
    text-align: left;
    clear: both;
    min-height: 900px;
    min-width: 984px;
    margin: auto;
    width: 984px;
    background-color: #FFFFFF; /*#ECEDEF;*/
    box-shadow: 1px 4px 9px #1469C4;
}

.BoardSelector
{
    height: 450px;
    /*background-color:Lime;*/
    float: left;
    width: 158px;
    /*border:solid 2px white;  */
    text-align: center;
    margin-right: 5px;
    position: relative;
}

.BlueFrame, .OrangeFrame, .GreenFrame, .RedFrame, .AquaFrame, .BrownFrame
{
    width: 157px;
    height: 449px;
    cursor: pointer;
    padding-top: 1px;
}

.BlueFrame
{
    background-image: url(../img/BoardSelectors_Blue.png);
    background-position: top right;
}

.GreenFrame
{
    background-image: url(../img/BoardSelectors_Green.png);
    background-position: top right;
}

.RedFrame
{
    background-image: url(../img/BoardSelectors_Red.png);
    background-position: top right;
}

.AquaFrame
{
    background-image: url(../img/BoardSelectors_Aqua.png);
    background-position: top right;
}

.OrangeFrame
{
    background-image: url(../img/BoardSelectors_Orange.png);
    background-position: top right;
}

.BrownFrame
{
    background-image: url(../img/BoardSelectors_Brown.png);
    background-position: top right;
}

.BoardSelectors
{
    padding-left: 4px;
    height: 460px;
}

    .BoardSelectors div span.ShowBlue, .BoardSelectors div span.ShowGreen,
    .BoardSelectors div span.ShowOrange, .BoardSelectors div span.ShowRed,
    .BoardSelectors div span.ShowAqua, .BoardSelectors div span.ShowBrown
    {
        height: 450px;
        width: 158px;
        position: absolute;
        cursor: pointer;
        z-index: 1000;
    }

.BoardSelector:hover
{
    /*border:solid 2px yellow;*/
}

.BoardSelected, .BoardSelected:hover
{
    /*border:solid 2px Red;*/
    margin: -10px -6px -10px -11px;
    width: 180px;
}

.BlueFrameSelected, .OrangeFrameSelected, .GreenFrameSelected, .RedFrameSelected, .AquaFrameSelected, .BrownFrameSelected
{
    width: 166px;
    height: 469px;
    margin-left: 7px;
}

.BlueFrameSelected
{
    background-image: url(../img/BoardSelectors_Blue.png);
    background-position: top left;
}

.RedFrameSelected
{
    background-image: url(../img/BoardSelectors_Red.png);
    background-position: top left;
}

.GreenFrameSelected
{
    background-image: url(../img/BoardSelectors_Green.png);
    background-position: top left;
}

.AquaFrameSelected
{
    background-image: url(../img/BoardSelectors_Aqua.png);
    background-position: top left;
}

.OrangeFrameSelected
{
    background-image: url(../img/BoardSelectors_Orange.png);
    background-position: top left;
}

.BrownFrameSelected
{
    background-image: url(../img/BoardSelectors_Brown.png);
    background-position: top left;
}

.BoardSelectors h3
{
    color: White;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    text-shadow: 2px 2px 2px #333;
}

.BlueBoard
{
    background-image: url(../img/BoardBack_Blue.png);
    width: 944px;
    height: 300px;
    position: absolute;
    z-index: 2;
    font-family: Segoe UI,Arial,Helvetica,Verdana,MS Sans Serif;
    background-repeat: no-repeat;
}

.GreenBoard
{
    background-image: url(../img/BoardBack_Green.png);
    width: 944px;
    height: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    font-family: Segoe UI,Arial,Helvetica,Verdana,MS Sans Serif;
    background-repeat: no-repeat;
}

.RedBoard
{
    background-image: url(../img/BoardBack_Red.png);
    width: 944px;
    height: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    font-family: Segoe UI,Arial,Helvetica,Verdana,MS Sans Serif;
    background-repeat: no-repeat;
}

.AquaBoard
{
    background-image: url(../img/BoardBack_Aqua.png);
    width: 944px;
    height: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    font-family: Segoe UI,Arial,Helvetica,Verdana,MS Sans Serif;
    background-repeat: no-repeat;
}

.OrangeBoard
{
    background-image: url(../img/BoardBack_Orange.png);
    width: 944px;
    height: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    font-family: Segoe UI,Arial,Helvetica,Verdana,MS Sans Serif;
    background-repeat: no-repeat;
}

.BrownBoard
{
    background-image: url(../img/BoardBack_Brown.png);
    width: 944px;
    height: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    font-family: Segoe UI,Arial,Helvetica,Verdana,MS Sans Serif;
    background-repeat: no-repeat;
}

.btn a
{
    color: White !important;
    font-size: 10pt !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

div.btn
{
    height: 21px;
    line-height: 22px;
    margin: auto;
}

a:hover.btn, a.btn
{
    text-decoration: none;
    display: block;
    border: none 0;
    margin: 0;
    padding: 0;
}

.SelectorFont1, .SelectorFont1 a
{
    font-size: 12px;
    color: #711A1A;
    display: block;
    font-weight: bold;
}

.SelectorFont2, .SelectorFont2 a
{
    font-size: 11px;
    color: black;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.SelectorFont3, .SelectorFont3 a
{
    font-size: 11px;
    color: #1A4571;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

    .SelectorFont1 a, .SelectorFont2 a, .SelectorFont3 a
    {
        display: inline;
        text-decoration: none;
    }

h1.PageTitle
{
    color: #711A1A;
    padding: 0 0 20px 15px;
    margin: 0;
    font-weight: bold;
    font-size: 23px;
}

h2.PageTitle
{
    color: #1A4571;
    padding: 10px 0 20px 10px;
    margin: 0;
    font-weight: bold;
    font-size: 34px;
}

h4.PageTitle
{
    color: #711A1A;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

h5.PageTitle
{
    color: #000000;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}

.Footer
{
    padding: 10px 0 10px 0;
    margin: auto;
    width: 984px;
    background-color: #B7B7B7;
    height: 35px;
}

    .Footer div, .Footer div a, .Footer div a:visited
    {
        color: #1A4571;
        font-size: 12px;
    }

        .Footer div a:hover
        {
            color: #711A1A;
            width: 100%;
        }

.StepBoxSmall
{
    background-image: url(../img/StepBoxSmall.png);
    background-repeat: no-repeat;
    width: 285px;
    height: 205px;
    padding: 15px 0 20px 15px;
}

.OFAC_Red
{
    background-image: url(../img/StepBoxSmall_Red.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 225px;
    padding: 13px 2px 2px 4px;
    float: left;
    margin: 0 40px 25px 20px;
    overflow: hidden;
}

.OFAC_Green
{
    background-image: url(../img/StepBoxSmall_Green.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 225px;
    padding: 13px 2px 2px 4px;
    float: left;
    margin: 0 40px 25px 20px;
    overflow: hidden;
}

.OFAC_Yellow
{
    background-image: url(../img/StepBoxSmall_Yellow.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 225px;
    padding: 13px 2px 2px 4px;
    float: left;
    margin: 0 40px 25px 20px;
    overflow: hidden;
}

.OFAC_Blue
{
    background-image: url(../img/StepBoxSmall_Blue.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 225px;
    padding: 13px 2px 2px 4px;
    float: left;
    margin: 0 40px 25px 20px;
    overflow: hidden;
}

.OFAC_Orange
{
    background-image: url(../img/StepBoxSmall_Orange.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 225px;
    padding: 13px 2px 2px 4px;
    float: left;
    margin: 0 40px 25px 20px;
    overflow: hidden;
}

    .OFAC_Green div, .OFAC_Red div, .OFAC_Yellow div, .OFAC_Blue div, .OFAC_Orange div
    {
        width: 385px;
    }

    .OFAC_Green h4 .tiny, .OFAC_Red h4 .tiny, .OFAC_Yellow h4 .tiny, .OFAC_Blue h4 .tiny, .OFAC_Orange h4 .tiny
    {
        float: right;
        font-size: 10px;
        padding-right: 15px;
    }

    .OFAC_Green h4, .OFAC_Red h4, .OFAC_Yellow h4, .OFAC_Blue h4, .OFAC_Orange h4
    {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 12px 5px;
        margin: 0;
        text-shadow: 1px 1px 2px #333;
        filter: progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offX=1,offY=1);
    }

.OFAC_Count
{
    font-family: 'Iceland', arial;
    font-size: 20px;
    font-weight: bold;
    color: #880404;
    float: left;
    padding: 150px 0 0 30px;
}

.OFAC_Clear
{
    font-family: 'Iceland', arial;
    font-size: 34px;
    font-weight: bold;
    color: #880404;
}

.StepBoxSmall h4, .StepBoxLarge h4
{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 25px 0;
    margin: 0;
}

.StepBoxLarge
{
    background-image: url(../img/StepBoxLarge.png);
    background-repeat: no-repeat;
    width: 885px;
    height: 405px;
    padding: 15px 0 20px 15px;
    clear: both;
}

.ContactUsFont, .ContactUsFont a
{
    color: black;
    font-weight: bold;
    font-size: 18px;
}

    .ContactUsFont input[type=text], .ContactUsFont textarea
    {
        color: Black;
        font-size: 16px;
    }

    .ContactUsFont td
    {
        padding: 0 10px 13px 0;
        vertical-align: top;
    }

td
{
    vertical-align: top;
}

.OFAC1
{
    color: #444444;
    font-weight: bold;
    font-size: 15px;
    padding: 0 5px 0 0;
    text-align: left;
    font-family: 'Iceland', arial;
}

.OFAC2
{
    color: #000000;
    font-size: 15px;
    text-align: left;
    font-family: 'Iceland', arial;
}

.RequiredFieldError
{
    color: #711A1A;
    font-size: 14px;
    font-weight: bold;
}

.modalBackground
{
    background-color: #7B7B7C;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup
{
    background-color: white;
    border: solid 3px #1A4571;
    padding: 10px;
    max-width: 600px;
    overflow: auto;
    max-height: 90%;
}

.WaitBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #7B7B7C;
    filter: alpha(opacity=15);
    opacity: 0.15;
    z-index: 1000;
}

.WaitMessage
{
    background-color: #FFFFFF;
    border: 3px solid black;
    height: 140px;
    left: 43%;
    padding: 30px 0 0 30px;
    position: fixed;
    top: 30%;
    width: 140px;
    z-index: 1001;
}

.DealerMeetingRoom
{
    background-image: url(../img/DealerMeetingRoom.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 229px;
    height: 132px;
    cursor: pointer;
}

    .DealerMeetingRoom:hover, .VendorMeetingRoom:hover
    {
        background-position: top right;
    }

.VendorMeetingRoom
{
    background-image: url(../img/VendorMeetingRoom.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 229px;
    height: 132px;
    cursor: pointer;
}

.hidden
{
    display: none;
}


.grid, .gridhover
{
    padding: 2px;
    margin: 2px;
    color: #1A4571;
}

    .grid th, .gridhover th, .gridhover th a, .grid th a
    {
        color: #1A4571;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
    }

    .grid th, .gridhover th
    {
        padding: 5px;
        border: 1px solid #6A90B8;
        background-color: #EFEFEF;
    }

    .gridhover a, .grid a
    {
        color: #711A1A;
        font-size: 10px;
    }

        .grid a:hover, .gridhover a:hover
        {
            color: #1A4571;
            text-decoration: underline;
        }

    .gridhover tr.row:hover
    {
        background-color: #999999;
        color: white;
        cursor: pointer;
    }

    .gridhover tr.selectedrow
    {
        background-color: #999999;
        color: white;
        cursor: pointer;
    }

        .gridhover tr.selectedrow:hover
        {
            background-color: #999999;
            color: white;
            cursor: pointer;
        }

    .grid td, .gridhover td
    {
        border: 1px solid #6A90B8;
        padding: 5px;
        font-size: 12px;
    }


.po11
{
    width: 100%;
    height: 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #6C91BE;
    padding: 2px 3px 0px 3px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #2A4C9A;
    background-color: #FFFFFF;
}

.po12
{
    width: 960px;
    height: 22px;
    border-style: solid;
    border-width: 0px;
    border-color: #6C91BE;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #2A4C9A;
    background-color: #FFFFFF;
}

.Blue
{
    color: #1A4571;
}

.Red
{
    color: #711a1a;
}

.PageFlip
{
    position: relative;
    top: 0px;
    float: right;
}

.PageFlipImg
{
    width: 50px;
    height: 52px;
    z-index: 99;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}

.PageFlipMsg
{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
    background: url(../img/FounderMessageCorner.png) no-repeat right top;
    text-indent: -9999px;
}

.PageFlip2
{
    position: relative;
    top: 0px;
    float: right;
}

.PageFlipMsg2
{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
    float: right;
    background: url(../OriginalImages/AutoPoster50Off.png) no-repeat right top;
    text-indent: -9999px;
}

.SitePreview
{
    border-radius: 2px;
    box-shadow: 2px 2px 5px #333;
    border: 1px solid #1A4571 !important;
    height: 140px;
    width: 140px;
}

    .SitePreview:hover
    {
        opacity: .8;
        border: 1px solid #711A1A !important;
    }

.btn
{
    border: 1px solid #215199;
    border-radius: 3px;
    border-collapse: separate;
    box-shadow: 2px 2px 3px #333;
    -moz-border-radius: 3px;
    -moz-box-shadow: 2px 2px 3px #333;
    background-color: #5484cc;
    background: -webkit-gradient(linear,0% 100%,0% 100%,from(#5484CC),to(#215199));
    background: -webkit-linear-gradient(top,#5484CC,#215199);
    background: -moz-linear-gradient(top,#5484CC,#215199);
    background: -ms-linear-gradient(top,#5484CC,#215199);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5484CC',endColorstr='#215199',GradientType=0);
    background: linear-gradient(top,#5484cc,#215199);
    height: 28px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 3px;
}

    .btn:hover
    {
        border: 1px solid #7C0404;
        background-color: #B30000;
        background: -webkit-gradient(linear,0% 100%,0% 100%,from(#FF2828),to(#B30000));
        background: -webkit-linear-gradient(top,#FF2828,#B30000);
        background: -moz-linear-gradient(top,#FF2828,#B30000);
        background: -ms-linear-gradient(top,#FF2828,#B30000);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2828',endColorstr='#B30000',GradientType=0);
        background: linear-gradient(top,#FF2828,#B30000);
    }

    .btn:active
    {
        box-shadow: 0px 0px 3px #333;
    }

.AdTitle
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    font-size: 30px;
    display: block;
    text-align: center;
    width: 400px;
    font-weight: bold;
    margin-top:50px;
}

.AdData
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #1A4571;
    font-size: 18px;
    width: 440px;
    text-align:left;
    margin:auto;
}

    .AdData li
    {
        margin: 20px 0px;
    }

    .GreenBorder
{
    border: 1px solid #1D943B;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;

 
}
.BlueBorder
{
    border: 1px solid #4d90fe;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
}
.PurpleBorder
{
    border: 1px solid #852b99;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
}
.BlackBorder
{
    border: 1px solid #000;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
}
.YellowBorder
{
    border:1px solid #A19B2D;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
}
.boxtitle, div.font2h
{
    font-weight: bold;
    font-size: larger;
    border-bottom: 1px solid grey;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.GPSInfo {
    padding:0;
    background-color:white;
    font-size:14px;
    color:black;
    font-weight:bold;
    width:600px;
    min-height:25px;
}
.btScanItem:hover {
    background-color:#70b1f5;
    color:white;
}

.btn2
{
     
    border-collapse: separate;
    background-color: #5484cc;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 10px;
    padding:10px;
}

    .btn2:hover
    {
        
        background-color: #B30000;
         
    }
    a.btn2{
        display:inline-block;
    }
    a.btn2:hover
    {
        text-decoration:none !important;
    }
    .table2 tbody tr td span
    {
        font-weight:bold;
    }