* { 
  padding: 0; 
  margin: 0; 
  font-family: 
  Verdana, Arial; 
  font-size: 11px; 
  color: #000; 
}
BODY { 
  text-align: center; 
  background-color: #303030; 
}
IMG { border: 0; }

img.img-left {
  float: left;
  margin: 4px 4px 4px 0;
}
img.img-right {
  float: right;
  margin: 4px 0 4px 4px;
}

/* ----------------------------- Layout ------------------------------------ */
#block-wrapper {
  width: 755px; 
  margin: 10px auto 0;
  text-align: left;
  padding: 0;
  background-color: #fff;
/*  background: #E2E2E2 url("../img/hp/bg_wrapper.gif") no-repeat center top;*/
}

#block-header {
  height: 347px;
  position: relative; 
  overflow: hidden;
  background: #4C4C4C url("img/hp/bg_header.gif") no-repeat center top;
}
#block-header .block-top { 
  position: absolute;
  font-size: 0;
  margin-top: 140px;
  padding-top: 20px;
  /*width: 213px;*/
  background: url("../img/hp/bg-top.gif") no-repeat center top;
}
#block-header .block-top A { 
  font-size: 0;
  color: #ababab;
}
#block-header .block-top P {
/* text-align: right;
   background: transparent url("img/hp/bg_red_block.gif") no-repeat center bottom;*/
}
#block-header .block-top P A {
/*  font-size: 11px;
  text-decoration: none; font-weight: bold;
  line-height: 19px; */
  display: block; 
  padding-right: 26px;
/*  background: transparent url("img/arrow_right.gif") no-repeat 198px center;*/
}
#block-header .block-top:hover {
  background: url("../img/hp/bg-topON.gif") no-repeat center top;
}
#block-header #block-top1 { left: 34px; }
#block-header #block-top2 { left: 274px; }
#block-header #block-top3 { left: 514px; }

#block-header #block-top4 { left: 10px; }
#block-header #block-top5 { left: 195px; }
#block-header #block-top6 { left: 380px; }
#block-header #block-top7 { left: 565px; }


/*#block-header #block-top1 P { background-image: url("img/hp/bg_red_block.gif"); }
#block-header #block-top2 P { background-image: url("img/hp/bg_blue_block.gif"); }
#block-header #block-top3 P { background-image: url("img/hp/bg_magenta_block.gif"); }*/

#block-menu {
  position: absolute; 
  padding-left: 5px;
  margin-top: 320px; float: left;
  list-style-type: none;
}
#block-menu LI {
  color: #FFF; 
  /*font-weight: bold;*/ 
  float: left; 
/*  line-height: 16px;*/
  padding: 0 20px;

  display: block;
 }
#block-menu LI A {
  font-size: 12px;
  text-decoration: none;
  color: #FFF;
}
/*#block-menu LI.active { border: 1px solid #3D5471; background-color: #8AA1BE; }*/
#block-menu LI a:hover {border-bottom:#022944 2px solid;}
#block-menu LI#li-date { float: right; padding: 0 10px;   font-size: 10px;}

#block-left {
  float: left;
  width: 200px; 
  padding: 10px; 
  padding-top: 0;
 }

#block-left P { margin-bottom: 15px; text-align: justify; }


#block-left-menu {
  margin-top: 30px;
  list-style-type: none;
}
#block-left-menu LI {
  padding-left: 26px;
  border-bottom: 1px solid #999;
}
#block-left-menu LI A { 
  display: block; text-decoration: none;
  line-height: 29px;
  font-weight: bold; color: #FFF;
  color: #333;
  width: 152px;
}
#block-left-menu LI A:hover {background: url("img/arrow_right.gif") no-repeat 140px center; }
#block-left-menu LI.active { background: #DDD none repeat-x left bottom; }



#block-center {
  float: left; 
  width: 525px;
/*  background-color: #E2E2E2;*/
}
#block-content {padding: 10px;}
#block-footer {
  clear: both;
  padding-top: 43px;
  padding-bottom: 0;
  margin: 0;
  padding-bottom: 15px;
  background: #303030 url("img/hp/bg_footer.gif") no-repeat center top;
  zoom: 1; overflow: hidden; 
}
#block-footer P { color: #989898; text-align: center; font-size: 10px; text-decoration: none; }
#block-footer P A { color: #989898; text-decoration: none; font-size: 10px; }

/* ----------------------------- Content Styles ------------------------------------ */
#block-content A { 
  text-decoration: none;
  font-weight:     bold;
}
#block-content A:hover { color:             #303030; }
#block-content A.more { 
  padding-right: 10px; color: #000;
  text-decoration: none;
  background: transparent url("img/arrow_right.gif") no-repeat right center;
}
#block-content A.more:hover {
  color: #666;
  background: transparent url("img/arrow3_right.gif") no-repeat right center;
}

#block-content IMG.left-image { float:left; margin: 0px 5px 5px 0px; }

