.event {
	border-top: 1px solid #d4d4d4;
	padding-bottom: 8px;
}

.event.last {
	border-bottom: 1px solid #d4d4d4;
}

.event .event_top {
	padding-top: 8px;
}

.event .event_expanded .event_description {
	width: 445px;
}

.event .event_expanded .event_image {
	width: 201px;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

.event .event_expanded .event_image img {
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0 auto;
	display: block;
}

.event .event_expanded .event_image_top {
	background: url('../images/event_image_frame_top.gif') no-repeat;
	width: 203px;
	height: 6px;
	line-height: 6px;
	font-size: 1px;
}

.event .event_expanded .event_image_bottom {
	background: url('../images/event_image_frame_bottom.gif') no-repeat;
	width: 203px;
	height: 6px;
	line-height: 6px;
	font-size: 1px;
}

.event .event_expanded .event_action_buttons {
	margin-top: 8px;
}

.event .event_expanded .event_action_buttons a {
	margin-right: 7px;
}

.event .event_top .column_left {
	float: left;
}

.event .event_expanded .column_left {
	float: left;
	margin-top: 10px;
	padding-left: 26px;
}

.event .event_top .column_right {
	float: right;
}

.event .event_expanded .column_right {
	float: right;
	margin-top: 10px;
}

.event .event_top .event_title {
	color: #487D9C;
	outline: 0;
}

.event .event_top .event_location {
	margin-left: 26px;
	font-size: 11px;
}

.event .event_top .event_title.plus {
	background: url('../images/plus_icon.gif') no-repeat 6px 1px;
	padding-left: 26px;
}

.event .event_top .event_title.minus {
	background: url('../images/minus_icon.gif') no-repeat 6px 1px;
	padding-left: 26px;
}

/* Register Form */
.event .event_register_form {
	margin-left: 26px;
	margin-top: 10px;
}

.event .event_register_thankyou {
	margin-left: 26px;
	margin-top: 10px;
	color: #487D9C;
	font-size: 13px;
}

/* Webinars Sort */
.sub_col_resource h2 {
	width: 350px;
	float: left;
}

#webinars_sort {
	float: right;
	height: 29px;
	vertical-align: middle;
	line-height: 29px;
}

#webinars_sort input {
	display: inline;
	padding-left: 7px;
	position:relative;
	top: 6px
}

/* Pagination */
.pagination_container {
	
}

.pagination_container a {
	margin-right: 10px;
}

.pagination_container a.selected {
	color: #60676B;
}

/* Register Form */
.event_register_form {
	width: 600px;
}

.event_register_form .register_form_field {
	float: left;
	width: 200px;
	padding: 0 30px 10px 0;
}

.event_register_form .register_form_field span {
	display:block;
	height: 50px;
	width: 200px;
}

.event_register_form .register_form_field label {
	display: inline;
	padding: 0;
	height: 3px;
}

.event_register_form .register_form_field input {
	width: 200px;
	height: 17px;
	padding: 3px 0 0 2px;
	border: 1px solid #AFBCC7;
	color: #60676B;
}

.event_register_form .register_form_field select {
	width: 200px;
	height: 23px;
	padding: 2px 0 0 2px;
	border: 1px solid #AFBCC7;
	color: #60676B;
}

