
td {
	padding: 0.5em;
	border-bottom:1px solid #E9E1F0;
}

thead th {
	background: #5D4672;
}

th {
	text-align: left;
	color: #fff;
	padding: 0.3em 0 0.3em 0.3em;
}

.tc2, .tc3 {
	text-align: center;
	padding-right: 2em;
}

.tcr {
	width: 25%;
}

/* hide top page links */
.linkst ul, .linkst .conl {
	display: none;
}

p.postlink {
	text-align: center;
	height: 22px;
}

p.postlink a {
	
	padding: 0.5em 0 0.5em 26px;
	background: url(/images/forum/postnew.png) no-repeat center left;
	border-top: 1px solid #e9e1f0;
	border-bottom: 1px solid #e9e1f0;
}

.block {
	margin-top: 2em;
}

#idx1 { 
	padding: 1.5em 0;
}

#idx1 h2 {
	display: none;
}

dt {
	margin-bottom: 1.2em;	
	color: #90C32C;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

/* forum name */
#vf h2 { display: none; }

.blocktable { margin-bottom: 1em; }

/* TODO: This SHOULD be displayed */
#brdheader ul.conr {
	display: none;
}

#brdwelcome {
	padding-bottom: 1em;
}


/******************************************************************************
 * navigation                                                           
 ******************************************************************************/
#brdmenu {
	width: 100%;
	overflow: hidden;
	margin: 0 0 2em 0;
}

#brdmenu li {
	height: 22px;
	float: left;
	margin-right: 2em;
}

#brdmenu li a {
	vertical-align: middle;
}

#brdmenu li {
	padding-left: 26px;
}

#brdmenu li#navindex { background: url(/images/forum/post.png) no-repeat; }
#brdmenu li#navuserlist { background: url(/images/forum/userlist.png) no-repeat; }
#brdmenu li#navsearch { background: url(/images/forum/search.png) no-repeat; }
#brdmenu li#navprofile { background: url(/images/forum/profile.png) no-repeat; }
#brdmenu li#navadmin { display: none; background: url(/images/forum/admin.png) no-repeat; }
#brdmenu li#navpm { background: url(/images/forum/messages.png) no-repeat; }
#brdmenu li#navregister { background: url(/images/forum/register.png) no-repeat; }
#brdmenu li#navlogin { background: url(/images/forum/login.png) no-repeat; }
#brdmenu li#navlogout { background: url(/images/forum/logout.png) no-repeat; }

/* status */
#brdwelcome {
	width: 100%;
	overflow: hidden;
}

#brdwelcome p { /* not logged in message */
	display: none;
}

#brdwelcome ul li {
	float: left;
	padding: 0.5em 1em 0.5em 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}

/******************************************************************************
 * post icons                                                               
 ******************************************************************************/
tr .icon {
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 1em 0 0;
	padding-top: 0.2em;
	background: url(/images/forum/post.png) no-repeat bottom left;
}

tr.isticky .icon, tr.iclosed .icon {
	background: url(/images/forum/sticky.png) no-repeat;
}

tr.inew .icon {
	background: url(/images/forum/newpost.png) no-repeat;
}

tr .icon .nosize {
	display: none;
}

.stickytext {
	font-size: 1.2em;
}

.tclcon a {
	font-size: 1.2em;
}

div.intd {
	position: relative;
}

div.icon {
	position: absolute;
	top: 0;
	left: 0;
}

div.tclcon {
	padding-left: 35px;
}

span.byuser {
	color: #aaaaaa;
	display: block;
	margin-top: 0.2em;
}

/* pages */
.linksb { 
	margin-top: 1em; 
}

.linksb ul {
	display: none;
}

/* topic links */


/******************************************************************************
 * board stats                                                        
 ******************************************************************************/
 /*
#brdstats {
	width: 100%;
 	overflow: hidden;
}

#brdstats h2 {
	display: none;
}
 
#brdstats dl { 
 	float: left; 
	margin-right: 2em;
}
 
#brdstats dt { margin-bottom: 0.5em; }
*/

/******************************************************************************
 * board footer                                                             
 ******************************************************************************/
