/* for the event list on main page */
.event {
	margin-bottom: 0px;
}
.event_date{
	margin-bottom: 4px;
}
.event_time{
	margin-bottom: 10px;
}
.blank {
	float:left;
	width:5px;
	height:5px;
	margin-right: 4px;
	margin-top: 7px;
	margin-bottom: 4px;
}
/* for blog list mode */
.listing {
	width: 650px;
	margin-bottom: 5px;
	padding: 8px;
	border:#e0e0e0 thin solid;
}
.blank_blog {
	float:left;
	width:5px;
	height:5px;
	margin-right: 4px;
	margin-top: 7px;
	margin-bottom: 4px;
}

/* for embeddable event table */
.event_table{
	margin-top: -15px;
	margin-bottom: 10px;
	width: 670px;
	border-color:#f3f3f3;
	border-width:thin;
	border-style:none;
}
.event_table_row{
	border-bottom-color:#ebebeb;
	border-bottom-width:thin;
	border-bottom-style:solid;
	text-align:left;
}
.event_col{
	width:320px;
}
.date_col{
	width:200px;
}
.time_col{
	width:150px;
}
.event_col_data{
	
}
.date_col_data{

}
.time_col_data{

}
.row_even {
	background-color:#f6f6f6;
}
.row_even:hover{
	background-color:#ffeeee;
}
.row_odd {

}
.row_odd:hover{
	background-color:#ffeeee;
}
.dark {
	color:#111111;
}
.dark a:hover {
	color:#111111;
}
.event_table_interface_font{
	color: #C80815;
}
.event_table_interface_font a:hover{
	color: #ff0000;
}
/* form */
.form_body {
	margin-top: 20px;
}
.form_labels {
	float:left;
	text-align:right;
	width: 120px;
	margin-right: 8px;
}
.form_inputs {
	
}