#block-content P { margin-bottom: 10px; }
#block-content H2 { 
  font-size: 16px;
  color: #213352;
  line-height: 23px; 
  font-variant: small-caps; 
  font-weight: normal;
  margin-bottom: 15px;
}
#block-content H3 { 
  font-size: 14px;
  font-variant: small-caps;
  font-weight: normal;
  margin-bottom: 10px;
  padding-top: 8px;
  clear: both;
}
#block-content DT { 
  border-bottom: #b9b9b9 1px solid;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#block-content DL { 
  padding-bottom: 3px;
  margin-top: 6px;
}
#block-content DD {
  font-weight: bold;
  margin-bottom: 15px; 
  padding-left: 60px;
}
#block-content TABLE.form-table TH {
  vertical-align: top;
  padding: 3px;
  font-weight: normal; 
  text-align: right; 
    border: 0px solid #999; 
    background-color: transparent;
    width: 30%; 
    font-size: 100%; 
}
#block-content TABLE.form-table TH.req { }
#block-content TABLE.form-table TD {
  vertical-align: top; 
  padding: 3px;
  border-spacing: 2px;
}
#block-content TABLE.form-table TD INPUT.in { border: 1px solid #000; border-color: #191919 #A2A2A2 #A2A2A2 #191919; }
#block-content TABLE.form-table TD TEXTAREA { border: 1px solid #000; border-color: #191919 #A2A2A2 #A2A2A2 #191919; }
#block-content TABLE.form-table TD INPUT.but { }
#block-content TABLE.list-table { 
  border-collapse: collapse; 
  width: 100%;
  margin-bottom: 15px;
}
#block-content TABLE.list-table TH {
  vertical-align: middle;
  padding: 2px 10px 2px 10px;
  text-align: center;
  color: #000; 
  background: url(img/hp/bd-td-rc-blc.gif) repeat-x top;
  border: solid 1px #d7d7d7;
}
#block-content TH a:link {
  color: #000;
  font-weight: bold;
}
#block-content TH a:hover, #block-content H3{
  color: #2750A4;
}
#block-content TR:hover {
  background-color: #f5f5f5;
}
#block-content TABLE.list-table TD {
  border: solid 1px #d7d7d7;
  padding: 2px 4px 2px 4px;
  text-align: left; 
}
/* ===================nav==================*/
#block-content P.pages-nav { text-align: center; }
#block-content P.pages-nav A { padding: 0 15px; }

#block-content P.form-buttons { text-align: left; }
#block-content P.form-buttons INPUT, #block-content .but {
  border: 1px solid #000!important;
}

#block-content .error { font-weight: bold; color: red!important; }
#block-content .message { font-weight: bold; color: red!important; text-align: center; }
#block-content .width100 { width: 100px; }
#block-content .width200 { width: 200px; }
#block-content .width300 { width: 300px; }
#block-content .width75 { width: 75px; }
#block-content .no-items { text-align:center; }
#block-content .date { font-weight:bold; }
#block-content .in { padding: 1px; border: 1px solid #000; border-color: #191919 #A2A2A2 #A2A2A2 #191919; }


#block-content DIV.inline-forms { text-align:center; }
#block-content DIV.inline-forms FORM { display:inline; }
#block-content DIV.inline-forms INPUT.but { padding: 2px; margin: 5px; border: 1px solid #000; background-color: #CECECE; 
                             font-weight: bold; }

#block-content UL { margin-left: 25px; }

#block-content UL.gallery { list-style-type: none; width: auto; margin-left: 0; }
#block-content UL.gallery LI { float: left; padding: 10px; }

/* ------------------------- Single Pages Styles ------------------------------- */
#page-login-form TABLE.form-table TH { width: 50%; }

#page-drivers-driver DL DD { margin-left: 25px; border-bottom: none; margin-bottom: 20px; }
#page-drivers-driver TABLE#partners IMG {
  width:auto;
  max-width:180px;
  width:expression(this.width > 180 ? "180px" : this.width); }
#page-drivers-driver TABLE.list-table TD.year { font-weight: bold; text-align: center; background-color: #EEE; }

#page-drivers-driver #block-content H2 { 
  text-align:   center;
  font-size:    20px;
  color:        #303030;
  line-height:  23px; 
  font-variant: small-caps; 
  font-weight:  bold;
  margin:       0 auto 15px auto;
  clear:        both;
}
#page-drivers-driver #block-content H2 .driver-number { font-variant: normal; font-weight: normal; font-size: 11px; }

#page-tracks-track DL DD { margin-left: 25px; border-bottom: none; margin-bottom: 0px; }

#page-drivers-home #block-center { width: 100%!important; }
#page-drivers-home #block-left { display: none; }

#page-drivers-profile_form #block-center { width: 100%!important; }
#page-drivers-profile_form #block-left { display: none; }

#page-drivers-profile_form TABLE.compact { width: 400px; }
#page-drivers-profile_form TABLE.selected1 { background-color: #999; }
#page-drivers-profile_form TABLE.compact TH { padding: 1px; width: 100px; }
#page-drivers-profile_form TABLE.compact TD { padding: 1px; }
