@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */

.grey {color: #aaa;}

/*  City Info   */
.city_detail_container { display: none; }
.city_detail_container .city_detail { width: 300px; border: 1px solid #ccc; }


/*  Interactive Map Container */
.map_container {
	background-image: url(../images/template/behaviours.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height: 310px;
	width: 590px;
	position: relative;
	color: #101010;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}

.map_container .clear_both { clear: both; line-height: 1px; }

.map_container .city_info h2 {
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	font-weight: bold;
}
.map_container .city_info h3 {
	margin: 0px 0px 12px 0px;
	/*font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2c3748;*/
}
/*.map_container p { margin: 0px 0px 12px 0px; }*/

.map_container a, a:visited { color: #AA0000; margin: 0px 10px 0px 0px; }
.map_container a.dot {
	background-image: url(../images/template/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 130px;
	width: 130px;
	display: block;
	position: absolute;
	cursor: pointer;
}


.map_container a.dot2 {
	background-image: url(../images/template/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 100px;
	display: block;
	position: absolute;
	cursor: pointer;
}




.map_container a.dot.selected {
	background-position: 0px 0px;
}
.map_container a.dot:hover {
	background-position: 0px 0px;
}
.map_container .form_continent {
	position: absolute;
	top: 265px;
	left: 30px;
}
.map_container .detail_container {
	position: absolute;
	top: 305px;
	left: 0px;
	width: 571px;
	height: 260px;
}
.map_container .city_detail {
	position: absolute;
	top: 5px;
	width: 550px;
	padding: 0px 0px 0px 0px;
	left: -2px;	/*border-left: 1px solid #a9b5c8;
	border-top: 1px solid #a9b5c8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

.map_container .city_detail .city_photo {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 3px #4e5d74;
	-webkit-box-shadow: 0px 5px 3px #4e5d74;
	-moz-box-shadow: 0px 5px 3px #4e5d74;
	-webkit-border-radius: 8px;
}
.map_container .city_detail .city_info {
	width: 600px;
	float: left;
}

th {background-color: #514E4E;
color: #FFFFFF;
padding: 5px;
}

td {padding: 12px;
 border: 1px solid #514E4E ;
}

table {margin-top: 10px;
 
}
