﻿.TFtable{
		width:100%; 
		border-collapse:collapse; 
		color:Black;
		text-align:left ;
		padding:5px;   
	}
	.TFtable td{ 
		padding:3px; border:#abfff4 0px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #F4ECF7;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #D5F5E3 ;
	}
	
	.TBNews
{
	
	width:100%;
	height:100%;

	
}
.TBNews tr
{

 box-shadow: 0px 0px 2px 1px #da9494;

border-spacing:30px;
}
.TBNews td
{
padding:3px;
}
.TBNews tr:hover
{
	background-color:#1E90FF;
	 
}
.TBNews tr:nth-child(even)
{
 background-image: linear-gradient(to right top, #dae3ee, #e5e8f2, #efeef5, #f7f5f9, #fdfcfd);
}
.TBNews tr:nth-child(odd)
{
background-image: linear-gradient(to right top, #a6bbf8, #c8c8f7, #e1d7f7, #f2e9f8, #fdfcfd);
} 
.TBNews tr:hover
{
 background-color:White;
 color:Black;
}

.TBNews a
{
text-align:left;
color:Black;
font-size: 12px;	
}
.TBNews tr a:hover
{
font-weight:bold;
color:Blue;
}



	