/* Basic Elements
----------------------------------------------- */
body
{
	margin: 0px 0px 0px 0px;
	background: #ffffff url("background.gif") repeat-y center top;
	font: 9pt Verdana,Arial,Helvetica;
	color: #555555;
}

p { 
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: justify;
}

/* Main Container sets the border and margins
----------------------------------------------- */
#MainContainer{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background: White;
}

/* Set the Header
----------------------------------------------- */
#Header {
	position: relative;
	width: 720px;
	height: 146px;
}

#HeaderLeft {
	float: left;
	width: 270px;
}

#HeaderRight {
	float: right;
	width: 450px;
}

#HeaderLogon {
	float: right;
	padding-top: 0px;
}

#HeaderMainMenu {
	padding-top: 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

/* Main Horizontal Menu
----------------------------------------------- */
#Toolbar 
{
	float: left;
	width: 450px;
	height:27px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("mainmenu_background.gif") repeat-x;
	background-position: center;
	list-style: none;
}

#Toolbar li {
	float: left;
	border-left: 1px solid #7AA0A9;
	line-height: 1.8em;
}

#Toolbar li#HomePageLink {
	border-left-width: 0;
}

#Toolbar a {
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	text-decoration: none;
	color: White;
}

#Toolbar a:hover {
	background-image: url("bar-bg_hover.gif");
	background-repeat: repeat-x;
	border-color:#BFD2D4;
	color: Red;
}

/* Set the Page Picture
----------------------------------------------- */
#home1, #home2, #home3, #chatroom, #forum, #enews, #events, #advice, #budwise, #siteadmin, #cmadmin, #aboutus
{
	margin-top: -52px;
	height: 363px; 
}

#home1 {	background: url(home1.jpg) no-repeat; }
#home2 {	background: url(home2.jpg) no-repeat; }
#home3 {	background: url(home3.jpg) no-repeat; }
#chatroom {	background: url(chatroom.jpg) no-repeat; }
#forum    {	background: url(forum.jpg) no-repeat; }
#enews	 {	background: url(enews.jpg) no-repeat; }
#events   { background: url(events.jpg) no-repeat; }
#advice   {	background: url(advice.jpg) no-repeat; }
#budwise  {	background: url(budwise.jpg) no-repeat; }
#siteadmin  {	background: url(siteadmin.jpg) no-repeat; }
#cmadmin  {	background: url(cmadmin.jpg) no-repeat; }
#aboutus  {	background: url(aboutus.jpg) no-repeat; }

/* Page Structure
----------------------------------------------- */
#page-body {
	margin-top: -140px;
	float: left;
	width: 720px;
}
  
#nav {
	float: right;
	width: 185px;
	padding-right:15px;
}

#nav-extra {
	float: right;
	width: 60px;
}

#content-extra {
	float: left;
	width: 60px;
}

#content 
{
	float: left;
	width: 390px;
}

/* Nav
----------------------------------------------- */
#nav img {
	padding-top: 15px;
}

#nav ul {
	list-style: outside url(bullet.gif);
	color: gray;
	font: normal 10px Verdana,Arial,Helvetica;
}

#nav li {
	border-bottom: 1px solid Silver;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-left: -10px;
}

#nav li a {
	text-decoration: none;
	color: #640609;
	font: bold 11px Verdana,Arial,Helvetica;
}

#nav li a:hover {
	color: #999693;
}

/* Footer
----------------------------------------------- */
#Footer {
	clear: both;
	background: url("footer.gif") no-repeat;
	width: 720px;
}

#Footer a {
	text-decoration: none;
	color: #640609;
}

#Footer a:hover {
	color: #999693;
}

#Footer-wording{
	padding-top: 110px;
	padding-left: 10px;
	padding-bottom: 12px;
	text-align: left;
	color: #999693;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}


/* Nav Styles
----------------------------------------------- */
#nav h2 {
	color: #035BA5;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 8px;
}

/* Content Styles
----------------------------------------------- */
#content h1 {
	color: #640609;
	font: 24px/36px Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	color: #640609;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
}


a:link {
  color:#305f65;
  font-weight: bold;
  }
a:visited {
  color:#305f65;
  font-weight: bold;
  }
a:hover {
  color:#999693;
}

#content a img {
  border-width:0;
  }

  
/* Error Messages */

