.entrylist  {
	background-color: #CFF;
	border: 1px solid #B0D2E3;
	border-collapse:separate;
}
.entrylist tr.el_even td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: #B0D2E3 1px solid;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
.entrylist tr.el_odd td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #F4FBFB;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: #B0D2E3 1px solid;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
.entrylist .el_colhead td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #36F;
	background-color: #B3D9E1;
	height: 25px;
	padding-top: 6px;
	border:none;
}
.entrylist .el_odd td  a{



}
.entrylist .el_even td a {


}
.entrylist .el_header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
}
.entrylist .el_highlight td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	background-color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B0D2E3;
}
.entrylist .el_banner td {
	background-color: #FFF;
	padding: 0px;
	border: 0px;	
}
.entrylist .el_event td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #69C;
	border-right-color: #69C;
	border-bottom-color: #69C;
	border-left-color: #69C;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.warning{
	font-size: 12px;
	font-weight: bold;
	color: #F00;		
	
}