








/* ******** COMMON FORUM STYLES ******** */

table.forumtable {
	width: 100%;
	margin-bottom: 1em;
}
table.forumtable a {
	color:#
}

table.forumtable thead th {
	border-bottom: 2px solid #;
	font-weight: normal;
	color: #333;
	padding: 2px 15px 2px 0px;
	text-align: left;
	font-size: smaller;
}

/* ******** FORUM LIST ******** */

table#forumlist tbody th {
	padding: 20px 0 4px 0;
	text-align: left;
	background: #FFF;
}

table#forumlist tbody th.forumtitle1 {
	padding-top: 5px;
}

table#forumlist tbody th h2 {
	margin: 0;
}

table#forumlist tbody td {
	background-color: #;
	padding: 4px 15px 4px 2px;
	color: #333;
}

table#forumlist tbody td.lastpost {
	font-size: smaller;
}

table#forumlist tbody td.title a {
	font-size: 1.2em;
	font-weight: bold;
}

/* ******** THREAD LIST ******** */

table#threadlist tbody tr.row1 td {
	border-top: 2px solid #FFF;
}

table#threadlist tbody td {
	background-color: #;
	padding: 4px 15px 4px 2px;
	color: #666;
}

table#threadlist tbody td.title a {
	font-size: 1.2em;
	font-weight: bold;
}


div.notice {
	padding: 0 10px;
	border: 2px solid #FF0004;
	background-color: #;
}


/* ******** POST LIST ******** */

table#postlist th {
	background-color: #;
	padding: 3px 5px;
	color: #;
	border-top: 2px solid #FFF;
}

table#postlist th.date {
	font-size: smaller;
	font=weight: normal;
	white-space: nowrap;
	width: 25%;
}

table#postlist th.subject,
table#postlist th.count {
	font-weight: bold;
}

table#postlist th.count {
	text-align: right;
}

table#postlist td {
	padding: 8px 5px;
	color: #333;
	border-bottom: 2px solid #;
	vertical-align: top;
}

table#postlist form {
	margin: 0;
}

table#postlist .input {
	width: 340px;
	margin-bottom: 4px;
}

/* ******* CONTROl BAR ******** */

table.controls {
	width: 100%;
	margin-bottom: 1em;
}

table.controls td.buttons {
	text-align: left;
}

table.controls td.paging {
	text-align: right;
}

table.controls td.paging ul {
	float: right;
}

/* ******** PAGER ******** */

ul.pager {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pager li  {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	float: left;
}

.error {
	color:#CC0000;
}
.success {
	color:#4E9821;
}
.forum-name {font-size: 110%}
div.forum-summary ul,div.forum-summary li {margin-top: 0.125em; margin-bottom:0.125em;}
#created {border: solid 1px #f1e300; padding: 0.25em; background-color:#f1e300}
#created p {padding: 0.25em 1em 0.25em 3em; background-image:url(/shared/gfx/info.png); background-position: 1% 50%; background-repeat:no-repeat; vertical-align: baseline; }
