table
{
	width: 100%;
}

table p{
	margin-top: 4px;
	margin-bottom: 4px;
}

tbody tr td
{
	padding: 10px;
   color: #666;
	border: 1px solid #ccc;
}

tbody tr:hover
{
	background : #E3E3E3;
}

tbody tr:hover td
{
	color: #000;
	border: 1px solid #B22222;	
}

tfoot td
{
	border-top: 1px solid #ccc;
	background            : #FFF;
	color                 : #666;
	padding: 10px;
}

tfoot a{
	text-decoration: none;
	color: #000;
}

tfoot a:hover{
	text-decoration: none;
	color: #B22222;
	text-decoration: underline;
}

.img_anunt{
	float: right;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
}

.title_anunt{
	font-weight: bold;
	color: #4682B4;
	text-decoration: underline;
	padding: 2px;
	margin-bottom: 4px;
}

#interesat{
	margin-top: 10px;
	font-weight: bolder;
	color: #B22222;
	clear: both;
}

#interesat a {
	color: #B22222;
	text-decoration: none;
	padding: 3px;
	border: 2px solid #ccc;
}

#interesat a:hover{
	border: 2px solid #B22222;
	padding: 3px;
}

.red{
	color: #B22222;
}

