#vt_nav a#button_map	{
	color: #222222;
}
#vt_nav a.unimplemented {
	color: #222222;
}

/* feedback form */

div.error_message	{
	border-bottom: 1px solid #B21C1C;
	border-top: 1px solid #B21C1C;
	font-size: 80%;
	padding: 7px;
	color: black;
	background-color: #FFC2C2;
	background-image: url({{ MEDIA_URL }}img/icon_error.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 2px 2px;
	padding-left: 20px;
	padding-top: 2px;
}

div#vt_fb_form	{
	margin-top: -20px;
}
div#vt_fb_form div.clear	{
	clear: both;
	height: 5px;
}
div#vt_fb_form div.contact_cb	{
	margin-bottom: 10px;
}
div#vt_fb_form div.vt_fb_left	{
	width: 56%;
	float: left;
}
div#vt_fb_form div.vt_fb_center	{
	width: 5%;
	float: left;
}
div#vt_fb_form div.vt_fb_right	{
	width: 37%;
	float: left;
}
div#vt_fb_form div#vt_fb_bottom	div.vt_fb_left	{
	width: 30%;
}
div#vt_fb_form div#vt_fb_bottom	div.vt_fb_right	{
	width: 60%;
}
div#vt_fb_form div.input_right, div#vt_fb_form div.input_left	{
	float: left;
	width: 50%;
}
div#vt_fb_form div.input_right input, div#vt_fb_form div.input_left input	{
	width: 75%;
}
div#vt_fb_form div.input_right input	{
	padding-right: 37px;
}
div#vt_fb_form div.vt_fb_right div.likert	{
	margin-top: 6pt;
	text-size: 6pt;
	line-height: 10pt;
}
div#vt_fb_form div.vt_fb_right div.likert_spacer	{
	height: 22px;
}
div#vt_fb_form div.vt_fb_right div.likert	span	{
	font-size:75%;
}
div#vt_fb_form input.likert	{
	margin-left: 2px;
	vertical-align: text-bottom;
}
div#vt_fb_form div.vt_fb_right div.likert label	{
	margin-right: 5px;
}

/* subtabs */

div.subtabs {
	border-bottom: 1px solid #ffffff;
	height: 1.5em;
}
div.subtab {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-color: #000000;
	font-weight: bold;
	float: left;
	padding: 0 .5em 0 .5em;
	line-height: 1.5em;
	margin: 0 .5em .3em .5em;
}

div.subtabs div.subtab a {
	color: #888888;
}

div.subtabs div.active a {
	color: #ffffff;
}

div.subpanels div.subpanel {
	display: none;
}

div.subpanels div.active {
	display: block;
}

/* map */

#panel_map	{
	/*position:relative;*/
}
.map_control_buttons	{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
}
a.map_control_button	{
	float: right;
	margin-left: 5px;
	display:block;
	padding:5px;
	border:solid 1px black;
	background-color:white;
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#go_streetview	{
	display:none;
}
#map	{
	width:100%;
	height:100%;
}
#streetview	{
	position:absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 96%;
	z-index:2;
	padding:1%;
	border:solid 1px black;
}

#go_map	{
	float:right;
	color:#FFF;
	padding:3px;
	padding-top:0;
}
#streetview_holder	{
	height:90%;
	width:100%;
	/*
	 * these work for ie
	 * see css/vt/ie.css 
	width:100%;
	height:52%;
	*/
	overflow: hidden;
	margin-top:2em;
}

#video_progress {
	background-color: #000000;
	float: left;
	margin-left: 0.5em;
	display: none;
}
#vt_panel_this_tour span#please_wait {
	float: left;
	display: none;
	font-size: 77%;
	text-decoration: none;
	text-indent: 16px;
}
