/*
Styles for use in the CCC Maps application
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

 /*  the map will fill the window or other object: */
#gmap_div {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

selectFeedbackBox {
	position: absolute;
	z-index: 5;
	cursor: crosshair;
	border: 4px dashed red;
	color: red; 
	opacity: 0.6;
	text-align:center;
	vertical-align:middle;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;
}

/*  The menu will float over the map: */
floatBar {
	z-index: 10;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;
}

#pseudo_link {
	color: blue;
	cursor: pointer;
	text-decoration:underline;
}

/*  For attribution details: */
#attribution_div {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	display: none;
/*
	border: thin solid gray;
*/
	background: white;
	font-family: Arial; 
	font-size:10px; 
}

#displayWindow {
	border: 1px solid black;
	padding: 2px;
	background: #ffff00;
	font-family: Arial; 
	font-size:12px; 
}

closeBox {
	border: 1px solid black;
	padding: 2px;
	background: #ffff00;
	font-family: Arial; 
	font-size:10px; 
	position: absolute;
	top: 3px;
	right: 3px;
}

.routeDescription {
	overflow: auto;
	max-height: 400px;
}

mapTypeLabel {
	background: white;
	position: absolute;
	width: 56px;
	height: 12px;
	padding:2px;
	text-align:left;
	vertical-align:middle;
	font-family:Arial; 
	font-size:9px; 
	border: 1px solid black;
	cursor:pointer;
}

zoomControl {
	background: white;
	position: absolute;
	width: 74px;
	padding:1px;
	text-align:center;
	font-family:Arial; 
	font-size:12px; 
	border: 1px solid black;
	cursor:pointer;
}

plannerControl {
	background: white;
	position: absolute;
	padding:1px;
	text-align:left;
	font-family:Arial; 
	font-size:12px; 
	border: 1px solid black;
	cursor:pointer;
}

/* for the access control form that is only visible when editing */
#edit_form_div {
	background: white;
	position: absolute;
	top: 0px;
	right: 440px;
/*
	height: 22px;
*/
	padding:3px;
	font-family: Arial; 
/*
	font-weight:bold;
*/
	font-size:12px; 
	border: 1px solid black;
}

#login_form_div {
	background: white;
	position: absolute;
	top: 0px;
	right: 420px;
	width: 350px;
	padding:6px;
	font-family: Arial; 
/*
	font-weight:bold;
*/
	font-size:12px; 
	border: 2px solid black;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(../markericons/closed.gif) no-repeat left 1px;
	cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	padding-left: 18px;
	cursor: default;
}

#StreetviewContainer {
	width:	380px;
	height: 200px;
}

#LargeStreetviewContainer {
	width:	500px;
	height: 300px;
}

#info_window_div {
	font-family: Arial;
	font-size:11px; 
	width: 370px;
} 

#info_form_div {
	font-family: Arial;
	font-size:11px; 
	max-width: 400px;
}

#sv_form_div {
	font-family: Arial;
	font-size:11px; 
}

#sv_ride_controls {
	align: center;
	font-size:11px; 
}

#rideRunningIndicator {
	font-size:9px; 
}

.sv_ride_button {
	height: 25px;
	width: 25px;
}

.marker_label_div {
	background: #ffff66;
	font-family: Arial; 
	font-size: 11px; 
	padding: 2px;
	white-space: nowrap;
}

.timed_label_div {
	background: #97FFFF;
	font-family: Arial; 
	font-size: 11px; 
	padding: 2px;
	white-space: nowrap;
}

textarea{ 
	font: normal 10px/normal Arial, Helvetica, sans-serif;
}

.action:active { border-style: inset; cursor: pointer;}
.action_link {padding-left:0.5em; padding-right:0.5em; cursor: pointer; text-decoration: underline; line-height: 150%;}
.action_link:hover { border: 2px solid #ddd; background-color: #eee; border-style: outset; cursor: pointer; text-decoration: none;}
.action_link:active { border-style: inset; cursor: pointer;}

input.btn { 
	color:#050; 
	font: bold Arial,sans-serif; 
	background-color:#fed; 
	border:1px solid; 
	border-color: #696 #363 #363 #696; 
} 

input.btnhov { 
	border-color: #c63 #930 #930 #c63; 
	background-color:#fdd; 
}

