/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*

	BASICS

	Copyright 2003 Rydén Design & Teknik AB
	www.rdt.nu | info@rdt.nu

*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, span, input, textarea, select, td {
	font-family: Verdana, Arial, Tahoma, Helvetica, Serif;
	font-size: 10px;
	color: #111111;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


a:link, a:visited { 
	color: #cc0000; 
	background: transparent; 
	text-decoration: underline; 
	font-weight: bold; 
	cursor: url(gfx/hardcore.cur);
}

a:hover { 
	color: #898989; 
	background: transparent; 
	text-decoration: underline; 
	font-weight: bold; 
	cursor: url(gfx/hardcore.cur);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	margin: 0;
	padding: 0px;
	background: #000000 url(../gfx/bg-default.gif);
	text-align: left;
	scrollbar-3dlight-color: #900101;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #bb0101; 
	scrollbar-darkshadow-color: #100000; 
	scrollbar-face-color: #860000; 
	scrollbar-highlight-color: #d70000; 
	scrollbar-shadow-color: #200000; 
	scrollbar-track-color: #220000;
	
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

input, textarea, select, button {
	color: #f20101;
	background: #333;
	border-top: 1px solid #240000;
	border-right: 1px solid #610101;
	border-bottom: 1px solid #610101;
	border-left: 2px solid #240000;
}

select { height: 17px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

img { 
	border: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

hr { 
	height: 1px;
	background: transparent;
	color: #cc0000;
	margin: 0px ;
}
h4 {
	margin: 5px 0px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

