/* 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: Tahoma, Verdana, Helvetica, Arial, Serif;
	font-size: 10px;
	color: #000;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

a:link, a:visited { 
	color: #2c2d41; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px; 
}

a:hover { 
	color: #777777; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px; 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	
	padding: 0px;
	background: #000000 url(../gfx/bg_main.jpg) repeat-x center top;
	text-align: left;
	scrollbar-3dlight-color: #788491;
	scrollbar-arrow-color: #a0acb9; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #788491; 
	scrollbar-face-color: #000032; 
	scrollbar-highlight-color: #000032; 
	scrollbar-shadow-color: #000032; 
	scrollbar-track-color: #a0acb9;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

input, textarea, select, button {
	color: #ffffff;
	background: #1e253a;
	border-top: 1px solid #A0ACB9;
	border-right: 1px solid #A0ACB9;
	border-bottom: 1px solid #A0ACB9;
	border-left: 1px solid #A0ACB9;
	scrollbar-3dlight-color: #788491;
	scrollbar-arrow-color: #a0acb9; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #788491; 
	scrollbar-face-color: #000032; 
	scrollbar-highlight-color: #000032; 
	scrollbar-shadow-color: #000032; 
	scrollbar-track-color: #a0acb9;
}

select { height: 19px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

img { 
	border: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

hr { 
	height: 1px;
	background: transparent;
	border-top: 1px solid #cccccc;
	border-right: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */