@charset "utf-8";
/* CSS Document */
.list {
	background-color: #ffffff;
	border: 1px solid #999999;
	margin-bottom: 24px;
}
.list thead {
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.list td, .list th {
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.list tbody tr:hover {
	background-color: #eeeeee;
}
.comment {
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
}
.headlines ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headlines li {
	line-height: 20px;
	padding: 3px;
}
.headlines img {
	max-width: 200px;
}
.title a {
	font-size: 16px;
}
.info {
	color: #666666;
	margin-right: 24px;
}
info a {
	color: #666666;
}
.info img{
	margin-bottom: -2px;
}
.calendar{
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 64px;
	height: 64px;
	background-image: url("http://www.redportal.ro/images/icons/calendar.png");
	text-align: center;
	overflow: hidden;
}
.calendar h3{
	padding: 0;
	margin: 0;
	font-size: 10px;
	margin-top: 8px;
	color: #eeeeee;
}
.calendar h2{
	padding: 0;
	margin: 0;
	font-size: 24px;
	margin-top: 4px;
}
/* Easy Slider */
#slider {
	height: 70px;
	margin-left: 25px;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;
	border-bottom: #cccccc 1px dotted;
}
#slider ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li{
	width: 930px;
	height: 70px;
	overflow: hidden;
}
#slider a{
	color: #000000;
}
#slider h1{
	font-weight: 100;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-size: 60px;
}
#slider h2{
	margin-top: 10px;
	margin-bottom: 0;
}
#slider h3{
	margin-top: 0;
}
#slider img{
	margin-right: 12px;
}
span#prevBtn{
	float: left;
	margin-top: -70px;
	margin-left: 5px;
}
span#nextBtn{
	float: right;
	margin-top: -70px;
	margin-right: 5px;
}
/* Easy Slider */
