/*tags */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;

}
/*tags */

/* button divs*/

.map_button {
	float:left;
	padding:3px 6px;
	font-size:13px;
	font-weight: bolder;
	color: #005D67;
	}
	
/* General styles*/
.right {
	float:right;
	}

.left {
	float:left;
	}
.no_decor {
	text-decoration:none;
}

.font12 {
	font-size:12px;
}
.clear {
clear:both;
}
.bg {
 background-color:yellow;
}
/* General styles*/

/*ballons */

	.balloon{
	text-align: right;
	padding: 3px;
	
	width:350px;

		
	}
	.balloon_title{
	text-align: right;
	font-size: 14px;
	font-weight: bolder;
	color:orange;
	padding-bottom: 10px;
	padding-right: 6px;
	color: #FF9900;
	}
		.balloon_title_title{
	float:right;
	/*width:120px;*/
	text-align: right;
	font-size: 14px;
	font-weight: bolder;
	color:orange;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 11px;
	color: #FF9900;
	}
		.balloon_title_icon{
		float:left;
		width:80px;
	text-align: right;
	font-size: 14px;
	font-weight: bolder;
	color:orange;
	padding-bottom: 10px;
	padding-right: 6px;
	color: #FF9900;
	}
	
	.balloon_image{
	float:left;
	width:110px;
	padding:3px;
	}
			.academy_description_no_image{
	clear:both;
	padding:5px;
	width:100%;
	font-size:12px;
	color: #000080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	max-height:70px;
	overflow-y:auto;
*height:70px; /* defaults to this if JS is disabled */
*height:expression(this.scrollHeight>69?"70px":"auto"); 

	}
	.balloon_description_with_image{
	float:right;
	padding:5px;
	width:220px;
	font-size:12px;
	color: #000080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	max-height:70px;
	overflow-y:auto;
*height:70px; /* defaults to this if JS is disabled */
*height:expression(this.scrollHeight>69?"70px":"auto"); 

	}
	
	.balloon_description{
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	
	}
	
		.balloon_click{
	width:200px;
	}
	.balloon_click_info{
	width:90%
		font-size: 12px;
	}
	.balloon_click_directions {
	float:right;padding:6px; font-size:12px; text-decoration:none;
	
	
	}
	.balloon_click_title{
	font-size: 13px;
	font-weight: normal;
	}

		.academy_description{
	clear:both;
	padding:5px;
	width:100%;
	font-size:12px;
	color: #000080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	max-height:70px;
	overflow-y:auto;
*height:70px; /* defaults to this if JS is disabled */
*height:expression(this.scrollHeight>69?"70px":"auto"); 

	}

/*ballons */

/* main divs*/
.max_frame {
	width:555px;
	
	padding:5px;
	background-color:#B4A32D;
	}

.console_container {
	
	background-color:#E5E5E5;
	padding:5px 5px;
}
.map_top {
	width:100%;
	height: 28px;
	
	}

#map_canvas {
	width: 100%; 
	height: 300px;;
	}

.map_bottom {
	width:100%;
	}

.map_copyright {
	width:100%;
	height: 12px;
	font-size:11px;
	text-align:left;
	color:navy;
	}



/* main divs end*/


.player_bt{
float:right;
width:20px;
padding: 0px 0px
}

#player_container{
width:110px;
padding-right:10px;
}
#select_destination_container {
	/*background-color: #FFFF00;*/
	float: right;
	/*height: 50px;*/
	width: 290px;
}
#map_selector {
	/*background-color: aqua;*/
	float: left;
	text-align:left;
	width: 180px;
}
