/** CourseList */
#course-list {
}

#course-list table {
	border: none;
}
#course-list table thead tr th {
	background: #469C3A;
	color: #fff;
	font-weight: bold;
	padding: 0.25em;
	vertical-align: top;
}
#course-list table thead tr th a {
	color: #fff;
}
#course-list table thead tr th span.info {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

#course-list table tbody tr  {
	padding-bottom: 3px;
}

#course-list table tbody tr:hover  {
	background: #FCFCFC;
}

#course-list .course-location,
#course-list .course-title,
#course-list .course-start,
#course-list .course-costs,
#course-list .course-functions {

}

#course-list  table tbody tr td {
	margin: 0.5em 0.25em;
	border: none;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #E2E2E2;
}

#course-list .course-list-header .course-location, 
#course-list .course-list-header .course-title, 
#course-list .course-list-header .course-start, 
#course-list .course-list-header .course-costs, 
#course-list .course-list-header .course-functions {
	float: left;
	height: auto;
}

#course-list .yui-dt-col-location,
#course-list .course-location {
	width: 100px;
}

#course-list .yui-dt-col-title,
#course-list .course-title {
	width: 200px;
	margin: 0 9px 0 0;
}

#course-list td.yui-dt-col-title a,
#course-list td.course-title a {
	text-decoration: underline;
}

#course-list .yui-dt-col-start,
#course-list .course-start {
	width: 110px;
}

#course-list .yui-dt-col-costs,
#course-list .course-costs {
	width: 94px;
}

#course-list .yui-dt-col-funtctions,
#course-list .course-functions {
	width: 200px;
}
#course-list .button-wrapper,
#course-list .course-functions .button-wrapper {
	width: 155px;
	height: auto;
	margin: 0 0 2px 0;
}
#course-list .button-wrapper a.button,
a.button {
	display: block;
	padding: 2px 12px 2px 12px;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(public/css/htc/border-radius.htc);
	background: url(images/button-bg.gif) 0 0 repeat-x;
	border: 1px solid #E2E2E2;
}
#course-list a.button:hover,
#course-list .course-functions .button-wrapper .button:hover {
	background: #469C3A;
	border: 1px solid #317327;
	color: #fff;
}

/** CourseDetails */
#course-details {
	margin-top: -40px;
}

#course-details .course-detail-row {
	border-bottom: 1px solid #E2E2E2;
}

#course-details .course-detail-row .course-detail-label {
	float: left;
	width: 130px;
}

#course-details .course-detail-row .course-detail-label .inner {
	font-weight: bold;
	margin: 0.25em 0;
}

#course-details .course-detail-row.title .course-detail-content .inner {
	font-weight: bold;
	color: #317327;
}

#course-details .course-detail-row .course-detail-content {
	float: left;
	width: 530px;
}

#course-details .course-detail-row .course-detail-content .inner {
	margin: 0;
	margin: 0.25em 0;
}

#course-details .course-detail-row .course-detail-content .inner .button-wrapper {
	float: left;
	height: auto;
	margin: 0 6px 0 0;
}

#course-details .course-detail-row .course-detail-content .inner .button-wrapper .button {
	display: block;
	padding: 4px 12px 4px 12px;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(public/css/htc/border-radius.htc);
	border: 1px solid #E2E2E2;
}

#course-details .course-detail-row .course-detail-content .inner .button-wrapper .button:hover {
	background: #469C3A;
	border: 1px solid #317327;
	color: #fff;
}

#course-details .course-detail-row.goback {
	height: 3em;
	margin: 0.5em 0 0 0;
	padding: 0 0 0 0;
}

#course-details .course-detail-row.goback.bottom {
	border: none;
}

#course-details .course-detail-row.goback .button-wrapper {
	float: right;
	width: auto;
	margin: 0 0 0 0;
}

#course-details .course-detail-row.goback .button-wrapper .button {
	display: block;
	padding: 4px 12px 4px 12px;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(public/css/htc/border-radius.htc);
	border: 1px solid #E2E2E2;
}

#course-details .course-detail-row.goback .button-wrapper .button:hover {
	background: #469C3A;
	border: 1px solid #317327;
	color: #fff;
}

#course-details .course-detail-row.downloads .course-detail-content .inner ul {
	padding: 0;
	margin: 0;
}

