


/** Section based styles**/
div#content-container a:hover {
	color: #379e92;
}

div#header-theme {
	background-image: url('../images/training-and-events/events/header.gif');
}

div#sub-nav h2 {
	border-color: #379e92;
	color: #379e92;
}
/** fiddle to keep top link in the menu colour **/
div#sub-nav h2 a {
	color: #379e92;
}

ul#sub-nav-parent a.secondary {
	color: #379e92 !important;
}

ul#sub-nav-parent a.secondary:hover {
	text-decoration: underline;
}

div#inner-container div.content-container div.content.detail-page {
	border-color: #379e92;
}

ul.two-column-pods.hub dl {
	border-color: #379e92;
}


/** Events listing **/
div.ui-collapsible-container {
	clear: both;
	float: right;
	margin-top: 15px;
}

div#sustainability {
	margin-top: 30px;
}

div.ui-collapsible-container h2 {
	color: #379e92 !important;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 10px;
}

div.ui-collapsible-container h2 a {
	width: 100%;
	display: block;
	background: url('../images/training-and-events/events/ui-expand.gif') right no-repeat;
}

div.ui-collapsible-container .ui-collapsible-active h2 a {
	background-image: url('../images/training-and-events/events/ui-collapse.gif');
}

table.column-grid th {
	border-top-color: #379e92;
}

table.column-grid tr.row:hover, table.column-grid tr.row.hover {
	background-color: #d7e9e7;
	color: #379e92 !important;
}

table.column-grid tr.row:hover a, table.column-grid tr.row.hover a {
	color: #379e92 !important;
}

table.column-grid th.date {
	width: 98px;
}

table.column-grid th.title {
	width: 320px;
}

table.column-grid a {
	text-decoration: none;
}

