/* ---( body Styles )---------------------------------------- */
* {margin:0px;
	padding:0px}
	
body 	{ 	
background: url(images/bg_words.gif);
color:#000000; 
font-family:  verdana, arial, sans-serif;
height:100%;
}


.picright {
text-align:right;
}

a img {
	border: 0;
	}

tr.links {
	vertical-align: top;
	
	background: #fff;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 15px;
	color: #878787;
	font-weight: bold;

}

tr.formBG {
	background: #f5f5f5;
}

table.form {
	margin-left:15px;
	background-color: #FFFFFF;
}


table.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6F675C;
	border-right-color: #6F675C;
	border-bottom-color: #6F675C;
	border-left-color: #6F675C;
	background-color: #FFFFFF;
}

td.main {
	vertical-align: top;
	text-align:left;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 11px;
	color: #878787;

}



td.footer {
	padding: 5px;
	vertical-align: top;
	background: #6fb3da;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

td.content {
	padding: 10px;
	vertical-align: top;
	background: #fff;
	text-align: justify;
}

td.rightcol {
	padding-left: 2px;
	
}

ol
{
	list-style-position:outside;
	margin-left:30px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}

/* ---( link Styles )---------------------------------------- */

a:link {
	color: #2a5e7c;
	text-decoration: none;
	}

a:visited {
	color: #2a5e7c;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}


/* ---( Text Styles )---------------------------------------- */

p {
	
	font-size: 12px;
	margin: 5px 2px;
	text-align: justify;
	padding: 10px 0px 0px 0px;
	}

p.form {
	
	font-size: 12px;
	text-align: justify;
	padding: 10px 0 0 20px;
	
	}

h2 {
	font-size: 18px;	
	color: #000;
	margin: 0;
	}
	
h3 {
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	text-shadow: #888 0px 1px 2px;
	padding-top: 10px;
	margin: 0;
	}

.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#6fb3da;
}
 
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#990000;
}

/* ---( Form Styles )---------------------------------------- */

.button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}

select.sel{
  color:#000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   background-color:#ffffff;
   border:1px solid;
   border-color:#F78418;
}

textarea.txt{
  color:#666666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   background-color:whitesmoke;
   border:1px dashed #E2E2E2;
}

input.btn{
   color:#666666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   background-color:whitesmoke;
   border:1px dashed #E2E2E2;
  
 }

/* ---( LIST )---------------------------------------- */

#navcontainer { width: 214px; }

#navcontainer ul
{
margin-left: 2px;
margin-top:0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	width: 207px;
	height: 27.3px;
	background: url(images/button_up.gif);
	border-bottom: 1px solid #eee;
	text-align: left;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: bold;
}

#navcontainer a:hover
{
background: url(images/button_ovr.gif);
/*background-color: #369;*/
color: #666;
}


/* --- New Forms --- */
p.note {
	font-size: 10px;
	text-align: left;
	}
fieldset {
 border: none;
 padding: 10px;
}
fieldset.buttons {
	padding-left: 196px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color:#6fb3da;
}
.req {
	color:#6fb3da;
}
label {
	clear: left;
	display: block;
	float: left;
	font-size: 12px;
    margin: 5px 2px;
    width: 160px;
    padding-right: 20px;
    text-align: left;
    
}
input[type="text"], select, input[type="checkbox"] {
	font-size: 12px;
    margin: 5px 2px;
    float: left;
}
input[type="password"] {
	line-height: 1;
}
.radio {
	display: block;
	width: 180px;
	float: left;
}
.radio p {
	margin: 0;
}

fieldset.options input[type="checkbox"]:nth-of-type(odd)  {
	float: left;
	clear: left;
}
fieldset.options input[type="checkbox"]:nth-of-type(even)  {
	float: left;
	clear: none;
}
fieldset.options label {
clear: none;
float: left;
}
fieldset.options label input[type="text"] {
	margin: 0;
	display: inline;
	padding: 0px;
	font-size: 10px;
	float: none;
}
dt {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	display: block;
	margin-top: 5px;
}
dt:nth-of-type(odd) {
	clear: left;
}
dd {
	font-size: 12px;
	display: block;
	float: left;
	width: 90px;
	margin-top: 5px;
}
dd:nth-of-type(even) {
	clear: right;
}
dd.comments {
	width: 200px;
	clear: right;
}
form#login {
	width: 300px;
	margin: 0 auto;
}
form#login .req {
	display: none;
}
form#login label {
	width: 80px;
}
form#login input {
 	width: 80px;
 	margin: 2px;
}
form#login .buttons {
	width: 210px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.vehicles thead,
.customers thead,
.users thead {
	font-weight: bold;
}
.vehicles td,
.vehicles th,
.customers td,
.customers th,
.users td,
.users th  {
	font-size: 9pt;
	padding: 5px 20px 5px 5px;
	white-space: nowrap;
	border-right: 1px solid #ddd;
}
.vehicles th,
.customers th,
.users th {
	border-bottom: 1px solid #ddd;
}
.vehicles tr:nth-child(even),
.customers tr:nth-child(even),
.users tr:nth-child(even) {
	background-color: #eee;
}
.vehicles th:last-child,
.vehicles td:last-child,
.customers th:last-child,
.customers td:last-child,
.users th:last-child,
.users td:last-child {
	border-right: none;
}
 
 /* OVERLAY */

#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:url(images/content-bg.png);
	z-index: 125;
	display:none;
}

.overlaycontent {
	position: relative;
	width: 670px;
	height: auto;
	min-height: 21%;
	max-height: 55%;
	margin: 12% auto 12% auto;
	background: #fff;
	border: 20px solid #fff;
	color:#000;
	overflow:auto;
}

.overlayleft {
	position: relative;
	float:left;
	width:415px;
	padding-right: 10px;
}

.overlayright {
	width: 210px;
	height: auto;
	float:right;
}

.overlayright img {
	margin-left: 25px;
}

a.closeoverlay {
	display:block;
	color: #000;
	float: right;
	background: url(images/close_window.gif) no-repeat;
	width: 100px;
	height: 23px;
	text-indent: -999em;
}

#overlay .vehicleDetails {
	margin-top: 10px;
}

#overlay .vehicleDetails dt,
#overlay .vehicleDetails dd {
	width: 155px;
}

#overlay .customerDetails dt {
	width: 200px;
	clear: left;
}

#enquireBtn {
	margin-top: 20px;
}

/* Admin Menu */

#adminMenu {
	float: right;
	width: 214px;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#adminMenu li {
	list-style: none;
	width: 207px;
	float: right;
}

#adminMenu a {
	display: block;
	width: 205px;
	height: 27.3px;
	padding-right: 1px;
	background: url(images/admin-menu-up.gif);
	border-bottom: 1px solid #eee;
	text-align: right;
}

#adminMenu a:link, #adminMenu a:visited {
	color: #eee;
}

#adminMenu a:hover {
	background: url(images/admin-menu-over.gif);
	color: #666;
}
