/* Global font settings */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Remove margin from forms */
form { 
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(../images/background.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*
img {
	display: block;
}
*/

.border {
	background-color: #c5184f; /* #980065 */
}

.mainlevel_mainmenu{
	color: #c5184f; /* #980065 */
}

/* Content items */
.mainbody, .module {
	border: 2px solid #ff9999; /* #980065 */
	padding: 2px;
	border-padding: 0;
}
.blog, .contentpaneopen, .blog_news, .contentpaneopen_news {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	spacing: 0;
	border-collapse: collapse;
}
table.contentpaneopen td {
	padding-left: 7px;
	padding-right: 7px;
}
.contentheading, .buttonheading {
	background-color: #c5184f; /* #980065 */
	border-spacing: 0;
	color: #ffffff;
	height: 17px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.contentheading_news, .buttonheading_news {
	background-color: #C2669F;
	border-spacing: 0;
	border: 3px double #ff9999; /* #980065 */
	color: #ffffff;
	height: 17px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

.contentpane, .contentpane_news {
	border: 2px solid #ff9999; /* #980065 */
	width: 100%;
}
.componentheading, .componentheader, .componentheading_news, .componentheader_news {
	background-color: #c5184f; /* #980065 */
	color: #ffffff;
	height: 17px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	spacing-bottom: 5px;
}
.sectiontableheader {
	border-top: 3px solid #c5184f; /* #980065 */
	font-weight: bold;
}
.sectiontablefooter {
	border-top: 3px solid #c5184f; /* #980065 */
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding-left: 20px;
	padding-top: 5px;
}
.sectiontableentry1 {
}
.sectiontableentry2 {
}
h3 {
	padding: 0;
	margin: 0;
}

/* Header */
.headermid {
	background-image: url(../images/header-mid.gif);
	background-repeat: repeat-x;
}

/* Module layout */
.moduletable_subscribe, .moduletable_search, .moduletable_latestnews, .moduletable_events, .moduletable_eventlist,.moduletable_network {
	vertical-align: top;
	width: 100%;
}
.moduletable th, .moduletable_subscribe th, .moduletable_search th, .moduletable_latestnews th, .moduletable_events th, .moduletable_eventlist th, .moduletable_network th {
	vertical-align: middle;
	background-color: #c5184f; /* #980065 */
	color: #ffffff;
	height: 17px;
}
.moduletable td, .moduletable_subscribe td, .moduletable_search td, .moduletable_latestnews td, .moduletable_events td, .moduletable_eventlist td,.moduletable_network td {
	vertical-align: top;
	text-align: left;
	height: 100%;
}

/* Module padding */
.moduletable_subscribe td, .moduletable_search td, .moduletable_latestnews td, .moduletable_events td, .moduletable_eventlist td {
	padding: 5px;
}

.moduletable_network table {
	padding-left: 5px;
}
.moduletable_network a {
	text-decoration: none;
	color: #c5184f; /* #980065 */
}

/* Module heights */
.moduletable_subscribe {
	height: 145px;
}
.moduletable_search {
	height: 131px;
}
.moduletable_latestnews {
	height: 208px;
}
.moduletable_events {
	height: 200px;
}
.moduletable_eventlist {
	height: 610px;
}
.moduletable_network {
	height: 209px;
}

/* Latest events */
.mod_events_latest, .mod_events_latest_first, .mod_eventlist_latest, .mod_eventlist_latest_first {
	color: #c5184f; /* #980065 */
	font-weight: bold;
	font-size: 10px;
	padding: 7px;
	padding-top: 27px;
	padding-bottom: 27px;
}
.mod_events_latest a, .mod_events_latest_first a, .mod_eventlist_latest a, .mod_eventlist_latest_first a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.mod_events_latest {
	border-top: 1px solid #c5184f; /* #980065 */
}


/* Latest news */
.latestnews_latestnews_readmore {
	text-decoration: none;
}
ul.latestnews_latestnews {
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0;
	margin: 0;
	color: #990066;
}
li.latestnews_latestnews {
	padding: 10px;
}


/* Listings */
.listing_summary {
	padding: 2px;
	border: 1px solid #ff9999; /* #980065 */
}
.listing_heading {
	height: 17px;
	text-align: center;
	font-weight: bold;
	color: #c5184f; /* #980065 */
}

/* Upcoming Event */
td.upcoming_image {
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #ff9999;
}
td.upcoming_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
td.upcoming_title a {
	text-decoration: none;
}
td.upcoming_titlealias {
	font-size: 9px;
	text-align: center;
}	

/* Search modules */
.search_search {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* subscribe module */
.mod_subscribe {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
