/*
ShoutPro 1.5 - default.css
   

This file is default.css.  It is ShoutPro's default theme - "chrome".
*/

body {
	/*These control the custom scrollbars for Internet Explorer only.  To disable, just delete the values.*/
	scrollbar-face-color: #ff7b3b;
	scrollbar-arrow-color: #ff3b3b;
	scrollbar-track-color: #fd903b;
	scrollbar-shadow-color: #ff5300;
	scrollbar-highlight-color: #ffb11b;
	scrollbar-3dlight-color: #ffa800;
	scrollbar-darkshadow-Color: #c83b3b;
	
	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color: #fd903b; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 2px 0px 2px 0px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color: #000000; /*The main text color.  Default is #DDDDCC.*/
	font-size: 11pt;  /*Text size in points.  Default is 10pt.*/
	font-family: Comic Sans MS; /*The font used.  Default is Tahoma.*/
}

/*Link Styles */

a:link{
	color: #b01016;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #b01016;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: red;
	text-decoration: underline;
	font-weight: normal;
}

a:active{
	color: #b01016;
	text-decoration: none;
	font-weight: normal;
}

.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Comic Sans MS;
	font-size: 10t;
	border: 1px solid #c83b3b;
	background-color: #f8f15b;
	color:#000000;
	text-align:left;
}

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

#buttons {
	width: 200px;
	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: #ff7d18;}
#row-two {background-color: #fd903b;}

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