/* 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: #000;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


a:link, a:visited { 
	color: #555555; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

a:hover { 
	color: #999999; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	margin: 0;
	padding: 0px;
	background: #ffffff;
	text-align: left;
/*	scrollbar-3dlight-color: #450000;
	scrollbar-arrow-color: #111; 
	scrollbar-base-color: #190F0F; 
	scrollbar-darkshadow-color: #100000; 
	scrollbar-face-color: #330000; 
	scrollbar-highlight-color: #550000; 
	scrollbar-shadow-color: #fff; 
	scrollbar-track-color: #000000;*/
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

input, textarea, select, button {
	color: #000000;
	background: #ffffff;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

select { height: 17px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

img { 
	border: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

hr { 
	height: 2px;
	background: transparent;
	border-top: 1px solid black;
	border-right: 0px solid #340000;
	border-bottom: 1px solid silver;
	border-left: 0px solid #000000;
	
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#divInfoTab{
}

#divSpecTab, #divTestTab{
}

.SelectedTab{
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	margin-right:2px;

	background-color: #fff !important;
	padding: 5px;
	float:left;
	display:block;
}

.UnSelectedTab{
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	margin-right:2px;

	background-color: #ddd !important;
	padding: 5px;
	float:left;
	display:block;
}

a.SelectedTab{
	color:black !important;
	font-weight:bold !important;
	cursor:default;
}

a.UnSelectedTab{
	color:black !important;
	font-weight:bold !important;
}

a.UnSelectedTab:hover{
	color:black !important;
	background-color: #eeeeFF !important;
}

.SelectedTabBlock{
	background-color: #fff;
	padding: 5px;
	display:block;
	width: 301px;
	overflow:hidden;
	border:2px solid #fff;
}

.UnSelectedTabBlock{
	display:none;
}

.Col1{
	width:130px;
}
table.Spec{
	border-collapse:collapse;	
}
.Spec td{
	vertical-align:top;
}
tr.Odd td {
	background-color: #fff; color: black;
}
tr.Even td {
	background-color: #e0e0e0; color: black;
}

#wrapper{
	background-color: #eee;
	padding:2px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