#course-details .course-detail-row.downloads .course-detail-content .inner ul li {
	padding: 0;
	list-style: none;
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column {
	float: left;
	width: 48%;
	margin: 0 0.5em 0 0;
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column div.address {
	display: block;
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column div.address span.location {
	font-weight: bold;
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column div.address span {
	display: block;
	margin: 0 0 0.25em 0;
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column div.address .button-wrapper.vcard {
	margin: 1em 0 1.5em 0;
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column .app-route {
	/* height: 200px; */
	height: 220px;
	/* border: 1px solid black; */
}

#course-details .course-detail-row.address .course-detail-content .inner .double-column .app-googlemaps {
	/* height: 337px; */
	height: 340px;
	border: 1px solid black;
	margin: 0 0 1em 0;
}

/** EventList */
#event-list {
}

#event-list table {
	border: none;
}

#event-list table thead tr th {
	background: #469C3A;
	color: #fff;
	font-weight: bold;
	padding: 0.25em;
}
#event-list table thead tr th a {
	color: #fff;
}
#event-list table tbody tr {}

#event-list table tbody tr:hover {
	background: #ECECEC;
}

#event-list .event-date, 
#event-list .event-time, 
#event-list .event-subject, 
#event-list .event-lecturer, 
#event-list .event-location {
	height: auto;
}

.yui-dt0-col-eventdate,
.yui-dt0-col-eventtime,
.yui-dt0-col-eventsubject,
.yui-dt0-col-eventlecturer,
.yui-dt0-col-eventlocation,
#event-list td.event-date, 
#event-list td.event-time, 
#event-list td.event-subject,
#event-list td.event-lecturer,
#event-list td.event-location {
	margin: 0.5em 0.25em;
	border: none;
	border-bottom: 1px solid #E2E2E2;
	font-size: 12px;
}

#event-list table thead .event-date,
#event-list table thead .event-time,
#event-list table thead .event-subject,
#event-list table thead .event-lecturer,
#event-list table thead .event-location {
	height: 1.5em;
}
.yui-dt0-col-eventdate,
#event-list .event-date {
	width: 100px;
}
.yui-dt0-col-eventtime,
#event-list .event-time {
	width: 110px;
}
.yui-dt0-col-eventsubject,
#event-list .event-subject {
	width: 220px;
	/* font-weight: bold; */
}
.yui-dt0-col-eventlecturer,
#event-list .event-lecturer {
	width: 100px;
}
.yui-dt0-col-eventlocation,
#event-list .event-location {
	width: 180px;
}

#bd .yui-dt0-col-eventlocationdata {
	display: none;
	visibility: hidden;
}

#bd #event-functions {
	margin: 0 0 24px 0;
	padding: 12px 0 4px 0;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

#bd #event-functions .inner {
	padding: 0;
	margin: 0;
}

#bd #event-functions div.button-wrapper.backlink {
	float: right;
}

#bd #event-functions div.button-wrapper.print {
	float: left;
	margin-top: -28px;
}

/* JS YUI graphics */
#course-list table thead tr th.yui-dt-sortable {
	background: #388F2C url(images/table_default.gif) 97% 5px no-repeat;
}

#event-list table thead tr th.yui-dt-sortable {
	background: #388F2C url(images/table_default.gif) 97% 3px no-repeat;
	height: 30px;
}

#course-list table thead tr th.yui-dt-asc {
	background: #388F2C url(images/table_asc.gif) 97% 5px no-repeat;
}

#event-list table thead tr th.yui-dt-asc {
	background: #388F2C url(images/table_asc.gif) 97% 3px no-repeat;
}

#event-list table tbody tr td.yui-dt-asc,
#course-list table tbody tr td.yui-dt-asc {
	background: #ECECEC;
}

#event-list table tbody tr:hover td.yui-dt-asc,
#course-list table tbody tr:hover td.yui-dt-asc {
	background: #ECECEC;
}

#course-list table thead tr th.yui-dt-desc {
	background: #388F2C url(images/table_desc.gif) 97% 5px no-repeat;
}

#event-list table thead tr th.yui-dt-desc {
	background: #388F2C url(images/table_desc.gif) 97% 3px no-repeat;
}

#event-list table tbody tr td.yui-dt-desc,
#course-list table tbody tr td.yui-dt-desc {
	background: #ECECEC;
}
