/*
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 control the custom scrollbars for Internet Explorer only.  To disable, just delete the values.*/
	scrollbar-face-color: #525252;
	scrollbar-arrow-color: #525252;
	scrollbar-track-color: #525252;
	scrollbar-shadow-color: #525252;
	scrollbar-highlight-color: #525252;
	scrollbar-3dlight-color: #525252;
	scrollbar-darkshadow-Color: #525252;
	
	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color:transparent;
	margin: 2px 1px 2px 3px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	text-color: #FFFFFF;
	font-size: 9pt;  /*Text size in points.  Default is 10pt.*/
	font-family: Tahoma; /*The font used.  Default is Tahoma.*/
}

/*Link Styles */



.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: #525252;
	color:#DDDDCC;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

#name, #pass, #shout {
	width: 157px;
    height: 70px;
text-color: #FFFFFF;
}

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

.name {
	color: #FFFFFF; /*The color users' names appear in when they have no special name color defined.  Default is #FF0000.*/
	text-decoration: underline;
font-size: 8pt;
margin-bottom:5px;
}

#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 {
	
}
#row-two {}

.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;
}

#smiles {
	z-index:0;
	position:relative;
	top:-97px;
	left:71px;
	decoration: none;
	border: 0px solid #FFFFFF;

}

#smiles a {
	decoration: none;
	border: 0px solid #FFFFFF;

}

#smiles img {
	decoration: none;
	border: 0px solid #FFFFFF;

}
