/*******************************************************************************
 * base.css
 *
 * Contains rules for the basic layout and appearance of the site - that is, the
 * main body divs, title, nav bars etc.
 *
 * Author: William Madden
 *
 * Copyright 2008 Silverpond
 ******************************************************************************/

body
{
  font-family: Arial, Helvetica, Verdana;
  font-size: 13px;
  line-height: 1.5em;
  color: #2C353B;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #2C353B;
  line-height: inherit;
  outline: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

a:hover
{
  color: #C53333;
}

p
{
  padding-left: 18px;
  margin-bottom: 18px;
}

#content h1, #content  h2, #content  h3, #content  h4, #content  h5, #content  h6, #content  h7
{
  margin-bottom: 0.5em;
  font-weight: bold;
}

#content h1
{
  font-size: 16px;
  line-height: 32px;
  color: #3b596b;
  background-image: url('/img/bg/h1.png');
  background-repeat: repeat-x;
}

#content h2
{
  font-size: 14px;
  line-height: 32px;
  color: #3b596b;
  padding-left: 0.5em;
  background-image: url('/img/bg/h1.png');
  background-repeat: repeat-x;
}

#content h3
{
  font-size: 16px;
  line-height: 20px;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

table
{
	width: 100%;
}

table thead, th
{
	/*color: #C53333;*/
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding-left: 0.4em;
	padding-right: 0.4em;
	border-bottom: 1px solid #929292;
}

.search-results tbody.results-list
{
	width: 963px;
	margin-bottom: 18px;
	border: none;
}

tr.search-result
{
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	width: 963px;
	padding: 1px;
}

.report
{
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	border: 1px solid #DFDFDF;
}

dl
{
	overflow: auto;
}

dt
{
	text-transform: uppercase;
	color: #C53333;
	font-weight: bold;
	float: left;
	clear: left;font-size: 0.8em;
}

dd
{
	float: left;
	padding-left: 0.5em;
}

.vehicle-summary
{
	font-family: Verdana;
}

table.vehicle-info
{
	font-weight: bold;
}

table.vehicle-info .red
{
	text-transform: uppercase;
	color: #C53333;
	font-size: 0.9em;
}



/* Pagination.
 */
.pagination
{
	text-align: right;
	margin-bottom: 1.0em;
}


/* Text box controls.
 */
input[type="text"], input[type="password"], select
{
	width: 140px;
	border: 1px solid #AAA;
	padding: 2px;
	font-size: 0.9em;
}

td.centered
{
	text-align: center;
}

.pagination .numbers
{
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

.calendar.input input[type="text"]
{
  width: 80px;
}

.calendar.input .ajax__calendar *
{
  z-index: 999;
}


.slidedown-onclick
{
  cursor: pointer;
}