A 			{ color: #a1bcd0; text-decoration: none;}
A:link		{ color: #a1bcd0; text-decoration: none;}
A:visited	{ color: #a1bcd0; text-decoration: none;}
A:active	{ color: #a1bcd0; text-decoration: none;}
A:hover		{ color:#627186; text-decoration: none;}

a.menu:link { font-family: Arial; color:#333; font-size:10pt; font-weight:bold }
a.menu:visited { font-family: Arial; color:#333; font-size:10pt; font-weight:bold}
a.menu:active {	font-family: Arial; color:#333; font-size:10pt; font-weight:bold}
a.menu:hover { font-family: Arial; color:#999; font-size:10pt; font-weight:bold}

	body {
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-family: arial, tahoma;
	text-decoration:none;
	color:#627186;
	font-size:18px;
}
h2 {
	font-family: arial, tahoma;
	text-decoration:none;
	color:#3c3533;
	font-size:14px;
	margin:0px 0px 15px 0px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#3c3533;
	margin:0px;
	font-size:16pt;
	border-bottom:1px solid #efeeec;
	width:520px
	}
h5{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:8pt;
	width:520px
	}
.text {
	font-family: arial, tahoma;
	font-size: 10pt;
	color:#000;
	margin:0px;
}
.text_grey {
	font-family: arial, tahoma;
	font-size: 8pt;
	color:#645553;
	margin:0px;
}
.text_lit {
	font-family: arial, tahoma;
	font-size: 8pt;
	color:#000;
	margin:0px;
}
.avat_r {
	float:right;
	border:3px solid #f2f1f1;
	margin-left:8px;
	}
.avat_l {
	float:left;
	border:3px solid #f2f1f1;
	margin-right:8px;
	}
.mitlinje {
		font-size: 10px;
		color: #cdd3bd;
		font-family:tahoma;
		padding:15px;
		}
.input {
	border: 1pt solid #c8cbce;
	font-family:  Tahoma;
	font-size: 12px;
	color: #5E6578;
	margin:2px;
	}
	
.submit {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	background-color:#e6e6e6;
	border:1px solid #767eae;
	}
hr{
	width:500px;
	color:#9C9}
.stat {
	color: #333; 
	font-family: Tahoma; 
	font-size:7pt;
	}
/* ######### Tabs ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #fff;
background-color:#60636b;
border-left:1px solid #c5bcb0;
border-right:1px solid #c5bcb0;
border-top:1px solid #c5bcb0;
}

.shadetabs li a:visited{
color: #999;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #f1b110;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #000;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#f1b110;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tickerstyle {
	width:600px;
	height:440px;
	overflow:hidden;
}
.messagediv {
	display: none;
}
