/* -------------------------------------------------------
Author: Vitaly Friedman
Theme: Green Life - A Fresh, Warm and Readable Table
URL: http://www.alvit.de/vf
-------------------------------------------------------
*/
 
 		.table_skin {
			font: 11px century gothic, verdana,verdana, arial;
			margin: 0;
			padding: 2px;
			border-collapse: collapse;
			text-align: left;
			color: #333;
			line-height: 19px;
			text-decoration:none;
		}
		
		caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
	
		
		th {
			font-weight: normal;
			text-transform: uppercase;
			
		}
		
		thead tr th {
			background-color: #575757;
			padding:  20px 10px;
			color: #fff;
			font-weight: bold;
			border-right: 2px solid #333;
			text-transform: uppercase;
			text-align:center;
		}
		

		
		tbody tr th {
			padding: 20px 10px;
			border-bottom: 1px dotted #fafafa;
		}
		
		.tr_skin {
	background-color: #D0DBE1;
			
		}
		
		.odd {
	background-color: #F2F2F2;
	margin: 0;
	text-decoration:none;
	padding: 20px 10px;
		}
		
		.odd:hover {
	text-decoration:none;
	
		}
		.even {
	background-color: #D0DBE1;
	margin: 0;
	padding: 20px 10px;
	text-decoration:none;
		}
		
				.even:hover {
	text-decoration:none;
	
		}

		
	.header {
			background-color: #575757;
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			text-align:center;
				padding: 20px 10px;

		}
		
		.tr_skin.header a {
			color: #fff;
			text-decoration:none;
		}
		
		.tr_skin:hover {
		}
		
		.tr_skin:hover td, .tr_skin:hover td a {
	
		}
		
		.tr_skin:hover th a:hover {
	background-color: #639ABA;
	border-bottom: 2px solid #86C200;
			padding: 2px;
			text-decoration:none;

		}
		
		.table_skin a {
	color: #06527F;
	background-image: none;
	text-decoration: none;
	border-bottom: 1px dotted #8A8F95;


		}

		.table_skin a:hover {
			color: #92989f;
			background-image: none;
			text-decoration: none;
			border-bottom: 3px solid #333;
			border-spacing: 2px;
	
		
			
		}
		
		.table_skin a:visited {
			text-decoration: none;
			border-bottom: 1px dotted #333;
			text-decoration: none;	
			}
		
		.table_skin a:visited:hover {
			background-image: none;
			text-decoration: none;
			border-bottom: 3px solid #333;

			
		}
