/* @override http://carpool.sportpaleis.loc/css/dynamic.css */

body {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @override http://mobiliteit.sportpaleis.loc/css/dynamic.css */

#wrap {
	min-width: 750px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#map_container {
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	float: left;
}

#body .button {
	background: #0088d9;
	border: 1px solid #46b7f1;
	float: left;
	margin: 0 1em 1em 0;
	padding: 0.5em 1.5em;
	line-height: 1.2em;
	cursor: pointer;
	color: #fff;
}


#body .button:hover {
	background: #0079c9;
}

#overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 1000;
}

#intro {
	line-height: 1.8em;
	margin: 0 1em;
}

#info {
	display: none;
}

#intro h1 {
	font-size: 140%;
	color: #fff;
	font-weight: normal;
	padding-bottom: 1em;
}

/* @group General */

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.width100 {
	width: 100%;
}

/* @end */

/* @group Info Window */

#info_window {
	width: 281px;
	z-index: 45;
	position: absolute;
}

#info_window_top {
	height: 33px;
	background: transparent url(/css/images/infowindow_top.png);
}

#info_window_middle {
	background: transparent url(/css/images/infowindow_middle.png) repeat-y;
	float: left;
	width: 100%;
}

#info_window_body {
	color: #eee;
	padding: 1em 2.2em;
	line-height: 1.5em;
}

#info_window_bottom {
	height: 33px;
	background: transparent url(/css/images/infowindow_bottom.png);
}

#info_window_closebutton {
	width: 12px;
	height: 12px;
	position: absolute;
	background: transparent url(/css/images/closebutton.png);
	top: 18px;
	right: 26px;
	z-index: 50;
}

#info_window_title {
	color: #eee;
	text-align: center;
	width: 255px;
	position: absolute;
	top: 19px;
	font-size: 80%;
}

#info_window .label {
	color: #ccc;
	font-size: 85%;
	width: 90px;
	float: left;
	clear: both;
}

#info_window .value {
	color: #fff;
	width: 130px;
	float: right;
	font-size: 95%;
}

#info_window a {
	color: #29ABE2;
	text-decoration: none;
}

#info_window a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Splash Window */

#splash {
	position: absolute;
	background: transparent url(/css/images/splash.jpg);
	width: 500px;
	height: 300px;
	z-index: 10000;
}

#splash_feedback {
	position: absolute;
	top: 220px;
	left: 35px;
	color: #444;
	font-size: 100%;
}

#splash_versioninfo {
	position: absolute;
	top: 255px;
	left: 35px;
	color: #6e6e6e;
	font-size: 95%;
	float: left;
}


/* @end */

/* @group Dialog */

#dialog {
	position: relative;
	border: 2px solid #ccc;
	z-index: 20000;
	width: 440px;
	background: #009cec url(/css/images/nav_selected.jpg) repeat-x top left;
	margin: 40px auto;
	color: #eee;
}

#dialog_content form{
	line-height: 2.4em;
}

#dialog_content h1 {
	font-size: 125%;
	font-weight: normal;
	padding-bottom: 1em;
	color: #fff;
}

#dialog_content .label {
	width: 120px;
	color: #666;
}

#dialog_content .input {
	width: 220px;
	margin-bottom: 0.25em;
}

#dialog_content .header {
	padding: 1.5em 1em 1.2em 1em;
	border-bottom: 1px solid #aaa;
}

#dialog_content .body {
	background-color: #f3f3f3;
	color: #333;
	padding: 2em 1em;
	height: 300px;
	overflow: auto;
	
}

#dialog_content .buttons {
	padding: 1em 0;
}

#dialog_content .footer {
	border-top: 1px solid #aaa;
	padding: 1em;	
}


#dialog .errors {
	border: 1px solid #ffb3b3;
	padding: 0.8em 1em;
	color: #f33;
}
/* @end */





/* @group Controls */

#map_controls_wrap {
	position: absolute;
	top: 30px;
	left: 20px;
	height: 30px;
	z-index: 40;
}

#map_controls {
	background: transparent url(/css/images/controls_background.png);
	height: 30px;
	float: left;
	padding-left: 6px;
}

