.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;}
#Sections, td#Threads, td#Posts {
	vertical-align:top;
	border: 1px solid #DAB855;
	background-image:url('/images/parchment_light.jpg');
}


#Sections {}
#Sections .Row {
	text-decoration:none;
	display:inline-block;
	width:200px;
	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');
}
#Sections .Current {
	border:1px solid #309;
	color:white;
	background: url('/images/parchment_blue_medium.jpg');
}
#Sections .Sub {margin-left:15px;}
#Sections .Row .Mod img {vertical-align:top;}
#Sections .Row .Count {float:right;font-family:Arial, sans-serif;}
#Sections .Row .Subject {font-weight:bold;font-size:12px;line-height:16px;}
#Sections .Row .Description {padding-left:0px;font-family:Arial, sans-serif;}

td#Threads {width:300px;}

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 #3C3C3C;
	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;*/
	background:url(/images/parchment_gray_medium.jpg);color:white;
	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;}

#PostComment {padding:5px;}
#PostComment .Date {float:left;}
#PostComment .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;
}
#PostComment .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;
}
#PostComment .ActionBar {border: 1px solid #663;}
#PostComment .ActionBar td {padding:4px;}
#PostComment .Entry {
	height:100px;
/*	overflow-y:scroll;*/
/*	border:1px solid #663;*/
	padding:4px;
	outline:none;
	background:white;
}

#PostEdit {display:inline-block;text-align:left;margin:10px;}
#PostEdit label {display:inline-block;width:80px;vertical-align:top;padding-top:6px;font-weight:bold;}
#PostEdit input.field {width:360px;}
#PostEdit textarea {width:360px;height:200px;}
#PostEdit input.field, #PostEdit textarea {
	border: 1px solid #663;
	padding:2px;
	margin:2px;
}
#PostEdit select {
	width:366px;
	vertical-align:top;
	border: 1px solid #663;
	margin:2px;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:white;
	background-image:url('/images/dropdown_arrow.png');
	background-repeat:no-repeat;
	background-position:center right;
	padding:2px 6px;
	padding-left:5px;
	-webkit-background-origin:content;
	-moz-background-origin:content;
	-webkit-border-radius:0;
	color:black;
}