/* shoutbox styles */

#shout a, #shout a:link{text-decoration:none; color:#3366CC;font-weight:bold;cursor:pointer;}
#shout a:hover{text-decoration:none;color:#000000;}
#shout img{border:none; padding:0; margin:0;}
#shout .clear{clear:both;}

#shout{
	line-height:1em;
	color:#1A1A1A;
	font-size:10pt;
	font-family:Tahoma, Verdana, Georgia, Geneva, Trebuchet MS;
	width:200px;
	height:auto;
	text-align:left;
	text-transform:none;
	border:1px solid #C1C1C1;
	background-color:#F9F9F9;
	padding:2px;
}

#shout #shout_top{
	margin-bottom:2px;
}

#shout #shout_title{
	float:left;
	font-weight:bold;
	color:#000000;
}
#shout #shout_settings{
	float:right;
}

#shout #shout_content{
	height:200px;
	width:99%;
	border:1px #D6D6D6 solid;
	overflow:auto;
}

#shout .shout_line{
	background-color:#F5F5F5;
	border-bottom:2px solid #FCFCFC;
	padding:2px;
}
#shout .ushout_line{background-color:#FFFFDF;}

#shout .slusr{
	font-size:0.8em;
	font-weight:bold;
}
#shout .slusr:after{
	content:': '; /* Works on Firefox only */
}
#shout .slusr a, #shout .slusr a:link{border-bottom:1px dotted #000000; text-decoration:none; color:#1A1A1A; font-weight:bold;cursor:pointer;}
#shout .slusr a:hover {border-bottom:1px solid #000000; text-decoration:none;}

#shout .slmsg{
	font-size:0.8em;
}

#shout .sldate{
	font-size:0.7em;
	color:#ACACAC;
	text-align:right;
}
#shout .sldate:before{
	content:'on '; /* Works on Firefox only */
}

#shout #shout_online{
	text-align:center;
	font-size:0.7em;
}

#shout .shout_admin{
	font-size:0.7em;
}

#shout #shout_error_msg{
	display:none; /* Must be present for display effect */
	margin-top:1px;
	padding:2px;
	font-weight:bold;
	font-size:0.8em;
	color:#FF0000;
	background-color:#ebe5c0;
	border:1px solid #D6D6D6;
}
#shout #shout_error{float:right;}
#shout #shout_error_close{}

#shout input, #shout textarea{
	margin-top:1px;
	border:1px solid #D6D6D6;
	background-color:#FFFFFF;
	background-image:none;
	font-size:0.9em;
	color:#444444;
}
#shout input[disabled], #shout textarea[disabled]{
	color:#444444;
	background-color:#E0E0E0;
}

#shout #shout_form{}

#shout #form_name{}
#shout #input_name{width:75%;}

#shout #form_pass{display:none;}
#shout #input_pass{width:75%;}

#shout #form_url{}
#shout #input_url{width:75%;}

#shout #form_msg{}
#shout #input_msg{width:99%; height:50px;}

#shout #form_sub{float:left;}
#shout #input_sub{font-weight:bold; font-family: Trebuchet MS;}

#shout #shout_capt {font-size:0.8em; font-weight:bold; margin-left:2px;}
#shout #shout_capt img{margin-left:2px; vertical-align:bottom}

#shout #loader_refresh{float:right; margin-top:5px;}

#shout #shout_loader{display:none; /* Must be present for display effect */}
#shout #shout_loader img{margin-right:5px; vertical-align:middle;} 

#shout #shout_refresh{font-weight:bold; font-size:0.7em;}


/* IE only */

#shout{
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #F6F6F6;
	scrollbar-shadow-color: #F6F6F6;
	scrollbar-3dlight-color: #F6F6F6;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}