.tabela {

	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 0.4s ease 0s;	
}

.tabela:hover{
	background: none repeat scroll 0 0 #CC4303 !important;
	color: #FFF !important;
	a: #FFF !important;
}

.jasna{
	background: none repeat scroll 0 0 #060606;
}