
#changesite {
	padding: 5px 10px;
	background: #ddd;
	border-bottom: 1px solid #fff;
	text-align: right;
}

#changesite p {
	font-size: 0.7em;
}

#changesite a { font-weight: normal; }
#changesite a:link { color: #090; }
#changesite a:visited { color: #090; }
#changesite a:hover { color: #900; }
#changesite a:active { color: #900; }

div.forum_blurb {
	width: 95%;
	margin: 10px auto;
	line-height: 1.4em;
}

div.forum_blurb p {
	font-size: 0.8em;
}

a {
	xxtext-decoration: none;
	xxfont-weight: bold;
}

a:link { xxcolor: #900; }
a:visited { xxcolor: #A00; }
a:hover { xxcolor: #f00; }
a:hover { xxcolor: #f00; }

p.post_actions {
	width: 95%;
	margin: 8px auto;
	font-size: 1.1em;
	font-weight: bold;
}

table#forum {
	width: 95%;
	margin: 0 auto;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #ccc;
	background: #fff;
}

#forum th {
	text-align: left;
	font-size: 1.2em;
	background: #333;
	color: #fff;
	padding: 6px 5px;
}

.forumnavigation
{
	padding: 15px;
}
.forumnavigation ul
{
	padding: 0 !important;
	margin: 0 !important;
}
.forumnavigation ul, .forumnavigation ul li
{
	display: inline;
}
.forumnavigation ul li
{
	border-right: 1px solid #AA0000;
	padding-right: 0.3em;
	white-space: nowrap;
}

#forum
{
	border: 1px solid blue;
}

#forum td {
	padding: 8px 5px;
}

#forum td.center, #forum th.center {
	text-align: center;
}

#forum tr.sticky, #forum tr.row1, #forum tr.row2 {
	font-size: 0.8em;
}

#forum tr.sticky {
	background: #9DD694;
}

#forum tr.row1 {
	background: #DFF1DA;
}

#forum tr.row2 {
	background: #fff;
}

/* ---------      Topics     --------   */

table#topic {
	width: 100%;
	margin: 0 auto;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #ccc;
	background: #fff;
}

#topic td.user_details {
	vertical-align: top;
	text-align: center;
	width: 15%;
	font-size: 0.8em;
	background: #EBF7E8;
	padding: 5px 10px 8px 10px;
}

td.user_details p {
	padding: 0 0 0.5em 0;
}

#topic td.post_area {
	vertical-align: top;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px 15px 8px 15px;
	background: #F9FCF8;
}

td.post_area p {
	padding: 0 0 1.5em 0;
	line-height: 1.3em;
}

td.post_area div.forum_actions {
	background: #DFF1DA;
	border: 1px solid #7EC66C;
	padding: 0 5px;
	width: 98%;
	margin: 0 auto 8px auto;
	padding: 5px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

/* ---------- Forms and Stuff ----------*/

div.forum_forms {
	width: 80%;
	background: #EBEBEB;
	margin: 10px auto;
	border: 1px solid #fff;
	padding: 10px;
}

div.forum_forms p {
	font-size: 0.8em;
	padding: 0 0 1em 0;
}

div.MessageQuote
{
	border: 1px solid black;
	padding-left: 10px;
	background: #DFDFDF;
}
