@CHARSET "UTF-8";

/* Layout */
body {
	background-color: #616161;
	text-align: center;
	margin: 0;
	outline-style: none;
	outline: none;
	
}

#header {
	background-image: url(../images/layout/line_curved.gif);
	background-position: top center;
	background-repeat: no-repeat;
}


/* Language Selector */
#box_language_selector {
	position: relative;
	text-align: left;
	color: #cccccc;
	padding: 20px 0px 0 0;
	z-index: 2;
}

#lbl_language_selector {
	display: block;
	padding: 0 0 10px 0;
}
#button_language_selector {
	background-image: url(../images/buttons/dropdown_image.gif);
	width: 135px;
	height: 20px;
	display: block;
	padding: 0 0 0 0;
}
#button_video_selector {
	background-image: url(../images/buttons/dropdown_image.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 20px;
	display: block;
	text-align: right;
}

ul#available_languages{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	width: 134px;
}
ul#available_videos {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	width: 134px;
}


li.enviroment_item {
	color: #666666;
	background-color: #DCDCDC;
	text-align: left;
}

li.language_item:hover {
	cursor: pointer; 
	background-color: #dadada;
	color: #ef8f00;
}

form#language {
	margin: 0;
	padding: 0;	
}

/* Country Selector */
#box_country_selector {
	padding: 30px 0px 0 0;
	color: #cccccc;
}

#button_country_selector {
	background-image: url(../images/buttons/dropdown_image.gif);
	width: 135px;
	height: 19px;
	display: block;
}
#lbl_country_selector {
	display: block;
	padding: 0 0 10px 0;
}

ul#available_countries {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	width: 134px;
	z-index: 200000;	
}

/* Enviroment settings */
#box_enviroment_settings {
	/*
	float: right;	
	
	*/
	width: 124px;
	float: right;
	padding: 44px 0px 0 0;
}


/* Top Navigation */
#box_navigation_top_left {
	float: left;
	width: 840px;
}

#navigation_top {
	text-align: left;
	margin: 0 auto;
	width: 964px;
	padding: 10px 0 0 0;
	color: white;
	height: 100px;
}


/* Key Navigation */
#box_navigation_key_top {
	padding: 15px 0 0px 0;
}

img#logo_cityguide {
	display: inline;
	padding: 0 0 4px 0;
}


#country_name {
	float: left;
	position: absolute;
	font-weight: bold;
	font-size: 18px;
}

#box_navigation_key_buttons {
	margin: 0 0 0 210px;
	position: relative;
	top: 4px;
	background-image: url(../images/buttons/bg_navigation_top_home.jpg);
	background-repeat: no-repeat;
	height: 28px;
	z-index: 10000;
}

#box_navigation_key_buttons_map {
	margin: 0 0 0 210px;
	position: relative;
	top: 4px;
	background-image: url(../images/buttons/bg_navigation_top_map.jpg);
	background-repeat: no-repeat;
	height: 28px;
	z-index: 10000;
}


/* Navigation Left */


.label_search {
	font-size: 12px;
	font-weight: bold;	
	padding: 5px 0 5px 4px;
	display: block;
	color: #666666;
}

.top {	
	padding: 5px 0 0px 4px;
}

.label_search_example {
	font-size: 10px;
	font-weight: normal;	
	padding: 4px 0 0 4px;
	display: block;
	color: #666666;
}

.label_search_themes {	
	float: left; 
	font-weight: bold;
	width: 40px; 
	padding: 3px 0 0 4px;
	display: block;
}

.sb_search_themes {	
	float: right; 
	padding: 0 0 0 5px;
}

select.search_themes {
background-color: #eeeeee;
border: 1px solid #7e7e7e;
color: #666666;
width: 140px;
height: 20px;
padding: 2px 2px 2px 2px;
}

option.search_themes {
background-color: #eeeeee;	
padding: 2px;
border-top: 1px solid #666666;
}



/*
#button_filter {
	height: 26px;
	width: 100px;
	display: block;
	padding: 5px 0px 0 0px;
	margin: 0 5px 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
*/

#button_search {
	height: 20px;
	width: 100px;
	display: block;
	padding: 5px 0px 0 0px;
	margin: 0 5px 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#button_search_complete {
	height: 26px;
	width: 100px;
	display: block;
	padding: 5px 0px 0 0px;
	margin: 0 5px 0 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/buttons/button_filter_on.gif);
}

#button_search:hover {
	color: #ef8f00;	
}

/*
#theme_list {
	
	margin: -10px 0 0 0;
	padding: 5px 0 5px 5px;
	background-color: white;	
	width: 180px;
}
*/
#theme_list {	
	padding: 5px 5px 5px 5px;
	background-color: white;	
	width: 250px;
	float: left;
	margin: 0px;
}

