@charset "UTF-8";
/* CSS Document */


/* Table
------------------------------------------------------------------------------ */

/* Table1
============ */
.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 th.t_top {
    border-top: #b3b3b3 4px solid;
}
.table1 th {
	width: 10%;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
.table1 td.t_top {
	border-top: #bc0019 4px solid;
}
.table1 td {
	width: ;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
.table1 td li {
	list-style: none;
	margin-left: -26px;
}

/* Table2
============ */
.table2 {
	width: 100%;
	border-collapse: collapse;
}
.table2 th.t_top {
    border-top: #b3b3b3 4px solid;
}
.table2 th {
	width: 18%;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
.table2 td.t_top {
	border-top: #bc0019 4px solid;
}
.table2 td {
	width: ;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
.table2 td li {
	list-style: none;
	margin-left: -26px;
}


/* Table3
============ */
.table3 {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
  font-family: Verdana,Arial,Helvetica
}

.table3 td {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
}
.table3 td img {
	padding: 10px 0;
}
.no-border td {
  border-bottom: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.col-cell {
  text-align: center;
  font: normal 1em Verdana, Arial, Helvetica;  
}

.col-cell1 {
  width: 15%;
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}
.col-cell2 {
  width: 40%;
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}
.col-cell3 {
  width: 15%;
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}

.col-cellh {
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea !important; 
}

.col-cellf {
  font: bold 1.4em Georgia;   
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada !important;
}







