/* DEBNAR STYLE */

body {
  padding: 0px;
  margin: 0px;
  background: #0e3364 url(../images/worldmap.png) no-repeat center top;
}

form {
  margin: 0px;
  padding: 0px;
}

h1 {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 16px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px;
}
h3 {
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 0px;
  font-size: 12px;
}

.clear {
  clear: both;
}

.main {
  position: relative;
  width: 1000px;
}

.main .logo {
  position: relative;
  width: 1000px;
  height: 144px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.main .logo .login input {
  width: 150px;
}
.main .logo .login .log_input {
  background-color: #4F6994;
  border: 1px #99A0BB solid;
  color: #BBC8DD;
}
.main .logo form {
  padding-top: 15px;
}

.main .login {
  position: relative;
  width: 1000px;
  height: 50px;
}
.main .login a {
  font-family: verdana;
  font-size: 10px;
  color: 99A0BB;
} 
.main .login a:hover {
  color: white;
} 

.main .login .login input {
  width: 150px;
}
.main .login .login .log_input {
  background-color: #4F6994;
  border: 1px #99A0BB solid;
  color: #BBC8DD;
}
.main .login form {
  padding-top: 15px;
}

.main .car_1 {
  position: relative;
  width: 1000px;
  height: 206px;
  background-image: url(../images/car_1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.h1_back {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url(../images/h1back.png);
  background-position: center center;
  padding: 3px 5px 3px 10px;
  font-size: 16px;
  margin-bottom: 0px;
  border: 1px solid #14488c;
}

.h_tb_top {
  background-image: url(../images/hback.png);
  background-position: center center;
  padding: 2px 2px 3px 10px;
  font-size: 11px;
  margin-bottom: 0px;
  border-left: 1px solid #14488c;
  border-right: 1px solid #14488c;
}
.div_tb {
  background-image: url(../images/dback.png);
  background-position: center top;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  border-left: 1px solid #14488c;
  border-right: 1px solid #14488c;
  border-bottom: 1px solid #14488c;
  margin-bottom: 10px;
}
.div_tb td {
  font-size: 10px;
}
.div_tb b {
  font-size: 12px;
}
.inner_container {
  width: 100%;
}

.top_panel {
  width: 728px;
  background-image: url(../images/w.png);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0px 10px 5px 10px; 
}
.top_panel .container {
  width: 100%;
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
  color: white;
}
.top_panel .active {
  color: #FFDD00;
}
.top_panel .container .caption {
  font-size: 14px;
  font-weight: bold;
}
.top_panel .container .cap_red {
  color: #FF4422;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #DDDDDD;
  text-decoration: underline;
}
.inline {
  color: #BBD4FF;
}

.main_win {
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
  color: white;
}

.main_welcome {
  margin-top: 70px;
}

.account_win {
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
  margin-top: 10px;
  color: white;
}
.account_win table {
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
  color: white;
}
.tab_100pct {
  width: 100%; 
}

.small_text {
  font-size:10px;
}
.icon_caption {
  overflow-x: hidden;
  width:100%;
}

.win_tl {
  background-image: url(../images/tl.png);
  width: 5px;
  height: 5px;
}
.win_tr {
  background-image: url(../images/tr.png);
  width: 5px;
  height: 5px;
}
.win_bl {
  background-image: url(../images/bl.png);
  width: 5px;
  height: 5px;
}
.win_br {
  background-image: url(../images/br.png);
  width: 5px;
  height: 5px;
}
.win_s {
  background-image: url(../images/w.png);
}
.win_main {
  background-image: url(../images/w.png);
  width: 600px;
}
.win_other {
  background-image: url(../images/w.png);
  width: 680px;
}
.win_account {
  background-image: url(../images/w.png);
  width: 960px;
}
.win_account_content {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url(../images/w.png);
  padding: 0px;
}
.win_account_content .main_content {
  padding: 10px;
}
.win_account_menu {
  width: 120px;
}

.win_account_menu .menu_item {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url(../images/w.png);
  width: 100px;
  height: 90px;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  display: block;
}
.win_account_menu .menu_item .icon {
  width: 80px;
  height: 60px;
  border: 0px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.win_account_menu .menu_item .caption {
  width: 100px;
  text-align: center;
  border: 0px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-size: 10px;  
  font-weight: bold;
}

.intro {
  padding: 5px;
}

.footer {
  text-align: center;
  font-size: 10px;
  margin-top: 15px;
}

.portal_logo {
  width: 150px;
  height: 25px;
  border: 0px;
}

select {
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
}




.welcome_inside {
  width: 98%;
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
  color: white;
}

.registration_inside {
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
  color: white;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.registration_inside .registration {
  width: 75%;
  text-align: left;
}
.registration .input_100 {
  width: 100%;
}
.registration .reg_input {
  background-color: #4F6994;
  border: 1px #99A0BB solid;
  color: #BBC8DD;
}
.registration .reg_error {
  font-size: 10px;
  font-weight: bold;
  color: #FF2222;
  margin-bottom: 3px;
}
.registration .awhite1 {
  color: #AAAAAA;
  font-size: 10px;
}



.account_header {
  position: relative;
  background-image: url(../images/logo_small.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 30px;
  margin-bottom: 5px;  
  font-size: 10px;
}
.account_header .user {
  position: absolute;
  top: 3px;
  left: 600px;
}
.account_header .money {
  position: absolute;
  top: 16px;
  left: 600px;
}
.account_header .time {
  position: absolute;
  top: 3px;
  left: 470px;
}
.account_header .online {
  position: absolute;
  top: 16px;
  left: 470px;
}
.account_header .logout a {
  position: absolute;
  top: 0px;
  right: 5px;
  border: 0px;
  background-image: url(../images/logout.png);
  height: 30px;
  width: 30px;
}
.account_header .logout a:hover {
  background-image: url(../images/logout_h.png);
}
.account_header .settings a {
  position: absolute;
  top: 0px;
  right: 35px;
  border: 0px;
  background-image: url(../images/settings.png);
  height: 30px;
  width: 30px;
}
.account_header .settings a:hover {
  background-image: url(../images/settings_h.png);
}
.account_header .forum a {
  position: absolute;
  top: 0px;
  right: 65px;
  border: 0px;
  background-image: url(../images/forum.png);
  height: 30px;
  width: 30px;
}
.account_header .forum a:hover {
  background-image: url(../images/forum_h.png);
}
.account_header .mail a {
  position: absolute;
  top: 0px;
  right: 95px;
  border: 0px;
  background-image: url(../images/mail.png);
  height: 30px;
  width: 30px;
}
.account_header .mail a:hover {
  background-image: url(../images/mail_h.png);
}
.account_header .mail .unread {
  position:absolute;
  bottom:0px;
  left:0px;
  background-color: #DD0000;
  font-size: 10px;
  font-family: arial;
  color:white;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 1px;
  padding-right: 1px;
}
.account_header .manual a {
  position: absolute;
  top: 0px;
  right: 125px;
  border: 0px;
  background-image: url(../images/manual.png);
  height: 30px;
  width: 30px;
}
.account_header .manual a:hover {
  background-image: url(../images/manual_h.png);
}

.account_header .admin a {
  position: absolute;
  top: 0px;
  right: 155px;
  border: 0px;
  background-image: url(../images/admin.png);
  height: 30px;
  width: 30px;
}
.account_header .admin a:hover {
  background-image: url(../images/admin_h.png);
}

.flag {
  width: 16px;
  height: 10px;
  border: 0px;
}


.msg_info {
  color: rgb(255,255,51);
}
.msg_error {
  color: red;
}


.account_submenu {
  margin-bottom: 10px;
}
.account_submenu a {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  border: 1px #334488 solid;
  background-color: #002255;
  text-decoration: none;
  color: white;
}
.account_submenu a:hover {
  border: 1px #B0B0B0 solid;
  background-color: #002255;
  text-decoration: none;
  color: #DDDDDD;
}
.account_submenu .selected {
  border: 1px #333855 solid;
  background-color: #405596;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.account_submenu span {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #A0A0A0;
}

.account_submenu .separator {
  clear: both;
}

.account_error_msg {
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px red dotted;
}
.account_ok_msg {
  font-size: 12px;
  font-weight: bold;
  color: green;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px green dotted;
}
.account_force_msg {
  font-size: 12px;
  font-weight: normal;
  color: red;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px red dotted;
}


/*
 HOME
*/

.big_link {
  font-size: 20px;
  font-weight: bold;
}
.medium_link {
  font-size: 14px;
  font-weight: bold;
}

.helmet {
  width: 100px;
  height: 94px;
  border: 0px;
}
.helmet_small {
  width: 50px;
  height: 47px;
  border: 0px;
}

.account_win .table_driver {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home_article_div {
  margin-bottom: 5px;
}
.home_article_div .title a {
  font-size: 11px;
  font-weight: bold;
}
.home_article_div .datetime {
  font-size: 10px;
  font-style: italic;
}
.home_article_div .introduction {
  font-size: 11px;
  text-align: justify;
}

/*
 CREATE DRIVER
*/
.create_driver strong {
  position: relative;
  font-size: 10px;
  cursor: help;
}
.create_driver span {
  position: relative;
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.create_driver .error_msg {
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px red dotted;
}
.create_driver_name {
  position: relative;
  height: 40px;
}
.create_driver_name input {
  position: relative;
  background-color: #4F6994;
  border: 1px #99A0BB solid;
  color: #BBC8DD;
  width: 200px;
}
.create_driver_name .firstname_cap {
  position: absolute;
  left: 10px;
  top: 5px;
}
.create_driver_name .firstname {
  position: absolute;
  left: 10px;
  top: 15px;
}
.create_driver_name .lastname_cap {
  position: absolute;
  left: 230px;
  top: 5px;
}
.create_driver_name .lastname {
  position: absolute;
  left: 230px;
  top: 15px;
}
.create_driver_name_info {
  font-size: 10px;
  font-weight: bold;
  color: red;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.create_driver .text {
  position: absolute;
  left: 15px;
  top: 2px;
  width: 100px;
  cursor: default;
}
.create_driver .minus {
  top: 0px;
  left: 0px;
}
.create_driver .plus {
  top: 0px;
  right: 0px;
}
.create_driver button {
  position: absolute;
  width:15px;
  height: 16px;
  cursor: pointer;
  font-weight: bold;
  border: 0px;
  background-color: #99A0BB;
  color: white;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.create_driver button:hover {
  background-color: #BBBBA0;
}
.create_driver .filled {
  position: absolute;
  width: 50px;
  top: 1px;
  left: 15px;
  height: 14px;
  background-color: #CC2200;
  background-image: url(../images/filled.png);
  background-repeat: repeat-x;
}
.create_driver .empty {
  position: absolute;
  top: 1px;
  left: 15px;
  width: 100px;
  height: 14px;
  background-color: #4F6994;
}
.create_driver .box {
  width: 130px;
  background-color: #99A0BB;
  height: 16px;
}

.create_driver_age {
  position: relative;
  height: 45px;
}
.create_driver_age .age_cap {
  position: absolute;
  left: 10px;
  top: 5px;
}
.create_driver_age .age {
  position: absolute;
  left: 10px;
  top: 18px;
}

.create_driver_atribs {
  position: relative;
  height: 280px;
}
.create_driver_atribs .atribs_1 {
  position: absolute;
  left: 5px;
  top: 0px;
}
.create_driver_atribs .atribs_2 {
  position: absolute;
  left: 165px;
  top: 0px;
}
.create_driver_atribs .atribs_3 {
  position: absolute;
  left: 325px;
  top: 0px;
}
.create_driver_atribs .atribs_4 {
  position: absolute;
  left: 325px;
  top: 140px;
}
.create_driver_atribs .atribs_5 {
  position: absolute;
  left: 165px;
  top: 210px;
}
.create_driver_atribs .pts_left {
  position: absolute;
  left: 5px;
  top: 210px;
}

.create_driver_atribs .pace_cap {
  z-index: 0;
  position: absolute;
  left: 10px;
  top: 25px;
}
.create_driver_atribs .pace {
  position: absolute;
  left: 10px;
  top: 38px;
}
.create_driver_atribs .ideal_line_cap {
  position: absolute;
  left: 10px;
  top: 60px;
}
.create_driver_atribs .ideal_line {
  position: absolute;
  left: 10px;
  top: 73px;
}
.create_driver_atribs .overtaking_cap {
  position: absolute;
  left: 10px;
  top: 95px;
}
.create_driver_atribs .overtaking {
  position: absolute;
  left: 10px;
  top: 108px;
}
.create_driver_atribs .blocking_cap {
  position: absolute;
  left: 10px;
  top: 130px;
}
.create_driver_atribs .blocking {
  position: absolute;
  left: 10px;
  top: 143px;
}
.create_driver_atribs .wet_weather_cap {
  position: absolute;
  left: 10px;
  top: 165px;
}
.create_driver_atribs .wet_weather {
  position: absolute;
  left: 10px;
  top: 178px;
}

.create_driver_atribs .bravery_cap {
  position: absolute;
  left: 170px;
  top: 25px;
}
.create_driver_atribs .bravery {
  position: absolute;
  left: 170px;
  top: 38px;
}
.create_driver_atribs .reactions_cap {
  position: absolute;
  left: 170px;
  top: 60px;
}
.create_driver_atribs .reactions {
  position: absolute;
  left: 170px;
  top: 73px;
}
.create_driver_atribs .concentration_cap {
  position: absolute;
  left: 170px;
  top: 95px;
}
.create_driver_atribs .concentration {
  position: absolute;
  left: 170px;
  top: 108px;
}
.create_driver_atribs .calmness_cap {
  position: absolute;
  left: 170px;
  top: 130px;
}
.create_driver_atribs .calmness {
  position: absolute;
  left: 170px;
  top: 143px;
}
.create_driver_atribs .patience_cap {
  position: absolute;
  left: 170px;
  top: 165px;
}
.create_driver_atribs .patience {
  position: absolute;
  left: 170px;
  top: 178px;
}

.create_driver_atribs .feedback_cap {
  position: absolute;
  left: 330px;
  top: 25px;
}
.create_driver_atribs .feedback {
  position: absolute;
  left: 330px;
  top: 38px;
}
.create_driver_atribs .technical_cap {
  position: absolute;
  left: 330px;
  top: 60px;
}
.create_driver_atribs .technical {
  position: absolute;
  left: 330px;
  top: 73px;
}
.create_driver_atribs .mechanic_cap {
  position: absolute;
  left: 330px;
  top: 95px;
}
.create_driver_atribs .mechanic {
  position: absolute;
  left: 330px;
  top: 108px;
}

.create_driver_atribs .intelligence_cap {
  position: absolute;
  left: 330px;
  top: 165px;
}
.create_driver_atribs .intelligence {
  position: absolute;
  left: 330px;
  top: 178px;
}
.create_driver_atribs .charisma_cap {
  position: absolute;
  left: 330px;
  top: 200px;
}
.create_driver_atribs .charisma {
  position: absolute;
  left: 330px;
  top: 213px;
}
.create_driver_atribs .man_management_cap {
  position: absolute;
  left: 330px;
  top: 235px;
}
.create_driver_atribs .man_management {
  position: absolute;
  left: 330px;
  top: 248px;
}

.create_driver_atribs .fitness_cap {
  position: absolute;
  left: 170px;
  top: 235px;
}
.create_driver_atribs .fitness {
  position: absolute;
  left: 170px;
  top: 248px;
}

.create_driver_atribs .pts_left_area {
  position: absolute;
  left: 5px;
  top: 235px;
  width: 130px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.create_driver_pic {
  position: relative;
  text-align: left;
}
.info_win {
  position: absolute;
  top: 150px;
  right: 10px;
  width: 93%;
  text-align: justify;
  font-weight: normal;
  border: 1px #99A0BB solid;
  padding: 5px;
  background-color: #4F6994;
  z-index: 99;
  display: none;
}

/*
 ARTICLES
*/
.article_head {
  display:block; 
  margin:5px;
}
.article_intro {
  font-style: italic;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
}
.article_text a {
  color: rgb(153,204,255);
  font-weight: bold;
}
.article_lng {
  display:block; 
  margin:10px;
  text-align: center;
}
.article_author {
  display:block; 
  margin-top:5px;
  text-align: right;
}

.addcomment_cap {
  width: 400px;
  margin-bottom: 3px;
  text-align: left; 
}
.article_comment_textarea {
  background-color: #001526;
  border: 1px #333855 solid;
  color: #9999BB;
  font-size: 11px;
  width: 400px;
  height: 100px;
}
.article_comment {
  background-color: #001526;
  border: 1px #333855 solid;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 8px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #9999BB;
  font-size: 11px;
  display: block;
}
.article_comment .head {
  margin-bottom: 3px;
  font-weight: bold;
  color: #DDDDDD;
}
/*
 FORUM
*/
.forum_topics_count {
  font-size: 10px;
  text-align: center;
  margin: 5px;
}
.forum_topic_list_item a {
  color: #BBBBDD;
}
.forum_topic_list_item {
  background-color: #001526;
  border: 1px #333855 solid;
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #9999BB;
  font-size: 11px;
  display: block;
}
.forum_post_list_item {
  background-color: #001526;
  border: 1px #333855 solid;
  margin-top: 3px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #9999BB;
  font-size: 11px;
  display: block;
}
.forum_post_list_item .forum_post_head {
  padding-bottom: 3px;
  font-weight: bold;
}
.forum_cur_page {
  font-size: 14px;
}
.forum_input {
  background-color: #001526;
  border: 1px #333855 solid;
  color: #9999BB;
  font-size: 11px;
  width: 400px;
}
.forum_create_topic_cap {
  width: 400px;
  margin-top: 8px;
  text-align: left;
}
.forum_item_reported {
  background-color: #884400;
}
.forum_item_sticky {
  background-color: #003355;
}
.forum_item_deleted {
  background-color: #550000;
}
.forum_item_closed {
  background-color: #440033;
}
.forum_item_tome {
  background-color: #443300;
}
.forum_item_highlight {
  border-color: red;
}


/*
 MAIL
*/
.mail_input {
  background-color: #001526;
  border: 1px #333855 solid;
  color: #9999BB;
  font-size: 11px;
  width: 600px;
}
.conversation_message {
  background-color: #001526;
  border: 1px #333855 solid;
  margin-top: 3px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #9999BB;
  font-size: 11px;
  display: block;
}
.conversation_message .conversation_message_head {
  padding-bottom: 3px;
  font-weight: bold;
}

.message_list {
  width: 100%;
  border: 1px #333855 solid;
  font-family: verdana;
  font-size: 11px;
}
.message_list a {
  color: white;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
}
.message_list .ablock {
  display: block;
}
.message_list tr {
  background-color: #001526;
}
.message_list tr:hover {
  background-color: #102546;
}
.message_list th {
  background-color: #203566;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
  color: #A0A0A0;
}
.message_list td {
  border-top: 1px #333855 solid;
}
.message_list .new {
  background-color: #0B1D36;
  font-weight: bold;
}
.message_list .new a {
  font-weight: bold;
}
.message_list .list_footer {
  background-color: #203566;
  font-weight: bold;
  color: #A0A0A0;
  font-size: 10px;
}
.message_list .list_footer a {
  font-size: 10px;
  display: inline;
}


.list_table {
  /*display: block;*/
  width: 100%;
}
.list_table th {
  font-size: 10px;
}
.list_table td {
  font-size: 10px;
  text-align: left;
  color: white;
}
.list_table .right {
  text-align: right;
}


.list_table2 th {
  font-size: 11px;
}
.list_table2 td {
  font-size: 11px;
  text-align: left;
  color: white;
}
.list_table2 .right {
  text-align: right;
}


.livery_full {
  width: 400px;
  height: 100px; 
  border: 0px;
}
.livery_small {
  width: 160px;
  height: 40px; 
  border: 0px;
}


.track_info_caption {
  font-weight: bold;
  margin-bottom: 2px;
}
.track_info_text {
  margin-bottom: 8px;
}

.map_200 {
  margin-top: 10px;
  position: relative;
  background-image: url(../images/map_200.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 200px;
  height: 100px;
}
.map_marker {
  position: absolute;
  background-image: url(../images/map_marker.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 6px;
  height: 6px;
}
.map_flag {
  position: absolute;
  width: 16px;
  height: 10px;
}
.map_600 {
  margin-top: 20px;
  position: relative;
  background-image: url(../images/map_600.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 620px;
  height: 300px;
}
.map_500 {
  position: relative;
  background-image: url(../images/map_500.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 500px;
  height: 250px;
}
.map_marker2 {
  position: absolute;
  background-image: url(../images/map_marker2.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 6px;
  height: 6px;
  z-index: 1;
}
.map_marker2s {
  position: absolute;
  background-image: url(../images/map_marker2s.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 6px;
  height: 6px;
  z-index: 100;
}

/* CAR SETUP */
.setup_box .filled {
  position: absolute;
  width: 200px;
  top: 1px;
  left: 1px;
  height: 8px;
  font-size: 1px;
  background-color: #CC2200;
  background-image: url(../images/filled.png);
  background-repeat: repeat-x;
}
.setup_box .filled_g {
  position: absolute;
  width: 200px;
  top: 1px;
  left: 1px;
  height: 8px;
  font-size: 1px;
  background-color: #22BB00;
  background-image: url(../images/filled_g.png);
  background-repeat: repeat-x;
}
.setup_box .spot {
  position: absolute;
  width: 2px;
  top: 1px;
  left: 1px;
  height: 8px;
  font-size: 1px;
  background-color: white;
}
.setup_box .empty {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 200px;
  height: 8px;
  font-size: 1px;
  background-color: #4F6994;
}
.setup_box .current {
  position: absolute;
  width: 6px;
  top: -4px;
  left: 1px;
  height: 15px;
  font-size: 1px;
  background-image: url(../images/marker.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.setup_current_txt {
  position: absolute;
  width: 202px;
  top: 28px;
  left: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: gray;
}
.setup_box {
  position: absolute;
  top: 17px;
  left: 0px;
  width: 202px;
  background-color: #99A0BB;
  height: 10px;
  cursor: pointer;
}
.setup_box_cap {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 10px;
  font-weight: bold;
}
.setup_input {
  position: absolute;
  top: 10px;
  right: 0px;
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 28px;
}
.setup_bar_area {
  position: relative;
  height: 40px;
}
.setup_caption {
  font-size: 10px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 3px;
}
.setup_input_s {
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 35px;
}
.setup_input_l {
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
}                                 
.setup_advice {
  font-size: 10px;
  margin-bottom: 10px;
} 




.report_caption {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
.report_text {
  font-size: 12px;
  margin-bottom: 7px;
}
.report_lap_navigation {
  text-align: center;
  font-size: 12px;
  padding: 3px;
}


.race_info {
  position: relative;
  height: 64px;
}
.race_info .icon {
  height: 64px;
  width: 64px;
  border: 0px;
}
.race_info .race_air {
  position: absolute;
  top: 0px;
  left: 120px;
}
.race_info .race_track {
  position: absolute;
  top: 0px;
  left: 193px;
}
.race_info .race_status {
  position: absolute;
  top: 0px;
  right: 120px;
}
.race_info .temperature_air {
  position: absolute;
  color: white;
  font-weight: bold;
  width:64px;
  bottom: 0px;
  left: 120px;
}
.race_info .temperature_track {
  position: absolute;
  color: white;
  font-weight: bold;
  width:64px;
  bottom: 0px;
  left: 193px;
}
.race_info .condition_track {
  position: absolute;
  color: white;
  font-weight: bold;
  width:64px;
  top: 0px;
  right: 193px;
}

.settings_input {
  width: 250px;
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
}
.settings_input_70 {
  width: 70;
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
}
.settings_input_150 {
  width: 150px;
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
}
.settings_input_var {
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
}

.garage_select {
  border: 1px #99A0BB solid;
  background-color: #4F6994;
  color: white;
  font-size: 12px;
}



.garage_box {
  position: relative;
  width: 202px;
  background-color: #99A0BB;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
}
.garage_box .filled {
  position: absolute;
  width: 100px;
  top: 1px;
  left: 1px;
  height: 14px;
  background-color: #CC2200;
  background-image: url(../images/filled.png);
  background-repeat: repeat-x;
}
.garage_box .empty {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 200px;
  height: 14px;
  background-color: #4F6994;
}
.garage_box .text {
  position: absolute;
  text-align: center;
  left: 1px;
  top: 2px;
  width: 200px;
  cursor: default;
}

.tr_highlight {
  background-color: #443300;
}
.tr_error {
  background-color: #AA3300;
}

.driver_box {
  position: relative;
  width: 102px;
  background-color: #99A0BB;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
}
.driver_box .filled {
  position: absolute;
  width: 50px;
  top: 1px;
  left: 1px;
  height: 14px;
  font-size: 1px;
  background-color: #CC2200;
  background-image: url(../images/filled.png);
  background-repeat: repeat-x;
}
.driver_box .filled_g {
  position: absolute;
  width: 50px;
  top: 1px;
  left: 1px;
  height: 14px;
  font-size: 1px;
  background-color: #22BB00;
  background-image: url(../images/filled_g.png);
  background-repeat: repeat-x;
}
.driver_box .filled_g1 {
  position: absolute;
  width: 50px;
  top: 8px;
  left: 1px;
  height: 7px;
  font-size: 1px;
  background-color: #22BB00;
  background-image: url(../images/filled_g1.png);
  background-repeat: repeat-x;
}
.driver_box .filled_y {
  position: absolute;
  width: 50px;
  top: 1px;
  left: 1px;
  height: 14px;
  font-size: 1px;
  background-color: #BBBB00;
  background-image: url(../images/filled_y.png);
  background-repeat: repeat-x;
}
.driver_box .filled_y1 {
  position: absolute;
  width: 50px;
  top: 1px;
  left: 1px;
  height: 7px;
  font-size: 1px;
  background-color: #BBBB00;
  background-image: url(../images/filled_y1.png);
  background-repeat: repeat-x;
}
.driver_box .empty {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100px;
  height: 14px;
  background-color: #4F6994;
}
.driver_box .text {
  position: absolute;
  text-align: center;
  left: 1px;
  top: 2px;
  width: 100px;
  cursor: default;
}


.todo_box {
  position: relative;
  width: 52px;
  background-color: #99A0BB;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
}
.todo_box .filled {
  position: absolute;
  width: 25px;
  top: 1px;
  left: 1px;
  height: 14px;
  background-color: #CC2200;
  background-repeat: repeat-x;
}
.todo_box .empty {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 14px;
  background-color: #4F6994;
}
.todo_box .text {
  position: absolute;
  text-align: center;
  left: 1px;
  top: 2px;
  width: 50px;
  cursor: default;
}


/***
 * OFFICE
 */

.news_detail {
  border: 1px #99A0BB solid;
  height: 200px;
  padding: 5px;
  overflow: auto;
  font-size: 11px;
}
.news_detail .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.news_detail .time {
  font-size: 10px;
  margin-bottom: 3px;
  font-style: italic;
}
.news_detail .signature {
  margin-top: 5px;
  margin-bottom: 3px;
}
.news_detail table {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 11px;
}
.news_detail .attachments {
  margin-top: 5px;
  font-size: 10px; 
  border-top: 1px gray solid;
  padding-top: 2px;
}
.news_list {
  border-left: 1px #99A0BB solid;
  border-right: 1px #99A0BB solid;
  border-bottom: 1px #99A0BB solid;
  font-size: 11px;
}
.news_list_tab {
  margin-top: 0px;
  font-family: verdana;
  font-size: 10px;
}
.news_list_tab a {
  color: white;
  text-decoration: none;
  overflow: hidden;
  font-size: 10px;
}
.news_list_tab .ablock {
  display: block;
}
.news_list_tab tr {
  background-color: #001526;
}
.news_list_tab .item_row {
  cursor: pointer;
}
.news_list_tab .highlight {
  background-color: #102546;
}
.news_list_tab tr:hover {
  background-color: #102546;
}
.news_list_tab th {
  background-color: #203566;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
  color: #A0A0A0;
  font-size: 10px;
}
.news_list_tab td {
  border-top: 1px #78809B solid;
  padding: 2px;
  font-size: 11px;
}
.news_list_tab .new {
  background-color: #0B1D36;
  font-weight: bold;
}
.news_list_tab .new a {
  font-weight: bold;
}
.news_list_tab .list_footer {
  background-color: #203566;
  font-weight: bold;
  color: #A0A0A0;
  font-size: 10px;
}
.news_list_tab .list_footer a {
  font-size: 10px;
  display: inline;
}

.icon_area {
  float: left;
  position: relative;
  width: 94px;
  height: 100px;
  margin: 0px 3px 3px 0px;
  font-size: 10px;
}
.icon_area a {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  padding:3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 99;
  width: 94px;
  height: 100px;
  overflow: hidden;
}
.icon_area a:hover {
  background-color: #445588;
  border-top: 1px #8090D0 solid;
  border-left: 1px #7788CC solid;
  border-right: 1px #556677 solid;
  border-bottom: 1px #556677 solid;
  z-index: 100;
  height: auto;
  overflow: visible;
}
.icon_area span {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  padding:3px;
  z-index: 99;
  width: 94px;
  height: 100px;
  overflow: hidden;
}
.icon_area a:hover .icon_caption {
  word-wrap: break-word;
  margin-bottom: 2px;
}
.icon_area img {
  border: 0px;
  height: 64px;
  width: 64px;
}
.icon_area .icon_caption2 {
  color: gray;
}

.owner_window {
  padding:2px;
  margin:10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #445588;
  border-top: 1px #8090D0 solid;
  border-left: 1px #7788CC solid;
  border-right: 1px #556677 solid;
  border-bottom: 1px #556677 solid;
  text-align: center;
}
.owner_window a {
  display: block;
  margin: 3px;
}


.series_logo {
  width: 205px;
  height: 130px;
  border: 0px;
}
.series_logo_small {
  width: 95px;
  height: 60px;
  border: 0px;
}





.user_info table td {
  border-top:0px;
  background-color:#334477;
}


.weather_start {
  position: relative;
  width: 128px;
  height: 64px;
}
.weather_start .weather_air {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
}
.weather_start .weather_track {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0px;
  right: 0px;
}
.weather_icon {
  width: 64px;
  height: 64px;
  border: 0px;
}
.weather_start .temperature_air {
  position: absolute;
  color: white;
  font-weight: bold;
  width:64px;
  bottom: 0px;
  left: 0px;
}
.weather_start .temperature_track {
  position: absolute;
  color: white;
  font-weight: bold;
  width:64px;
  bottom: 0px;
  right: 0px;
}
.weather_start .condition_track {
  position: absolute;
  color: white;
  font-weight: bold;
  width:64px;
  top: 0px;
  right: 0px;
}

.trophycase {
  background-image: url(../images/trophies/trophycase.jpg);
  background-repeat: repeat;
  background-position: top;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}
.trophycase img {
  border: 0px;
  vertical-align: text-top;
}
.trophycase_span {
  position: relative;
}
.trophycase_info_win {
  position: absolute;
  top: 160px;
  left: 0px;
  width: 200px;
  text-align: justify;
  font-weight: normal;
  border: 1px #99A0BB solid;
  padding: 5px;
  background-color: #4F6994;
  z-index: 99;
  display: none;
}

.press_release .head_info {
  text-align: left;
}
.press_release .head_info a {
  font-size: 10px;
}
.press_release .foot_info {
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}
.press_release .foot_info img {
  vertical-align: middle;
  border: 0px;
  margin: 0px;
}
.press_release .foot_info a:hover {
  text-decoration: none;
}
.press_release .foot_info .like_button {
  background-image: url(../images/h1back.png);
  background-position: center center;
  border: 1px solid #14488c;
  font-size: 14px;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
  margin-right: 10px;
}
.press_release .foot_info .stats {
  padding-top: 7px;
  float: right;
}
.press_release img {
  border: 0px;
  margin: 0px;
  max-width: 100%;
}

.read_full {
  font-weight: bold;
  font-size: 10px;
  color: red;
}

.poweredby {
  float: right;
  margin-left: 5px;
}
.payment_info {
  margin: 20px;
  text-align: center;
}


.banner {
  display: block;
  position: relative;
  border: 0px;
  width: 728;
  height: 90px;
}
.banner .caption {
  text-shadow: #000000 1px 1px 2px;
}

.banner_area a {
  text-decoration: none;
}
.banner_area a:hover {
  text-decoration: none;
}

.banner_helmet {
  background-image: url(../images/banners/banner_helmet.jpg);
}
.banner_helmet .caption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFBB00;
}