/*
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 {
	margin: 2px 2px 2px 2px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color: white; /*The main text color.  Default is #DDDDCC.*/
	font-size: 10px;  /*Text size in points.  Default is 10pt.*/
	font-family: verdana; /*The font used.  Default is Tahoma.*/
        background-image: url(/kalastin3.gif); 
        background-repeat:repeat-x;
        background-attachment:fixed;
}

/*Link Styles */

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

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

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

a:active{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.textbox {
        background-color: transparent;
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
        outline: none;
        overflow:auto;
        margin: 0px;
}

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

.painike {
        background-color: transparent;
	font-family: verdana;
	font-size: 10px;
	border: 0px solid #FFFFFF;
	color:#FFFFFF;
        padding: 5px;
}

.name {
	color: white; /*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 { }
#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;
}
