@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Contex Scanners SD Webkit
Version:		1.0
Last change:	May 5th, 2008 [CSS is made]
Assigned to:	Niels Kristiansen (nkr)
Primary use:	External websites
-------------------------------------------------------------------*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height:1.4em;
}

h1 {
	text-transform: uppercase;
	line-height: 2em;
}

p {

}

body div#page_container {
	width: 600px;
}

body div#header {
	background-color: #001522;
	color: #eeeeee;
	display: block;
	padding: 15px;
}

body div#header ul {
	padding: 15px;
}

body div#content {
padding: 15px;
}

body div#content table th {
	background-color: #d7e9c1;
	color: #231f20;
	text-transform:uppercase;
	padding: 5px;
}

body div#content table td {
	background-color: #e3f0d4;
	color: #231f20;
	padding: 5px;
}

body div#content table td.sr{
	background-color: #f0f7e8;
}
