/* CSS Document 
 Table design styleshet
*/
table { border: 0 none; width: 100%;}

.tbl { background-color: #FFFFFF; font-size: 90%; }
.tbl a:hover, .tbl a:active, .tbl a:focus{ outline: none; }
.tbl td {border-bottom: 1px solid #95bce2; vertical-align: top; }
.tbl th {	background: #3e83c9; color: #fff; font-weight: bold; padding: 5px;	text-align: center;	border-right: 1px solid #fff;	border-bottom: 1px solid #fff;	line-height: 1.2em; }  
.tbl tr:nth-of-type(2n) { background: none repeat scroll 0 0 #ecf6fc;} 
.tbl tr:hover {background: #bcd4ec; } 

.tbl.green td { border-bottom: 1px solid #57C6E2; }
.tbl.green th {	background: #279EBD; color: #fff; 1px solid #fff;	border-bottom: 1px solid #fff;	}  
.tbl.green tr:nth-of-type(2n) { background: none repeat scroll 0 0 #F7FFE3;}
.tbl.green tr:hover {background: #85EBB9; }
.tbl.green a:link { color: #00A040; }

.tbl.orange td { border-bottom: 1px solid #FFA040; }
.tbl.orange th {	background: #D07F00; color: #fff;  }  
.tbl.orange tr:nth-of-type(2n) { background: none repeat scroll 0 0 #FFF0C0;}
.tbl.orange tr:hover {background: #FFD040; }
.tbl.orange a:link { color: #FF7020; }

.tbl.silver td { border-bottom: 1px solid #9d9d9d; }
.tbl.silver th {	background: #939393; color: #fff;  }  
.tbl.silver tr:nth-of-type(2n) { background: none repeat scroll 0 0 #efefef;}
.tbl.silver tr:hover {background: #d7d7d7; }
.tbl.silver a:link { color: #373737; }

.tbl.red td {	border-bottom: 1px solid #FFA8A8; color: #660000;}
.tbl.red th {	background: #B31B1B; color: #fff;  }  
.tbl.red tr:nth-of-type(2n) { background: none repeat scroll 0 0 #FCEDEE;}
.tbl.red tr:hover {background: #F8C1BA; }
.tbl.red td a:link,.tbl.red td a:visited,.tbl.red td a:active { color: #c7400b !important; }

.tbl.brown td {	border-bottom: 1px solid #d8cdba; vertical-align: top; color: #732023;}
.tbl.brown th {	background: #997568; color: #fff;  }  
.tbl.brown tr:nth-of-type(2n) { background: none repeat scroll 0 0 #f6f4ef;}
.tbl.brown tr:hover {background: #E7DCCE; }
.tbl.brown td a:link,.tbl.brown td a:visited,.tbl.brown td a:active { color: #732023 !important; }
