body, input, select, p
{
	font-family: segoe ui,Arial,sans-serif;
	font-size:14px;
}

html, body, #container
{
	height: 100%;
}

body > #container
{
	height:auto;
	min-height: 100%;
}

.left { text-align: left; }
.right { text-align: right; }

#footer
{
	clear:both;
	position:relative;
	z-index:10;
	height:3em;
	margin-top:-3em;
}

#content
{
	padding-bottom:5em;
}

table
{
	border-collapse:collapse;
}

.verticalTable
{
	margin:auto;
}

.verticalTable th
{
	text-align:right;
}

b
{
	font-weight:bold;
}

th
{
	background-color:#888888 !important;
	background-image:none !important;
	color:white;
	font-size:14px;
	padding:5px 3px;
	border: 0 !important;
	font-weight:bold;
}

td
{
	padding:3px;
}

tr, .even
{
	background-color:#eeeeee;
}

.odd
{
	background-color:#dddddd;
}

.stripeMe tr:hover, .dataTables_wrapper tr:hover
{
	background-color:#46C84D;
	color:white;
}

.findMe
{
    background-color:#46C84D;
}

.stripeMe tr:hover a, .dataTables_wrapper tr:hover a
{
	color:white;
}

h1,h2,h3
{
	font-family:Arial;
	font-weight:bold;
	margin:25px 0;
}

p { margin: 15px 0; }

h1 { font-size:28px; }

h2 { font-size:22px; }

h3 { font-size:16px; }

ul {
	margin-left:2em;
	list-style-type: disc;
}

hr
{
	color:#46c84d;
	background-color:#46c84d;
	height:2px;
	border:0px;
}


/* Header */

#header
{
	background-color:#333333;
	color:white;
	height:70px;
}

#header h1
{
	font-family:Arial;
	float:left;
	font-size:40px;
	line-height:70px;
	margin:0;
	padding:0;
}

#header h2
{
	font-size:12px;
	line-height:70px;
	float:right;
	margin:0;
	padding:0;
}

/* Menu */

#menu
{
	clear:both;
	font-family:Arial;
	background-color:#cccccc;
	font-size:18px;
	font-weight:bold;
}

#menu a
{
	text-decoration:none;
}

#menu ul
{
	margin:0px;
	padding:7px 0;
	list-style:none;
}

#menu li
{
	display:inline;
	padding-right:20px;
}

/* Footer */

#footer
{
	font-family:Arial;
	font-size:14px;
	background-color:#cccccc;
	line-height:3em;
}


a
{
	font-weight:bold;
	color:black;
}

a:hover, .activeNav
{
	color:#46C84D;
}

.outerContent
{
	width:980px;
	margin:0 auto;
	padding:0 15px;
}

.innerContent
{
    float:left;
    width:950px;
}

#adsRight
{
}

fieldset
{
        clear:both;
        padding: 0px 10px 10px 10px;
        border: #DDD 1px solid;
        width: 555px;
        margin-bottom:10px;
        margin-left:auto;
        margin-right:auto;
}

fieldset legend
{
        font-weight:bold;
        font-size:14px;
}

fieldset div
{
        clear: both;
}

fieldset input, fieldset select, textarea
{
        float:left;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
}

textarea { width:300px;height:6.5em; }

fieldset label, fieldset span
{
        float:left;
        margin-right:0.5em;
        margin-bottom: 0.5em;
        padding-top:0.2em;
}

fieldset label
{
        width:175px;
        text-align:right;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
}

.field-validation-error
{
	color:red;
}

.datepicker
{
	width:100px;
}

.disabled
{
	color:grey;
}

.hideJqHeader .ui-widget-header {
	display: none;
}

.ranking { text-align:right; }
.ranking.top { color:#3A3; font-weight:bold; }
.ranking.bottom { color: #A33; font-weight:bold; }

.findMyCars 
{
    float:left;
    margin-top:4px;
}

#otherModelsOuter
{
    position:absolute;
    width:150px;
    top:0px;
    left:0px;
}
                                    
#otherModelsInner
{
    position:relative;
    left:-5px;
    top:5px;
    background-color:#ccc;
    z-index:10000;
    padding:5px;
    display:none;
}
                                    
#otherModelsOuter:hover #otherModelsInner
{
    display:block;
}