/* Overall Font size*/
body, td, th {
	font-size: 0.8em;
}

/* Body settings (Including font face) */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #E6E6E6;
	margin: 10px;
}

/* Slightly reduce paragraph spacing (form shares) */
p, form {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Heading 1 settings (without colours) */
h1 {
	font-size: 1.2em;
	padding-left: 5px;
	margin: 0px -12px 1em;
}

/* H1 and menu button for current page share colours */
h1, #menu #mainmenu a.current {
	color: #FFFFFF;
	background: #46008C;
	border-top: 3px solid #7845AB;
	border-right: 3px solid #330066;
	border-bottom: 3px solid #330066;
	border-left: 3px solid #7845AB;
}

/* Heading 2 settings (without colours) */
h2 {
	font-size: 1.1em;
	padding-left: 5px;
	margin: 1em -5px;
}

/* H2 and menu button highlighted share colours */
h2, #menu #mainmenu a:hover {
	color: #FFFFFF;
	background: #693CB4;
	border-top: 3px solid #9271C8;
	border-right: 3px solid #4D2C83;
	border-bottom: 3px solid #4D2C83;
	border-left: 3px solid #9271C8;
}

/* Heading 3 settings (without colours) */
h3 {
	font-size: 1.0em;
	padding-left: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* H3 and menu button share colours */
h3, #menu #mainmenu a {
	color: #FFFFFF;
	background: #9178E1;
	border-top: 3px solid #CABDF0;
	border-right: 3px solid #5A32D1;
	border-bottom: 3px solid #5A32D1;
	border-left: 3px solid #CABDF0;
}

/* Link settings */
a {
	color: #46008C;
	text-decoration: underline;
}

/* Hover link settings */
a:hover {
	background: #E6E6E6;
}

/* Visited link settings */
a:visited {
	color: #9178E1;
}

/* Remove border & hover background from link images */
a img {
	border: 0px;
}
/* IE doesn't seem to support transparent */
a:hover img {
	background-color: #FFFFFF;
}

/* Slightly reduce form paragraph spacing in forms */
form p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* Table cells in forms */
form td, form th {
	padding: 0.2em;
}

/* Table headers in forms */
form th {
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
}

/* Form element labels should not be split */
label {
	white-space: nowrap;
}

/* Form element labels inside tables CAN be split */
table label {
	white-space: normal;
}

/* Hide the link separators in graphical browsers */
.sep {
	display: none;
}

/* Logo floats at the top right */
#logo {
	float: right;
	margin-left: 10px;
	width: 29%;
	text-align: center;

}

/* Title page logo is centre aligned */
#biglogo {
	text-align: center;
}

/* Slogan settings */
#slogan {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 30px 10px 10px;
	height: auto;
	text-transform: lowercase;
}

/* Menu box settings */
#menu {
	background: #FFFFFF;
	text-align: center;
	margin-right: 30%;
	border: 2px dashed #999999;
	padding: 10px;
}

/* Top level menu needs a margin below it */
#menu #mainmenu {
}

/* Menu button settings (without colours) */
#menu #mainmenu a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	width: 14%;
	text-align: center;
	margin: 2px;
	font-size: 1.3em;
	white-space: nowrap;
}

/* Links menu text is a bit bigger */
#menu #links {
	font-size: 1.2em;
	margin-top: 7px;
}

/* Give menu links proper graphical separators */
#menu #links a {
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	margin: 2px 1px;
	padding-right: 3px;
	padding-left: 3px;
	width: 10%;
	white-space: nowrap;
}

/* Give disabled links same settings as links */
#menu #links .disabled {
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	margin: 2px 1px;
	padding-right: 3px;
	padding-left: 3px;
	width: 10%;
	color: #E6E6E6;
	white-space: nowrap;
}

/* Give current menu link a full border */
#menu #links a.current {
	font-weight: bold;
}

/* Ensure the content is not overlapped by the header */
#content {
	clear: both;
	margin-top: 10px;
}

/* Section settings */
#content .section {
	background: #FFFFFF;
	border-top: 0px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	margin-bottom: 10px;
}

/* Main content fills 70% on the left */
#content #main {
	float: left;
	width: 70%;
}

/* Additional content fills 29% on right */
#content #additional {
	margin-left: 71%;
}

/* Panel control link floats top right*/
.pcontrol {
	font-size: 0.8em;
	float: right;
	margin-top: -1em;
	margin-right: -5px;
}
.pcontrol:visited {
	color: #46008C
}

/* Footer settings */
#footer {
	clear: both;
	background: #FFFFFF;
	border: 2px dashed #999999;
	font-size: 0.85em;
	font-style: italic;
	text-align: right;
	padding: 10px;
	margin-top: 10px;
}

/* Validator icons are right-aligned */
#footer #validicons {
	float: left;
}

/* Footer paragraphs aren't spaced */
#footer p {
	margin: 0px;
}