/*===================================================================================
| This CSS is created by HID Digital Solutions :: http://www.hid.nl.                |
===================================================================================*/
/*===================================================================================
| The five elements below represent the four columns in the table with a static     |
| width. By changing these values you can change the size of these columns.         |
===================================================================================*/
td.icon		{width:  10px;}
td.replies	{}
td.starter	{width: 60px;}
td.views 	{}
td.lastpost {width: 138px;}


/*===================================================================================
| The backgroundcolor of the columns "replies" and "views".                         |
===================================================================================*/
td.replies, td.views {
	/* background-color: rgb(221,221,221); */
}


/*===================================================================================
| The backgroundcolor of the columns "thread starter" and "lastpost".               |
===================================================================================*/
td.starter, td.lastpost {
	/* background-color: rgb(187,187,187); */ 
}


/*===================================================================================
| The background color of the other columns of the topic table, including the       |
| height of these rows.                                                             |
===================================================================================*/
tr.topicline {
	/* background-color: rgb(238,238,238); */
	height: 32px;
}


/*===================================================================================
| The font style (and margins / paddings) of several paragraphs.                    |
===================================================================================*/
p.moderators {                       /* The moderator info in the top of the page. */
	margin: 0px 0px 12px 0px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-size:10px;
}

p.users {                                             /* The users who are on-line */
	font-weight: bold;
	font-size:10px;
	margin: 0px 0px 5px 0px;
}

p.comment {                        /* Comments in front of the linkt to the topic. */
	font-weight: bold;
}

/*===================================================================================
| The table in which you'll find the selection box.                                 |
===================================================================================*/
.selection1, .selection2
{
	border: 0px;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	width: 50%;
}

.selection1 {text-align: right;}

.selection2 {text-align: left;}