html, body{}td{font-family:Arial, sans-serif;font-size:8pt;color:#FFFFFF;}.mnbdy{background-color:#000000;overflow:auto;padding:2px;margin:0px;}.fmbdy{background-color:#000000;padding:2px;margin:0px;}.hbtbl{table-layout:fixed;word-wrap:break-word;overflow:hidden;}.stxt{color:#FFFFFF;}.stxt2{background-color:#131313;color:#FFFFFF;}.dtxt{color:#696969;font-size:7pt;text-align:left;}.dtxt2{color:#767676;font-size:7pt;text-align:left;}.cfrm{margin-bottom:0px;}.frmtb{padding-left:3px;padding-right:3px;font-family:Arial, sans-serif;font-size:8pt;background-color:#131313;border:#131313 1px solid;color:#FFFFFF;margin: 1px 2px 1px 2px;}.frmbtn{font-family:Arial, sans-serif;font-size:8pt;background-color:#343434;border:#131313 1px solid;color:#FFFFFF;font-weight:bold;padding-left:3px;padding-right:3px;vertical-align:top;margin: 2px 2px 2px 2px;}.lnk{color:#860000;}.pic{width:45px;height:45px;margin-left:-2px;margin-right:0px;padding-right:2px;float:left;}

.spoiler { color:#1a1a1a; background-color:#1a1a1a; }

.content img { 
	max-width: 100%;
	border-style: none
	}
/*
ShoutPro 1.5 - default.css
ShoutPro is licensed under the Creative Commons Attribution-ShareAlike 2.5 License. For more information see the file LICENSE.TXT in the documentation folder included with this distribution, or see http://creativecommons.org/licenses/by-sa/2.5/.  

This file is default.css.  It is ShoutPro's default theme - "chrome".
*/

body {
	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color: #1e1e1e; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 0px 0px 0px 0px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color: #ffffff; /*The main text color.  Default is #DDDDCC.*/
	font-size: 8pt;  /*Text size in points.  Default is 10pt.*/
	font-family: Arial; /*The font used.  Default is Tahoma.*/

	padding: 0px;
}

.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Arial;
	font-size: 8pt;
	border: 2px solid #1e1e1e;
	background-color: #131313;
	color:#FFFFFF;
	text-align:left;
}

#name, #pass, #shout {
	width: 100%;
}

#buttons {
	width: 100%;
	text-align: left;
}

.name {
	color: #ffffff; /*The color users' names appear in when they have no special name color defined.  Default is #FF0000.*/
	font-weight: bold;
}

/*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: #1a1a1a; padding: 3px 5px 3px 7px;}
#row-two {background-color: #131313; padding: 3px 5px 3px 7px;} /*opacity:0.9; filter:alpha(opacity=90)}*/
/*#row-one {background-color: #1e1e1e;} */
/*#row-two {background-color: #131313;} */

.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: 0pt;
	text-align: left;
}
