/* 4WD Tasmania  CSS-stylesheet */
/* GLOBAL */
body { 
/*	background-image:url('../images/background_loop.jpg');*/
	background-color:#007b21;
	background-position:right;
	background-repeat:repeat-y;
	z-index:-10;
}
#index { margin:0px; }
a, A {
	text-decoration:none;
	font-weight:bold;
}
p a, P A {
	color:black;	
}
h1, h2, a, A, p, P, li, LI, body, BODY, div, DIV {
	font-family:Arial, Helvetica, sans-serif;	
}
hr {
	border:groove #006600 2px;
}
.centered {
	text-align:center;	
}

/* BODY TEXT */
#CONTENT a, #CONTENT A, a, A {
	color:#003300;
	font-weight:bold;
}
a:hover, A:hover {
	color:#003300;
	text-decoration:underline;
}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/header03.gif);
	background-repeat:repeat-x;
	color:white;
	border:white solid 1px;
	text-align:center;
	cursor:pointer;
	font-size:large;
	padding:0.5em;
}

/* HEADER */
#header {
	position:fixed;	
	background-image:url('../images/header03.gif');
	background-repeat:repeat-x;
	cursor:pointer;
	width:100%; 
	height:141px;
	z-index:100;
}
#headerLeft {
	float:left;
	background-image:url('../images/Header01.gif');
	background-repeat:no-repeat;
	background-position:left;
	width:155px;
	height:141px; 
}
#headerMiddle {
	float:left;
	background-image:url('../images/Header02.gif');
	background-repeat:no-repeat;
	width:414px;
	height:141px;
}
#headerRight {
	float:right;
	background-image:url(../images/header_pic01.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	width:422px;
	height:141px;
}
.headerText {
	font-size:xx-large;
	color:white;
	display:block;
	margin-top:85px;
}

/* LINK BAR */
#link_table {
	position:fixed;
	top:141px;
	width:100%;
	border:none;
	background-image:url('../images/linkbar_back.gif');
	background-repeat:repeat-x;
	padding:0px;
	z-index:100;
}
#link_table ul li a {
	padding:8px 10px 8px 10px;
	font-weight:normal !important;
}
#link_table ul li a:hover, #link_table ul li ul li a:hover {
	font-weight:bold !important;
}
#link_table ul li a[id="currentPage"] {
	font-weight:bold !important;
}

/* CONTENT AREA */
#contentContainer {
	clear:both; 
	width:auto;
	position:relative;
	top:175px;
	z-index:1;
	margin-right:280px;
}
#CONTENT { 
	float:left;
	width:100%;
	background-image:url('../images/content01.gif');
	background-repeat:repeat-x;
	background-color:#007b21;
	background-position:0% 175px;
	background-attachment:fixed;
	padding:20px;
	vertical-align:top;
	font-size:14px;
	color:#000033;
	text-align:justify;
	font-size:0.9em;
	min-height:491px;
}
#contentSide {
	width:10px;
	background-image:url('../images/side01.gif'); 
	background-repeat:repeat-x;
	width:67px;
	height:491px;
	background-color:#007b21;
	overflow:hidden;
	position:fixed;
	top:175px;
	right:180px
}
#siteSide {
	background-color:#007b21;
	background-image:url('../images/side_pic01.gif');
	background-repeat:no-repeat;
	background-position:100% 175px;
	background-attachment:fixed;
	width:180px;
	height:400px;
	z-index:1;
	position:fixed;
	top:175px;
	right:0px;
	padding-top:20px;
	padding-right:20px;
	text-align:right;
}
#siteSide A, #siteSide a {
	color:white !important;
}
#siteSide UL {
	list-style:none;
}
#siteSide div {
	color:white;
}
#loggedout {
	color:white;
	background-color:#903;
	border:white dashed 2px;
	font-weight:bold;
	padding:0.25em;
}

/* FOOTER */
#footer {
	padding:20px;
	padding-top:30px;
	font-size:14px;
	color:#cccccc;
	float:left;
	clear:both;
	z-index:3;
}
#footer a, #footer A {
	font-weight:bold;
	color:#cccccc;
}

