body {
	/*background:#EEE url(http://nkpro.radiators-champ.com/RSRLT/images/bg.jpg) center top no-repeat;*/
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#333;
	font-weight:100;
}

a {
	color:#9d0505;
	text-decoration:none;
}

a:hover {
	color:#d92626;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#page {
	background: rgba(251,251,251,0.75);
	width:990px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:970px;
	height:160px;
	padding-left:20px;
	padding-top:40px;
	background:url(http://nkpro.radiators-champ.com/RSRLT/images/bg_header_new.jpg) left top no-repeat;
	border-bottom:2px solid #222;
	display:block;
}

#logo {
	display:block;
	font-size:40px;
	color:#af0c1f;
	text-shadow: 1px 1px 6px #DDD;
	text-decoration:none;
	background:url(http://nkpro.radiators-champ.com/RSRLT/images/cup.png) no-repeat left center;
	height:77px;
	width:300px;
	padding-left:100px;
	line-height:77px;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:bold;
}

#menu {
	width:990px;
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:10px;
}

#menu li {
	float:left;
	padding:0;
	margin:0;
}

#menu li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px 15px;
	background: url(http://nkpro.radiators-champ.com/RSRLT/images/menu_bg.jpg) left top repeat-x #a20618;
	margin-right:10px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	border-radius:3px;
	font-size:15px;
}

#menu li a:hover {
	background:none #c82134;
}

#new_menu {
	width:100%;
}

#new_menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width: 100%;
	display: table;
	table-layout: fixed;
	border-bottom:2px solid #000;
}

#new_menu ul li {
	display: table-cell;
	width: auto;
	text-align: center;
	position:relative;
}

#new_menu ul li a {
	display:block;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background:url(http://nkpro.radiators-champ.com/RSRLT/images/menu_bg.jpg) repeat-x top left #880614;
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	border-right:#ed5a6c 1px solid;
	text-shadow: 1px 1px 2px #000000;
}

#new_menu ul li:hover a {
	background:none #c82134;
}

#new_menu ul li:last-child a {
	border-right:none;
}

#new_menu ul li ul {
	margin:0;
	padding:0;
	width: 198px;
	table-layout: fixed;
	position:absolute;
	display:none;
	z-index:500;
}

#new_menu ul li:hover ul {
	display:block;
}

#new_menu ul li ul li {
	display: block;
	width: auto;
	text-align: center;
}

#new_menu ul li ul li a {
	display:block;
	height:35px !important;
	line-height:35px !important;
	vertical-align:middle;
	background:url(http://nkpro.radiators-champ.com/RSRLT/images/menu_bg.jpg) repeat-x top left #880614 !important;
	text-decoration:none;
	font-size:14px !important;
	color:#FFF !important;
	border:none !important;
	border-bottom:#f7cdd2 1px solid !important;
	text-shadow: 1px 1px 2px #000000 !important;
}

#new_menu ul li ul li:hover a {
	background:none #c82134 !important;
}

#contentRSR {
	width:970px;
	height:auto;
	padding:10px;
}

#footer {
	width:990px;
	height:60px;
	background:#f0f0f0;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
	margin-top:10px;
	padding:10px 0px;
}

.margin_top_0 {
	margin-top:0px;
}

.rank_table {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	padding:0px;
}

.rank_table thead tr th {
	background:#c21212;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align:center;
}

.rank_table tbody tr td {
	font-size:14px;
	font-weight:normal;
	padding:2px 8px;
	text-align:left;
}

.rank_table tbody tr:nth-child(even) td {
	background:#f1f1f1;
}

.rank_table tbody tr:nth-child(odd) td {
	background:#e7e7e7;
}

.rank_table tbody tr:hover td {
	background:#f0dbdb;
}

/* table sort */
.rank_table_sort {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	padding:0px;
}

.rank_table_sort thead tr th {
	background:#c21212;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align:center;
}

.rank_table_sort tbody tr td {
	font-size:14px;
	font-weight:normal;
	padding:2px 8px;
	text-align:left;
}

.rank_table_sort tbody tr:nth-child(even) td {
	background:#f1f1f1;
}

.rank_table_sort tbody tr:nth-child(odd) td {
	background:#e7e7e7;
}

.rank_table_sort tbody tr:hover td {
	background:#f0dbdb;
}

