
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #b3becb;
	color: #333333;
	padding: 0;
}

table {
	border-collapse: collapse;
}

th {
	text-align: center;
	/*background-color: #902826;*/
	/* height: 26px; */
	color: #333333;
	border-bottom: 2px solid #a0a0b0 !important;
	background-image: url( '/images/th_background.gif' );
	background-repeat: repeat-x;
}

th.headerSortUp { 
	/* background-image: url(/images/th_background_up.gif);  */
	/* background-repeat: repeat-x;  */
	background-color: #ffa400;
	background-image: url( /images/asc.gif );
	background-repeat: no-repeat;
    background-position: center left; 
}

th.headerSortDown { 
	/* background-image: url(/images/th_background_down.gif);  */
	/* background-repeat: repeat-x;  */
	background-color: #ffa400;
	background-image: url( /images/desc.gif );
	background-repeat: no-repeat;
    background-position: center left; 
} 

.jqplot-table-legend {
	text-align: left;
}

#debug_log {
	background-color:  white;
}

#error_log {
	background-color: red;
}

#warn_log {
	background-color: yellow;
}

.log th {
	background-image: "";
}

#padding {
	padding-left: 6px;
}

#calendars {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px 2px 5px;
	color: #333333;
	background-image: url( '/images/th_background.gif' );
	background-repeat: repeat-x;
	border-style: solid;
	border-color: #a0a0b0;
	border-width: 1px 1px 1px 1px;
}

#calendars input {
	width: 85px;
	background-color: #ffffaa;
	text-align: center;
}

.cal_button {
	height: 15px;
	display: none;
}

.ui-datepicker {
	font-size: 12px;
}
.ui-widget-header{
	background-color: #215b42;
}

form {
	margin: 0px;
	padding: 0px;
}

body img { 
	border-style: none;
}

table {
	border-collapse: collapse;
}

#left_col {
	width: 100%;
}

li {
	list-style-type: none;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.score_board_type {
	cursor: default;
	position: absolute;
	border: 1px solid #aaaaaa;
	background-color: white;
	padding: 3px;
	width: 200px;
	overflow: auto; 
	display: none;
	z-index: 1;
}

.right {
	text-align: right;
}

#bubble_outer {
	width: 342px;
	height:  180px;
	position: absolute;
}

#bubble {
	text-align: left;
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white;
	filter:alpha( opacity=90 ); 
	opacity: 0.85; 
	background-color: black;
	border: 1px solid black;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
	box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	z-index: 10;
}

#bubble a {
	color: #0087cb;
}
#bubble b {
	color: #91919f;
}

#bubble hr {
	background-color: #111111;
	border-color: #111111;
	width: 100%;
	height: 1px;
}

#max_points {
	font-size: 14px;
	font-weight: bold;

	z-index: 3;
}

#max_points select {
	margin-left: 10px;
}

.main {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	width: 995px;
	border: 1px solid #555555;
	-webkit-box-shadow: #777777 10px 18px 15px;
	-moz-box-shadow: #777777 10px 18px 15px;
}

#container {
	margin: 0px;
}


.logo {
	font-size: 24px;
	padding-bottom: 3px;

}

#menu {
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 4px;
	/*
	position: absolute;
	margin-top: 3px;
	left: 718px;
	top: 78px;
	*/
}

#menu a {
	display: inline;
	color: #000000!important;
	text-decoration: none;
	background-color: white;
	filter:alpha( opacity=70 ); 
	opacity: 0.70; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-left: 20px;
}

.menu_item a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	width: 180px;
}

.menu_item a:visited {
	color: #000000;
}

.header {
	/* position: relative; */
	/* z-index: 2000; */
	height: 20px !important;
	width: 100%;
	vertical-align: bottom;

    cursor: pointer; 
    font-weight: bold; 
    /* background-repeat: no-repeat;  */
    /* background-position: center left;  */
    /* padding-left: 20px;  */
    /* border-right: 1px solid #dad9c7;  */
    /* margin-left: -1px;  */
}

#header_text {
	background-image:url( "/images/clouds_to_gradient.jpg" );
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	/*z-index: 2000; */
	height: 100%;
}

#sign {
	padding-right: 10px;
	text-align: right;
	height: 52px;
/*	
 	top: 20px;
	left: 725px;
	position: absolute;
	*/
}

#sign img {
	top: 23px;
	position: relative;
}


#map_cell {
	position: relative;
	margin-top: 5px;
	margin-right: 3px;
}

#map_canvas {
	width: 730px;
	height: 400px;
	right: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #888888;

	display: block;
}

#bottom_table {
	width: 100%;
}

#bottom_table td {
	width: 50%;
}

#event_outer {
	padding-top: 10px;
	padding-left: 10px;
}

#event_list {
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: left;
	float: right;
	margin-right: 10px;
	/*width: 47%;*/
	min-width: 510px;
	cursor: pointer;
}

#event_list img {
	width: 7px;
	width: 12px;
}

#event_list li {
	list-style-type: square;
}

#no_events {
	border: 1px dashed #aa3333;
	color: #ff0000;
	font-size: 13px;
	padding: 12px;
	margin: 20px;
	width: 500px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#graph {
	width: 370px;
	margin-top: 5px;
	margin-left: 17px;
	float: left;
	text-align: center;
	font-size: 13px;
}

