body {
	background-position: center;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body,td,th 
{
	font-family: Verdana;
	font-size: 10pt;
	color: #003755;
}

a 
{
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	color: #00A6EB;
	text-decoration: none;
}

.errorMessage 
{
	color:#F00;
}

.disabled
{
 background-color: #CCC;
}

span.error 
{
	color:red;
}
	
input.error, textarea.error 
{
    border: 2px solid red;
}

input.error[type="radio"], input.error[type="checkbox"], select.error {
    background-color: white;
    border: 2px solid red;
}

table
{
border-collapse: separate;
border-spacing: 7px
}

tr.alt1
{
	background-color: #d5d5d5;
	color: inherit;
}

tr.alt2
{
	background-color: #fdfdfd;
	color: inherit;
}


/* OUTER */

#outer
{
	margin-top: 0.25em;
	padding: 0.25em;
	font-size: 0.9em;
	text-align: center;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

/* Apcoa menubar.css START */

#menubar{
	width: 600px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

/*Add margin between menu and rest of content in Firefox*/
#menubar:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menubar ul{
	border: 1px solid #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color: #C7EAFB;
	background-repeat: repeat-x;
	background-position: center center;
}

#menubar ul li{
	display: inline;
}

#menubar ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menubar ul li.current a{
	color: #003755;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menubar ul li a:hover{
	
}


#menubar a 
{
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	color: #00A6EB;
	text-decoration: none;
}

#menubar a hover 
{
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	color: #00A6EB;
	text-decoration: underline;
}

/*THEME CHANGE HERE*/
.dropmenudiv a:hover{ 
	background-color: #FFFFFF;
}

/* Apcoa menubar.css END */

#main
{
	width: 700px;
	margin: 0 auto;
}

#main table 
{
	margin-top: auto;
  	margin-bottom: 1.5em;
  	margin-left: auto;
  	margin-right: auto;
}

#main td 
{
	font-family: Verdana;
	font-size: 10pt;
}

#main a 
{
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	color: #00A6EB;
	text-decoration: none;
}

#main a hover 
{
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	color: #00A6EB;
	text-decoration: underline;
}

.help {
	font-family: Verdana;
	font-size: 8pt;
	color: #003755;
}


/*Immobilisation status colours*/

td.isCLAMPED {
	color:#33F;
}

td.isCASH_PAYMENT_PENDING, td.isPAID, td.isFOC {
    color:#CC0000;
    font-weight:bold;
	background-color:#f0f0f0;
	text-decoration:blink;
}

td.isCANCELLED, td.isCODEBLACK {
    color:#000;
	font-style:italic;
}

td.isDECLAMPED {
    color:#00DD00;
}

/*DeclampJob Status Colours*/
td.declampJobOUTSTANDING {
	    color:#CC0000;
    font-weight:bold;
	background-color:#f0f0f0;
	text-decoration:blink;
}
td.declampJobASSIGNED {
	color:#33F;
}
td.declampJobDECLAMPED {
	color:#33CC00;
}

/*Job Status Colours*/
/*OUTSTANDING, ASSIGNED, CLAMPED, WILLNOTCLAMP, VEHICLEGONE, DECLAMPED;*/

td.JobOUTSTANDING {
	color:#CC0000;
    font-weight:bold;
	background-color:#f0f0f0;
	text-decoration:blink;
}

td.JobASSIGNED {
	color:#33F;
}
td.JobDECLAMPED, td.JobCLAMPED {
    color:#00DD00;
}
td.JobWILLNOTCLAMP, td.JobVEHICLEGONE {
    color:#000;
	font-style:italic;
}