.rank_table_sort thead tr .header {
	background-image: url(http://nkpro.radiators-champ.com/RSRLT/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.rank_table_sort thead tr .headerSortUp {
	background-image: url(http://nkpro.radiators-champ.com/RSRLT/images/asc.gif);
}
.rank_table_sort thead tr .headerSortDown {
	background-image: url(http://nkpro.radiators-champ.com/RSRLT/images/desc.gif);
}



.aids {
	width:29px;
	height:29px;
	background:none left top no-repeat;
	display:inline-block;
	background-size:29px 29px;
	margin-right:-5px;
}

.aids.autoclutch {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_stability.png)
}

.aids.autoclutch.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_stability_on.png)
}

.aids.abs {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_abs.png)
}

.aids.abs.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_abs_on.png)
}
.aids.abs.factory {	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_abs_on_factory.png)}
.aids.autobrake {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_automaticbraking.png)
}

.aids.autobrake.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_automaticbraking_on.png)
}

.aids.controller.WHEEL {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_shifter.png)
}

.aids.controller.X360 {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_x360_on.png)
}

.aids.controller.KEYBOARD {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_keyboard_on.png)
}

.aids.controller.WHEEL.wrong.shifter {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_shifter_on.png)
}

.aids.autogearbox {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_gearbox.png)
}

.aids.autogearbox.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_gearbox_on.png)
}

.aids.blip {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_heeltoe.png)
}

.aids.blip.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_heeltoe_on.png)
}

.aids.idealline {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_idealline.png)
}

.aids.idealline.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_idealline_on.png)
}

.aids.tc {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_tractioncontrol.png)
}

.aids.tc.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_tractioncontrol_on.png)
}.aids.tc.factory{	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_tractioncontrol_on_factory.png)}

.aids.damage {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_stability.png)
}

.aids.damage.grey {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_stability_grey.png)
}
.aids.damage.on {
	background-image:url(http://nkpro.radiators-champ.com/RSRLT/images/icn_stability_on.png)
}

.text_center {
	text-align:center !important;
}

.lapok {
	display:inline-block;
	margin-top:18px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
    width: 100%;
}

.lapok a {
	font-size:14px;
	color:#FFF;
	width:23px;
	height:24px;
	padding-right:1px;
	line-height:23px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	background-color:#921717;
	border:1px solid #dd5f5f;
	border-radius:17px;
}

.lapok a:hover {
	background-color:#ab2c2c;
	border:1px solid #ed6161;
}

.lapok a.active {
	background-color:#fadada;
	border:1px solid #881d1d;
	color:#8b1111;
}

.dd #track_child.ddChild li {
    height:51px !important;
	vertical-align:middle;
	line-height:51px;
	font-size:19px;
}

#track_title {
	height:51px !important;
	vertical-align:middle;
	line-height:51px;
	font-size:19px;
	 font-weight: 400;
}

.dd #track_child {
	height:300px !important;
}

.dd #car_child {
	height:300px !important;
}

#track_msdd {
	margin-left:2px;
	margin-bottom:10px;
}

#car_title {
	height:51px !important;
	vertical-align:middle;
	line-height:51px;
	font-size:19px;
	 font-weight: 400;
}

#car_msdd {
	margin-left:10px;
	margin-bottom:10px;
}

