h1{
  font-size:2.4em;
  font-weight:normal;
  margin:0 0 20px 0;
  padding:0 0 0 0;
}


/*____________________ LISTS __________________________*/
.home-lists{
  margin:10px 0 0 0;
  overflow:hidden;
}
#main .home-lists .list{
  width:50%;
  float:left;
  padding:0;
}
#main ul.home-list li{
  color:#000000;
  padding-top:0;
}


/* ____________________  TABLE TABS ____________________*/

#home-tables-tabs{
  border-bottom:1px solid #b2b2b2;
  overflow:hidden;
  margin:20px 0 0 0;
}
#home-tables-tabs h2{
  width:140px;
  float:left;
  font-size:18px;
  font-weight:normal;
  text-align:center;
}
#home-tables-tabs h2 a{
  display:block;
  padding:5px 0 0 0;
  color:#000000;
}
#home-tables-tabs h2 a.selected{
  color:#006B33;
  display:block;
  background:transparent url(../img/home_tab.gif) no-repeat 0 0;
  height:25px;
  padding:5px 0 0 0;
}
#home-tables-tabs h2 a:hover{
  text-decoration:none;
}
#home-tables-tabs .home-more-tables{
  display:block;
  float:right;
  padding:13px 0 0 0;
  font-size:1.1em;
}

/* ____________________  TABLES ____________________*/
#home-tables-content{
  clear:both;
  margin:10px 0 0 0;
}

.table td.head-col1{
  background:#676767;
  color:#ffffff;
  font-size:1.2em;
}
.table td.head-col2{
  color:#ffffff;
  background:#01A33E;
  padding:5px 10px 5px 10px;
  font-weight:bold;
  line-height:1.3em;
}
.table td.head-col2 .col2-left{
  display:block;
  float:left;
  text-align:left;
}
.table td.head-col2 .col2-right{
  display:block;
  float:right;
  text-align:right;
}
.table td.head-col2 em{
  font-style:normal;
  font-weight:normal;
  color:#B4E3C3;
}
.table td.head-col2 strong{
  color:#B4E3C3;
}

.table th.col1{width:13%}
.table th.col2{width:13%}
.table th.col3{width:13%}
.table th.col4{}
.table th.col5{width:13%}

.table td.col1{}
.table td.col2{}
.table td.col3{}
.table td.col4{padding:0 10px 0 10px;text-align:left}
.table td.col5{}





.home-tables-bottom{
  border-top:1px solid #b2b2b2;
  text-align:right;
  height:30px;
  font-size:1.1em;
  padding:4px 0 0 0;
}
.home-tables-bottom a{
  
}
