/* CSS Document */

body {background:#e1e0e0 url(images/body_bg.jpg) top left repeat-y; padding:0px; margin:0px;}

td {font-family:"Trebuchet MS"; font-size:12px; color:#000000; line-height:14px; text-decoration:none; padding:0px;}

p {padding:0px; margin:0px;}

div {padding:0px;}

input {padding:0px; margin:0px;}

table.image {margin:10px 0px 10px 0px;}

.menu {padding:10px 0px 0px 0px;}
.menu a{
	background:url(images/d_arrow.gif) top left no-repeat;
	display:block;
	padding:7px 0px 7px 15px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#95581b;
	margin:5px;
}
.menu a:hover, a.active{
	background:url(images/d_arrow_hover.gif) top left no-repeat;
	display:block;
	padding:7px 0px 7px 15px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	background-color:#ffffcd;
	margin:5px;
}

.not_yet_member {color:#78653a; font-size:15px; font-weight:bold; text-transform:uppercase; padding:0px 0px 10px 26px;}
.sign_up {color:#292929; font-size:25px; font-weight:bold; text-transform:uppercase; padding:5px 0px 12px 26px;}

.upcoming {font-size:19px; color:#78653a; padding:0px 0px 12px 26px;}
.date {font-size:12px; font-weight:bold; color:#95581b; padding:0px 0px 10px 0px;}
.date2 {font-size:12px; color:#95581b; padding:0px 0px 10px 0px;}

.text { background:url(images/d_arrow1.gif) top left no-repeat; color:#897952; padding:0px 10px 10px 26px; text-align:justify;}
.body_text {color:#95581b; padding:20px 19px 10px 0px; text-align:justify; line-height:16px; font-size:11px;}

.membership {font-weight:bold; padding:5px 0px 5px 10px; background:#f5ac54; margin-right:20px;}

.more {padding:10px 0px 0px 0px;}
.more a{font-size:12px; font-weight:bold; color:#95581b; padding:10px 0px 10px 0px; text-decoration:none;}
.more a:hover{font-size:12px; font-weight:bold; color:#000000; padding:10px 0px 10px 0px; text-decoration:underline;}

.username {font-family:Tahoma; font-size:12px; font-weight:bold; color:#000000; padding:22px 0px 0px 22px;}

.right_side_link {padding:10px 0px 5px 10px; color:#000000;}
.right_side_link a{display:block; padding:2px 0px 2px 10px; text-decoration:underline; font-weight:bold; color:#000000;}
.right_side_link a:hover{display:block; padding:2px 0px 2px 10px; text-decoration:underline; font-weight:bold; color:#f0871d;}



.footer {font-size:10px; color:#f2f2f2; font-weight:bold; padding:20px 23px 14px 12px;}
.footer a{color:#f2f2f2; padding:0px 3px 0px 3px; text-decoration:none; font-weight:bold;}
.footer a:hover{color:#ffffcd; padding:0px 3px 0px 3px; text-decoration:underline; font-weight:bold;}



/* CSS FOR SUB PAGE */

.sub_link {background-color:#f5ac54; padding:7px 0px 7px 20px; font-weight:bold;}
.sub_link a{padding:0px 3px 0px 3px; text-decoration:none; color:#000000;}
.sub_link a:hover{padding:0px 3px 0px 3px; text-decoration:underline; color:#ffffcd;}

/* Ryan additions */

.style2 {color: #95581B; font-size: 18px; font-weight:bold;}
.style3 {font-size: 10px}

/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
ul.tree{
	width: auto;
	padding-left : 0px;
	margin-left : 0px;
}

ul.tree img{
 	border : none;
}
 

ul.tree, ul.tree ul {
	padding-left: 0;
}

ul.tree ul {
	margin-left: 16px;
		
}
ul.tree li.closed ul {
	display: none;
}


ul.tree li {
	list-style: none;
	background: url(i-repeater.gif) 0 0 repeat-y;
	display: block;
	width: auto;
	/* background-color:#FFFFFF; */
}



ul.tree li.last {
	list-style: none;
	background-image: none;
}



/* Span-A: I/L/I glpyhs */
ul.tree span.a {
	background: url(t.gif) 0 50% no-repeat;
	display: block;
}
ul.tree span.a.last {
	background: url(l.gif) 0 50% no-repeat;
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
	background: url(minus.gif) 0 50% no-repeat;
	cursor: pointer;
}
ul.tree li.closed span.a.children span.b {
	background: url(plus.gif) 0 50% no-repeat;
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 16px;
}
ul.tree span.a.children span.c {
	background: url(i-bottom.gif) 0 50% no-repeat;
}
ul.tree span.a.spanClosed span.c {
	background-image: none;
}


/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	
	padding: 10px 0px 10px 18px;
	line-height: 16px;

	background: url(page-file.png) 0 50% no-repeat;
}
ul.tree span.a.children a {
	background-image: url(page-openfoldericon.png);
}
ul.tree span.a.children.spanClosed a {
	background-image: url(page-foldericon.png);
}

/* Unformatted tree */
ul.tree.unformatted li {
	background-image: none;
	padding-left: 16px;
}
ul.tree.unformatted li li {
	background-image: none;
	padding-left: 0px;
}

/*
 * Divs, by default store vertically aligned data
 */

ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
	padding: 0;
	background-image: none;
	min-height: auto;
	height: auto;
}

ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
	color : #111111;
}


ul.tree li .over{
	background-color : pink;
}