﻿*
{
font-family: Verdana, sans-serif;
}

body
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #000000;
    background-image: url('Images/BG.jpg' );
}

.showtest,
.hidetest
{
    background:#fff;
    border:1px solid #f90;
    left:0px;
    top:0px;
    width:120px;
    height:20px;
    position:absolute;
}

DIV#devOut.showtest
{
    display:block;
}

DIV#devOut.hidetest
{
    display:none;
}

#Container
{
    
}

#Header
{
    background-position: 45px 15px;
    background-image: url('Images/logo.gif');
    height: 127px;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    padding-left:231px;
    width:800px;
}

#HeaderMessage
{
    float: right;
    text-align: right;
    font-size: 9px;
    margin-right: 20px;
}

#NavSection
{
    float: left;
    
    margin-top: 29px;    
    width: 648px;
    height: 52px;
}

#NavBarContent a
{
    background-position: right 6px;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    background-image: url('Images/NavBarDot.gif');
    background-repeat: no-repeat;
    padding-right: 8px;
}

#NavBarContent a.Last
{
    padding-right: 0px;
    background-image: none;
}

#NavBarSub a
{
    background-position: right 6px;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    background-image: url('Images/NavBarDot.gif');
    background-repeat: no-repeat;
    padding-right: 8px;
}

#NavBarSub a.Last
{
    background-image: none;
    padding-right: 0px;
}

#Content
{
    background-image: url('Images/BGPattern.png');
    _background-image: url('Images/BGPatternIE6.png');
    background-repeat: repeat-x;
    min-height: 500px;
    color: #FFFFFF;
    padding-top: 16px;
    padding-left: 15px;
}

#Content p
{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#Content .Text
{
    line-height:16px;
}

#ContentBlock
{
    width: 994px;

    background-color: #000000;
    display: inline-block;
    margin-bottom: 13px;
    min-height:500px;
height: auto !important;
height:500px;
}

#ContentBlockLeft
{
    width: 240px;    
}

#ContentBlockLeftInner
{
    margin: 15px;
}

#ContentBlockRight
{
    border-style: none none none solid;
    border-width: 0px 0px 0px 1px;
    border-color: #a19e98;
}

#ContentBlockRight p
{
    line-height:16px;
}

.TextHi
{
    color: #a19e98;
    font-weight: bold;
}

#Content h3
{
    margin: 0px;
    color: #a19e98;
    font-weight: bold;
    font-size: 11px;
    padding-top: 0px;
}

#Content .Link
{
    color: #a19e98;
    text-decoration: underline;
}

#Content .label
{
    font-size: 10px;
    color: #FFFFFF;
    display: block;
}

#Content .field
{
    font-size: 10px;
}

#Content ul
{
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 20px;
}

#Footer
{
    border-width: 1px;
    border-color: #000000;
    height: 30px;
    font-size: 9px;
    color: #000000;
    border-top-style: solid;
    clear: both;
    float: none;
    margin-bottom: 5px;
}

#FooterContent
{
    width: 994px;
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
}

#Footer a
{
    color: #FFFFFF;
    text-decoration: none;
}

.BookingStepTable
{
    background-image: url('Images/StepTint1.jpg');
    background-repeat: repeat-y;
    font-size: 11px;
    color: #a19e98;
    font-weight: bold;
}

.BookingStepTable tr
{
    height:20px;
}

.BookingStep
{
    border-color: #666666;
    color: #FFFFFF;
    font-size: 10px;
    background-color: #000000;
    background-image: url('Images/StepTint2.jpg');
    background-repeat: repeat-y;
}

.BookingInfo
{
    background-color: #808080;
    color: #FFFFFF;
    font-size: 10px;
}

.VisiblePanel
{
    display: block;
}

.HiddenPanel
{
    display: none;
}

.Button
{
    width: 80px;
    margin-top: 10px;
    margin-right: 5px;
}

#ContentProgress
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('Images/BusyBG.png');
    z-index: 2000;
}

#ProgressImage
{
    width: 66px;
    height: 66px;
    margin: auto;
    position: absolute;
}

#TimeoutNotice
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('Images/BusyBG.png');
    z-index: 2000;
    display: none;
}

.HeadingImage
{
    display: block;
    margin-bottom: 20px;
}

.Btn, .Btn2
{
    border-style: none;
    background: url('images/ButtonLeft.gif') no-repeat;
    display: block;
    float: left;
    text-decoration: none;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    padding-left: 13px;
    height: 20px;
    cursor: pointer;
}

.Btn span, .Btn2 span
{
    background-position: right;
    display: block;
    line-height: 20px;
    background-image: url('Images/ButtonRight.gif');
    background-repeat: no-repeat;
    padding-right: 13px;
} 

.Btn2
{
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    height: 20px;
}

.RegisterHereLink
{
    background-image: url('Images/RegisterHere.gif');
    background-repeat: no-repeat;
    padding-left: 19px;
}

.ErrorSummary 
{
    text-indent: 0px;
}

.error
{
    color:#f00;
}

.FleetTintBG
{
    background-image: url('Images/Tint1.jpg');
    background-repeat: no-repeat;
    height: 19px;
    font-size: 9px;
    padding-left: 5px;
}

TABLE.FormTable
{
    width:100%;
}

TABLE.FormTable tr
{
    padding-bottom: 5px;
}

TABLE.FormTable TR TD.CaptionCell
{
    width:30%;
}



INPUT.StreetAJAX
{
    width:330px;
}

.ButtonGroup
{
    float: none;
    clear: both;
    margin-top: 15px;
    height:20px;
}

.Spacer1
{
    height: 20px;
    float: none;
    clear: both;    
}

DIV.modal
{
    font:9px Verdana, sans-serif;
    width:300px;
    background:#444;
    color:#fff;
    border:2px solid #fff;
    padding:20px;
    overflow:visible;
}

INPUT.closebutton
{
    border:1px solid #fff;
    background:#000;
    color:#fff;
    cursor:hand;
}

TABLE[disabled='disabled'],
INPUT[disabled='disabled']
{
    display:none;
}

TABLE.imagelist TR TD
{
	border:2px solid #000;
	text-align:center;
	margin:15px;
	width:120px;
	height:100px;
	background:#fff;
	vertical-align:middle;
	padding:10px;
}