#bodyContent{
	width: 664px;
}
#bodyContent table{
	/*width: 100%;*/
	/*background-color: Silver;*/
	border: 0px;
}
#bodyContent table th{
	background-color: Gray;
	border: 0px;
}
#bodyContent table td{
	border: 0px;
}

#bodyContent table tr:hover, 
#bodyContent table tr.hover {
	background-color: #FFF0D4;
}
#bodyContent table tr td:hover, 
#bodyContent table tr td.hover {
	background-color: #FFEBC6;
}


#tabFotky{
	display: none;
}