body {
}


/***** Description: These classes style the forums table *****/
#forums_list_table
{
	border: 0;
	width: 100%;
	font-size: 100%;
	margin: 0 0 2em 0;
}

#forums_list_table tr th
{
	text-align: left;
	border: 0;
	font-weight: bold;
	background-color: #ffffff;
	color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 0.7em;
}

#forums_list_table tr td
{
	border: 0;
	background-color: #ffffff;
	color: inherit;
	border-bottom: solid 1px #D6D6D6;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

#forums_list_table tr th.forum
{
	text-align: left;
}

#forums_list_table tr td.forum
{
	text-align: left;
}

/* These style the closed topics within the forums table */
#forums_list_table tr.closed_topic
{
	color:#585858;
	background-color: inherit;
}

#forums_list_table tr.closed_topic td a
{
	color:#585858;
	background-color: inherit;
	text-decoration: none;
}

/***** Description: This styles the container for the members' *****/
/***** introduction area. *****/

.member_intro
{
	background-color: #D6D6D6;
	color: inherit;
	padding: 0.5em 0.5em 0.8em 0.8em;
	margin-bottom: 1.5em;
}


/***** Description: This positions the image of the member within *****/
/***** the members' introduction area. *****/
.member_image
{
	float: left;
	padding: 0.5em 1em 0 0;
}

.member_intro .content
{
	background-color: inherit;
	color: inherit;
}


/***** Description: These classes style each post within the forum *****/
.post_title
{
	color: #464646;
	background-color: #D6D6D6;
	padding: 0.4em 0.4em 0.4em 0.4em;
}

.post_title span.title
{
	font-weight: bold;
}

.post_state
{
	float: left;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	border-top: solid 0.1em #D6D6D6;
	border-left: solid 0.1em #D6D6D6;
	border-bottom: solid 0.1em #D6D6D6;
}

.post_state a
{
	display: block;
	text-decoration: none;
	text-indent: 0.1em;
}

.post_state .post_link
{
	font-size: 1.4em;
	text-align: center;
}

.post_content
{
	padding: 0.5em 0.5em 1.2em 0.5em;
	margin-left: 2em;
	border: solid 0.1em #D6D6D6;
}

/***** Description: This styles the area that appears if no user *****/
/***** has logged in. *****/

.forum_anonymous
{
	margin-top: 2.5em;
	margin-bottom: 1em;
	padding-left: 1em;
}

/***** Description: These style the container area that appears *****/
/***** within a topic if the user has logged in. This is the *****/
/***** container that shows the input fields to allow the user *****/
/***** to post a reply to the topic. *****/
.forum_logged_in
{
	margin-left: 2em;
}

.forum_logged_in fieldset
{
	width: 40%;
	padding-top: 2em;
	margin-top: 2em;
}

.forum_logged_in fieldset form textarea
{
	width: 92%;
}

.forum_logged_in fieldset legend
{
	font-size: 100%;
}
/***** Description: These classes style the pager object which *****/
/***** can/might be used in any of the forum pages. *****/
#forums_pager
{
	text-align: right;
	float: right;
	padding-bottom:1em;
	padding-top:1em;
}

#forums_pager p
{
	border: 0;
	padding:3px 6px 3px 6px;
	margin-right:0.1em; 
	height: 1.5em;
	width: 1.5em;
	display: inline;
}

#forums_pager a
{
	height: 1.5em;
	width: 1.5em;
	padding: 3px 6px 3px 6px; 
	margin-right: 0.1em; 
	border: solid 1px #cccccc; 
	text-decoration: none;
}

#forums_pager a:hover
{
	background-color: #666666;
	color: #ffffff;
	border: solid 1px #666666;
}

/***** Description: These classes define the border colour for *****/
/***** each section of the site that will be used within the forums *****/
/***** template. *****/
#forums_list_table tr.getinvolved_border_colour th
{
	border-bottom-color: #e54203;
}

#forums_list_table tr.aboutus_border_colour th
{
	border-left: solid 3px #de050a;
}

#forums_list_table tr.business_border_colour th
{
	border-left: solid 3px #bb0adb;
}

#forums_list_table tr.contacts_border_colour th
{
	border-left: solid 3px #b6b5b5;
}

#forums_list_table tr.home_border_colour th
{
	border-left: solid 3px #b6b5b5;
}

#forums_list_table tr.members_border_colour th
{
	border-left: solid 3px #BA9050;
}

#forums_list_table tr.news_border_colour th
{
	border-left: solid 3px #05a405;
}

#forums_list_table tr.senedd_border_colour th
{
	border-left: solid 3px #2951d1;
}

#forums_list_table tr.general_border_colour th
{
	border-left: solid 3px #b6b5b5;
}

