/*			Filename:	discussion_board.css
			Author:		Stephen Kingston, skingston@media-doc.com
			Created:		August 23, 2005
			Version:		1.0

			Dependencies:	
		
			Purpose:		setting up all of the CSS styles for the discussion board
								
		
			Rev. History:	
								

*/

a	{
	color:#000;
	text-decoration:none;
	}

a:hover
	{
	text-decoration: none;
	}

.db_titlebar {
	background-color: #D0EFB5;
	background-position:center;
	background-repeat:repeat;
	color:#000;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
}

.db_forumbar {
	background-color:#155B13;
	background-position:center;
	background-repeat:repeat;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align:center;	
}

.db_forumbar a
	{color:#FFFFFF}

.db_topicbar {
	background-color:#efefef;
	color:#000000;
	font-size: 10px;
	text-align:center;
}
	
.db_topic_title {
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}

.db_topic_title_posts {
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	color: #000;
}

.db_topic_text {
	font-size: 12px;
	text-align:left;
}

.db_post_cell_even{
	background-color:#EFEFEF;
	padding: 5px;
}

.db_post_cell_odd{
	background-color:#DEE3E7;
	padding: 5px;
	/*FDFAE3 - light yellow / gold */
}

.db_post {
	font-size: 12px;
	text-align:left;
}

.db_post_dt {
	font-size: 10px;
	text-align:left;
	margin: 0px 10px 3px 0px;
	border-bottom: 1pt solid #FFFFFF;
}

.db_breadcrumbs{
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 80%;
}

.db_paging {
	font-size: 14px;
	text-align:right;
}

.db_paging_left {
	font-size: 14px;
	text-align:left;
}

.db_new_post_message{
	font-size: 12px;
	text-align:center;
	font-weight:bold;
	colour: #000000;
	border: 2pt solid #990000;
}
.db_next_topic {
	font-size: 12px;
	font-weight:bold;
	color:#0B0062;
}

.db_grey_out {
	font-size: 12px;
	font-weight:bold;
	color:#AAAAAA;
}

.db_admin_right {
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
	text-align:right;
}

.db_admin_left {
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
	text-align:left;
}

.db_text_field {
	font-size: 12px;
}


.style5 {color: #2061A2}
.style6 {color: #2061A2; font-size:12px; font-weight:bold;}

.nav_button a 
	{	display: block;
		padding: 5px;
		width: 90px;
		background-color: #155B13;
		border: 1px solid #000;
		color: #FFF;
		text-decoration: none;
		font-size:10px;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		margin: 3px;
		float:right;
	}
	
.nav_button a:hover 
	{	background-color:#D0EFB5;
		color:#155B13;
	}