/* HOME PAGE */
#recentNewsCell {
	border:white double 1px;
	padding:0px;
	vertical-align:top;
	overflow:hidden;
}
#recentNewsFrame {
	width:100%;
	height:300px;
	vertical-align:top;
}
#recentNewsTable {
	margin-top:-20px;
	width:100%;
	border:none;
	padding:10px;
}
.nextMeeting {
	font-weight:bold;
	width:200px;
	background-image:url(../images/header03.gif);
	padding:10px;
	color:white;
	border:white dashed 2px;
	text-align:center;
/*	margin:0px auto;*/
	float:left;
	margin:10px;
}
.nextMeetingTitle {
	font-size:larger;
}

/* HOMEPAGE NEWS*/
#homePageNews {
	background-image:url(../images/content01.gif); 
	background-repeat:repeat-x; 
	background-color:#007b21; 
	background-position:top; 
	background-attachment:fixed;
}
#homePageNews ul, #newsFilter, #CONTENT ul {
	list-style:none;
	list-style-type:none;
	margin-left:-30px;
	margin-right:10px
}
#homePageNews ul li, #CONTENT ul li {
	text-align:justify;
	font-size:smaller;
	padding-bottom:1em;
}
#homeLeft {
	float:left;	
	width:350px;
}
#homeRight {
	padding-left:350px;	
}
.newsDate, .newsTitle, .newsDate a, .newsTitle a {
	color:black;
	font-weight:bold;	
}
#newsFilter li {
	display:inline;	
	padding:1ex;
	font-size:0.7em !important;
}
.chrisBodenBook {
	float:left; 
	padding-right:1ex; 	
}

/* CLUBS */
.clubField {
	width:16%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.clubValue {
	width:34%;
	font-family:Arial, Helvetica, sans-serif;
}
.clubDescription { 
	padding:10px;
	text-align:justify;
}
.clubDescription, .clubDescription p, .clubDescription P {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	text-indent:10px;
}
.clubPic {
	min-width:260px;
	width:260px;
	text-align:right;
	margin-top:10px;
}
#clubTable, .clubTable {
	margin-top:10px;
	width:100%;
	border:none;
}
.clubList {
	width:25%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}

/* OFFICE BEARERS */
#committeeTable {
	width:100%;	
	border:none;
}
.committeePosition, .committeeName {
	width:50%;
	padding:0.5em;
}
.committeePosition {
	text-align:right;
	font-weight:bold;
}
/* MINUTES */
#minutesTable {
	width:100%;
	border:none;
}
#minutesTable tr td {
	width:50%;
	vertical-align:top;
}
#minutesTable tr td ul li, #minutesList li {
	font-size:medium;
	list-style:none;
	padding:0.5em;
}
.minutesHeading {
	font-weight:bold;
	font-size:large;
}
/* LINKS */
#linksTable {
	width:100%;
	list-style:none;
}
#linksTable li {
	text-align:center;	
	font-size:medium;
	padding:0.5em;
}
.linkHits {
	font-size:smaller;	
}
/* MEMBERS AREA */
.showHide {
	font-size:12pt;
	padding:5px;
	margin-right:1em;
	background-color:#333;
	color:white !important;
	display:inline-block;
	width:0.5em;
	text-align:center;
}
.showHide:hover {
	text-decoration:none !important;	
}
#error {
	padding:1em;
	margin:1em;
	background-color:#903;
	color:white;
	border:dashed white 2px;
	font-weight:bold;
	display:inline-block;
}
.membersListName {
	font-size:larger !important;	
}
/* FORMS */
form div {
	padding:0.5em;	
}
form label {
	display:inline-block;
	padding:0.5em;
	width:220px;
}
form label.checkbox { 
	width:auto; 
}
.validationError label {
	background-color:#903;	
	color:white;
}
.validationError span {
	display:block;
	padding-left:1em;
	margin-left:1em;
	padding-top:0.5ex;
	padding-bottom:0.5ex;
	border-left:#903 solid 1px;
	font-size:smaller;
	font-weight:bold;
}
.validationError span:before {
	content:"- ";	
}
