/* 
Copyright ©2006 keral.com
Developed by : 	Rajesh.M
				Rajeesh.C.V				
				Sible				
				Sreejith
				Vinod Chattergee


Description	: This css file is used to create style for all the Chat pages inside keral.com				
*/

h3{
	font-size:16px;
	font-weight:bold;
}


#chatContent{
	padding:10px;
}
.chatHead{
	background-color:#F07905;
	color:#FFFFFF;
}
.chatRoomTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
}
.chatRoomTitle a{
	color:#FFFFFF;
	text-decoration:none;
}
.chatRoomTitle a:hover{
	text-decoration:underline;
}

.chatApplet{
	width:600px;
	text-align:center;
	background-color:#FFFFFF;
	height: 400px;
}
.chatArticle{
	font-size:11px;
	text-align:justify;
	padding:10px;
}
