/***********************************/
/** EVENTS PAGE - LEFT COLUMN CSS **/
/***********************************/
div.events_left {
	border-right-style: dotted;
	border-right-width: 2px;
	width:570px;
	margin-top:10px;
	padding:0 10px 10px;
	position: relative;
}

div.events_result {
	margin-bottom: 0;
}

div.events_ad_small, div.events_ad_small_top, div.events_ad_small_middle, div.events_ad_small_bottom {
	position: relative;
	width: 45%;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.events_ad_small_top {
	margin-bottom: 5px;
}

div.events_ad_small_middle {
	margin-bottom: 5px;
	margin-top: 5px;
}

div.events_ad_small_bottom {
	margin-top: 5px;
}

/********************************/
/** EVENTS PAGE - RIGHT COLUMN **/
/********************************/
div.events_right {
	float: right;
	padding: 10px;
	width: 375px;
}

/*******************************/
/** EVENTS PAGE - MESSAGE BOX **/
/*******************************/
div.message_box {
	border-width: 2px;
	border-color: #AAAAAA;
}

div.message_box_bottom {
	background-image: url('http://asset0.cyclenews.com/img/message_box_bottom.png');
	background-repeat: no-repeat;
	background-position:center center;
	width: 20px;
	height: 20px;
	margin-left:20px;
	margin-top:-3px;
}

