.xdforumpostheader0 {
	padding: 2px;
	background-color: #D0DA9B;
	font-family: arial;
	border-bottom: 1px dashed #555;
}

.xdforumpostcontainer0 {
	background-color: #EDF3C6;
	border-bottom: 1px solid #222;
}

.xdforumpostcontent0 {
	padding: 12px;
	font-family: arial;
	background-color:#ECF2C9;
}

.xdforumpostheader1 { 
	padding: 12px;
	background-color: #D0DA9B;
	font-family: arial;
	border-bottom: 1px dashed #555;
}

.xdforumpostcontent1 {
	padding: 2px;
	font-family: arial;
}

.xdforumpostcontainer1 {
	background-color: #EDF3C6;
	border-bottom: 1px solid #222;
}

.xdf_announcement {
	display: block;
	/*border: 1px solid #FFFDFE;
	background: #ffffff;
	background: url(/wp-content/plugins/xdforum/images/announcement.jpg) no-repeat 5px 5px;*/
	font-size:14px;
	font-weight:bold;
	color:#434812;
	padding: 5px 0px 15px 0px;  /* top,right,bot,left.. just fyi */
}


/* Div Showing forum links in left div */
#divForumLeft {
background: #D0DA9B;
width: 250px;
overflow: auto;
height: 369px;
vertical-align: top;
float: left;
clear: left;
}
/* Div Showing forum content in right side */
#divForumRight {
background: #EDF3C6;
width: 495px;
overflow: auto;
height: 369px;
float: right;
vertical-align: top;
clear: right;
}
/* Div containing both div os folder */
#ForumContainer {
width: 746px;
background: #EDF3C6;
}
#forum_subnav /* ul container for forum_subnav links */
{
margin:0px;
overflow:hidden;
padding-left: 7px;
}
.forum_page_item { /* forum_subnavigation li */
list-style:none;
font-size: 12px;
}
.forum_current_page_item { /* active forum_subnavigation li */
list-style:none;
font-size: 12px;
font-weight:bold;
color:#FFFFFF;
}
#forum_subnav li a{ 
			width:200px;
			padding-left:7px;
			display:block;
			font-size:11px;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			text-decoration:none;
			border-bottom:dotted 1px #92A158;			
			color: #444444;
			line-height: 15px;
}

.forum_list_item {
	width:207px;
	display:block;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
	color: #444444;
	line-height: 15px;
}
.forum_current_item {
	width:207px;
	display:block;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
	color: #444444;
	background: #A0AF4C;
	font-weight: bold;
	line-height: 15px;
}
#forum_subnav li a:hover { 
			color:#444444;
			background: #A0AF4C;
			/*border-bottom:dotted 1px #000000;*/
}
#forum_subnav li {
margin-top: 0px;
margin-bottom: 0px;
}
.forum_current_page_item ul li a:visited { /* active secondary forum_subnavigation ul */
background:none;
color: black;
font-weight:normal;
margin-left:0px;
}
.forum_current_page_item ul li a, .forum_current_page_item ul li a:visited, .forum_current_page_item ul li a:hover{ 
	font-size: 12px;
	color: #444444;
	line-height: 15px;
}
#divGroupHeading {
margin-left: 14px;
font-size:13px;
}

#forum_table
{
width: 100% !important;
width: 96%;
}

