/* CSS Document */

.shoutbox {	
	width:100%;	
	height:300px; 
	overflow:auto;
	font-family:Tahoma;
	border:1px solid #CCCCCC;
	border-width:thin;
	border-bottom:2px solid #666666;
		
}
.bottompane {
	width:100%;
	padding-top:5px;
}

#ns1message, #ns1name{
	background-color:#C2F0B3;
	}

div.message{
	width:100%;
	font-family:Tahoma;
	font-size:12px;
	min-height:40px;
	border-bottom:1px solid #CCCCCC;	
	color:#FFFFFF;	
}

div.message:hover{
	background:#000000;	
	color:#FFFFFF;
	cursor:pointer;
}


div.messagedate{
	text-align:right;
	font:Tahoma;
	font-size:9px;	
	padding-right:5px;
	color:#F4AC29;	
}

div.messagename{	
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	color:#417BF5;
	
}

div.messagecontent{
	font-family:Tahoma;
	font-size:11px;
	padding-left:15px;
	padding-right:5px;	
	text-align:justify;
}
.toppane{
	width:100%;
}
.lowerpane{
	width:100%;
	padding-bottom:5px;
}
.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:150px;
	float:right;
}
.namecaption{
	width:20px;
	float:left;
	font-family:Tahoma;
	color:#759E16;
	font-size:11px;
}
.messageholder{
	width:150px;
	padding-top:5px;
	float:right;
}
.messagecaption{
	width:40px;
	padding-top:10px;
	float:left;
	font-family:Tahoma;
	color:#759E16;
	font-size:11px;
}

