#statusbar {
	background-image: url(../images/layout/status_bar_back.png);
	background-repeat: repeat-x;
	height: 25px;
	color: #FF0;
	font-size: 11px;
	margin-bottom: 30px;
	z-index:9999;
}
.centered #statusbar .box {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
	padding-left: 20px;
}
#statusbar #left {
	width: 630px;
	float: left;
	padding-top: 4px;
}
#statusbar #right {
	width: 260px;
	float: right;
}
#statusbar #helpcenter {
	height: 15px;
}
#statusbar #helpcenter a, active, visited {
	color: #FF0;
	text-decoration: none;
	background-image: url(../images/layout/helpcenter0.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 18px;
	cursor: help;
}
#statusbar #helpcenter a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/layout/helpcenter1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 18px;
	cursor: help;
}
#statusbar #settings {
	width: 225px;
	padding-left: 35px;
	background-image: url(../images/layout/settings0.png);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding-top: 4px;
	height: 20px;
	cursor: pointer;
}
#statusbar #settings:hover {
	width: 225px;
	padding-left: 35px;
	background-image: url(../images/layout/settings1.png);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	color: #212121;
	background-color: #FF0;
	padding-top: 4px;
	height: 20px;
	cursor: pointer;
}
#statusbar .settings_active {
	background-image: url(../images/layout/settings1.png) !important;
	background-repeat: no-repeat;
	background-position: 20px 4px;
	color: #212121;
	background-color: #FF0;
	z-index:99;
}
#statusbar #do_settings {
	position: absolute;
	width: 260px;
	background-color: #212121;
	color: #FFF;
	z-index:999;
	-moz-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-radius-bottomright: 20px;
	display: none;
}
#statusbar #do_settings p {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}
#statusbar #do_settings a, active, visited {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#statusbar #do_settings a:hover {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
	display: block;
	color: #FF0;
	text-decoration: none;
}

