/* theme (C) SL
 * lightcow.css
 *
 */


a:link{
	color : #59060a; text-decoration : underline;
}

a:visited{
	color : #000000; text-decoration : none;
} a:hover{
	color : #ab1c1c; text-decoration : underline;
} a:active{
	color : #ab1c1c; text-decoration : none;
}  body{
	scrollbar-face-color: #e9e9ea;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-highlight-color: #e9e9ea;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #afafb0;
	scrollbar-track-color: #e9e9ea;
	scrollbar-arrow-color: #d0d0d0;
	background-color : #919191; /*general bg color*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.SB_alert {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight : bold;
}
.SB_formarea {
	font-size:9px;
}

.SB_button {
	border: 1px solid #000000;
	background : #e9e9ea; /*submit and reset button colors*/
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight : bold;
}

.SB_input {
	background : #e9e9ea;
	border: 1px solid #000000;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.SB_shoutbox {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.SB_table0 { /*alternating entry colors*/
	border-bottom : 1px solid #59060a; /*border color*/
	color : #d0d0d0;
	background-color : #e9e9ea; /*light color*/
	font-size:9px;
}

.SB_table1 { /*alternating entry colors*/
	border-bottom : 1px solid #59060a; /*border color*/
	color : #e9e9ea;
	background-color : #d0d0d0; /*dark color*/
	font-size:9px;
}

blink;