#events_table {
	font-size: 12px;
	margin-top: 0px;
	background-color: white;
	border: 1px solid #a0a0b0;
	width: 540px;
	margin-top: 5px;
}

#events_table th.nofinger {
    cursor: default; 
}

#events_table td.cars {
	text-align: right;
}

#events_table td.time {
	text-align: right;
}

#events_table td {
	border: 1px solid #aaaaaa;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


#events_table th {
	padding: 3px;
	border-color: #a0a0b0;
	border-width: 1px 1px 0px 1px !important;
	border-style: solid;
}

#score_board {
	width: 215px;
	border: 1px solid #aaaaaa;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 14px;
	padding: 2px;
	-webkit-box-shadow: #dddddd 5px 5px 5px;
	-moz-box-shadow: #dddddd 5px 5px 5px;
}


#max_points {
	width: 200px;
	border: 1px solid #aaaaaa;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	padding: 3px;
}

#score_board_table {
	cursor: pointer;
	width: 100%;
	font-size: 12px;
	height: 180px;
	overflow-y: auto;
	border-collapse: collapse;
}

#score_board_table img {
	width: 10px;
	height: 17px;
}

#score_board_table td {
	padding-right: 3px;
	padding-left: 3px;
}

#score_board_table th {
	/*background-color: #4c77d5; */
	border-width: 1px;
	border-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#visible_agencies {
	width: 215px;
	height: 163px;
	border-right: 1px solid #ccccee;
	border-bottom: 1px solid #ccccee;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 4px;
	font-size: 12px;
	padding: 5px;
	overflow-y: auto;
}

#visible_agencies img {
	top: 0px;
	width: 20px;
}

#visible_agencies_table {
	width: 98%;
	margin: auto;
	font-size: 12px;
	color: #333333;
}

#visible_agencies_table td {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
	padding-right: 2px;
}


#score_board_cell {
	/*width: 250px;*/
	width: 25%;
	vertical-align: top;
	text-align: left;
}

#map_data {
	vertical-align: top;
	text-align: left;
	padding-right: 7px;
}

#please_wait, #link_popup, #map_pano {
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 270px;
	left: 250px;
	top: 200px;
	background-color: #ffffff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #999900;
	padding: 8px 15px 8px 15px;
	box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
	filter:alpha( opacity=90 ); 
	opacity: 0.92; 
	/*z-index: 10; */
}
#please_wait {
	width: 220px;
	visibility: visible;
}

#map_pano {
	opacity: 1;
	filter:alpha( opacity=100 );
	left: 3px;
	top: 43px;
	width: 695px;
	height: 360px;
	visibility: hidden;
}

#pano_info {
	height: 100%;
	width: 100%;
}

#link_title {
	width: 200px;
	text-align: right;
	float: left;
}

#link_popup {
	left: 80px;
	top: 50px;
	width: 320px;
	height: 250px;
	visibility: hidden;
}

#link_popup_top, #pano_top {
	text-align: right;
}

#link_popup_info {
	font-size: 12px;
	text-align: left;
}
	

#link_textarea {
	width: 100%;
	height: 40%;
}


a, a:visited {
	color: #000088;
	margin-bottom: 3px;
}



#footer {
	background-image: url( '/images/sq.jpg' );
	background-repeat: repeat-x;
	background-color: #005b42;
	height: 175px;
	color: black;
	text-align: center;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a {
	color: black;
}

#footer_div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 570px;
	left: 150px;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
	border: 1px solid #999900;
	padding: 8px 15px 8px 15px;
	box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
	filter:alpha( opacity=90 ); 
	opacity: 0.92; 
}

#address {
	text-align: right;
	font-weight: bold;
}

#search_div {
	z-index: 20;
	padding: 4px;
	filter:alpha( opacity=100 ); 
	opacity: 1.0 !important;
	border: 1px solid #aaaaaa;
	width: 210px;
	text-align: left;
	background-color: #ffffff;
	display: none;
	left: 150px;
	top: 28px;
	position: absolute;
}

#search_div a {
	text-decoration: none;
	color: black;
}


#address_cell {
	vertical-align: middle;
	padding-left: 8px;
}

#address_input {
	width: 465px;
	vertical-align: center;
	font-size: 13px;
	color: #333333 !important;
	background-color: #ffffff;
	filter:alpha( opacity=80 ); 
	opacity: 0.80;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666699;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

#menu_cell {
	height: 30px;
}

#print_dates_table {
	display: none;
}

#under_map {
	font-size: 11px;
	color: #333333;
	background-image: url( '/images/sticks.png' );
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #a0a0b0;
	border-width: 1px 1px 2px 1px;
}

#under_map table {
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 20px;
}

#under_map table td {
	vertical-align: middle;
	font-size: 11px;
}

#under_map a {
	font-size: 11px;
	margin-right: 10px;
}

#under_map img {
	margin-right: 2px;
}

.print {
	display: none;
}

.help_link {
	/*color: #0000ff;*/
	color: black;
	text-decoration: underline;
	cursor: help;
}


