/* base.css overrides */

div.base_leader_bottom {
	margin-top:30px;
}

/* map and form things */

div.blue-container {
	width:635px;
	background-color:#2d588e;
	margin-left:10px;
}

div.blue-container-bottom {
	background-color:#fff;
	background-image:url(/images/map-frame-empty-bottom.gif);
	background-repeat:no-repeat;
	width:635px;
	height:9px;
}

div.blue-container-inner {
	background-color:#2d588e;
	background-image:url(/images/map-frame-top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	color:white;
}

div.blue-container form {
	text-align:center;
	padding-top:10px;
}

div.input-desc {
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:20px;
	text-align:center;
}

p.nodata {
	text-align:center;
	padding-top:20px;
	font-size:14px;
}

div.mapTab {
	float:left;text-align:center;width:159px;height:30px;background-image:url(/images/map-tab.gif);color:white;font-size:14px;font-weight:bold;
}

div.mapTab a:link, div.mapTab a:visited {
	display:block;
	color:white;
	line-height:14px;
	padding-top:8px;
}

div.mapTab.on {
	background-image:url(/images/map-tab.gif);
}

div.mapTab.off {
	background-image:none;
	background-color:transparent;
	border:none;
}

div#tabMapStatic {
	margin-left:20px;
}

div#tabMapDynamic {
	margin-left:5px;
}

div#mapStatic, div#mapDynamic {
	background-color:#4180ce;
	background-image:url(/images/map-frame-bottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

div#mapDynamic {
	margin-left:auto;margin-right:auto;
}

div#mapDynamicContainer {
	background-color:#4180ce;background-image:url(/images/map-frame-bottom.gif);background-position:bottom center;background-repeat:no-repeat;padding-bottom:10px;padding-top:10px;
}

div.map-loader {
margin-left:auto;margin-right:auto;text-align:center;width:615px;height:185px;background-color:white;padding-top:130px;
}

div#map img {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

div.mapTitle {
	padding-top:10px;
	margin-left:10px;
	color:white;
	font-weight:bold;
	text-align:center;
}

div#mapDynamicContainer div.mapTitle {
	padding-bottom:10px;
	padding-top:0px;
}

img.legend {
	margin-left:10px;
	margin-right:10px;
}

table.traffic {
	width:635px;
	margin-left:10px;
	border:none;
	empty-cells: show;
}

table.traffic th {
	text-align:left;
	padding:5px;
	border:1px solid #ccc;
	font-size:16px;
	background-color:#eee;	
}

table.traffic th img {
	padding-right:10px;
}

table.traffic th button {
	margin-left:10px;
}

table.traffic td {
	padding:5px;
	border:1px solid #ccc;	
}

tr.details td {
	font-size:10px;
	line-height:15px;
}

table.traffic td.severity1 {
	background-color:#d9db14
}

table.traffic td.severity2 {
	background-color:#dbbd14
}
table.traffic td.severity3 {
	background-color:#c27700
}
table.traffic td.severity4 {
	background-color:#c84200
}
table.traffic td.severity5 {
	background-color:#c84200;
}

table.traffic td.spacer {border:1px solid white;border-bottom:1px solid #ccc;height:15px}

