body {
	/*These control the custom scrollbars for Internet Explorer only.  To disable, just delete the values.*/
	scrollbar-face-color: #DEDEDE;
	scrollbar-arrow-color: #BCBCBC;
	scrollbar-track-color: #CDCDCD;
	scrollbar-shadow-color: #CDCDCD;
	scrollbar-highlight-color: #CDCDCD;
	scrollbar-3dlight-color: #CDCDCD;
	scrollbar-darkshadow-Color: #CDCDCD;
	
	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color: #CDCDCD; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 2px 0px 2px 0px;   /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color: #333333;            /*The main text color.  Default is #DDDDCC.*/
	font-size: 10pt;           /*Text size in points.  Default is 10pt.*/
	font-family: Tahoma;       /*The font used.  Default is Tahoma.*/
}

/*Link Styles */

a:link{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Tahoma;
	font-size: 10pt;
	border: 1px solid #FFFFFF;
	background-color: #ECECEC; /* #333333; */
	color:#000000;
	text-align:left;
}

#shoutsidebox_Msie {
	width: 137px; /* 18px less then iframe */
}

#shoutsidebox_Firefox {
	width: 134px; /* 21px less then iframe */
}

#shoutcentrale {
	width: 300px; 
}

/*The following values control the background colors of the alternating shout display rows.  To disable alternate row coloring, set both values to the same color.*/
.row-one {background-color: #DEDEDE;}
.row-two {background-color: #CDCDCD;}

.name {
	font-weight: bold;
}

.date-time {
        font-size: 80%; 
        color: #606060;
}

.copyrighttext {
	/*Styling for the copyright text at the bottom of every window.  Editing this so the copyright is not visible will violate your right to use ShoutPro!*/
	font-size: 7pt;
	text-align: center;
}

.maxchar {
	/*Styling for the copyright text at the bottom of every window.  Editing this so the copyright is not visible will violate your right to use ShoutPro!*/
	font-size: 8pt;
	text-align: left;
}
