/* Map styles */
/* Map: org info styles */
/* ------------------------ */
.org_info {margin: 5px 0 10px 0; padding: 5px 0 10px 0; border-bottom: 1px solid #888888;}
.org_info .orgcontent {font-size: 1.0em; font-family: Times, serif;}
.org_info .orgaddress {font-weight: 700; color: #226f22; font-size: 1.1em;}
.org_info .org_title {font-weight: 600; padding: 0 0 5px 0; color: #c96c00; font-family: Verdana,Arial,sans-serif;}
.org_info .org_title a.link {text-decoration: underline; color: #c96c00;}
.org_info .org_title a.link:hover {color: #793c00; cursor: pointer;}
.org_info .orgbee {color: #793c00; font-size: 1.0em; /*font-weight: 700;*/ margin: 10px 0 5px 0; font-family: Arial, serif;}

.rates_button {text-decoration: underline; color: #0000ff; padding: 0;}
.rates_button:hover {cursor: pointer; color: #aaaaff;}
/* ------------------------------------ */
/* End of org info styles */

/* Map: shell styles */
/* ------------------------ */
.indexmap_swt {
	color: #00AA6F;
    font-family: Arial,Helvetica;
    font-size: 17px;
    font-weight: bold;
	padding: 7px 7px 7px 7px;
    text-decoration: none;
}

.indexmap_switch {
	/*color: #B8002C;*/
	color: #00AA6F;
    cursor: default;
    font-family: Arial,Helvetica;
    font-size: 17px;
    font-weight: bold;
	padding: 7px 7px 7px 7px;
    text-decoration: none;
}

.indexmap_switch_outer {
	/*color: #B8002C;*/
	color: #00AA6F;
    cursor: pointer;
    font-family: Arial,Helvetica;
    font-size: 17px;
    font-weight: bold;
	padding: 15px 1px 10px 18px;
    text-decoration: none;
	
	width: 97%;
	margin: 0 10px 0 10px;
	background-color:#ffe9c5;
	border-bottom: 4px solid #f49500;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	
	border-left: 1px solid #f49500;
	border-top: 1px solid #f49500;
	border-right: 1px solid #f49500;
}

.indexmap_switch:hover, .indexmap_switch_outer:hover {cursor: pointer; color: #00aa6f; /*text-decoration: underline;*/}

.indexmap_outerclass {
	height: 500px;
	width: 97%;
	margin-left: 10px;
	
	background-color:#ffe9c5;
	padding: 10px 11px 10px 10px;
}
/*.indexmap_innerclass {*/
.map_zone {
	width: 100%; 
	height: 495px;
	position: static;
}
/* ------------------------------------ */
/* End of shell styles */

.license_control {font-size: 0.9em; padding: 5px 2px 5px 0; color: rgb(119, 119, 204);}
/* End of map styles */

/* City tabs styles */
table.citytab_inactive:hover {cursor: pointer;}
table.citytab_inactive:hover a.citytab_inactive {color: #8899aa;}
a.citytab_inactive:hover {color: #8899aa;}

a.citytab_inactive {
	font-size: 11px;
	color: #003333;
	text-decoration: underline;
}

span.ua_pch {
	color: #FFFFFF;
    font-family: Arial,Helvetica;
    font-size: 11px;
}
/* End of city tabs styles */