/*----------------------------- Style & Layout -----------------------------*/
body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: url('gfx/background.jpg');
	background-color: #626934;
	background-repeat: repeat-x;
}

img
{
	border: none;
}

.wrapper
{
	width: 800px;
	margin: auto;
}

.header
{
	width: 800px;
	height: 125px;
}

.content
{
	width: 800px;
	min-height: 550px;
	background: #FFFFFF;
	text-align: center;
	overflow: auto;
}

.nav
{
	width: 800px;
	height: 28px;
	background: #660066;
	text-align: center;
}

.nav ul
{
	margin: auto;
	padding: 0px;
}

.nav li
{
	display: inline;
	background-color: #660066;
	list-style-type: none;
	height: 22px;
	float: left;
	margin: 3px 0px 3px 9px;
	text-align: center;
	padding: 0px 8px 0px 8px;
}

.nav a
{
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	display: block;
	padding-top: 3px;
}

.nav a:hover
{
	color: #7aad2a;
	font-weight: bold;
}

.copyright
{
	height: 15px;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
}

.copyBanner
{
  text-align: center;
}

/*----------------------------- Text Style -----------------------------*/
p
{
	font-size: 13px;
	color: #2b470c;
	text-align: justify;
	margin: 10px 15px 10px 15px;
}

.naItems
{
	font-size: 13px;
	color: #2b470c;
	text-align: justify;
	margin-left: 15px;
}

.subTitle
{
	font-size: 16px;
	font-weight: bold;
}

.note
{
	font-style: italic;
}

.bookingNote
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.dates
{
	text-align: center;
	font-weight: bold;
}

.names
{
	font-size: 13px;
	font-weight: bold;
}

.options
{
	text-decoration: underline;
}

.caption
{
  text-align: center;
  font-style: italic;
}

/*----------------------------- Home Page -----------------------------*/
.left
{
	float: left;
	width: 460px;
	height: 425px;
	margin: 5px 0px 0px 0px;
}

.right
{
	float: right;
	width: 290px;
	height: 425px;
	margin: 5px 15px 0px 5px;
	color: #0000FF;
	text-align: left;
}

.news
{
	height: 230px;
	width: 240px;
	background: url('gfx/postIt.jpg');
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}

.newsItems
{
	width: 190px;
	height: 118px;
	padding: 0px 0px 0px 28px;
	overflow: auto;
}

.newsTitle
{
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
	padding-top: 35px;
}

.morenews
{
  margin: 0px 0px 0px 70px;
}

/*----------------------------- Sections -----------------------------*/
.logos
{
	margin: 10px auto;
}

.logos img
{
	border: none;
}

.logos td
{
	padding: 10px 20px 0px 0px;
}

.programmeTable
{
	width: 750px;
	border: 1px solid black;
	margin: auto;
}

.spacingCells
{
	padding-top: 5px;
}

.alternateRow
{
	background: #BDBDBD;
}

.location
{
	width: 200px;
}

.date
{
	width: 100px;
}

.activity
{
	width: 250px;
}

.details
{
	width: 240px;;
}

.tbc
{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

/*----------------------------- Nineacres Info -----------------------------*/
.priceList
{
	margin: auto;
}

.priceList td
{
	color: #2b470c;
	border: 1px solid grey;
}

.priceNote
{
	font-size: 11px;
	text-align: center;
}

.infoLinks
{
	color: #0000FF;
}

/*----------------------------- Nineacres Availability -----------------------------*/
.keyTable
{
	border-color: black;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
	margin: auto;
	font-size: 11px;
}

.keyCells
{
	border-color: black;
  border-style: solid;
  margin: 0;
  padding: 4px;
  border-width: 1px 1px 0 0;
}

.key
{
	background-color: #990099;
	font-weight: bold;
	color: #FFFFFF;
}

.available
{
	background-color: #99FF99;
}

.unavailable
{
	background-color: #FFCC99;
}

.restricted
{
	background-color: #CCFFFF;
}

.shared
{
  background-color: #FFFF99;
}

.closed
{
	background-color: #FF66CC;
}

.calendar
{
	margin: auto;
}

.month
{
	width: 750px;
	margin: auto;
	text-align: justify;
}

/*----------------------------- Nineacres -----------------------------*/
.linkTable
{
	width: 750px;
	text-align: center;
	margin: auto;
}

.linkFont
{
	font-weight: bold;
}

.nineacresLinks a
{
	color: #2b470c;
	text-decoration: underline;
}

img
{
	border: none;
}

.sectionTitles
{
	font-weight: bold;
	text-align: left;
}

.bookingForm
{
	width: 700px;
	margin: auto;
	text-align: justify;
	padding-left: 10px;
	color: #2b470c;
}

.buttons
{
	text-align: center;
}

.requiredNote
{
	color: #FF0000;
	text-align: center;
}

/*----------------------------- Login -----------------------------*/
.loginArea
{
	margin: auto;
}

.disclaimer
{
	font-size: 11px;
}

img
{
	border: none;
}

.linkTable
{
	width: 750px;
	text-align: center;
	margin: 20px auto;
}

.linkFont
{
	font-weight: bold;
}

.linkTable a
{
	color: #2b470c;
	text-decoration: underline;
}

.disclaimerLink
{
	color: #2b470c;
	text-decoration: underline;
}

/*----------------------------- Contact -----------------------------*/
.contactForm
{
	margin: auto;
}

.msgLabel
{
	vertical-align: top;
	text-align: left;
}

.contactForm td
{
	padding-top: 10px;
	color: #2b470c;
}

.submitBtn
{
	margin-top: 5px;
}


.sideBanner
{
  width: 120px;
  margin-left: 10px;
  float: left;
}

.fundText
{
  width: 660px;
  margin-left: 10px;
  float: right;
}

/*----------------------------- Portal -----------------------------*/
.fileTable
{
  width: 760px;
  margin: auto;
  border-collapse: collapse;
}

.fileTable td,th
{
  border: 1px solid #c9c9c9;
  height: 25px;
}

.name
{
  width: 300px; 
}

.description
{
  width: 360px;
}

.download
{
  width: 70px;
}

.it
{
  float: right;
  margin-right: 10px;
}

.upload
{
  margin: 20px 0px 5px 20px;
}

.fieldName
{
  text-align: right;
  padding-right: 20px;
}

.items
{
  text-align: left;
}

/*----------------------------- Links -----------------------------*/
.links
{
  width: 550px;
  margin: 30px auto;
  border: 1px solid black;
  text-align: justify;
}

.links td
{
  padding: 8px;
}

.splitRow
{
  background: #dddddd;
}
