/*

=====================================

 * Data Tables and Cascading Style Sheets Gallery *

 *  http://icant.co.uk/csstablegallery/index.php  *

 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *

 =====================================

*/



.table2 {

	width: 100%;

	margin:0; 

 	padding:0;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	color: #007e66;

	

}

.table2, tr, th, td {

	border-collapse: collapse;

}

.table2 caption {

margin:0; 

 	padding:0;

	background: #f3f3f3;

	height: 40px;

	line-height: 40px;

	text-indent: 28px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 14px;

	font-weight: bold;

	color: #555d6d;

	text-align: left;

	letter-spacing: 3px;

	border-top: dashed 1px #c2c2c2;

	border-bottom: dashed 1px #c2c2c2;

}



/* HEAD */



.table2 thead {

	background-color: #FFFFFF;

	border: none;

}

.table2 thead tr th {

	height: 32px;

	line-height: 32px;

	text-align: center;

	color: #007e66;

	background-image: url(col_bg.gif);

	background-repeat: repeat-x;

	border-left:solid 1px #FF9900;

	border-right:solid 1px #FF9900;	

	border-collapse: collapse;

	

}



/* BODY */



.table2 tbody.table2 tr {

	background: #dfedf3;

	font-size: 13px;

}

.table2 tbody.table2 tr.odd {

	background: #F0FFFF;

}

/* .table2 tbody tr:hover, tbody tr.odd:hover {

	background: #ffffff;
 
} */

.table2 tbody.table2 tr th, tbody.table2 tr td {

	padding: 6px;

	border: solid 1px #326e87;

}

.table2 tbody.table2 tr th {

	background: #007e66;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 12px;

	padding: 6px;

	text-align: center;

	font-weight: bold;

	color: #FFFFFF;

	border-bottom: solid 1px white;

}

/* .table2 tbody tr th:hover {

	background: #ffffff;



} */



/* LINKS */



.table2 a {

	color: #FF6600;

	text-decoration: none;

	font-size: 13px;

	border-bottom: solid 1px white;

}

/* .table2 a:hover {

	color: #FF9900;

	border-bottom: none;

} */



/* FOOTER */



.table2 tfoot {

	background: #f3f3f3;

	height: 24px;

	line-height: 24px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 14px;

	font-weight: bold;

	color: #555d6d;

	text-align: center;

	letter-spacing: 3px;

	border-top: solid 2px #326e87;

	border-bottom: dashed 1px #c2c2c2;

}

.table2 tfoot tr th, tfoot tr td {

	/*padding: .1em .6em;*/

	

}

.table2 tfoot tr th {

	border-top: solid 1px #326e87;

}

.table2 tfoot tr td {

	text-align: right;

	

}