.submit_button {
	border: 1px solid #C3C3C3;
	margin-left:10px;
	margin-bottom:10px;
	border-radius: 5px;
	color: #FFF;
	font-size: 19px;
    font-weight: 400;
	font-family: 'Roboto Condensed',sans-serif;
	background: url(http://nkpro.radiators-champ.com/RSRLT/images/submit_bg.png) repeat-x scroll left top #b60b15;
	height: 63px;
	width:146px;
	cursor:pointer;
}

/* Tooltip style begin */

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(http://nkpro.radiators-champ.com/RSRLT/images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(http://nkpro.radiators-champ.com/RSRLT/images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(http://nkpro.radiators-champ.com/RSRLT/images/tipBtm.png) no-repeat bottom; height: 32px;}

/* Tooltip style end */

.noborder {
	border:0px none;
}

.rank_chart {
	min-width: 310px; height: 400px; margin: 0 auto; margin-top:20px; margin-bottom:10px;
}

.right_top_name {
	
}

.inputtext {
	border:1px solid #CCC;
	background:#FFF;
	border-radius:8px;
	padding:5px 10px;
	height:17px;
	font-size:15px;
	font-family: 'Roboto Condensed',sans-serif;
	width:200px;
	margin-right:5px;
}

.inputbutton {
	background: url("http://nkpro.radiators-champ.com/RSRLT/images/submit_bg.png") repeat-x scroll left top #B60B15;
	color:#FFF;
	font-size:15px;
	font-family: 'Roboto Condensed',sans-serif;
	padding:3px 10px;
	height:29px;
	width:100px;
	border:0px solid #AAA;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
}

.welcome_box {
	height:15px;
	padding:5px 10px;
	background:#fef6f6;
	text-align:right;
	border:1px solid #ab0d0d;
	border-radius:4px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
}

.top_alert {
	display:inline-block;
	padding:5px 10px;
	color:#ad0c0c;
	margin-top:-1px;
}

.input_search_driver {
	font-size: 19px;
    font-weight: 400;
    height: 51px;
    line-height: 51px;
    vertical-align: middle;
	font-family: 'Roboto Condensed',sans-serif;
	padding: 5px 20px 5px 5px;
	color: #000000;
	background: url("http://nkpro.radiators-champ.com/RSRLT/images/msdropdown/skin1/title-bg.gif") repeat-x scroll left top #E2E2E4;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #C3C3C3;
	margin-top:-6px;
	width:300px;
}

.driver_profile {
	min-width:500px;
	width:auto;
	padding:15px;
	border:1px solid #C3C3C3;
	background:#FFF;
	display:inline-block;
	border-radius:5px;
}

.driver_profile_row {
	margin-top:3px;
	margin-bottom:3px;
}

.driver_profile_user {
	font-size:23px;
	margin-bottom:13px;
}

.avatar_image {
	margin-right:20px;
	border:1px solid #AAA;
	border-radius:10px;
	overflow:hidden;
	width:184px;
	height:184px;
	background:url(http://nkpro.radiators-champ.com/RSRLT/images/spinner_grey.gif) no-repeat center center #BBBBBB;
}

.avatar_image img {
	max-width:184px;
	max-height:184px;
}

.world_record td {
	background-color:#FFDFDF !important;
}

.world_record:hover td {
	background-color:#fecbcb !important;
}

.my_time td {
	background-color:#c9d8fe !important;
}

.my_time:hover td {
	background-color:#afc5fc !important;
}

.login_steam {
	margin-top:3px;
}

.donate_button {
	margin-right:10px;
	margin-top: 2px;
}

#heat_map {
	margin-top:20px;
	width:970px;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.change_style_div {
	background:rgba(255,255,255,0.7);
	border:1px solid #900;
	border-right:0px none;
	border-radius:5px 0px 0px 5px;
	padding:5px 7px;
	display:block;
	position:fixed;
	right:0px;
	top:40%;
	text-align:center;
}

.change_style_div img {
	margin:3px;
	border:0px none;
}

.change_style_div img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.change_style_div a.active_style img {
	box-shadow: 0px 0px 4px 3px #6f0505;
}

.wr_div {
	width:830px;
	height:auto;
	overflow:auto;
}

.wr_table {
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	padding:0px;
}

.wr_table thead tr th {
	background:#c21212;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	height:90px;
}

.wr_table tbody tr td {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding: 2px 8px;
	min-width:80px;
	height:90px;
}

.wr_table tbody tr:nth-child(even) td {
	background:#f1f1f1;
}

.wr_table tbody tr:nth-child(odd) td {
	background:#e7e7e7;
}

.wr_table tbody tr td a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:1.5em;
	vertical-align:middle;
}

.wr_table tbody tr td:hover {
	background:#f0dbdb;
}

.first_column_wr tr th {
	background:#e63e3e !important;
	max-width:120px;
}

.first_column_wr tr td {
	background:#c21212 !important;
	color:#FFF; !important;
	max-width:120px;
}

#layer_bg {
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(0,0,0,0.7);
	z-index:200;
	top:0;
	left:0;
	display:none;
	cursor:pointer;
}

#layer_content {
	position:fixed;
	width:460px;
	height:360px;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left:-250px;
	border-radius:10px;
	background:rgba(255,255,255,0.9);
	border:1px solid #970404;
	z-index:300;
	display:none;
	padding:20px;
}

.close_layer {
	position:absolute;
	right:15px;
	top:0px;
	font-size:35px;
	font-weight:bold;
	text-decoration:none;
}

.close_layer:hover {
	text-decoration:none;
}

