﻿body
{
	font-size: 80%;
}

h1
{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	color: rgb(51, 102, 204);
	font-size: 150%;
}

a
{
	color: #696969;
	border-bottom: dotted 2px #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

#siteHeadLeft h1
{
	color: #fff;
}

#siteLeft a
{
	border: none;
}

#siteHeadRight a
{
	color: #fff;
}

.Pager
{
	color: #fff;
}

.Pager span
{
	width: 15px;
	padding: 0px 2px 0px 2px;
	text-align: center;
}

.Pager a
{
	text-align: center;
	display: block;
	width: 15px;
	border: none;
	background-color: #ccc;
	color: #000;
	padding: 0px 2px 0px 2px;
}

.Pager a:hover
{
	background-color: #fff;
	color: #000;
}
/**/
.stocktable
{
    width: 750px;
}

.stocktable td
{
    vertical-align: top;
}

.stocktablecell1
{
    width: 100px;
    font-weight: bold;
}

.stocktablecell2
{
    width: 220px;
}

.stocktablecell3
{
    width: 100px;
    font-weight: bold;
}

.stocktablecell4
{
    width: 150px;
}

.stocktablecell5
{
    width: 100px;
    font-weight: bold;
}

.stocktablecell6
{
    width: 80px;
}

div#spinner
{
    display: none;
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(../Liv/Icons/ajax-loader.gif) no-repeat center #fff;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}
.formInput
{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

.formInput span.label
{
	display:inline-block;
	width:130px;
}

.formInput input
{
	width:200px;
}


.clearing
{
	clear:both;
}
.vehicleDetails
{
	width:100%;
	margin:2px;
}
.vehicleDetails div
{
	padding: 5px;
	float: left;
	width: 45%;
}
#divValuationInput
{
	padding-bottom:10px;
}

#divNoCentre, #divError
{
	display:none;
}
#divError
{
color:Red;
}

/**/
