/* CSS Document

21/3/08 GL Removed a:link & a:visited bold so pop menu current marker works (see p7pmh10.css)

the html min-height property is needed for Firefox
so that background-position: bottom displays correctly
*/
html
{
	min-height: 100%;
}

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	min-width: 700px;
	text-align: center;
	background-color: #FFFFCA;
	background-image: url(../images/backdrop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#container 
{
	width: 700px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#main 
{
	float: left;			/*	this ensures main div stretches full length of sidebar  */
	padding: 5px;
	width: 686px;
	text-align: justify;
	color: #333;
	line-height: 1.6em;
	background-color: #F7F8D3;
	border: 1px solid #990000;
}

#fpic
{
	width: 683px;
/*	width: 685px; for quirks mode - to simulate IE5 */
	border: 1px outset #990033;
	height: 129px;
	background-color: #F7F8D3;
	background: url(../images/banner.jpg) no-repeat;
}

.navbar
{
	width: 685px;
	height: 23px;
}

#sidebar 
{
	float: right;
	width: 197px;
	border-left: 2px solid #BBB;
	margin-left: 9px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: left;
	height: 420px;
}

#events
{
	height: 401px;
	overflow: auto;
}

#text
{
	padding: 5px;
	margin: 7px;
	width: 450px;
/*	width: 458px;   for quirks mode - to simulate IE5 */
}

.noteblock1
{
	background: #FFFFCA;
	width: 448px;
/*	width: 458px;   for quirks mode - to simulate IE5 */
	padding: 5px;
	border: 1px solid #990000;
	color: #990033;
	margin: 7px;
	text-align: center;
}

.noteheader
{
	padding-bottom: 5px;
	border-bottom: 1px solid #990000;
	color: #000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

th, tr {
	text-align: center;
	background-color:#EEE;
	}

tr.hilite {
  background-color:#E8F2F8;
  }
	
a.offsite:link {
	font-weight: normal;
	}

a:link {
	text-decoration: none;
/*	font-weight: bold;*/
	color:#990000;
	}

a:visited {
	text-decoration: none;
/*	font-weight: bold;*/
	color:#990000;
}

a:hover {
	text-decoration: underline;
	}
	
h1 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.headertext1 
{
	font-size: 18px;
	font-weight: bold;
}

.headertext2 
{
	font-size: 10px;
	font-weight: bold;
}

.headertext3 
{
	font-size: 12px;
	font-weight: bold;
}

#footer
{
	background-color: #666666;
	background-image: url(../images/footer.jpg);
/*	background-repeat: repeat-x;*/
	color: #FFCC66;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: both;
	width: 696px;
	border-right: 1px solid #990000;
	border-bottom:1px solid #990000;
	border-left:  1px solid #990000;
}

#footer a
{
color: #FFCC66;
}

#registered
{
	clear: both;
	text-align: center;
	color: #333399;
}

p
{
	margin: 0;
	padding: 0;
}

.info {
	text-align: center;
	color: #333399;
}

/* Form styles */

.formheader {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 25px 0 50px;
}

form {
	margin: 10px 25px 0 50px;
	}
	
label {
	display: block;
}

label, .warning {
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}
	
.warning {
	color: #F00;
}

/* Contact Form styles */
#name, #email {
	width: 280px;
	}
	
#event_name, #doc_name {
	width: 380px;
	}
	
#message {
	width: 575px;
	height: 150px;
	}

/* Registration, Attendance & Upload Form styles */
/* Putting a form here causes submit button to be centred */
#insertEventForm, #updateEventForm, #deleteEventForm, #loginForm, #uploadForm {
	width: 400px;
}
	
#formContainer {
	width: 100%;
	height: 375px;
}

#col1, #col2 {
	width: 49%;
}

#col1 {
	float: left;
}

#col2 {
	float: right;
}

#telephoneNo, #faxNo {
	width: 150px;
}

#firstName, #lastName, #town, #country, #username, #psswd {
	width: 175px;
}

#postCode {
	width: 55px;
}

#position, #company, #address_1, #address_2, #other {
	width: 225px;
}

#lname {
	width: 375px;
}

#website, #description {
	width: 275px;
}

.clientForms input , .clientForms textarea, .clientForms select {
	border: 1px solid #990000;
	background-color: #FFFFCA;
}

.clientForms input.button_hover {
	color: #FFCC66;
	background-color: #660033;
	border: 1px solid #FFCC66;
}

/* IE doesn't understand :hover so create new class and use Javascript to switch class onMouseOver */

.clientForms input.button {
	color: #660033;
	background-color: #FFCC66;
	border: 1px solid #660033;
}

/* when IE gets round to supporting :hover, use this style rule & remove Javascript & the CSS rule above.
	input.button:hover {
	color: #FFCC66;
}*/

.disabled {
	color: #000099;
	font-weight: bold;
	background-color: #F7F8D3;
	border: 0;
}