.textarea_report {
	background: url("http://nkpro.radiators-champ.com/RSRLT/images/msdropdown/skin1/title-bg.gif") repeat-x scroll left top #E2E2E4;
    border: 1px solid #C3C3C3;
	margin-bottom:15px;
	border-radius: 5px;
	color: #000000;
	font-size: 14px;
    font-weight: 400;
	font-family: 'Roboto Condensed',sans-serif;
	height: 80px;
	width:440px;
	padding:10px;
}
.text_report {
	background: url("http://nkpro.radiators-champ.com/RSRLT/images/msdropdown/skin1/title-bg.gif") repeat-x scroll left top #E2E2E4;
    border: 1px solid #C3C3C3;
	margin-bottom:15px;
	border-radius: 5px;
	color: #000000;
	font-size: 14px;
    font-weight: 400;
	font-family: 'Roboto Condensed',sans-serif;
	height: 40px;
	width:421px;
	padding:10px;
}
.report_code {
	background: url("http://nkpro.radiators-champ.com/RSRLT/images/msdropdown/skin1/title-bg.gif") repeat-x scroll left top #E2E2E4;
    border: 1px solid #C3C3C3;
	margin-bottom:15px;
	border-radius: 5px;
	color: #000000;
    font-weight: 400;
	font-family: 'Roboto Condensed',sans-serif;
	height: 70px;
	line-height:70px;
	vertical-align:middle;
	width:180px;
	padding:0px 10px;
	text-align:center;
	font-size:26px;
	margin-top:-49px;
}

.report_captcha {
	border-radius: 5px;
	border: 1px solid #C3C3C3;
	margin-left:5px;
	cursor:pointer;
}

.button_report {
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
    font-weight: 400;
	font-family: 'Roboto Condensed',sans-serif;
	background: url(http://nkpro.radiators-champ.com/RSRLT/images/submit_bg.png) repeat-x scroll left top #b60b15;
	height: 33px;
	width:80px;
	cursor:pointer;
}

#layer_reply {
	display:none;
	text-align:center;
	font-size:20px;
}


.RSR_launcher_bar {
	background:rgba(85, 84, 80, 0.7);;
	border:1px solid #900;
	/*border-right:0px none;*/
	border-radius:5px 5px 5px 5px;
	padding: 58px 53px;
	display: block;
	position: fixed;
	right: 128px;
	top: 0.2%;
	text-align: center;
}

.ACstartButton {
  position: absolute;
  z-index: 20;
  top: 4px;
  right: 3px;
  width: 100px;
  height: 100px;
  background: url("http://nkpro.radiators-champ.com/RSRLT/images/btn_start_OFF.png"), url("http://nkpro.radiators-champ.com/RSRLT/images/btn_start_ON.png");
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.25s 0s, background 0.5s, -webkit-transform 0.25s, -webkit-filter 0.5s 0.25s;
  cursor: pointer;
}
.ACstartButton:hover {
  background: url("http://nkpro.radiators-champ.com/RSRLT/images/btn_start_ON.png");
  background-repeat: no-repeat;
}

/*#region scrollbar styling*/

tbody::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  right: 10px;
}
html::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
ul::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
tbody::-webkit-scrollbar-track {
  -webkit-appearance: none;
  padding: 10px;
  background: rgba(23, 24, 25, 0.25);
}
ul::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
tbody::-webkit-scrollbar-thumb {
  /*background: rgba(255,255,255,0.5);*/

}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #bd0000;
  -webkit-box-shadow: inset 0 0 2px #000000;
}
::-webkit-scrollbar-corner {
  width: 8px;
  height: 8px;
  background: #ff0000;
  -webkit-box-shadow: inset 0 0 6px #000000;
}
::-webkit-resizer {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
}

/*#endregion*/



.divEventImage {
width: 970px;
/*height: 550px;*/
}
.eventImage{
max-width: 100%;
max-height: 100%;
display: block;
margin: auto;
}

.divCommunityImage {
width: 300px;
height: 50px;
}
.CommunityImage{
max-width: 100%;
max-height: 100%;
display: block;
margin: auto;
}

.upload_left {
	float:left;
	width:150px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	margin-right:20px;
}

.upload_right {
	float:left;
	width:700px;
	text-align:left;
	font-size:17px;
}

.upload_inputtext {
	background: url("http://nkpro.radiators-champ.com/RSRLT/images/msdropdown/skin1/title-bg.gif") repeat-x scroll left top #E2E2E4;
    border: 1px solid #C3C3C3;
	margin-bottom:15px;
	border-radius: 5px;
	color: #000000;
    font-weight: 400;
	font-family: 'Roboto Condensed',sans-serif;
	height: 30px;
	line-height:30px;
	vertical-align:middle;
	width:380px;
	padding:0px 10px;
	text-align:left;
	font-size:16px;
}