/**************** FORUM 1 *******************/

/*  this are the forum display classes */
table.forumMainHolder {
	width:100%;
	border-color: #ADADAD;
	border-width: 1px;
	border-style: solid; 
	border-collapse: collapse;
	border-spacing: 0px;
}

/**************************************************/

/* Forum rows */
tr.forumTopRow {
	background-color: #BDBDBD;
	font-weight: bold;	
}

		td.TopLeftColumn {			
			padding: 5px;
		}

		td.TopCenterColumn {			
			padding: 5px;
		}
		
		td.TopRightColumn {			
			padding: 5px;
		}
		
tr.forumFootRow {
	background-color: #BDBDBD;	
}

tr.forumRowHolder {
	background-color: #EBEBEB;
}

/* Forum Columns*/
td.forumColumn {	
	padding: 5px;
	color: #565656;
	font-size: 12px;	
	border: #ADADAD 1px solid;
}

		td.forumLeftColumn {

		}

		td.forumCenterColumn {
		width: 100px;
		text-align: center;
		}

		td.forumRightColumn {
		width: 150px;
		text-align: center;		
		}

td.ForumFootColumn {	
	padding: 5px;
}
/***********************************************/
/*  TEXT forum classes */

/* Titles */
div.forumTitleLeft {
	color: white;
}
div.forumTitleCenter {
	color: white;
	text-align: center;
}
div.forumTitleRight {
	color: white;
	text-align: center;
}

/* Texts */
div.ForumThreadHolder {}

		a.ForumThreadTitle {
			text-decoration: none;
			color: #E7820C;
			font-weight: bold;
		}

		a.ForumThreadTitle:hover {
			text-decoration: underline;
		}

		div.ForumThreadText {}

/* Last post - start */ 
div.date {}
div.hour {}
div.person {}
/* Last post - end */
		
div.forumFootText {
	color: white;
	font-weight: bold;	
}

/*-------------------*/
div.forum_newpost {
	font-weight: bold;	
	color: gray;
	cursor: pointer;
	
}

span.f_txt {
	color: gray;
}

.forum_submit {
		font-weight: bold;
		color: #CF6D01;
		border: gray 1px solid;

}

/*-------------------*/
/**************** FORUM 1 - END *******************/

/**************** FORUM 2 - START *******************/
/*  this are the forum display classes */
table.forumMainHolder2 {
	width:100%;
	border-color: #ADADAD;
	border-width: 1px;
	border-style: solid; 
	border-collapse: collapse;
	border-spacing: 0px;
}

/**************************************************/

/* Forum rows */
tr.forumTopRow2 {
	background-color: #BDBDBD;
	font-weight: bold;	
}

		td.TopLeftColumn2 {			
			padding: 5px;
		}

		td.TopCenterColumn2 {			
			padding: 5px;
		}
		
		td.TopRightColumn2 {			
			padding: 5px;
		}
		
tr.forumFootRow2 {
	background-color: #BDBDBD;	
}

tr.forumRowHolder2 {
	background-color: #EBEBEB;
}

/* Forum Columns*/
td.forumColumn2 {	
	padding: 5px;
	color: #565656;
	font-size: 12px;	
	border: #ADADAD 1px solid;
}

		td.forumLeftColumn2 {

		}

		td.forumCenterColumn2 {
		width: 100px;
		text-align: center;
		}

		td.forumRightColumn2 {
		width: 150px;
		text-align: center;		
		}

td.ForumFootColumn2 {	
	padding: 5px;
}
/***********************************************/
/*  TEXT forum classes */

/* Titles */
div.forumTitleLeft2 {
	color: white;
}
div.forumTitleCenter2 {
	color: white;
	text-align: center;
}
div.forumTitleRight2 {
	color: white;
	text-align: center;
}

/* Texts */
div.ForumThreadHolder2 {
	
}

		a.ForumThreadTitle2 {
			text-decoration: none;
			color: #E7820C;
			font-weight: bold;
		}

		a.ForumThreadTitle:hover2 {
			text-decoration: underline;
		}

		div.ForumThreadText2 {
			color: Black;
			font-size: 12px;		
		}

/* Last post - start */ 
div.date2 {}
div.hour2 {}
div.person2 {}
/* Last post - end */
.answers {}
span.answersNumber {}
.views {}
span.viewsNumber {}

div.forumFootText2 {
	color: white;
	font-weight: bold;	
}
/**************** FORUM 2 - END *******************/

/**************** FORUM 3 - START *******************/

/*  this are the forum display classes */
table.forumMainHolder3 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}


tr.forumTopRow3 {
	background-color: #BDBDBD;
	font-weight: bold;
}

tr.forumTextRow {}

td.forumTopColumn {
	border: #ADADAD 1px solid;
	padding: 5px;
}

td.forumColumn3 {
	border: #ADADAD 1px solid;
	background-color: #EBEBEB;
	padding: 5px;
	vertical-align: top;
}

		td.forumLeftColumn3 {
			width: 150px;	
		}

		td.forumRightColumn3 {
				
		}

/*  TEXT forum classes */
div.forumTopTitle {
	/*color: #E7820C;*/
	color: white;
}

/* Texts */
div.forumLeftTextHolder {}
		div.postedby {}
		div.post {}
		div.date3 {}
		div.hour3 {}

div.forumCenterTextHolder {
	padding: 5px;
}