#map_controls_r {
	background: transparent url(/css/images/controls_background.png) top right;
	height: 30px;
	width: 3px;
	float: left;
}



#map_controls .button{
	float: left;
	width: 24px;
	height: 24px;
	margin-top: 3px;
	opacity: .7;
}

#map_controls .button:hover{
	opacity: 1;
}

#map_controls #c_zoom_in {
	background: transparent url(/css/images/c_zoom_in.png);
}

#map_controls #c_zoom_out {
	background: transparent url(/css/images/c_zoom_out.png);
}

#map_controls #c_up {
	background: transparent url(/css/images/c_arrow_up.png);
}

#map_controls #c_down {
	background: transparent url(/css/images/c_arrow_down.png);
}

#map_controls #c_left {
	background: transparent url(/css/images/c_arrow_left.png);
}

#map_controls #c_right {
	background: transparent url(/css/images/c_arrow_right.png);
}




/* @end */

/* @group Navigation */

#navigation {
	background: #47484a;
	float: left;
}

#navigation_wrap {
	float: left;
	padding-right: 12px;
	background: transparent url(/css/images/nav_shadow.png) top right no-repeat;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	padding: .8em 1.4em;
	float: left;
}

#navigation a:hover {
	color: #ddd;
}

#navigation ul#nav li.selected a,
#navigation ul#lang li.selected a {
	color: #fff;
}

#navigation ul#nav li.selected a:hover,
#navigation ul#lang li.selected a:hover {
	color: #fff;
}

#navigation h2 {
	display: none;
}

#navigation ul#nav,
#navigation ul#lang {
	float: left;
}

#navigation ul#nav,
#navigation ul#nav li {
	list-style: none;
}

#navigation ul#nav li {
	display: inline;
	border-left: 1px solid #666;
	float: left;
	background: #47484a url(/css/images/nav.jpg) repeat-x bottom left;
}

#navigation ul#nav li.first {
	border-left: none;
}

#navigation ul#nav li.selected {
	background: #006ebf url(/css/images/nav_selected.jpg) repeat-x bottom left;
}

#navigation ul#lang {
	margin: 0 .8em 0 2em;
}

#navigation ul#lang,
#navigation ul#lang li {
	list-style: none;

}

#navigation ul#lang li {
	display: inline;
}

/* @end */

#body {
	float: left;
	clear: left;
	background: #009cec;
	width: 100%;
	padding: 2em 0;
	color: #eee;
/*	position: fixed; */
}

/* @group Dock */

#dock {
	position: absolute;
	min-width: 750px;
	width: 100%;
	z-index: 100;
	padding: 0;
	margin: 0;
}

#d_hidebutton {
	font-size: 95%;
	cursor: pointer;
	color: #ddd;
	position: absolute;
	right: 2em;
	margin-top: 45px;
}

/* @end */

/* @group Tab: search */

#tab_search {
	line-height: 2.1em;
	padding: 0 1em;
}

#tab_search_event {
	float: left;
	margin-right: 25px;
}

#tab_search_route {
	float: left;
	width: 450px;
	margin-right: 25px;
	border-left: 1px solid #46b7f1;
	border-right: 1px solid #46b7f1;
	padding: 0 25px;
}

#tab_search_address {
	width: 350px;
}

#tab_search_options {
	float: left;
	width: 250px;
	margin-right: 25px;
}

#tab_search_buttons {
	float: right;
	width: 200px;
	padding-top: 10px;
	margin-right: 25px;
}

#tab_search h1 {
	color: #fff;
	font: 110% "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 0.8em;
}

#tab_search select {
	margin-bottom: 0.75em;
}

#tab_search .label {
	float: left;
	width: 80px;
}

#tab_search_offer {
	margin-left: 1.6em;
}

#tab_search_distance {
	width: 30px;
	margin-right: 1em;
	text-align: right;
}

#tab_search_passengers {
	width: 30px;
	text-align: right;
}

#tab_search_address_feedback {
	
	color: #eee;
	margin-left: 80px;
}
/* @end */




