@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
body{
	background-color:#FFF;/*#373737;*/
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin:0px; padding:0px; width:100%;
}
h1 {color: #000; margin:0px; font-size:30px; padding-left: 5px;}
h2 {color: #000; margin:0px; font-size:20px}
table{padding:2px; margin:0px;}
tr{border:0px;}
th{border:0px;}
td{border:0px;}

input[type=button] { 
	background-color: #2eb398; border: 1px solid #1da287; padding:3px 5px 3px 5px; color:#FEFEFE; cursor:pointer; 
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;}
input[type=button]:hover {background-color: #e76049; border: 1px solid #c54027; color: #000;
		background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e76049),
		to(#e76049));}

input[type=button] { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 4px 7px;
	background: -moz-linear-gradient(
		top,
		#d4de1f 0%,
		#bdd12a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d4de1f),
		to(#bdd12a));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #bdd12a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(0,0,0,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(0,0,0,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}




div.fuhrpark_feature input[type=button] { float:right;}

#identity{color:#cc0033; font-weight:bold; width:1000px; margin:auto; text-align:right;} 
#identity a{text-decoration:none; font-weight:normal; color:#333;}

#content{
	width: 1000px; margin:30px auto; background-color: #fff; padding:30px 4px 30px 0px;
	border:1px solid #DDD;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	}

.men {
		float:left; width:120px; margin-right:15px; padding-left:5px; margin-left:5px; cursor: pointer; 
		background-color:#777; color:#FFF; min-height:25px; line-height: 25px;
	}
.men:hover{ background-color:#d5de1f; color: #000;}

#timeline{
		clear:both; position:relative; top:20px;
		width:100%; border-top:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF;
		min-height:30px; line-height:30px;
		color:#AAA; padding-left:5px;
	}
	
#main {
		position:relative; width:auto; top:30px; padding:20px 10px 30px 10px;
	}
	
	
.tile{ width: 120px; min-height:120px; font-weight:bold;
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
	background: -webkit-linear-gradient(0deg, #bed12a, #d5de1f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #bed12a, #d5de1f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #bed12a, #d5de1f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #bed12a, #d5de1f); /* Standard syntax (must be last) */
	margin-right:10px;
	position:relative;
	padding:3px; float:left;
	border:1px solid #d5de1f;
}

a div{color:#000;}	
a div.men{color:#FFF;}	

.fuhrpark_feature {border:1px solid #CCC; padding:5px; width:400px; margin-right: 10px; float:left;}
.fuhrpark_feature:hover {background-color:#EEE}

.user_cars{border:1px solid #CCC; padding:5px; width:120px; margin-right: 10px; float:left; min-height:50px; background-color:#CCC; font-size:10px;}

table.car_trip_table{border: 1px solid #CCC; margin-top:10px; width:100%;}
table.car_trip_table tr td{background-color: #EEE;}
table.car_trip_table tr.mod td{background-color: #FFF;}
table.car_trip_table tr.headline td{background-color: #DDD; border-bottom: 1px solid #999;}
table.car_trip_table a{text-decoration:none; color:#333;}



p.info { font-size:12px; color:#000}

.tile div.tile_info {position:absolute; bottom:0px; right:0px; width:20px; min-height:15px; color:#FFF; background-color:#333; text-align:center; font-size:12px;}

.tile:hover{
	background:none;
	background-color:#AAA;
	cursor:pointer;
	border:1px solid #000;
	}