@charset "utf-8";

html {
	overflow: scroll;
}

body {
    height: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size:12px;
	color: #231F20;
	background-color: #fbfcfe;
}

p {
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #1C5F98;
}

ul {
	color: #981B1E;
}

form {
	margin: 0;
}

a:hover {
	color: #981B1E;
}

input[type=text] {
	width: 172px;
	background-color: #FFFFFF;
	font-size: 10px;
	padding:3px;
	border:1px solid #9DBCD2;
}

input[type=password] {
	width: 172px;
	background-color: #FFFFFF;
	font-size: 10px;
	border:1px solid #9DBCD2;
	padding:3px;
}

hr {
	border: 0;
	color: #ABAAAB;
	background-color: #ABAAAB;
	height: 1px;
	width: 100%;
	text-align: left;
}

select {
	background-color: #FFFFFF;
	font-size: 10px;
	border:1px solid #9DBCD2;
	padding:2px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input[type=submit] {
	background-color: #1C5F98;
	border:1px solid #14456E;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 1px;
}

input[type=button] {
	background-color: #1C5F98;
	border:1px solid #14456E;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 1px;
}

select.icon-menu {
padding: 2px;
}
select.icon-menu option {
background-repeat:no-repeat;
background-position:left;
padding: 0px 0px 0px 24px;
margin: 1px;
}

.list_icon {
    float: left;
    margin-right: 10px;    
}

.pages_active {
	font-size: 10px;
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 0px 2px;
	border: 1px solid #C6D7E5;
	background-color: #F3F7FA;
}

.pages_inactive {
	font-size: 10px;
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 0px 2px;
	border: 1px solid #DEDDDE;
	background-color: #F2F2F2;
	color: #DEDDDE;
}

.pages_active:hover {
	border: 1px solid #1C5F98;
	background-color: #C6D7E5;
}

.pages_current {
	font-size: 10px;
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 0px 2px;
	border: 1px solid #1C5F98;
	background-color: #C6D7E5;
}

.mini_section_head {
	font-weight: bold;
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #231F20;
}
.news_story {
	margin: 7px 5px;
	overflow: hidden;
	height: 100%;
}

.news_story span {
	margin: 0px;
	padding: 0px;
}
.news_thumbnail {
	float: left;
	margin: 0px 10px 0px 0px;
}

.news_added_photos {
	padding: 5px 5px 4px 5px;
	float: left;
	margin: 10px 0px 0px 0px;
	border: 1px solid #928d89;
}

.news_story_image {
	margin-right: 3px;
	float: left;
}

.news_feed_message_text {
	padding: 5px;
	float: left;
	margin: 10px 0px 0px 0px;
	border: 1px solid #DEDDDE;
	background-color: #F2F2F2;
	color: #928d89;
	height: 100%;
}

.photo_select {
	float: left;
	padding: 13px;
	margin: 11px;
	text-align: center;
	border: 1px solid #DEDDDE;
}

.container {
	height: auto;
	width:1000px;
	margin: 20px auto 0px auto;
	float: center;
	overflow: hidden;
}

.header {
	background-color: #b6b3b0;
	border: 0;
	padding-left: 20px;
	height: 80px;
}

.content_column {
	width: 800px;
	float:left;
    height: 100%;
}

.content_pane {
	padding: 15px 19px 19px 19px;
	border: 1px solid #928d89;
	background-color: #FFFFFF;
	width: 760px;
	min-height: 400px;
	float: left;
    position: relative;
    height: 100%;
}

.side_panel {
    float: right;
	width: 200px;
}

.x_button_ {
  width: 8px;
  height: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/icons/side_panel_del.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.ignore_button_ {
  width: 31px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/ignore.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.accept_button_ {
  width: 35px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/accept.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.edit_button_left {
  width: 31px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/edit_left.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.edit_button_right {
  width: 31px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/edit_right.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.remove_button_left {
  width: 57px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/remove_left.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.remove_button_right {
  width: 57px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/remove_right.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.delete_button_left {
  width: 47px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/delete_left.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.delete_button_right {
  width: 47px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/delete_right.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.undelete_button_left {
  width: 59px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/undelete_left.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.undelete_button_right {
  width: 59px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/undelete_right.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.add_friend_button_left {
  width: 64px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/add_friend_left.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.add_friend_button_right {
  width: 64px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/add_friend_right.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.send_message_button_left {
  width: 76px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/send_message_left.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.send_message_button_right {
  width: 76px;
  height: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/buttons/send_message_right.gif) no-repeat center top;
  text-indent: -2000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.hide_from_noscript {
	display: none;
}

div.autocomplete {
  position:absolute;
  overflow: auto;
  margin:0px;
  padding:3px;
  background-color: #C6D7E5;
  border: 1px solid #9DBCD2;
  colour: #231F20;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #F3F7FA;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.collapse_arrow {
	cursor:pointer;
}

.inline_editor textarea {
	width: 100%;
	height: 200px;
	border: 0px;
	float: right;
	background-color: #F3F7FA;
}

.message_poster_textarea {
	width: 100%;
	overflow: hidden;
}

.message_header {
	overflow: hidden;
	padding: 2px 5px;
	border-top: 1px solid #8cb0cf;
	background-color: #F3F7FA;
	color: #231F20;
	height: 100%;
}

.message_body {
	margin: 3px 0px 25px 0px;
	padding: 0px 5px;
	color: #231F20;
}

.message_header_off {
	overflow: hidden;
	padding: 2px 5px;
	border-top: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	color: #b6b3b0;
}

.message_body_off {
	margin-bottom: 25px;
	padding: 0px 5px;
	color: #b6b3b0;
}
.inline_buttons {
	float:right;
	margin: 2px 5px;
}
.message_options {
	text-align: right;
}

.profile_container {
	height: auto;
	display: inline-block;
}

.motor_profile_content {
	height: auto;
	width: 538px;
	display:block;
	float:left;
}

.motor_profile_photos {
	height:auto;
	display:block;
	float:right;
	width: 200px;
	margin-left: 16px
}

.small_rating_label {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	font-size: 10px;
	width: 96px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

.small_stars {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	float: left;
}

.motor_data {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
	float: left;
}

.small_stars img {
	padding-right: 1px;
	padding-top: 4px;
}

.profile_label {
	width: 130px;
	font-weight: bold;
	display: block;
	float: left;
	color: #1C5F98;
}

.line_container {
	display: block;
	width: 100%;
}

.hline {
	with: 100%;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px dashed #b6b3b0;
}



.small_links a {
	font-size: 10px;
}

.side_panel_box {
	overflow: hidden;
	background-color: #F3F7FA;
	padding: 0px 0px 4px 0px;
	margin-bottom: 10px;
	color: #F3F7FA;
	height: 100%;
}

.side_panel_box label {
	background-color: #94a1ac;
	padding: 3px;
	margin-bottom: 5px;
	width: auto;
	display: block;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

.side_panel_box p {
	font-size: 10px;
	color: #231F20;
	margin: 0px 5px 1px 5px;
}

.side_panel_box a {
	font-size: 10px;
	color: #231F20;
}

.side_panel_list a:hover {
	color: #981B1E;
}

.side_panel_bottom_links {
	margin-top: 5px;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid #C6D7E5;
}

.form_section_title {
	font-size: 12px;
	text-indent: 5px;
	font-weight: bold;
	color: #981B1E;
	background-color: #E5E4E5;
	padding: 3px 0px;
	width: 100%;
	display:block;
}

.terms_section_title {
	font-size: 12px;
	text-indent: 5px;
	font-weight: bold;
	border-bottom: 1px solid #C6D7E5;
	padding: 20px 0px 5px 0px;
	width: 100%;
	display:block;
}

.section_title {
	font-size: 12px;
	text-indent: 5px;
	font-weight: bold;
	border-bottom: 1px solid #C6D7E5;
	padding: 20px 0px 5px 0px;
	width: 100%;
	display:block;
}

.list_section{
	padding-bottom: 20px;
}

.list_title {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-indent: 5px;
	width: 100%;
	border-top: 1px solid #8cb0cf;
	background-color: #c6d7e5;
	color: #14456E;
}

.list_sub_title {
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	text-indent: 5px;
	width: 100%;
	border-top: 1px solid #c1bfbc;
	background-color: #e4e3e2;
	color: #231F20;
}

.list_section p {
	color: #595657;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}

.list {
	overflow: hidden;
	margin: 10px 5px 0px 5px;
}

.flag_large {
	margin: -13px 10px -13px 0px;
}

.flag_small {
	margin: -2px 5px -2px 0px;
}

.make_badge_large {
	margin: 0px 10px 0px 0px;
}

.make_badge_small {
	margin: 0px 5px 0px 0px;
}

.info_section {
	margin: 15px 5px 20px 5px;
}

.list h1 {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #e4e3e2;
}

.list p {
	margin: 0px 0px 20px 0px;
}

.login_title {
	color: #231F20;
	font-size: 18px;
	font-weight: bold;
}

.login_sub_title {
	color: #595657;
	font-size: 10px;
	font-weight: bold;
}

.whats_inside li {
	margin-bottom: 10px;
	font-size: 12px;
}

.whats_inside li span{
	color: #595657;
}

.forum_bit_div {
    overflow: hidden;
    padding: 2px;
}
.forum_bit_div_alt {
    overflow: hidden;
    padding: 2px;
    background-color: #E6E6E6;
}

.cal_head {
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.cal_day_title {
    overflow: hidden;
    float: left;
    width: 105px;
    margin: 0px 1px 3px 1px;
    padding: 4px 0px;
    text-align: center;
    font-weight: bold;        
    color: #FFFFFF;
    background-color: #928d89;
}

.cal_day {
    overflow: hidden;
    float: left;
    width: 103px;
    height: 103px;
    margin: 1px;
    background-color: #F3F7FA;
    border-top: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.cal_day:hover {
    background-image:none;
    cursor: pointer;
    background-color: #C6D7E5;
}

.cal_day_off {
    overflow: hidden;
    float: left;
    width: 105px;
    height: 105px;
    margin: 1px;
    background-color: #F3F7FA;
}

.cal_row {
    overflow: hidden;
    height: 100%;
    padding: 0px;
    margin: 0px 0px 0px 6px; 
}

.cal_day_head {
    font-size: 10px;
    font-weight:  bold;
    padding: 2px;
    background-color: #C6D7E5;
}

.cal_list {
    font-size: 10px;
    font-weight: bold;
    margin: 2px 2px 0px 2px;
    color: #444444;
}
.cal_list_small {
    font-size: 9px;
    margin: 0px 2px;
    color: #666666;
}
.mini_calendar {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}
.mini_calendar-icon-1 {
  background: url('images/icons/calendar/1.gif');
}
.mini_calendar-icon-2 {
  background: url('images/icons/calendar/2.gif');
}
.mini_calendar-icon-3 {
  background: url('images/icons/calendar/3.gif');
}
.mini_calendar-icon-4 {
  background: url('images/icons/calendar/4.gif');
}
.mini_calendar-icon-5 {
  background: url('images/icons/calendar/5.gif');
}
.mini_calendar-icon-6 {
  background: url('images/icons/calendar/6.gif');
}
.mini_calendar-icon-7 {
  background: url('images/icons/calendar/7.gif');
}
.mini_calendar-icon-8 {
  background: url('images/icons/calendar/8.gif');
}
.mini_calendar-icon-9 {
  background: url('images/icons/calendar/9.gif');
}
.mini_calendar-icon-10 {
  background: url('images/icons/calendar/10.gif');
}
.mini_calendar-icon-11 {
  background: url('images/icons/calendar/11.gif');
}
.mini_calendar-icon-12 {
  background: url('images/icons/calendar/12.gif');
}
.mini_calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 14px;
}
.copyright {
	margin: 5px 5px;
	font-size: 10px;
	color: #595657;
	float: left;
}

.bottom_links {
	font-size: 10px;
	margin: 5px 5px;
	float: right;
}

.small_tip {
	font-size: 9px;
	color: #595657;
	padding-left: 20px;
}

.small_font {
	font-size: 9px;
}

.small_font_light {
	font-size: 9px;
	color: #928d89;
}

.welcome_header {
	font-size: 24px;
	font-weight: bold;
}

.welcome_text {
	font-size: 18px;
    color: #928d89;
}

.welcome_text p {
    margin: 11px 0px 0px 0px;
    padding: 0px;
}

.error_text {
	font-size: 14px;
}

.error_text a {
	font-size: 14px;
	font-weight: bold;
}

.dialog_submit {
	font-weight: bold;
}

.small_label {
	font-size: 10px;
	width: auto;
	float: none;
	text-align: left;
	margin-right: 0px 0px 0px 0px;
	font-weight: bold;
}

.main_label {
	font-size: 12px;
	color: #595657;
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 4px;
}

.info_label {
	font-size: 12px;
	color: #595657;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

.info {
	margin-bottom: 10px;
}

.validation_error {
	font-size: 10px;
	color: #981B1E;
}

.page_title {
	font-size: 22px;
	font-weight: bold;
}

.page_sub_title {
	font-size: 16px;
}

.dialog_title {
	font-size: 18px;
	font-weight: bold;
}

.dialog_sub_title {
	font-size: 16px;
}

.dialog_pane {
	padding: 10px;
	display: block;
	background-color: #c6d7e5;
	border: 1px solid #97b5cd;
}

.dialog_inner_pane {
	margin: 10px 0px 0px 0px;
	background-color: #F2F2F2;
	border: 1px dashed #ABAAAB;
	padding: 10px;
}

.logged_in {
	padding: 10px;
	border-bottom: 1px solid #97b5cd;
	background-color: #c6d7e5;
}

.logged_in_name {
	font-size:12px;
	font-weight: bold;
	color: #14456E;
	padding-bottom: 10px;
}

.login_pane {
	padding: 10px;
	width: 180px;
	border-bottom: 1px solid #97b5cd;
	background-color: #c6d7e5;
}

.header_pane {
	background-color: #b6b3b0;
}

.border_cell {
	background-color: #DEDDDE;
}

.content_table {
	margin-top: 20px;
	width: 1000px;
	background-color: #FFFFFF;
}

.validation_errors {
	border: 1px solid #FFA800;
	background-color: #FFE099;
	color: #000000;
	margin-bottom: 10px;
	font-size: 10px;
}

.announcement {
	border: 1px solid #C6D7E5;
	background-color: #F3F7FA;
	padding: 3px;
	color: #14456E;
	margin-bottom: 10px;
	font-size: 10px;
}

.highlighted {
	border: 1px solid #FFA800;
	background-color: #FFE099;
	color: #000000;
	width: 100%;
	margin-bottom: 10px;
}

.validation_errors p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

.form_highlight {
	border: 1px solid #FFE099;
	background-color: #FFF5DD;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu {
	background-color: #928d89;
	height: 26px;
	float: left;
	width: 100%;
}

.main_menu_links {
	display: block;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.main_menu_links a {
	display: block;
	float: left;
	line-height: 23px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	height: 23px;
}

.main_menu_links a:hover {
	background-color: #c5c2c0;
}

.ancilliary_menu_links {
	display: block;
	margin-top: 2px;
	padding-left: 15px;
	margin-bottom: 2px;
	float: left;
	border-left: 1px solid #ABAAAB;
}

.ancilliary_menu_links a {
	font-size: 11px;
	display: block;
	float: left;
	line-height: 23px;
	vertical-align: middle;
	color: #DEDDDE;
	padding-left: 15px;
	padding-right: 15px;
	height: 23px;
}

.ancilliary_menu_links a:hover {
	color: #FFFFFF;
}

.tabbed_menu_body {
	overflow: hidden;
	padding-top: 17px;
	background-image:url(images/misc/gradient_up.gif);
	margin: 0px -38px 20px 0px;
	width: 798px;
	position: relative;
	left: -19px;
}

.tabbed_underlined {
	padding-top: 1px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #928d89;
}

.tabbed_underlined_end {
	overflow: hidden;
	padding: 5px 0px 4px 0px;
	border-bottom: 1px solid #928d89;
}

.tabbed_menu_link a {
	padding: 4px 10px 3px 10px;
	float: left;
	background-color: #fdfdfd;
	border-top: 1px solid #DEDDDE;
	border-right: 1px solid #DEDDDE;
}
.tabbed_menu_link a:hover {
	position: relative;
	top: -1px;
	padding-bottom: 4px;
	margin-bottom: -1px;
}
.tabbed_menu_link_selected a {
	padding: 5px 10px 4px 10px;
	float: left;
	position: relative;
	left: -1px;
	margin-right: -1px;
	background-color: #FFFFFF;
	color: #231F20;
	border-left: 1px solid #928d89;
	border-top: 1px solid #928d89;
	border-right: 1px solid #928d89;
}
.tabbed_menu_group_title {
	padding: 4px 5px 4px 20px;
	float: left;
	font-weight: bold;
	border-right: 1px solid #DEDDDE;
}




.context_menu {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

.context_menu a {
	padding: 3px 10px;
	font-weight: normal;
}

.context_menu a:hover {
	background-color: #DEDDDE;
	color: #000000;
}

.direct_link {
	font-weight: bold;
}

.direct_link input {
	width: 400px;
	background-color: #FFFFFF;
	color: #777777;
	font-size: 10px;
	border: 0;
	margin-left: 10px;
}

.data_updated {
	border: 1px solid #FFA800;
	background-color: #FFE099;
	color: #000000;
	margin-top: 20px;
	padding: 5px;
}

.sig_code textarea {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #595657;
	width: 720px;
}

.rating_tab_off{
	float: right;
	vertical-align: top; 
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	background-color: #FFFFFF;
	border: none;
	font-size:9px;
	border-bottom: #333333 thin solid;
	border-left: #333333 thin solid;
	border-right: #333333 thin solid;
}

.rating_tab_on{
	float: right;
	vertical-align: top; 
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;	
	color: #FFFFFF;
	background-color: #333333;
	border: none;
	font-size:9px;
	border-bottom: #333333 thin solid;
	border-left: #333333 thin solid;
	border-right: #333333 thin solid;
}
