@charset "utf-8";
/* CSS Document */

/* Settings styles */
#settings_wrapper {
	background-color:#0a2025;
}
#settings_wrapper_popup {
	
}
#settings_button {
	display:block;
	width:93px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../_IMAGES/stng_tab.gif) top left no-repeat;
}
#settings_wrapper .settings_top,
#settings_wrapper .top {
	display:block;
	height:35px;
	margin:0;
	padding:1px 0 0 440px;
	background:url(../_IMAGES/stng_top_bg.gif) top left no-repeat;
}

#settings_wrapper_popup .top,
#settings_wrapper_popup .settings_top {
	display:block;
	height:35px;
	margin:0;
	padding:1px 0 0 401px;
	background:url(../_IMAGES/popup_settings_top.png) left top no-repeat;
	
}
#settings {
	margin:0 10px;
	padding:0;
	background-color:#6dcff6;
}
#settings_wrapper_popup #settings {
	background:none;
}
#settings .content {
	background:url(../_IMAGES/stng_container_bg.gif) bottom left no-repeat;
	min-height:43px;
	height:auto !important;
	height:43px;
	margin:0;
	padding:7px 20px;
}
#settings_wrapper_popup #settings .content {
	min-height:43px;
	height:auto !important;
	height:43px;
	background:url(../_IMAGES/popup_settings_bg.png) top no-repeat;
}
#settings_table td {
	text-align:left;
	vertical-align:top;
	font-size:12px;
}
#settings_table td.settinglabel {
	padding-bottom:3px;
	font-weight:bold;
	color:#363636;
}
.dropdown_input {
	border:1px solid #7da7d9;
	background-color:#FFF;
	color:#999;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	margin:0;
	height:16px;
	padding: 2px 4px 0px 4px;
	float:left;
}
.dd_trigger {
	display:inline;
	width:19px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
}
.toggler  {
	color:#e0f0f6;
	font-weight:bold;
	height:21px;
	overflow:hidden;
	padding-left:4px;
}
.toggler .division{
	display:block;
	float:left;
	width:2px;
	height:7px;
	background-color:#bce5f5;
	margin:5px 4px 0 4px;
}
.toggler a.notSelected, 
.toggler a.selected {
	height:13px;
	padding:0 0 6px 0;
}
.toggler a.notSelected {
	display:block;
	float:left;
	color:#e0f0f6;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	cursor:pointer;
}
.toggler a.selected {
	display:block;
	float:left;
	color:#003663;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	background:url(../_IMAGES/toggler_icon_arrow.gif) bottom no-repeat;
	cursor:default;
}
