/**
 * Main CSS Stylesheet
 */

body {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	background: #FFFFFF;
	}

#pageHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #ADE63A;
	font-size: 24pt;
	text-align: left;
	margin: 0 0 20px 0;
	}

fieldset {
	padding: 10px;
	border: 1px solid #ADE63A;
	margin-bottom: 8px;
	}

legend {
	color: #ADE63A;
	padding: 0 5px;
	font-weight: bold;
	}

p {
	margin-top: 0;
	margin-bottom: 5px;
	}

.clearBoth {
	clear: both;
	}

#clearBoth {
	clear: both;
	height: 10px;
	}

/* Sub headings */

h3.homeSubHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	font-size: 18pt;
	line-height: 25pt;
	}

h3.emailSubHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	font-size: 18pt;
	line-height: 25pt;
	}

h3.newsSubHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	font-size: 15pt;
	line-height: 20pt;
	}

/* List table */
.mailingList {
	width: 95%;
	margin: 10px auto;
	}
	
.mailingList th {
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	font-size: 12pt;
	}

.mailingList .bottomRow {
	border-top: 1px solid #E1E1E1;
	}

.filterWrapper a {
	font-size: 12pt;
	padding: 0 3px;
	}

.filterSelected {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	}