/****************** FORUM STYLES ******************/
/*    - initial                                    */
/*    - forum                                      */
/***************************************************/
/* ----------------- forum main ------------------ */
#forumIntro {
	margin-top:15px;	
}
#forumFilter {
	padding: 10px;
	background-color : #E0E0E0;
	margin-top:15px;
}
.forumFilterItem {
	float: left;
	margin-left: 10px;
	color: #D2232C;
	font-weight : bold;
}
.forumLine0 {
	background-color : #FFFFFF;
	height: 18px;
	clear: both;
}
.forumLine1 {
	background-color : #F0F0F0;
	height: 18px;
	clear: both;
}
.forumTitle {
	padding-top: 2px;
	font-size : xx-small;	
	font-weight: bold;	
	text-decoration : none;
	color : #D2232C;
	float: left;
}
.forumTitle a {
	font-size : x-small;	
	font-weight: bold;	
	text-decoration : none;
	color : #008D46;
}
.forumTitle a:hover {
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C;
}
.forumDate {
	padding-top: 2px;
	float: right;
}
.forumCount {
	padding-top: 2px;
	float: right;
	font-weight : bold;
	width: 25px;
	text-align: right;	
}
/* ----------------- forum thread ------------------ */
#forumTab { 
	line-height:26px; 
}
#forumTab a {
	color: #FFFFFF;
	padding: 0px 10px ;
	/* border: 1px solid #DFDFDF; */ 
	background-color: #008D46;
	/* border-bottom: none; */
	position: relative;
	top: 4px; /* for ie5*/
	height: 20px; /* for ie5*/
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family: inherit; 	
	top: 2px; /*ie mac gets this*/
	height: auto;
	padding: 3px 10px 4px;
}
/*ie5 jumps this next style because of voice family hack above - It must follow immediately */
/* commented backslash mac hiding hack  \*/ 
#forumTab a {
	top: 3px;
	height: auto;
	padding: 3px 10px 4px;
} 
/* end hack 004D95 D2232C 008D46 E0E0E0 */ 
#forumTab a:hover {	
	background-color: #D2232C;
	color: #FFFFFF;	
}
#forumTab a.forumTabNA {
	background-color: #E0E0E0;
	color: #FFFFFF;
}
.forumLink {
	font-size : xx-small;
	font-weight: bold;	
	text-decoration : none;
	color : #D2232C ;
}
.forumLink A {
	font-size : x-small;
	font-weight: bold;	
	text-decoration : none;
	color : #008D46 ;
}
.forumLink A:HOVER {
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C ;
}
.forumDiv {
	clear: both;
	margin-top:15px;
	border-top: 1px solid #000000;
}
.forumTag {
	font-size : x-small;
	font-weight: normal;	
	text-decoration : none;
	color : #000000 ;
}
.forumTag A {
	font-size : x-small;
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C;
}
.forumTag A:HOVER {
	font-weight: bold;	
	text-decoration : underline;
	color : #008D46;
}
.forumLine {
	clear: both;
}
.forumLabel {
	padding-top:2px;
	float:left;
	width: 150px;
}
.forumInput {
	float:left;
}
#forumCaptcha {
	clear: both;
}

