/*
vim:fdm=marker:fdl=0
*/
html, body {
	font-family: Helvetica, Arial, sans-serif;
}
a img {
	border: none;
}
img {
 /*   -ms-interpolation-mode: bicubic; */
}
/* {{{ Toolbar */
.realworld {
	position: relative;
}
.realworld .toolbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-color: #7da7d9;
	border-style: solid;
	border-width: 3px 0 0 1px;
	font-size: 0.9em;
}
.realworld .toolbar ul.marker_filters {
	max-height: 300px;
	height: expression(this.scrollHeight > 300 ? '300px' : 'auto');
	width: 265px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.realworld .toolbar ul, 
.realworld .toolbar li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.realworld .toolbar table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.realworld .toolbar table td {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border-color: #3569a8;
	border-style: solid;
	border-width: 1px 0 0 0;
}
.realworld .toolbar table td a {
	background: transparent url(../images/menu_link_right.gif) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}
.realworld .toolbar table a:hover {
	background: transparent url(../images/menu_link_right_hover.gif) no-repeat bottom right;
}
.realworld .toolbar table .lastLink a {
	background: transparent url(../images/menu_lastlink_right.gif) no-repeat bottom right;
}
.realworld .toolbar table .lastLink a:hover {
	background: transparent url(../images/menu_lastlink_right_hover.gif) no-repeat bottom right;
}
.realworld .toolbar td.toolbar_end {
	overflow: hidden;
	width: 100%;
	text-align: right;
	background: #7da7d9;
	border-color: #3569a8;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding-right: 1em;
}
.realworld .toolbar .map_type_selection {
	position: absolute;
	right: 1em;
	top: 1px;
}
.realworld .toolbar table table {
	border-top: 1px solid #0f4970;
	border-left: 1px solid #0f4970;
}
.realworld .toolbar table ul,
.realworld .toolbar table table {
	position: absolute;
	top: -1px;
	width: auto;
	margin-left: -1px;
}
.realworld .toolbar table ul {
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 1px 1px;
	top: 0;
	-webkit-box-shadow: 4px 4px 6px #777;
}
.realworld .toolbar li {
	position: relative;
	white-space: nowrap;
}
.realworld .toolbar table ul ul {
	top: -1px;
	left: 100%;
	margin: 0;
	border-width: 1px;
}
.realworld .toolbar table li a {
	background: #e4e4e4 ! important;
	color: #333 ! important;
}
.realworld .toolbar table li a:hover {
	background: #d0d0d0 ! important;
}
.realworld .toolbar table li.submenu a {
	background-repeat: no-repeat ! important;
	background-position: right center ! important;
	background-image: url(../images/menu_arrow.gif) ! important;
}
.realworld .toolbar table li.submenu li.checked a,
.realworld .toolbar table li.checked a {
	background-repeat: no-repeat ! important;
	background-position: 5px center ! important;
	background-image: url(../images/menu_checked.gif) ! important;
}
.realworld .toolbar table li.submenu li.unchecked a,
.realworld .toolbar table li.unchecked a {
	background-repeat: no-repeat ! important;
	background-position: 5px center ! important;
	background-image: url(../images/menu_unchecked.gif) ! important;
}
/* }}} Toolbar */
/* {{{ Panel */
.panel a {
	color: #0f4970;
}
.panel a:hover {
	text-decoration: none;
}
.panel {
}
.panel .mini_panel_title,
.panel .panel_title {
	font-size: 1.75em;
	color: #0f4970;
	font-family: Arial, sans-serif;
	font-weight: bold;
	/*text-transform: lowercase;*/
}
.panel .mini_panel_title div,
.panel .panel_title div {
	padding: 0 0.5em;
}
.panel .mini_panel_title {
	font-size: 1.3em;
	line-height: 1.3em;
}
.panel .mini_panel_title div {
	border-bottom: 4px solid #d6d6d6;
}
.panel .panel_content {
	background: #fff;
	color: #0f4970;
	font-size: 0.9em;
	font-weight: normal;
}
.panel .panel_main_content {
	padding: 8px 20px;
}
.panel .mini_panel_content {
	padding: 0 20px;
}
.panel .mini_panel_content p {
	margin: 0;
	padding: 1em 0 0 0;
}
.panel_busy_container {
}
.panel_busy_indicator {
	background: transparent url(../images/busy_indicator.gif) no-repeat center;
}
.mini_balloon_panel_content {
}
.mini_balloon_panel_content ul,
.mini_balloon_panel_content table {
	margin: 0 0.5em;
}
.mini_balloon_panel_content p {
	margin: 1em 0.5em;
}
.mini_balloon_panel_content th {
	text-align: left;
}
.mini_balloon_panel_content .info_box {
}
.info_box h2,
.mini_balloon_panel_content h2 {
	font-size: 1.25em;
	border-bottom: 1px solid #d6d6d6;
	margin: 0.5em 0;
}

/* }}} Panel */
/* {{{ TabPanel */
.panel .tab_panel .tab_bar,
.panel .tab_panel .tab_bar li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 24px;
}
.panel .tab_panel .tab_bar li a,
.panel .tab_panel .tab_bar li {
	float: left;
	text-align: center;
	background: #d6d6d6;
	line-height: 24px;
}
.panel .tab_panel .tab_bar li a {
	width: 100%;
	cursor: pointer;
	color: #444;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
.panel .tab_panel .tab_bar li a:hover {
	background: #ccc;
}
.panel .tab_panel .tab_bar li.tab_active a,
.panel .tab_panel .tab_bar li.tab_active a:hover {
	background: #9a9a9a;
	color: #fff;
}

/***/

.side_panel .tab_panel {
	margin: -5px;
}
.side_panel .tab_panel .tab_bar {
	background :red;
	border-collapse: collapse;
	width: 100%;
}
.side_panel .tab_panel .tab_bar,
.side_panel .tab_panel .tab_bar th {
	padding: 0;
	margin: 0;
}
.side_panel .tab_panel .tab_bar th {
}
.side_panel .tab_panel .tab_bar th a {
	font-size: 0.9em;
	text-align: center;
	background: #d6d6d6;
	line-height: 20px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	width: 100%;
	padding-bottom: 2px;
}
.side_panel .tab_panel .tab_bar th a:hover {
	background: #ccc;
}
.side_panel .tab_panel .tab_bar th.tab_active a,
.side_panel .tab_panel .tab_bar th.tab_active a:hover {
	background: #9a9a9a;
	color: #fff;
}
.side_panel .tab_panel .button_row {
	margin-top: 8px;
}
/* }}} TabPanel */
/* {{{ Button */
.button_container {
	margin: auto;
	clear: both;
}
.button_cell {
	padding: 0 3px;
}
.button button {
	color: #0f4970;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.button button:active {
}
.button_row {
	position: relative;
	margin: 10px 0 0 0;
	width: 100%;
}
.button_row td {
	text-align: center;
}
.button_row td .button {
	margin: auto;
}
.mini_panel_content .button_row {
	margin: 0;
}
/* }}} Button */
/* {{{ Forms */
.panel_main_content {
	margin: 0;
}
.panel_main_content label {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}
.panel_main_content input,
.panel_main_content textarea {
	width: 100%;
	border: 1px solid #a5acb2;
	padding: 2px 0;
	margin-left: -1px;
	font-family: Helvetica, Arial, sans-serif;
	color: #0f4970;
	font-size: 0.9em;
	border: 1px solid #a5acb2;
	padding: 2px 0;
}
.panel_main_content .radio_field input {
	width: auto;
	border: 0;
	padding: 0;
}
.panel_main_content .radio_field label {
	display: inline;
	margin: 0 15px 0 3px;
	font-weight: normal;
}
/* }}} Forms */
/*	{{{ Selection list  */
.selection_list, .selection_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.selection_list li {
	margin: 0 3px;
	padding: 3px 0;
	display: block;
	border-bottom: 1px solid #dbdbdb;
}
.selection_list li a {
	color: #0f4970;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 10px;
	display: block;
}
.selection_list li a:hover {
	background: #d6d6d6;
}
.selection_list li.active a,
.selection_list li.active a:hover {
	background: #0f4970;
	color: #fff;
}
.selection_list li a img {
	vertical-align: middle;
	margin-right: 4px;
}
.edit_route_list .selection_list,
.edit_marker_list .selection_list {
	height: 200px;
	overflow: auto;
}
/*	}}} Selection list  */
/* {{{ Gallery */
.uploaded_file_list {
	padding: 5px;
	margin: 0;
	border: 1px solid #a5acb2;
	max-height: 115px;
	height: expression(this.scrollHeight > 100 ? '100px' : 'auto');
	display: block;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.uploaded_file_list li {
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	position: relative;
	padding: 3px;
	margin: 0;
	list-style: none;
}
.uploaded_filename {
}
.uploaded_tags {
	display: block;
}
.uploaded_delete {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 12px;
	height: 12px;
}
.uploaded_delete img {
	vertical-align: bottom;
}
.gallery_container {
	position: relative;
	width: 500px;
	height: 201px;
	overflow: hidden;
}
.gallery_container p {
	margin: 0;
	padding: 0 0 1em 0;
}
.gallery_container img {
	-ms-interpolation-mode: bicubic;
}
.gallery_description {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 232px;
	overflow: auto;
}
.gallery_media {
	border: 1px solid #a5acb2;
	position: absolute;
	right: 0;
	top: 0;
	height: 199px;
	width: 260px;
	overflow: hidden;
}

.gallery_media ul,
.gallery_media li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gallery_media li {
	float: left;
}
.gallery_media img {
	vertical-align: bottom;
	margin: 8px 0 0 8px;
}
.multi_media .gallery_media img {
	width: 118px;
	height: 88px;
}
.single_media .gallery_media img {
	width: 244px;
	height: 183px;
}
.gallery_image {
	text-align: center;
}
.gallery_image img {
	width: 512px;
	height: 384px;
}
.gallery_user {
	font-weight: bold;
	color: #0f4970;
	text-align: left;
	padding: 8px;
}
.gallery_user a {
	color: #0f4970;
}
.gallery_user a:hover {
	text-decoration: none;
}
/*
.gallery_panel {
	overflow: hidden;
	height: 100%;
	padding: 0 ! important;
	position: relative;
}
.gallery_description {
	margin-right: 288px;
	overflow: auto;
	height: 244px;
}
.gallery_description p {
	margin: 0;
	padding: 0 0 1em 0;
}
.gallery_media,
.gallery_media li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.gallery_media {
	border: 1px solid #a5acb2;
	position: absolute;
	padding: 8px;
	right: 0;
	top: 0;
	width: 270px;
	overflow: auto;
	height: 242px;
}
.gallery_panel .double_size {
	height: 188px;
}
.gallery_media li {
	display: inline;
}
.gallery_media li img {
	width: 125px;
	height: 87px;
}
.gallery_panel .double_size li img {
	width: 270px;
	height: 188px;
}
.gallery_media li a {
	text-decoration: none;
}

.no_media .gallery_description {
	margin-right: 8px;
	height: 226px;
}
.no_media .gallery_media {
	display: none;
}
.gallery_image {
	text-align: center;
}
.gallery_image img {
	width: 512px;
	height: 384px;
}
.gallery_user {
	font-weight: bold;
	color: #0f4970;
	text-align: left;
	padding: 8px;
}
.gallery_user a {
	color: #0f4970;
}
.gallery_user a:hover {
	text-decoration: none;
}
	*/
/* }}} Gallery */

.balloon_form {
	background: #fff;
	color: #0f4970;
	font-size: 0.9em;
	font-weight: normal;
}

/* Box when user clicks on a route flag */
.info_box a {
	color: #0f4970;
}
.info_box a:hover {
	text-decoration: none;
}
.info_box .export_list,
.info_box .export_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.info_box .export_list li {
	padding: 3px 0;
}
.info_box th {
	text-align: right;
	padding-right: 4px;
}

.incremental_link {
	padding-top: 5px;
	text-align: center;
}
.incremental_link a {
	padding: 0 5px;
}



.panel .marker_legend {
	padding: 0 10px;
	max-height: 350px;
	height: expression(this.scrollWidth > 350 ? '350px' : 'auto');
	overflow: auto;
}


/* SIDE PANEL */
.side_panel {
	background: #fff;
}
.panel_container {
	overflow-x: hidden ! important;
}
.side_panel .grippy {
	background: #d6d6d6 url(../images/side_panel_arrow.gif) no-repeat center;
	border-right: 1px solid #0f4970;
	border-left: 1px solid #fff;
}
.side_panel .grippy:hover {
	background: #0f4970 url(../images/side_panel_arrow_hover.gif) no-repeat center;
}
.side_panel .hidden_grippy {
	background: #e4e4e4 url(../images/side_panel_arrow2.gif) no-repeat center;
}
.side_panel .hidden_grippy:hover {
	background: #0f4970 url(../images/side_panel_arrow2_hover.gif) no-repeat center;
}

.side_panel .panel_title {
	position: relative;
	font-size: 1em;
	background: #d6d6d6 url(../images/side_panel_arrow_open.gif) no-repeat left center;
	cursor: pointer;
	color: #0f4970;
	padding: 3px 3px 3px 25px;
	font-weight: bold;
	margin-top: 1px;
}
.side_panel .panel_content {
	color: #0f4970;
	font-size: 0.9em;
	padding: 5px;
	overflow: hidden;
}
.side_panel .panel_content form {
	padding: 0;
	margin: 0;
}
.side_panel .panel_content p {
	padding: 0;
	margin: 0 0 0.5em 0;
}
.side_panel .panel_content .text_field {
	clear: left;
}
.side_panel .panel_content .text_field label {
}
.side_panel .panel_content input,
.side_panel .panel_content textarea {
	color: #0f4970;
	font-size: 0.9em;
	border: 1px solid #a5acb2;
	padding: 2px 0;
}
.sidepanel_panel_open .panel_title {
	background-image: url(../images/side_panel_arrow_open.gif);
}
.sidepanel_panel_closed .panel_title {
	background-image: url(../images/side_panel_arrow_closed.gif);
}


.navigation_panel #location_search {
	width: 160px;
	display: block;
	margin-left: -1px;
}


.panel_content input.example {
	color: #555;
}

.item_table {
	max-height: 200px;
	height: expression(this.scrollHeight > 200 ? '200px' : 'auto');
	overflow: auto;
	overflow-x: hidden;
}
.item_table table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
.item_table tbody {
}
.item_table tbody tr {
	cursor: pointer;
}
.item_table tbody tr:hover {
	background: #ccc;
}
.item_table .title span {
	padding: 2px 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.create_options {
	padding-top: 5px;
	position: relative;
}
.create_options .create_options_close {
	font-size: 0.9em;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 100;
	color: #0f4970;

	cursor: pointer;
	display: block;
	padding: 5px;
	margin: 0;
	background: transparent;
	border: none;
}
.create_options .create_options_title {
	font-size: 0.9em;
	background: #d6d6d6;
	color: #0f4970;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
.create_options .create_options_content {
	padding: 5px;
	background: #eee;
}

.side_panel input,
.side_panel textarea,
.side_panel select {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}
.side_panel input,
.side_panel textarea {
	width: 100%;
	border: 1px solid #a5acb2;
	padding: 2px 0;
	margin-left: -1px;
}
.side_panel label {
	display: block;
	font-weight: bold;
}
.side_panel .radio_field input,
.side_panel .checkbox_field input {
	width: auto;
	border: 0;
	padding: 0;
}
.side_panel .radio_field label,
.side_panel .checkbox_field label {
	display: inline;
	margin: 0 15px 0 3px;
	font-weight: normal;
}
.side_panel .button_row {
	margin: 0;
	width: 100%;
}


.side_panel .items_list_panel select {
	width: 100%;
}
.side_panel .items_list ul,
.side_panel .items_list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.side_panel .items_list {
	overflow: auto;
	overflow-x: hidden;
	max-height: 200px;
	height: expression(this.scrollHeight > 200 ? '200px' : 'auto');
	position: relative;
}
.side_panel .items_list li {
	position: relative;
	zoom: 1;
	clear: left;
}
.side_panel .items_list a.edit_button {
	position: absolute;
	right: 20px;
	top: 0px;
	padding: 2px 5px;
	text-align: center;
}
.side_panel .items_list a.options_button {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 2px 0;
	width: 20px;
	text-align: center;
	overflow: hidden;
	background: transparent;
}
.side_panel .items_list a.options_button:hover {
	background: transparent;
}
.side_panel .items_list a.options_button img {
	vertical-align: middle;
}
.side_panel .items_list .edit_options {
	background: #eee;
	padding: 1px;
	clear: left;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.side_panel .items_list .edit_options li,
.side_panel .items_list .edit_options li a {
	background: transparent;
	display: inline;
	padding: 0;
}
.side_panel .items_list .edit_options li a:hover {
	background: transparent;
}
.side_panel .items_list .edit_options li a img {
	vertical-align: bottom;
	margin: 3px 2px 2px 2px;
}
.side_panel .items_list li a {
	background: #fff;
	color: #0f4970;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 10px;
	display: block;
}
.side_panel .items_list li a:hover {
	background: #d6d6d6;
}

.side_panel .filter_list li {
	padding: 2px 10px;
}
.side_panel .item_tally {
	text-align: center;
}
.side_panel .hidden_tally {
	text-align: center;
	font-weight: bold;
}
.side_panel .upload_field {
	width: 100%;
}
.side_panel .panel_title .panel_toggle_text {
	position: absolute;
	right: 4px;
	top: 2px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
}

.side_panel .toggle_routes {
	text-align: center;
	padding: 4px 0 8px 0;
}
.side_panel .toggle_routes label {
	font-weight: bold;
}




.post_it {
	border: 1px solid #aa0;
	background: #FEF564;
	font-size: 0.9em;
	-webkit-box-shadow: 3px 3px 4px #444;
}
.post_it_title {
	font-weight: bold;
}
.post_it_content {

}
.post_it_close {
	cursor: pointer;
}

.side_panel a {
	color: #0f4970;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.side_panel a:hover {
	text-decoration: none;
}
.side_panel table.route_stats {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.side_panel .route_stats th,
.side_panel .route_stats td {
	text-align: center;
}
.side_panel,
.side_panel * {
	zoom: 1;
}




.popout_panel .popout_title {
	font-size: 1em;
	line-height: 1.3em;
	color: #0f4970;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.popout_panel .popout_title .title_content {
	padding: 6px 8px;
	margin-right: 32px;
}
.popout_panel .panel_content {
	padding: 8px;
	color: #0f4970;
	background: #fff;
	font-size: 0.9em;
	font-weight: normal;
}




.tab_bar {
	padding-right: 10px;
}
.tab_bar[class] {
	background: transparent url(../images/tabbar_shadow.png) no-repeat top right;
}
.tab_bar ul,
.tab_bar li {
	padding: 0;
	margin: 0;
	list-style: none;
	zoom: 1;
}
.tab_bar .tab {
	margin: -1px;
	background: #fff;
	text-align: center;
	color: #0f4970;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 24px;
	border: 2px solid #68696b;
	border-bottom: 0;
	-webkit-border-top-left-radius:  6px;
	-webkit-border-top-right-radius: 6px;
}
.tab_bar .tab a {
	text-decoration: none;
	color: #0f4970;
	cursor: pointer;
}
.tab_bar .tab a:hover {
	text-decoration: underline;
}
.tab_bar .active_tab {
	z-index: 1000 ! important;
	background: #e4e4e4;
}
.tab_bar .inactive_tab {
}
/*
.tab_bar ul {
	padding-right: 50px;
}
.tab_bar li {
	float: left;
	margin-right: -50px;
}
.tab_bar li .tab {
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #0f4970;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 24px;
}
.tab_bar li .active_tab {
	z-index: 1000 ! important;
}
.tab_bar li .tab_content {
	height: 23px;
}
.tab_bar li .active_tab .tab_content {
	border-bottom: 1px solid #e4e4e4;
}
.tab_bar li .inactive_tab .tab_content {
	border-bottom: 1px solid #666;
}
	*/

ol.item_comments a {
	font-weight: bold;
	color: #0f4970;
	text-decoration: none;
}
ol.item_comments a:hover {
	text-decoration: underline;
}
ol.item_comments,
.item_comments li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.item_comments li {
	clear: both;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	min-height: 64px;
}
.item_comments .profile_image img {
	width: 80px;
	height: 60px;
	float: left;
	margin: 0 8px 0 0;
}
.tab_busy_indicator {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: transparent url(../images/mini_busy.gif) no-repeat;
}
.add_route_button {
	background: #fff url(../images/button_route.jpg) no-repeat;
	width: 200px;
	height: 45px;
	padding-top: 1px;
	margin-bottom: 1em;
}
.add_route_button a,
.add_marker_button a {
	display: block;
	width: 196px;
	height: 25px;
	margin-top: 16px ! important;
}
.add_route_button a span,
.add_marker_button a span {
	display: none;
}
.add_marker_button {
	padding-top: 1px;
	background: #fff url(../images/button_marker.jpg) no-repeat;
	width: 200px;
	height: 115px;
	overflow: hidden;
}
.add_marker_button p {
	padding: 0;
	margin: 8px 14px 0 11px ! important;
	font-size: 9px;
	color: #333;
}
.create_help_link {
	display: block;
	position: relative;
	z-index: 1000;
	margin-bottom: -1em;
}

.comment_form {
	padding-top: 8px;
}
.comment_form label {
	font-weight: bold;
	margin-bottom: 4px;
}

.comment_form textarea {
	width: 100%;
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #0f4970;
}
.comment_form .button {
	float: right;
}
.item_comments .add_comment_link {
	float: right;
}



.author_status_bar {
	text-align: right;
	padding: 4px 8px;
}
.panel_status_bar {
	font-size: 0.9em;
	color: #0f4970;
}
.panel_status_bar a {
	color: #0f4970;
	font-weight: bold;
	text-decoration: none;
}
.panel_status_bar a:hover {
	text-decoration: underline;
}
.panel_content .profile_view {
	padding: 8px;
}
/** Ratings **/
.rating_options {
	text-align: left;
}
ul.rating_stars {
	margin: 0;
	padding: 0;
}
ul.rating_stars li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style: none;
	overflow: hidden;
	display: inline;
	height: 16px;
	line-height: 16px;
}
ul.rating_stars li span {
	background-image: url('../images/star-dull.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 0px;
	padding-top: 15px;
	overflow: hidden;
}
ul.rating_stars li.active span {
	background-image: url('../images/star.png');
}
.author_status_bar .current_rating {
	background: transparent url('../images/star-dull.png') repeat-x left;
	font-size: 1px;
}
.author_status_bar .current_rating div {
	background: transparent url('../images/star.png') repeat-x left;
}
.author_status_bar .rating_wrapper {
	text-align: left;
	float: left;
	height: 18px;
}
.author_status_bar .rating_wrapper .user_rating {
	position: relative;
	left: 85px;
	top: -16px;
}