#theme_list_filter {
	
	margin: -10px 0 0 0;
	padding: 5px 0 5px 5px;
	background-color: white;	
	width: 180px;
}
#navigation_left {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 8px;	
	width: 194px;
}

/* Navigation Right */
#navigation_right {
	width: 192px;
	width: 192px;
	display: block;
	margin: 10px 0px 0px 758px;
}

.theme_name {
	padding: 0 0 2px 2px;
	vertical-align: 30%;
	line-height: 10px;
	font-size: 9px;
}

.theme_item {
	font-size: 20px;
	line-height: 21px;
	position: absolute;
	color: black;
}


.theme_item._00673E {
	color: #00673E;
}
.theme_item._0B76A2 {
	color: #0B76A2;
}
.theme_item._3A9625 {
	color: #3A9625;
}
.theme_item._3FA6CC {
	color: #3FA6CC;
}
.theme_item._A0C1C0 {
	color: #A0C1C0;
}
.theme_item._A4001D {
	color: #A4001D;
}
.theme_item._A84A09 {
	color: #A84A09;
}
.theme_item._B5B5B5 {
	color: #B5B5B5;
}
.theme_item._D0A660 {
	color: #D0A660;
}
.theme_item._EB9CCC {
	color: #EB9CCC;
}
.theme_item._F32F95 {
	color: #F32F95;
}
.theme_item._F98C17 {
	color: #F98C17;
}
.theme_item._FF1900 {
	color: #FF1900;
}


/* Body */
#body {
	clear: both;
	background-color: #383637;
	text-align: center;
	margin: 0;
	background-image: url(../images/layout/sub_content_bg.jpg);
	background-position: 0px 20px;
	background-repeat: repeat-x;
	
}

#body_border_top {
	background-image: url(../images/layout/yellow_bar_top.jpg);
	background-repeat: repeat-x;
	height: 31px;
	position: relative;
	top: -10px;
	margin: 0 0 0 0;
}
#body_border_top_map {
	background-image: url(../images/layout/green_bar_top.jpg);
	background-repeat: repeat-x;
	height: 31px;
	position: relative;
	top: -10px;
	margin: 0 0 0 0;
}

#body_border_bottom {
	background-image: url(../images/layout/yellow_bar_bottom.jpg);
	background-repeat: repeat-x;
	height: 31px;
	margin: -10px 0 0 0;
	
}
#body_border_bottom_map {
	background-image: url(../images/layout/green_bar_bottom.jpg);
	background-repeat: repeat-x;
	height: 31px;
	margin: -10px 0 0 0;
}


/* Content */
#box_content {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #858585;
	width: 962px;
	background-color: #dcdcdc;
	background-image: url(../images/layout/content_bg.jpg);
	background-repeat: repeat-x;
	top: -10px;
	min-height: 600px;
	position: relative;
}

/* Footer */
#footer {
	margin: 0 auto;
	width: 964px;
	text-align: right;
	color: #cccccc;	
}


/* General */
.magnification_glass {
	vertical-align: bottom;
	padding: 0 0 3px 0;
	padding: 0 0 3px 0;
}

.cg_button_regular {
	padding: 3px 0 0 0;
	border: 0px;
}

#video_details {
	text-align: right;
}

#video_details_title {
	float: right;
	padding: 6px 0 0 5px;
	font-size: 12px;
	font-weight: bold;	
	color: #666666;
}

ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
ul.navigation_left {
	padding: 2px 0px 0px 0px;
}	

li.navigation_left {
	width: 192px;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
}
li.navigation_left.toolbox.first {
	width: 192px;
	padding: 0px 0 1px 0;
	margin: 0px 0 1px 0;
}
li.navigation_left.toolbox {
	width: 192px;
	padding: 0px 0 1px 0;
	margin: 0px 0 1px 0;
}

li.navigation_left_small {
	padding: 0px 0 0 0;
	width: 195px;
	text-align: left;
	display: block;
}
dd, dt, dl, form, select {
	margin: 0;
	padding: 0;
}

.clearing {
	clear: both;	
}

.cg_button  {
	float: left;
	padding: 0 5px 0 0;
	position: relative; 
	border: 0px;
	z-index: 1;
}



