body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

#containerMain
{
	height: 100%;
	width: 100%;
	background: url(pageback.gif) center repeat-y;
}
table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.starthere
{
    background-image: url(starthere_back.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    border-left: 2px solid #C1CFE0;
    border-right: 2px solid #C1CFE0;
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
}
form
{
    display: inline;
}

select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a
{
    color: #37649A;
}
a:hover
{
    color: #46A245;
    text-decoration: none;
}
ul
{
    margin: 0px;
    color: #436590;
    list-style-type: square;
    padding-left: 18px;
}
li
{
    margin: 0px;
}
.list
{
	margin-left: 10px;
	padding-left: 10px;
}

.list li
{
	list-style-image: url(tick.gif);
	padding-bottom: 5px;
	color: #000000;
}
.quickquote
{
    background-image: url(quickquote_back.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    border-left: 2px solid #C1CFE0;
    border-right: 2px solid #C1CFE0;
    padding: 0px 4px;
    font-family: Arial, Helvetica, sans-serif;
}
.yourdetails
{
    background-image: url(yourhire_back.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border-left: 2px solid #C1CFE0;
    border-right: 2px solid #C1CFE0;
    padding: 0px 8px;
    font-family: Arial, Helvetica, sans-serif;
}
.ourPick
{
    border-left: 2px solid #61c060;
    border-right: 2px solid #61c060;
    padding: 0px 8px;
    font-family: Arial, Helvetica, sans-serif;
}
.moreOptions
{
    border-left: 2px solid #C1CFE0;
    border-right: 2px solid #C1CFE0;
    padding: 0px 4px;
    font-family: Arial, Helvetica, sans-serif;
}
.carClass
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #5a92d3;
}
.detailsDivider
{
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: #cad6e4;
    border-right-color: #cad6e4;
    border-bottom-color: #cad6e4;
    border-left-color: #cad6e4;
}
.listingDivider
{
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c1cfe0;
    border-right-color: #c1cfe0;
    border-bottom-color: #c1cfe0;
    border-left-color: #c1cfe0;
}
.carClassDetail
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #37649a;
}

.termsMoreTitle
{
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    color: #38659a;
}

.termsMoreContent
{
    height: 0px;
    overflow: hidden;
}

.black
{
    color: #000000;
    font-weight: normal;
}

.container
{
    padding: 10px 0px 10px 0px;
}

.content
{
    border-top: solid 1px #c1cfe0;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0px 5px 0px 5px;
}

#header
{
    border-top: none !important;
}

.left
{
    float: left;
    width: 110px;
    height: 100%;
    padding: 0px;
    margin: 0px !important;
    margin-right: 5px !important;
}

.right
{
    float: right;
    width: 385px;
    height: 100%;
    padding: 0px;
    margin: 0px !important;
    margin-left: 5px !important;
}

.clear
{
    clear: both;
    width: 505px;
    height: 1px !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px !important;
    line-height: 0px !important;
}

h1, .h1
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 24px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #38659a;
}

h2, .h2
{
    color: #38659a;
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 4px;
}

h4
{
    color: #38659a;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    padding-bottom: 0px;
}

p
{
    color: #000000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 12px;
    line-height: 16px;
}

.cleanP
{
    padding-bottom: 0px !important;
}

.incorrectRed
{
    color: #b32525;
}

.correctGreen
{
    color: #26cb36;
}

.conditions
{
    font-size: 11px;
    font-style: italic;
}

.maincontent
{
    width: 100%;
    padding: 5px 10px 10px 0px;
}

.mainleft
{
    width: 250px;
    float: left;
}

.mainright
{
    width: 250px;
    float: right;
}



.cssQuotePanel
{
    color: #37649a;
    font-weight: bold;
}

.footerClass
{
    color: #585858;
}

.footerClass A:link
{
    text-decoration: none;
    color: #585858;
}

.footerClass A:visited
{
    text-decoration: none;
    color: #585858;
}

.footerClass A:active
{
    text-decoration: none;
    color: #585858;
}

.footerClass A:hover
{
    text-decoration: none;
    color: #38659a;
}

.cursor
{
    cursor: pointer;
}

img
{
    border: 0px;
}

.dealLeft
{
    float: left;
    width: 200px;
    margin-left: 25px;
}

.dealRight
{
    float: right;
    width: 100px;
    margin-right: 20px;
}

.dealClear
{
    clear: both;
    width: 385px;
    height: 1px;
}
.linone
{
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    padding-top: 15px;
}

.reloText
{
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
}

.blue
{
    color: #38659a;
    font-size: 10px;
}

.blueText
{
    color: #38659a;
    font-weight: bold;
}

.cssHiddenTitle
{
    color: #37649A;
    text-decoration: underline;
    cursor: pointer;
}

.tableForm
{
    font-size: 12px;
    line-height: 22px;
}

.textfield_default
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.noList
{
    list-style-type: decimal;
    padding-left: 23px;
    font-weight: bold;
    color: #000000;
}

.watermark
{
    color: #aca899;
    font-family: Arial, Helvetica, Sans-Serif;
}

.accordionHeader
{
    padding: 5px;
    border: 1px solid #e2e9f1;
}

.accordionContent
{
    padding: 5px;
    border-left: 1px solid #e2e9f1;
    border-right: 1px solid #e2e9f1;
}

.accordionHeader a
{
    color: #38659a;
    text-decoration: none;
}

.accordionHeader a:hover
{
    color: #38659a;
    text-decoration: underline;
}

.offerButton
{
    cursor: pointer;
    color: #38659a;
    display: block;
}

/* *****************************
    login popup box style
***************************** */
.loginBoxes
{
    display: inline;
    width: 100px;
}

.loginText
{
    color: #38659a;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

loginStylePopup
{
    background-color: #ffffff;
}

/* login popup box style ends */

.defaultContentPanel
{
    height: 0px;
}

.carSpecials
{
    margin-top: 30px;
}

.linkText
{
    text-decoration: underline;
    color: #38659a;
}

.whyPanel
{
    margin: 0px !important;
    padding: 0px !important;
    height: 21px !important;
}

.imgLeft{
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.imgRight{
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.loginLink
{
	color: #ebeff5;
}

.red
{
	color: #c60202;
}

.noLinkStyle, .noLinkStyle a,
.noLinkStyle a:hover, .noLinkStyle a:active,
.noLinkStyle a:visited, .noLinkStyle a:link
{
	color: #38659A !important;
	text-decoration: none;
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.lblErrors
{
	color: Red;
}
