/* stylesheet for Message Board */

body {
	background:  #E8E4E4;
	padding: 15px;
	margin: 0;
	color: #000000;
	font: 14pt Arial, Helvetica, sans-serif;
}

div#wrapper2 /* Main  content zone */
{
	background: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
}

div.pageHeader {

	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 160px;
	text-align: left;
	vertical-align: middle;
	background: url(http://www.neukol.org.uk/ecol/skins/LTC_home/img/headslice.jpg) repeat #FFFFFF;
	
}

h1#pageTitle {
	color: #FFFFFF;
margin: 60px 0px 0px 0px;
	font: 32px Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	padding: 200;
}



.pageSubTitle {
	color: #000000;
	margin: 30px 0px 0px 0px;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	font: 14px Arial, Helvetica, sans-serif;

}

/* stylesheet for generic Message Board */

/* body styles for the message board */
.messageboardbody {font-size: 12pt; font-family: Arial, Helvetica; background-color:rgb(255,255,255); color: rgb(0,0,0); }

/* odd and even are the styles for the alternate rows in the list of messages */
.odd {padding: 1em; background-color: rgb(200,200,230); }
.even {padding: 1em; background-color: rgb(255,255,255); }
/* style for the selection menu */
.search { color: rgb(0,0,0); font-size: 100%; }
/* style for the menu items */
/* link styles for menu */
a.menu:link { text-decoration: none; color: rgb(0,0,255); font-size: 100%; }
a.menu:visited { text-decoration: none; color: rgb(0,0,255); font-size: 100%; } 
a.menu:active { text-decoration: none; color: rgb(0,0,255); font-size: 100%; } 
a.menu:hover { text-decoration: underline; color: rgb(0,0,255); font-size: 100%; }

/* style for the page titles */
.pagetitle { color: rgb(20,0,0); font-size: 100%; }
/* style for the image titles */
.maintitle { color: rgb(20,0,0); font-size: 100%; }
/* style for page information messages - e.g. 'There are a total of 6 files in your selection ...' */
.message { color: rgb(0,0,0); font-size: 100%; }
/* style for information messages - e.g. 'there are no items in your selection' */
.message2 { color: rgb(0,0,0); font-size: 100%; }
/* style for 'edit' link */
.edit { color: rgb(0,0,0); font-size: 100%; }
/* style for 'delete this image' link */
.delete { color: rgb(0,0,0); font-size: 100%; }
/* style for manage users list items */
.list { color: rgb(0,0,255); font-size: 100%; }
/* style for manage users list item links (edit & delete) */
a.listlink { color: rgb(255,0,0); font-size: 100%; }
/* style for text labels on data entry forms */
.form { color: rgb(0,0,0); font-size: 100%; }

/* message styles */
.messagename { color: rgb(0,0,0); font-size: 90%; }
.messagebody { color: rgb(0,0,0); font-size: 90%; }
.messagetimestamp { color: rgb(0,0,0); font-size: 90%; }
.messagelocation { color: rgb(0,0,0); font-size: 90%; }
.messagelabel { color: rgb(0,0,0); font-size: 90%; font-weight: bold; }
/* link styles for messages */
a.messagelink:link { text-decoration: none; color: rgb(0,0,255); font-size: 90%; font-weight: bold; background-color: rgb(255,255,255); }
a.messagelink:visited { text-decoration: none; color: rgb(0,0,255); font-size: 90%; font-weight: bold; background-color: rgb(255,255,255); } 
a.messagelink:active { text-decoration: none; color: rgb(0,0,255); font-size: 90%; font-weight: bold; background-color: rgb(255,255,255); } 
a.messagelink:hover { text-decoration: underline; color: rgb(0,0,255); font-size: 90%; font-weight: bold; background-color: rgb(255,255,255); }

/* link styles for page numbers */
a.pagenumbers:link { text-decoration: none; color: rgb(0,0,255); font-size: 100%; }
a.pagenumbers:visited { text-decoration: none; color: rgb(0,0,255); font-size: 100%; } 
a.pagenumbers:active { text-decoration: none; color: rgb(0,0,255); font-size: 100%; } 
a.pagenumbers:hover { text-decoration: underline; color: rgb(0,0,255); font-size: 100%; }
/* style for current page number */
.currentPage { text-decoration: none; color: rgb(255,0,0); font-size: 100%; }
.error { color: rgb(255,0,0); font-size: 150%; }


