@charset "utf-8";
/* Quotation Form Stylesheet */
div#quotation_wrapper {
	width: 80%;
	margin:0 auto;
}

form#quotation_form {

}
form#quotation_form legend {
	font-size: small;
	font-weight: bold;
}
form#quotation_form fieldset {
	border-top: 2px solid #000000;
	border-bottom: none;
	border-right: none;
	border-left: none;
	font-size: small;
	clear: left;
}
form#quotation_form label {
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 12px;
	width: 30%;
}
form#quotation_form div.error {
	padding: 0px;
	margin: 0px;
}
form#quotation_form .error-message {
	clear: both;
	display: block;
	width: 100%;
}
form#quotation_form fieldset input,textarea, select {
	float: left;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
	border: 1px inset #000000;
	vertical-align: top;
	width: auto;
}
form#quotation_form fieldset .alignment select {
	float: none;
}
form#quotation_form .submit {
	text-align: center;
}

form#quotation_form div.submit input {
	font-size: 54px ;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 5px;
}
form#quotation_form fieldset div.radio fieldset label {
	float: none;
}
form#quotation_form fieldset div.radio fieldset input {
	float: none;
}

/*
div#quotation_wrapper {
	width: 80%;
	margin:0 auto;
}

form#quotation_form {

}

form#quotation_form legend {
	font-size: small;
	font-weight: bold;
}
form#quotation_form fieldset {
	width: 45%;
	float: left;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-bottom: none;
	border-right: none;
	font-size: small;
	background-color: #E2EDFE;
}

form#quotation_form fieldset#YourDetails {
	height: 292px;
}
form#quotation_form fieldset#JourneyDetails {
	height: 292px;
	border-right: 2px solid #000000;
	margin-left: -2px;
}
form#quotation_form fieldset#PickupDetails {
	height: 377px;
	margin-top: -7px;
}
form#quotation_form fieldset#DropOffDetails {
	height: 377px;
	border-right: 2px solid #000000;
	margin-top: -7px;
	margin-left: -2px;
}
form#quotation_form fieldset#ReturnDetails {
	margin-top: -7px;
	width: 91.6%;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

form#quotation_form label {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

form#quotation_form fieldset input,textarea, select {
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	border: 1px inset #000000;
	vertical-align: top;
}

form#quotation_form .submit {
	text-align: center;
}

form#quotation_form div.submit input {
	font-size: 54px ;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 5px;
}

*/
/* Table display of quotations */

table#quotations {

}

table#quotations tr {

}

table#quotations thead tr th {
	background-color: #0099FF;
}
table#quotations tfoot tr th {
	background-color: #0099FF;
}

table#quotations tbody tr td {
	background-color: #9FC4FF;
}
table#quotations tbody tr:hover>td {
	background-color: #FFFFFF;
}