* {
	padding: 0px;
	margin: 0px;}

html, body {
	background-color: #d7d7d7;
	font-size: 11px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	color: #686868;
	height:100%;}

img {
	border:0px;}

a {
	color: #000000;
	text-decoration: none;}

a:hover {
	text-decoration: none;}

#mainContainer {
	width:386px;
	height:278px;
	overflow:hidden;
	background-color:#efefef;
	border:1px solid #d7d7d7;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:62px;
	padding-left:7px;
	padding-right:7px;
	position:relative;
}

#mainContainer #header p {
	text-transform:uppercase;
	font-weight:bold;
	padding-left:9px;
	font-size:12px;
	margin-bottom:24px;
}

#mainContainer #whiteContent {
	background-color:#FFFFFF;
	border:1px solid #e5e5e5;
	border-bottom:0px;
	max-width:363px;
	height:185px;
	padding:10px;
	overflow:auto;
	clear:both;
}

#mainContainer #whiteContentBottom {
	background-image:url(images/bottom_gradient.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:385px;
	height:20px;
}

#mainContainer #logo {
	position:absolute;
	width:114px;
	height:11px;
	background-color:transparent;
	top:15px;
	right:14px;
}

#mainContainer #logo2 {
	position:absolute;
	background-color:transparent;
	top:15px;
	left:16px;
}

#mainContainer #tabmenu {
	height:24px;
	margin-left:26px;
}

#mainContainer #tabmenu .tab {
	display:block;
	float:left;
	height:21px;
	width:92px;
	border-top:2px solid #dcdbdb;
	border-right:1px solid #dcdbdb;
	border-left:1px solid #dcdbdb;
	text-align:center;
	padding-top:3px;
	background-image:url(images/faneblad_grey_white.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #dcdbdb;
}

#mainContainer #tabmenu .tab a {
	text-decoration:none;
	font-weight:bold;
	color:#273657;
}

#mainContainer #tabmenu .selected {
	background-color:#FFF;
	background-image:url(images/faneblad_bg_white.gif);
	background-repeat:repeat-x;
}

div.scroller { 
	width: 380px; 
	height: 130px;
	overflow: hidden;
	border:0px;}

div.scroller div.section {
	width: 380px; 
	height: 130px;
	overflow:hidden;
	float:left;
	padding:1em;}

div.scroller div.content {
	width: 10000px;}

table tr td {
	vertical-align:top;
}

textarea, input, select {
	font-size:10px;
	font-family:verdana;
}
