/**
* Programm Name: carDB
*
* @author Christian Hinz
* @copyright 2005 Stünings Medien GmbH
* @version 1.0
*
* @Changes:
* ---------
* - 10.11.2005 / CH / Initial release
*/

/****************************/
/**** NEOPLAN TEMPLATE   ****/
/****************************/

/***********************/
/**** global styles ****/
/***********************/
html, body{
	height:100%;
}
body{
	margin:0;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover, a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
#vehicle_results {
  position:absolute;
  z-index:999;
  border:1px #CCCCCC solid;
  background:#FFFFFF;
  padding:5px;
  display:none;
}
/* image in detail view */
#details_img {
	display:block;
	text-align:center;
}
/* font for link in live search div */
.live_search:link, .live_search:visited {
	font-size:12px;
	color:#000000;
	display:block;
	width:100%;
}
.live_search:hover, .live_search:active {
	color:#0080BD;
	text-decoration: none;
}
/* displays the inactive image link in details */
.img_link:link, .img_link:visited {
	font-weight:bold;
	color:#000000;
}
.img_link:hover, .img_link:active {
	font-weight:bold;
	color:#0080BD;
}
/* displays the active image link in details */
.img_link_active:link, .img_link_active:visited, .img_link_active:hover, .img_link_active:active {
	color:#0080BD;
	font-weight:normal;
}
/* displays the min image border */
.img_border {
	border:1px solid #000000;
}
.img_border:hover, .img_border:active {
	border:1px solid #0080BD;
}
.lang_link:link, .lang_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
	color:#000000;
	text-decoration: none;	
}
.header_link:link, .header_link:visited {
	display:block;
	width:100%;
	color:#FFFFFF;
	line-height: 120%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.header_link:hover, .header_link:active {
	line-height: 120%;
	color:#FFFFFF;
	background-color:#73B1E5;
}

/**********************/
/**** table styles ****/
/**********************/

td{
	text-align:left;
}
/* style for | seperator */
.placeholder {
	color: #FFFFFF;
}
.title {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	color: #00496C;
}
.subtitle {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #00496C;
}

/*********************/
/**** form styles ****/
/*********************/
form {
	margin:0;
 	padding:0;
}
/*
input {
	border: 1px solid #88741D;
}

select {
	background-color:#FBFBFB;
	border-top: 1px solid #0077C6;
	border-bottom: 1px solid #0077C6;
	border-lef: 1px solid #0077C6;
	border-right: 1px solid #0077C6;
}
*/
/**********************/
/**** other styles ****/
/**********************/

/* style for the contact with dealer div */
#contact { 	
	position:absolute;
	height:400px; 
	width:400px;
	margin:-200px 0px 0px -200px;
	top:50%; 
	left:50%;
	text-align:left;
	padding:0px;
	background-color:#f5f5f5;
	border:1px dotted #000000;
	overflow:auto;
	filter:Alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;
	-khtml-opacity: .92;
}
/* style for the contact message div */
#contact_msg { 	
	position:absolute;
	height:94px; 
	width:300px;
	margin:-46px 0px 0px -150px;
	top:50%; 
	left:50%;
	text-align:left;
	padding:0px;
	background-color:#f5f5f5;
	border:1px dotted #000000;
	filter:Alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;
	-khtml-opacity: .92;
}
/* style for the print div */
#print { 	
	position:relative;
	width:99%;
	text-align:left;
	padding:0px;
	background-color:#f5f5f5;
	border:1px dotted #000000;
	filter:Alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;
	-khtml-opacity: .92;
}
/* style for the xajax search result div */
#vehicle_results{
	font-size:12px;
}

/***************************/
/**** Validation styles ****/
/***************************/
.tfvHighlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color:#FF0000;
	background-color: #EAEAEA;
	border-bottom: 1px solid #00496C;
}
.tfvNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
	background-color: #EAEAEA;
	border-bottom: 1px solid #00496C;
}