/* ShoutPro 1.5 - oldschool .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 oldschool.css. It is the default theme from ShoutPro 1.0 and below - a dark blue background with white text. */ body{/*These are the basic settings for controlling how your shoutbox looks.*/ background-color:#FFF;/*The background color of the shoutbox. Default is #00538C.*/ margin:2px;/*Margins for the top,right,bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/ padding:2px;color:#444;/*The main text color. Default is #DDDDCC.*/ font-size:11px;/*Text size in points. Default is 10pt.*/ font-family:Verdana;/*The font used. Default is Tahoma.*/}/*Link Styles */ a:link{color:#999999;text-decoration:none;font-weight:bold}a:visited{color:#999999;text-decoration:none;font-weight:bold}a:hover{color:#999999;text-decoration:underline;font-weight:bold}a:active{color:#999999;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:Verdana;font-size:11px;border:1px solid #F90;background-color:#FFC;color:#333;margin:0 0 0 15px}#jmeno{padding:1px 0px 1px 15px}#name,#pass,#shout{width:250px}#buttons{padding:2px;width:150px;text-align:left}.name{color:#030;/*The color users' names appear in when they have no special name color defined.  Default is #FF0000.*/
	font-weight: bold;
}

#bottomlinks { /*The "View All", "Help", "Open User Panel", etc links below the shout display.*/
	text-align:center;
}

/*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:#FFC;padding:2px}
#row-two {background-color:#FFF;padding:2px}