#brdfooter {
	width: 100%;
	overflow: hidden;
}

#brdfooter h2, #brdfooter p.conr { display: none; }

#brdfooter #searchlinks dt {
	margin-bottom: 0.5em;
}

#brdfooter #searchlinks dd {
	float: left;
	margin-right: 1em;
}

/******************************************************************************
 * posts                                                      
 ******************************************************************************/
.blockpost {
	width: 100%;
	overflow: hidden;
}

.blockpost dt {
	text-transform: none;
}

.blockpost .postleft, .blockpost .postright, .blockpost .postfootleft, .blockpost .postfootright {
	float: left;
}

.blockpost .postleft, .blockpost .postfootleft { width: 30%;}
.blockpost .postright, .blockpost .postfootright { width: 70%; }

.blockpost h2 { 
	xmargin-top: 1em;
	padding: 0.5em 0;
	border-top: 0.1em solid #e9e1f0;
	border-bottom: 0.1em solid #e9e1f0;
	text-align: right; 
	background: #fff url(/images/forum/post_bg.gif) repeat-x;
}

.blockpost .postfootleft p {
	margin: 0;
}

.blockpost .postfootleft, .blockpost .postfootright {
	padding: 0.5em 0;
	border-top: 1px solid #e9e1f0;
}

.blockpost h3 {
	display: none;
}

.blockpost {
	margin: 2em 0;
}

.blockpost .clearer {
	clear: both;
}

/* report / quote post links */
.blockpost .postfootright, .blockpost .postfootleft {
	margin-top: 1em;
}

.blockpost .postfootright li {
	height: 22px;
	float: left;
	margin-right: 2em;
}

.blockpost .postfootright li a {
	vertical-align: middle;
	margin-right: 0.5em;
}

.blockpost .postfootright li {
	padding-left: 26px;
}

.blockpost .postfootright .postreport { display: none; background: url(/images/forum/report.png) no-repeat; }
.blockpost .postfootright .postquote { background: url(/images/forum/quote.png) no-repeat; }
.blockpost .postfootright .postedit { background: url(/images/forum/edit.png) no-repeat; }
.blockpost .postfootright .postdelete { background: url(/images/forum/delete.png) no-repeat; }
.blockpost .postfootright .postreply { background: url(/images/forum/reply.png) no-repeat; }

.postlinksb ul {
	display: none;
}

/******************************************************************************
 * forms                                                    
 ******************************************************************************/
.blockform fieldset, .blockfieldset {
 	margin-top: 2em;
 	padding: 2em 1em 1em 1em;
 	border: 1px solid #e9e1f0;
}

.blockform legend, .block legend {
 	padding: 0 0.5em;
 	color: #5d4672;
 	font-size: 1.2em;
}

.blockform label {
	margin: 0 0 1em 0;
}
 
.blockform .bblinks {
 	display: none;
}

.blockform textarea, .blockform input, .blockform select {
	font-weight: normal;
	font-size: 0.9em;
}
 
.blockform textarea, .blockform input.longinput {
 	width: 95%;
}

.blockform select option {
	padding-right: 1em;
}

.blockform p.clearb {
	margin: 0;
}

.blockform p input {
	margin: 1em 1em 0 0;
	border: 2px outset #e9e1f0;
	background: #5d4672;
	color: #fff;
	font-weight: bold;
}

/******************************************************************************
 * profile (edit)                                             
 ******************************************************************************/
 
.blockmenu ul {
	width: 100%;
	overflow: hidden;
}

.blockmenu {
	margin-bottom: 2em;
}

.blockmenu li {
	float: left;
	margin-right: 1em;
}

.blockmenu li.isactive a {
	text-decoration: underline;
}

/******************************************************************************
 * profile (read)
 ******************************************************************************/
#viewprofile .inform {
	margin-bottom: 1em;
}

#viewprofile .infldset {
	padding: 1em;
}

#viewprofile dt {
	margin-bottom: 0.5em;
}

#viewprofile dd {
	margin-bottom: 1em;
}

/******************************************************************************
 * redirect                                              
 ******************************************************************************/
 #punredirect {
 	margin-top: 10em;
 	text-align: center;
 }
	