/* Forms */
input {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

input.search_field {
	width: 181px;
	height: 19px;
	padding:  5px 0 0 5px;
	background-image: url(../images/search/search_bar_bg.gif);
	background-repeat: no-repeat;
	border: 0;
}
input.search_field.filter {
	width: 181px;
	background-image: url(../images/search/search_bar_bg.gif);
	background-repeat: no-repeat;
	border: 0;
	height: 19px;
	padding:  5px 0 0 5px;
}


/* Content */ 
#content_area {
	border: 1px solid black;
	width: 500px;
	background-color: pink;
	min-height: 350px;
	float: left;
	margin: 0 10px 0 10px;
}
#load_cg_media {
	min-height: 350px;
}
#media_container {
	position: relative;
	margin: 0 0px 0 9px;
	width: 536px;
	float: left;
	z-index: 2;	
}
#media_container_error {
	position: relative;
	margin: 0 15px 0 15px;
	width: 950px;
	height: 400px;
	float: left;
	z-index: 2;
}

/* Details */
#box_details {
	margin: 0px 0 0 210px;
	width: 580px;
	position: relative;
}
.box_details_map {
	position: relative;
	width: 306px; 
	float: left;
	z-index: 2;
}


.detail_title_section {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding: 10px 0 10px 0;
	margin: 40px 0 10px 0;
	
}

#detail_item_address_details {
	display: block;
	padding: 10px 0 10px 0;	
}

#detail_item_info {
	margin: 10px 0 20px 0;	
	border-top: 1px dotted gray;
}
#detail_video_selection {
	text-align: right;
	float: right;
	display: block;
}
#detail_video_selection_hidden {
	display: none;	
}
#detail_view {
	width: 536px;
	min-height: 240px;
}

#google_map {
	padding: 0 0 0 0;
	width: 306px;
	z-index: 2000000;
	display: block;
}
#details_item_address_area {
	float: right;
	width: 200px;
	padding: 0 10px 0 0px;
}
#details_item_description_area {
	margin: 0 0 0 0;	
}


/* List */
img.list_item_image {
	float: left;
	padding: 0 0px 0 0;
	border: 1px solid white;
}

.inline_table {
	display: inline;
	
}

.list_item {
	border-bottom: 1px dotted gray;
	padding: 10px 0 10px 0;
}

.result_pane {
	float: left;
	width: 480px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.previous_page_button {
	float: left;
	padding: 8px 5px 0 0;
}
.next_page_button {
	padding: 8px 5px 0 0;
	float: right;
}

.list_search_results_info {
	display: inline;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
.list_search_results_paging {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	display: inline;
}
#list_search_results_list {
	border-top: 1px dotted gray;
	float: left;
}

.list_item_left_pane {
	padding: 0 5px 0 5px;
	width: 150px;
}

.list_item_right_pane {
	border-left: 1px dotted gray;
	padding: 0 0 0 5px;
	width: 230px;
	text-align: left;
}


/* Map Search */
#map_content_area {
	margin-left: 210px;
	height: 610px;
	width: 752px;
}
.info_window_left {
	width: 160px;
	float: left;
	padding: 0 20px 0 0;	
}
.info_window_right {
	white-space: nowrap;
	margin: 0 0 0 0;	
}
.map_media_container {
	width: 380px;
	height: 260px;
}
.maps_description {
	width: 380px;
	min-height: 100px;
}
.map_address_details {
	padding: 5px 0 5px 0;
}

.map_address_separator {
	border-top: 1px dashed black;
	padding: 5px 0 5px 0;
}

.feedback_intro {
	width: 400px;	
}

.mapclose {
	width: 100%;
	text-align: right;
}

 
/* Enviroment Settings */
#settings_layer {
	margin: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 200000000;
	
}
#settings_layer_content {
	text-align: left;
	margin: 0 auto;
	width: 962px;
	height: 400px;
	background-color: #DCDCDC;	
}

#settings_header {
	border-bottom: 1px solid gray;
	margin: 0 10px 10px 10px;
	padding: 10px;
}
#settings_country_area {
	padding: 10px;
	margin: 0 10px 0 0;
	float: left;
	width: 650px;
	border-right: 1px solid gray;
}
#settings_langauge_area {
	padding: 10px;
}
.settings_list {
	background-color: #DCDCDC;
	float: left;
	margin: 0 50px 0 0;
}
.close_image_settings {
	position: relative; 
	top: 8px;
	padding: 0 5px 0 0;
}
#settings_content_area {
	min-height: 339px;
}
#box_feedback {
	margin-left: 200px;
}

select {
background-color: #eeeeee;
border: 1px solid #7e7e7e;
color: #666666;
height: 20px;
padding: 2px 2px 2px 2px;
}

select.video_available {
background-color: #eeeeee;
border: 1px solid #7e7e7e;
color: #666666;
width: 90px;
height: 20px;
padding: 2px 2px 2px 2px;
}

option.video_available {
background-color: #eeeeee;	
padding: 2px;
border-top: 1px solid #666666;
}