div.errorMessageBox
{
	margin-top:10px;
	margin-bottom:10px;
	width:370px;
	border-bottom: 1px solid red;
}

span.errorMessageText
{
	color:red;
}

/* Breadcrumbs */
a.breadcrumbs
{
  color:#305f65;
  font-weight: bold;
}

p.feedItem
{
	height:50px;
}

select.reorderList
{
	width:300px;
}
.reorderButtonUp
{
	position:relative;
	top:-50px;
}
.reorderButtonDown
{
	position:relative;
	top: -25px;
	left: -30px;
}

.textBox
{
	width:250px;
}

/* Forum Styles */

p.forumSectionName
{
	width:370px;
	background-color:#640609;
	color:white;
	padding: 5px;
}

a.forumSectionName {
  color: White;
  text-decoration: underline;
  font-weight: bold;
}
a.forumSectionName:hover {
	color: #999693;
}
a.forumSectionName:visited {
	color: White;
}

p.forumSectionDesc
{
	
}

a.forumHeaderLink
{
  color: White;
  text-decoration: underline;
  font-weight: bold;
  padding:2px;
}

a.forumHeaderLink:hover {
	color: #999693;
}
a.forumHeaderLink:visited {
  color: White;
}

thead.forumHeader
{
	width:370px;
	background-color:#640609;
	color:white;	
}

td.forumTopicListHeaderTopic
{
	width:250px;
	background-color:#640609;
	color:white;	
}
td.forumTopicListHeaderAuthor
{
	width:150px;
	background-color:#640609;
	color:white;	
}
td.forumTopicListHeaderLastUpdate
{
	width:100px;
	background-color:#640609;
	color:white;	
}

td.forumThreadCellHeaderTopic
{
	width:250px;
	text-align:center;
}
td.forumThreadCellHeaderAuthor
{
	width:150px;
	text-align:center
}
td.forumThreadCellHeaderLastUpdate
{
	width:100px;
	text-align:center;
}
td.forumThreadCellTopic
{
	width:250px;
}
td.forumThreadCellAuthor
{
	width:150px;
}
td.forumThreadCellLastUpdate
{
	width:100px;
	text-align:center;
}
td.forumMessageCellHeaderAuthor
{
	width:100px;
	text-align:center;
	border-right: white solid 1px;	
}
td.forumMessageCellHeaderMessage
{
	width:500px;
	text-align:center;
	border-left: white solid 1px;	
}
td.forumMessageCellAuthor
{
	width: 100px;
	vertical-align:top;
	border-bottom: #640609 solid 1px;
	border-left: #640609 solid 1px;
}
td.forumMessageCellMessage
{
	width:300px;
	border-bottom: #640609 solid 1px;
	border-left: #640609 solid 1px;
}
span.forumMessagePostDate
{
	font-size:7pt;
}
p.forumMessageText
{
	font-size:10pt;	
}
div#addForumTopicControl
{
}

.dualSelection
{
    width:175px;
}

/*
* Used to add an extra column for admins
*/
td.forumThreadCellHeaderTopicAdmin
{
	width:220px;
	text-align:center;
}
td.forumThreadCellHeaderEditAdmin
{
	width:25px;
	text-align:center;
}
td.forumThreadCellTopicAdmin
{
	width:220px;
}
td.forumThreadCellEditAdmin
{
	width:25px;
	text-decoration:none;
}
td.forumTopicListHeaderTopicAdmin
{
	width:220px;
	background-color:#640609;
	color:white;	
}
td.forumTopicListHeaderEditAdmin
{
	width:25px;
	background-color:#640609;
}

/* Class added to provide lines around a TD */

.nav {
	border-left: 1px solid #BFC1C7;
	border-top: 1px solid #BFC1C7;
	border-right: 1px solid #BFC1C7;
	border-bottom: 1px solid #BFC1C7;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* RSS Feeds */

a.feedTitle {
	color: #640609;
	text-decoration: underline;
	font-weight: bold;
}
a.feedTitle:hover {
	color: #999693;
}
a.feedTitle:visited {
	color: #640609;
}


/* Chat Room */

div#chatStatus
{
}

div#chatTerms
{
}

div.viewLog
{
    height:600px;
    width:390px;
    border:1px solid black;
    overflow:auto;
}
tr#viewChatLogHeader
{
    font-weight:bold;
    text-align:center;
}