/* CSS Document */

.shoutbox {	
	width:285px;	
	height:255px; 
	overflow:auto;
	font-family:Tahoma;
	border-width:thin;

		
}
.bottompane {
	width:100%;
	padding-top:15px;
}

div.message{
	width:270px;
	font-family:Tahoma;
	font-size:12px;
	min-height:40px;
	border-bottom:1px #DCE6ED dashed;	
	color:#FFFFFF;	
}
.restictWord{
color:#DCE6ED;
font-weight:bold;
}
div.message:hover{
	background:#0F1110;	
	color:#93CDCE;
	cursor:pointer;
}


.messagedate{
	padding-top:5px;
	text-align:right;
	font:Tahoma;
	font-size:9px;	
	width:270px;
}

.messagename{	
	font-family:Tahoma;
	font-size:11px;
	padding-left:5px;
	padding-bottom:2px;
	
}
.messagename2{	
	font-family:Tahoma;
	font-size:11px;
	padding-left:5px;
	color:#FCFEFD;
	font-weight:bold;
	width:270px;
	
}

.messagecontent{
	font-family:Tahoma;
	font-size:11px;
	padding-left:5px;
	text-align:justify;
	font-weight:normal;
	height:auto;
	color:#E4E6F5;
	width:270px;

}
.toppane{
	width:100%;
	height:20px;
}
.lowerpane{
	width:100%;
	/*padding-bottom:5px;*/
	height:20px;
}
.messagebox{
	border:1px solid #666666;
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	width:100%;
}
.name{
	border:1px solid #666666;
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	width:100%;
}
.nameholder{
	width:140px;
	float:right;
	height:20px;
}
.namecaption{
	width:30px;
	float:left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
}
.messageholder{
	width:140px;
	/*padding-top:5px;*/
	float:right;
	height:20px;
}
.messagecaption{
	width:30px;
	/*padding-top:10px;*/
	float:left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
}

