/*
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 {
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #BCBCBC;
	scrollbar-track-color: #E5E5E5;
	scrollbar-shadow-color: #E5E5E5;
	scrollbar-highlight-color: #E5E5E5;
	scrollbar-3dlight-color: #E5E5E5;
	scrollbar-darkshadow-Color: #E5E5E5;
	background-color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	color: #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Link Styles */

a:link{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}

a:active{
	color: #333333;
	text-decoration: none;
}

.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: #E5E5E5;
	color:#666666;
	text-align:center;
}

#name, #pass, #shout {
	width: 150px;
}

#buttons {
	width: 150px;
	text-align: center;
}

.name {
	color: #333333; /*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: #E5E5E5;}
#row-two {background-color: #FFFFFF;}

.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;
}