div.events_home_hr{
	padding-top: 0px;
	padding-bottom: 20px;
}

div.events_home_hr hr{
	width: 100%;
	height: 2px;
	background-color: #333;
	color: #333;
	
	border: none;
}

/****************************/
div.events_home_date_list_elements_1{
	margin-bottom: 2px;
	padding: 2px;
	background-color: #eeeeee;
	height: 60px;
}

div.events_home_date_list_elements_1 div.date_datas_1{
 	float: left;
 	width: 546px;

	height: 60px;
	background-color: #eeeeee;
}

div.date_datas_1 div.date_description_1{
	font-size: 14px;
	font-weight: bold;

	margin-top:10px;
	margin-bottom:5px;
	background-color: #eeeeee;
}

div.date_datas_1 div.date_location_1{
	font-size: 14px;
	font-weight: bold;

	background-color: #eeeeee;
}

div.events_home_date_list_elements_1 div.date_links_1{
 	float:left;
 	margin-left:20px;
	padding-top: 10px;

	background-color: #eeeeee;

	width: 80px;
	height: 40px;
}
/****************************/

/****************************/
div.events_home_date_list_elements_2{
	margin-bottom: 2px;
	padding: 2px;
	background-color: #dddddd;
	height: 60px;
}

div.events_home_date_list_elements_2 div.date_datas_2{
 	float: left;
 	width: 546px;

	height: 60px;
	background-color: #dddddd;
}

div.date_datas_2 div.date_description_2{
	font-size: 14px;
	font-weight: bold;

	margin-top:10px;
	margin-bottom:5px;

	background-color: #dddddd;
}

div.date_datas_2 div.date_location_2{
	font-size: 14px;
	font-weight: bold;

	background-color: #dddddd;
}

div.events_home_date_list_elements_2 div.date_links_2{
 	float:left;
 	margin-left:20px;
	padding-top: 10px;

	background-color: #dddddd;

	width: 80px;
	height: 50px;
}
/****************************/

/*search form*/
div.events_home_search{
	width: 500px;

	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;

	padding: 10px;

	background-color: #eee;
	border: solid 1px black;

	font-weight: bold;
}

div.events_home_search div{
	background-color: #eee;
}


div.events_home_search p{
	font-size: 16px;
	font-weight: bold;
	
	margin: 0px;
}

div.events_home_search input.textbox{
	padding: 2px;
	width: 400px;
	border: solid 1px black;

	font-style: italic;
	font-size: 14px;
	color: #777;
}

div.events_home_search input.submit{
	width: 50px;
	padding: 2px;
	border: solid 1px black;
	background-color: #ffffff;

	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}

/****************************/

/***************************/
/*****EVENTS DATE VIEW******/
/***************************/
span.events_title{
	font-weight: bold;
	font-size: 16px;
}

span.events_title img{
	vertical-align: middle;
	padding-right: 15px;
}

div.events_date_details{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.events_date_details span{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

div.events_body{
	margin-top: 15px;
	font-size: 14px;
	
	text-align:justify;
}

div.events_image{
 	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	/*width: 650px;*/
}

div.events_image img{
	padding: 2px;

	border: solid 1px #000;
	
	/*width: 644px;*/
}

div.events_html_body{
	
}

/*********************/
/*home search form*/
div.events_home_search_box{
	width: 250px;

	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;

	background-color: #eee;
	color: #000;
}

div.events_home_search_box div{
	background-color: #eee;
	padding: 0px 0px 0px 20px;
}


div.events_home_search_box p{
	margin: 0px 0px 10px 0px;
	padding: 2px;

	background-color: #006;

	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

div.events_home_search_box input.textbox{
	margin-right: 10px;
	padding: 2px;
	width: 150px;
	border: solid 1px black;
	
	font-style: italic;
	font-size: 14px;
	color: #777;
}

div.events_home_search_box input.submit{
	width: 50px;
	padding: 2px;
	border: solid 1px black;
	background-color: #ffffff;

	color: #000000;	
	font-weight: bold;
}

/****************************/
/********MOST CLICKED********/
/****************************/
h3.most_clicked_title{
	margin: 10px 0px 0px 0px;
	padding: 2px 0px;

	background-color: #006;

	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

table.events_date_most_clicked_table{
	margin: 0px 0px 10px 0px;

	width: 250px;
}

table.events_date_most_clicked_table th{
	background-color: #000;

	font-size: 10px;
	font-weight: bold;
	color:#fff;
	text-align:center;
}

table.events_date_most_clicked_table td{
	padding: 3px 0px;

	background-color: #efefef;

	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-align:left;	
}

table.events_date_most_clicked_table td.position{
	width: 16px;
	
	text-align: center;
}

table.events_date_most_clicked_table td.event{
	width: 178px;
}

table.events_date_most_clicked_table td.date{
	width: 56px;

	text-align: center;
}

table.events_date_most_clicked_table a:hover{
	text-decoration: underline;
	color: #006;
	font-weight: bold;
}

/**********************************/
/********EVENTS DATE OTHERS********/
/**********************************/
h3.events_related_news_title{
	margin: 10px 0px 0px 0px;
	padding: 2px 0px;

	background-color: #006;

	font-size: 16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

h3.events_related_news_title a{
	color:#fff;
}

h3.events_related_news_title a:hover{
	text-decoration: underline;
}

h3.events_date_others_title{
	margin: 10px 0px 0px 0px;
	padding: 2px 0px;

	background-color: #006;

	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

table.events_date_others{
	margin: 0px 0px 10px 0px;

	width: 250px;
}

table.events_date_others th{
	background-color: #000;

	font-size: 10px;
	font-weight: bold;
	color:#fff;
	text-align:center;
}

table.events_date_others td{
	padding: 3px 0px;

	background-color: #efefef;

	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-align:left;	
}

table.events_date_others td.event{
	padding: 0px 0px 0px 4px;

	width: 186px;
}

table.events_date_others td.date{
	width: 64px;

	text-align: center;
}

table.events_date_others a:hover{
	text-decoration: underline;
	color: #040;
	font-weight: bold;
}

/*DATE ADSENSE*/
div.date_adsense{margin:10px auto;}
