/*Forum***************************************************************************************/ 
.subject0{
	padding: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left:30px;
	margin-right:30px;	
	padding-left: 10px;
	background-color: #F0F8FF;
	border-bottom: 1px solid #6495ED;	

}
.subject1{
	padding: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left:30px;
	margin-right:30px;	
	
	padding-left: 10px;
	background-color: #FFFFF0;
	border-bottom: 1px solid #6495ED;
}
.border{
	border: 1px solid #6495ED;
}

.border2{
	border: 1px solid Navy;
}

.fline{
	background-color: #99CCFF;
	color: #99CCFF;
	width: 100%;
	height: 5px;
	border: 0px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.SubjAuthor{
	color: #6495ED;
	font-size: 90%;
	font-style: italic;	
}
.SubjName{
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
/*	color: #4169E1;*/

}
.Msg{
	background-color: #F0F8FF;
	color: Navy;
	padding: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 90%;
	background-image: url(forum/images/back_msg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
/*	font-family: "Comic Sans MS"; */
}
.MsgAuthor{
	background-color:#99CCFF;
	background-image: url(forum/images/back_auth.gif);
	background-position: top;
	background-repeat: repeat-x;
	color:White;
	padding:5px;
	font-weight:bold;
	font-size:95%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.SubjHeadAuth{
	background-color: #3A6EA5;
	background-image: url(forum/images/back_subjauth.gif);
	background-position: top;
	background-repeat: repeat-x;

	color: White;
	padding: 5px;
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.SubjHeadMsg{
   background-color: #FFFFE0;
	padding: 15px;
	margin:0px;
	background-image: url(forum/images/back_subjmsg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
}
.lastAuth{
	color: #FFA500;
	font-size: 85%;
	font-style: italic;
}

.pages{
	text-decoration : none;
	font-size : smaller;
}
.PagesHead{
	font-size : smaller;
	font-weight : bold;
	letter-spacing : 5px;
	color : #A9A9A9;
}
.Stat{
	font-size:smaller;	
	color : #A9A9A9;	
	text-align: right;
	clear:both;
}
.ForumForm{
	width:95%;
	height:170px;
}
.F_SubjTable_Header{
	font-weight: bold;
	font-size:90%;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFE0;
	padding:3px;
	padding-top:5px;
	padding-bottom:5px;	
}
.F_SubjTable{
	color: Navy;
	font-size:90%;
}
/* end of Forum*******************************************************************************/

