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: 40px;
}
/****************************/

/*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: 230px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;

	background-color: #000;
	color: #fff;
}

div.events_home_search_box div{
	background-color: #000;
}


div.events_home_search_box p{
	font-size: 12px;
	font-weight: bold;
	
	margin: 0px;
}

div.events_home_search_box input.textbox{
	margin-right: 10px;
	padding: 2px;
	width: 150px;
	border: solid 1px black;
	
	font-style: italic;
	font-size: 12px;
	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;
}

/*EVENTS DATE TICKETS*/
table.events_date_view_tickets{
	width: 600px;
}

table.events_date_view_tickets thead td{
	background-color: #ccc;

	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

table.events_date_view_tickets tbody td{
	border-top: solid 2px white;
	font-size: 14px;
}

table.events_date_view_tickets tbody td.td_class_left_1{
	width: 300px;
	background-color: #eee;

	text-align: center;
}

table.events_date_view_tickets tbody td.td_class_left_2{
	width: 300px;
	background-color: #ddd;

	text-align: center;
}

table.events_date_view_tickets tbody td.td_class_center_1{
	background-color: #eee;
	border-left: solid 2px white;
	border-right: solid 2px white;

	text-align: center;
}

table.events_date_view_tickets tbody td.td_class_center_2{
	background-color: #ddd;
	border-left: solid 2px white;
	border-right: solid 2px white;

	text-align: center;
}

table.events_date_view_tickets tbody td.td_class_right_1{
	background-color: #eee;

	text-align: center;
}

table.events_date_view_tickets tbody td.td_class_right_2{
	background-color: #ddd;

	text-align: center;
}

/****************************/
/********MOST CLICKED********/
/****************************/
h3.most_clicked_title{
	margin: 10px 0px 0px 0px;
	padding: 2px 0px;

	background-color: #040;

	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: #040;
	font-weight: bold;
}

/****************************/
/********MOST CLICKED********/
/****************************/
div.events_rightbox_automatized{
	margin: 0px 0px 10px 0px;
	width: 250px;
	
	background-color: #efefef;
	
	font-size: 10px;
}

div.events_rightbox_automatized h3{
	margin: 0px;
	padding: 2px 0px;

	background-color: #040;

	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

div.events_rightbox_automatized h3 a{
	color:#fff;
}

div.events_rightbox_automatized h3 a:hover{
	text-decoration: underline;
}

div.events_rightbox_automatized p{
	margin: 0px;

	background-color: #000;
	
	font-size: 10px;
	text-align: center;
	color:#fff;
}

div.events_rightbox_automatized ul{
	list-style: none;

	margin: 0px;
	padding: 5px 0px 5px 10px;
}

div.events_rightbox_automatized ul li{
	
}

div.events_rightbox_automatized ul li a:hover{
	text-decoration: underline;
	color: #040;
	font-weight: bold;
}

/****************************/
/********MOST CLICKED********/
/****************************/
h3.events_related_news_title{
	margin: 10px 0px 0px 0px;
	padding: 2px 0px;

	background-color: #040;

	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.most_clicked_title{
	margin: 10px 0px 0px 0px;
	padding: 2px 0px;

	background-color: #040;

	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;}