h2.modTitle {
    color: #333333;
    font-size:18px;
    border-bottom:2px solid #f79646;
    padding:5px 0px;
    margin:0px;
}
ul.listEvents {
    padding:0px; margin:0px !important;
    list-style: none;
}
ul.listEvents li {
    list-style:none;
    border-bottom: 1px dashed #F79646;
    padding:10px !important;
    height: 100%; overflow: hidden;
}
ul.listEvents h3 {
    margin: 0px 0px 10px 0px;
}
ul.listEvents h3 a {
    color:#333;
    display: block;
    text-decoration:none;
}
ul.listEvents h3 a:hover {
    text-decoration:underline;   
}
ul.listEvents h3 span {
    font-size: 12px;
    display: block;
}
ul.listEvents .img {

}
ul.listEvents .data {

}
.listEvents .event-img {
	text-align: center;
}
.listEvents .event-img a {
	display: block;
	width: 100%;
}
.listEvents .event-img a img {
	max-width: 100%;
	margin-bottom: 15px;
}
/*-------------------------------Added on 2011-12-19--------------------------------------*/


.fListing {
	width:100%;
	margin:10px 0px;
}
.fListing td {
	/*border-bottom:1px solid #ccc;*/
	color: #333333;
    font-size: 12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.fListing tr:hover td {
	background:#CAE2FF;
	color: #333333;
    font-size: 12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}


.fListing tr.heading td {
	background-image:url("../../images/layout_rep_grey.jpg");
	background-repeat:repeat-x;
	/*border-bottom: 1px solid #999999;*/
   /* border-top: 1px solid #CCCCCC;*/
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
}

/*--------------------------------------------Event Listing Form Added on 22.12.11------------------*/

.filter {
    width:690px;
    padding:20px 0 30px 0; 
}
.filter .container {
    float:left;
    margin-left:3px;
    height:50px;
    text-align: center;
}
.filter .container label {
  font-weight: bold;

}
.filter .container .block {
    padding:5px 0 0 0;
}
.container #sort_type,
.container #sort_order,
.container #filter,
.container #search-field {
    font-size: 11px;
    width:80px;
}
.container #search-text {
    font-size: 11px;
    width:50px;
}
.container .buttons {
    font-size:11px;
    height:20px;
}

/*---------------------------------------------------------------------------------------*/