/* CSS Document */

.lister
{
	margin: 0px 0px 8px 0px;
	width: 760px;
}

.lister #forum_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #2D4469;
	margin: 0px 0px 0px 0px;
}

.total
{
	width: 760px;
	height: 36px;
	margin: 4px 0px 4px 0px;
	vertical-align: middle;
}

.total #navigator
{ 
	width: 640px;
	float: left;
	padding: 3px 0px;
	vertical-align: middle;
}

.total #navigator A
{ 
	font-weight: bold;
}

.total #new_topic
{
	width: 120px;
	text-align: right;
	float: right;
	vertical-align: middle;
}

.lister_tbl
{
	width: 760px;
	border: 2px Solid #8BAAEA;
}

.lister_tbl #title_cell
{
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/title_background.gif');
	background-repeat: repeat-x;
	background-color: #2F4F80;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: White;
}

.lister_tbl #just_cell
{
	height: 32px;
	background-image: url('images/main_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #ECF2F8;
	text-align: center;
	vertical-align: middle;
}


.lister_tbl #icon_cell
{
	width: 50px;
	background-image: url('images/main_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #ECF2F8;
	text-align: center;
	vertical-align: middle;
}

.lister_tbl #topic_cell
{
	width: 280px;
	height: 36px;
	background-image: url('images/main_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #ECF2F8;
	padding-left: 8px;
	vertical-align: middle;
}

.lister_tbl #forum_cell
{
	width: 100px;
	height: 36px;
	background-image: url('images/main_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #ECF2F8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.lister_tbl #link
{
	color: #2D4469;
	text-decoration: none;
}

.lister_tbl #link:hover
{
	color: #0185F1;
	text-decoration: none;
}

.lister_tbl #answer_cell
{
	width: 80px;
	background-image: url('images/other_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #E4EBF4;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 0px 1px;
}

.lister_tbl #author_cell
{
	width: 80px;
	background-image: url('images/other_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #E4EBF4;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 0px 1px;
}

.lister_tbl #views_cell
{
	width: 80px;
	background-image: url('images/other_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #E4EBF4;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 0px 1px;
}

.lister_tbl #lps_cell
{
	background-image: url('images/other_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #E4EBF4;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 0px 1px;
}

