.PanelHeader {
	background-image:url('/images/row_odd.gif');
	text-align:center;
	height:20px;
	line-height:20px;
	border-bottom:2px solid #DAB855
}

table#Foundation {border-collapse:separate;}
td#Sections, td#Threads, td#Posts {
	vertical-align:top;
	border: 1px solid #DAB855;
	background-image:url('/images/parchment_light.jpg');
}
td#Sections {width:200px;}
td#Sections .List .Row {
	text-decoration:none;
	display:block;
	font-size:10px;
	text-align:left;
	line-height:14px;
	padding:3px;
	margin:2px;
	border: 1px solid #DAB855;
	color:black;
	background-image:url('/images/parchment_light.jpg');
}
td#Sections .List .Current {
	border:1px solid #309;
	color:white;
	background: url('/images/parchment_blue_medium.jpg');
}
td#Sections .List .Sub {margin-left:15px;}
td#Sections .List .Row .Mod img {vertical-align:top;}
td#Sections .List .Row .Count {float:right;font-family:Arial, sans-serif;}
td#Sections .List .Row .Subject {font-weight:bold;font-size:12px;line-height:16px;}
td#Sections .List .Row .Description {padding-left:0px;font-family:Arial, sans-serif;}

td#Threads {}

td#Threads .List .Row {
	text-decoration:none;
	display:block;
	font-size:10px;
	text-align:left;
	line-height:14px;
	padding:3px;
	margin:2px;
	border-top: 1px solid #DAB855;
	color:black;
}
td#Threads .List .Current{
	border:1px solid #309;
	color:white;
	background: url('/images/parchment_blue_medium.jpg');
}
td#Threads .List .Row .Count {float:right;font-family:Arial, sans-serif;}
td#Threads .List .Row .Subject {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
}
td#Threads .List .Row .LastPost {padding-left:0px;font-family:Arial, sans-serif;}




#Posts .Message {
	margin:3px;
	border: 1px solid #D8B56B;
	color:black;
}

#Posts .Subject {
	border:1px solid #309;
	background: url('/images/parchment_blue_medium.jpg');
	color:white;
	font-weight:bold;
	height:28px;
	line-height:30px;
	padding-left:10px;
	font-size:15px;
	margin:3px;
}
#Posts .Subject img {margin-top:-5px;margin-left:-3px;margin-right:5px;}
#Posts .Subject a {text-decoration:none;color:white;}
#Posts .Subject a:hover {text-decoration:underline;color:white;}

#Posts .Message .Info {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 4px;
	padding-top:6px;
	border-bottom: 1px solid #D8B56B;
	background: url('/images/row_even.gif') repeat-x;
	height:14px;
}
#Posts .Message .Info .Mod {float:right;padding:0 5px;line-height:10px;margin-top:-4px;}
#Posts .Message .Body {
	background: url('/images/parchment_light.jpg');
	padding:4px;
}

#Posts .Paginate {
	line-height:32px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#Posts .Paginate a {margin-left:10px;}

#PostEdit {padding:5px;}
#PostEdit .Date {float:left;}
#PostEdit .Title {
	font-family:'Tahoma', 'Geneva', sans-serif;
	color:black;
	font-weight:bold;
	text-shadow:0px 0px 3px white;
	font-size:14px;
	line-height:18px;
	display:block;
	text-align:center;
	outline:none;	
	padding:4px;
}
#PostEdit .Title input {
	height:18px;
	line-height:20px;
	border:none;
	background:transparent;
	width:450px;
	font-weight:bold;
	text-shadow:0px 0px 3px white;
	outline:none;
	background: url('/images/parchment_light.jpg');
	vertical-align:top;
	padding:2px;
	font-size:15px;
}
#PostEdit .ActionBar {border: 1px solid #663;}
#PostEdit .ActionBar td {padding:4px;}
#PostEdit .Entry {
	height:200px;
/*	overflow-y:scroll;*/
/*	border:1px solid #663;*/
	padding:4px;
	outline:none;
	background:white;
}