/* 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, Tahoma, Helvetica, Arial, Serif;
	font-size: 9px;
	color: #222222;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

a:link, a:visited { 
	color: #4f4f4f; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

a:hover { 
	color: #000000; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	margin: 0;
	padding: 0px;
	background: #666666 url(../gfx/bg.gif) repeat-x center top;
	text-align: left;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-face-color: #666666; 
	scrollbar-highlight-color: #777777; 
	scrollbar-shadow-color: #222222; 
	scrollbar-track-color: #9f9f9f;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

input, textarea, select, button {
	color: #222222;
	background: #ffffff;
	border-top: 1px solid #000;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #DDDDDD; 
	scrollbar-highlight-color: #DDDDDD; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
}

select { height: 19px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

img { 
	border: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

hr { 
	height: 2px;
	background: transparent;
	border-top: 1px solid #dddddd;
	border-right: 0px solid #111;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #000000;
	
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */