/*
ShoutPro 1.5 - shoutbox.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,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
body {
	/*These control the custom scrollbars for Internet Explorer only.  To disable, just delete the values.*/
	background-color: #0a0a0a;
        boreder: 0;
        margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #0a0a0a;
	scrollbar-base-color: #006699;
}

/*Link Styles */

a:link{
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

a:active{
	color: #cccccc;
	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 #006699;
	background-color: #111111;
	color:#cccccc;
	text-align: center;
}

#name, #pass, #shout {
	width: 200px;
}

#buttons {
	width: 200px;
	text-align: center;
}

.name {
	color: #006699; /*The color users' names appear in when they have no special name color defined.  Default is #91CAFF.*/
	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: #0a0a0a;}
#row-two {background-color: #0a0a0a;}

.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: 10pt;
	text-align: center;
}