#event_details {
	float: left;
	margin: 0 10px 10px 0;
	width: 300px;
	line-height: 170%;
}
#event_date, #event_location, #event_description {
	margin-bottom:8px;
}
#registration_info {
	margin-bottom: 1em;
}
#event_registrations {
	float: right;
	margin: 0;
	width: 400px;
}
#event_description {
	margin-bottom: 1em;
}
h3.moreinfo { margin-bottom:0; }

.event_people {	width: 100%; margin-bottom:1em;  }
.event_people, table.event_people * { border-collapse:collapse;  }
.event_people td, .overview th {padding: 3px 3px 3px 0; }
.event_people .name { width: 55%}
.event_people .org { width: 20%}
.event_people .country { width: 25%}

th.events_name { width: 240px;	}
th.events_city { width: 250px;}
th.events_dates {	}
th.events_commands { white-space:nowrap; }

#linkto_alt  { text-align:right; margin: 0.5em 0; }
#linkto_alt a {
	font-size:13px;
	font-weight: bold;
	padding-left: 22px;
	background: url(../gfx/link_shortcut.gif) no-repeat 0 4px;
}

#starts, #ends, #eventlocation {
	font-weight: bold;
}
a#readmore { font-weight:bold; }

#pastconf {
	margin: -1em 0 1em 0;
	padding-left: 22px;
	background: url(/gfx/link_shortcut.gif) no-repeat 0 11px;
}

table.sponsors {
	border:1px solid #000;
	width:100%;
}
table.sponsors tr td {
	text-align:left;
}
/**
* Past events
*/
#selectors {
	text-align: right;
	margin-bottom: 20px;
}

/**
	* Exporter Styles
	*/
#export_submit_container {
	text-align:right;
	margin-top:10px;
	margin-bottom:30px;
}
div#toggler_button {
	cursor: pointer;
	text-decoration:underline;
	margin-bottom:10px;
}
.export_submit {
	background:url('/gfx/smartbuttons/ical.gif') no-repeat;
	border:0;
	margin-bottom:2px;
	font-size:0;
	height:15px;
	width:80px;
	outline: none;
	cursor: pointer;
}
th.events_name {
	width:40%;
}
th.events_starts {
	width:18%;
}
th.events_export {
	width:5%;
}
th.events_commands {
	width:13%;
}
#gm_toggle {
	display:none;
}
#gm_overlay {
	visibility:hidden
}
#gm_event_id {
	display:none;
}
.overlay {position:absolute;background:#fff;border:1px solid #000;padding:5px;margin:10px;height:500px;width:500px;}
.overlay .hd { border:1px solid red;padding:5px; }
.overlay .bd { border:1px solid green;padding:5px; }
.overlay .ft { border:1px solid blue;padding:5px; }

.event_left {
	float:left;
}
.slacker {
	background-color:#d0002e;
}
.slacker a {
	color:white;
}

