#rtviewmap {
	position:absolute;
	width:800px;
	height:500px;
	padding: 5px;
	background-color: #FFF;
	display:none;
	z-index:100;
}

#rt_topmap {
	width:100%;
	min-height:300px;
}

#rtfullmap {
	width: 100%;
	height: 450px;
	background-color: #FFF;
	border:1px solid #EBECED; 
	margin-bottom:5px; 
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 1px 1px 10px #e2e2e2;
	-webkit-box-shadow: 1px 1px 10px #e2e2e2;
	box-shadow: 1px 1px 10px #e2e2e2;
	
}

.entry-content img, .comment-content img, .widget img {
	max-width:none;
}


/* CSS FOR EMBED MAP */ 
#rt_map_embed {
	text-align:left;
	z-index:999;
	color:#000;
}

#rt_map_embed h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#rt_map_embed  .embed_form{
	position: absolute;
	width:95%;
	height:150px;
	background-color: #EEE;
	padding: 8px;
	border-bottom:2px solid #333;
	top:320px;
	opacity:0.9; filter:alpha(opacity=90);
	
	display:none;
}

#rt_map_embed .closebtn {
	position: absolute;
	padding:2px;
	top:0;
	right:20px;
	cursor: pointer;
	color: #0000FF;
	font-size:10px;
	font-weight:bold;
}
#rt_map_embed .closebtn:hover {
	text-decoration:underline;
}

#rt_map_embed  .embed_tab{
	height:30px;
	z-index:10;
}

#rt_map_embed  .embed_tab ul {
	list-style: none;
	margin:0;
}

#rt_map_embed  .embed_tab li{
	
	cursor: pointer;
	background-color: #EEE;
	width:100px;
	height:20px;
	padding: 2px 3px;
	color: #333;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	opacity:0.8; filter:alpha(opacity=80);
	
	border: 1px solid #999;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#rt_map_embed  .embed_tab li:hover {
	background-color: #FF9933;
	color:#FFF;
}

#rt_map_embed .dt_left {
	float:left;
	width: 330px;
}

#rt_map_embed .dt_right {
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#504A4B;
}

#rt_map_embed .dt_right a {
	display: inline-block;
	margin: 0 10px 5px 0;
	color: #333;
	font-size:13px;
	font-weight: bold;
	text-decoration: underline;
}

#rt_map_embed .dt_right a:hover {
	color: #333;
	text-decoration: none;
}

#rt_map_embed  .embed_form .dt_left  textarea{
	width: 95%;
	height: 90px;
	color: #333;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border:1px solid #333;
}

#rt_map_embed .dt_right input[type=text] {
	width: 50px;
	color: #333;
	border:1px solid #999;
}


/* CSS FOR EMBED MAP */ 
#rt_map_embed_f {
	text-align:left;
	z-index:100;
	color:#000;
}

#rt_map_embed_f h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#rt_map_embed_f  .embed_form{
	
	width:100%;
	height:160px;
	background-color: #EEE;
	padding: 8px;
	border-bottom:2px solid #FACC2E;
	
	opacity:0.9; filter:alpha(opacity=90);
	
	display:none;
}

#rt_map_embed_f .closebtn {
	float:right;
	padding:2px;
	margin-right:20px;
	cursor: pointer;
	color: #0000FF;
	font-size:10px;
	font-weight:bold;
	
}
#rt_map_embed_f .closebtn:hover {
	text-decoration:underline;
}

#rt_map_embed_f  .embed_tab{
	height:30px;
	z-index:10;
}

#rt_map_embed_f  .embed_tab ul {
	list-style: none;
	margin:0;
}

#rt_map_embed_f  .embed_tab li{
	
	cursor: pointer;
	background-color: #FACC2E;
	width:100px;
	height:20px;
	padding: 2px 3px;
	color: #333;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	opacity:0.8; filter:alpha(opacity=80);
	
	border: 1px solid #999;
	border-top:none;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#rt_map_embed_f  .embed_tab li:hover {
	background-color: #FF9933;
	color:#FFF;
}

#rt_map_embed_f .dt_left {
	float:left;
	width: 300px;
}

#rt_map_embed_f .dt_right {
	float:left;
	margin-left:10px;
	font-size:13px;
	color:#504A4B;
}

#rt_map_embed_f .dt_right a {
	display: inline-block;
	margin: 0 10px 5px 0;
	color: #333;
	font-size:13px;
	font-weight: bold;
	text-decoration: underline;
}

#rt_map_embed_f .dt_right a:hover {
	color: #333;
	text-decoration: none;
}

#rt_map_embed_f  .embed_form .dt_left  textarea{
	width: 95%;
	height: 90px;
	color: #333;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border:1px solid #333;
}

#rt_map_embed_f .dt_right input[type=text] {
	width: 50px;
	color: #333;
	border:1px solid #999;
}

