body {
	background-color: #d6e8e0;
	margin: 0;
	
	font-family: "Tahoma", sans-serif;
	overflow-y:scroll;
	
	font-size: 16px;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	outline: none;
}

a.cool:link, a.cool:visited {
	text-decoration: none;
	color: #000000;
	outline: none;
}

a.cool:hover, a.cool:active {
	text-decoration: none;
	background-color: #FFF;
	outline: none;
	border-bottom: 0px;

}

#logo {
	width: 387px;
	height: 80px;
	background-image: url('/bilder/swenews_logo.png');
	cursor: pointer;
}

#mlista {
	list-style-type: none;
	position: absolute;
	right: 5px;
	top: 34px;
}

.lista {
	background-color: #2f694e;
	font-size: 19px;
	color: #fff;
	float: left;
	width: 80px;
	height: 25px;
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	cursor: pointer;
	
	margin-left: 10px;
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

}

.maktiv {
	background-color: #8cb9a5;
}

#huvud {
	width: 950px;
	height: 90px;
	margin: auto;
	margin-top: 10px;
	position: relative;
}

#rad {
	height: 5px;
	background-color: #2f694e;		
	clear: both;
}

#sida {
	width: 950px;
	min-height: 800px;
	margin: auto;
	/*	
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	*/
}

#searchbox {
	width: 500px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

#snurr {
	position: absolute;
	right: 272px;
	top: 3px;
	
	width: 32px;
	height: 32px;
	display: none;
}

input#search {
	width: 400px;
	height: 25px;
	border: 1px solid #8CB9A5;
	
	font-family: Tahoma;
	font-size: 16px;
	padding: 5px;
	color: #cccccc;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#cats {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	
	font-size: 11px;
	font-weight: bold;
}

#imgplus {
	width: 9px;
	height: 9px;
}

#allcats {
	text-align: center;
	width: 350px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	display: none;
}

.cattable {
	text-align: left;
	font-size: 14px;
}

.nodots {
	outline: none;
}

a.nodots:hover {
	outline: none;
	border: 0px;
}

.datum {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
}

.rlstr {
	background-color: #ffffff;
}

tr.rlstr:hover {
	background-color: #f1f7f2;

}

a.rlslnk:link, a.rlslnk:visited {
	text-decoration: none;
	outline: none;
}

a.rlslnk:hover, a.rlslnk:hover {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	outline: none;
}

.rlstd {
	font-size: 14px;
	padding: 4px;
}
.rlskat {
	width: 90px;
	text-align: center;
	font-size: 12px;
}
.rlsnamn {
	width: 590px;
}
.rlsgrp {
	width: 100px;
	text-align: center;
}
.rlskom {
	text-align: right;
	width: 90px;
}
.rlsurl {
	width: 32px;
}
.rlskombold {
	font-weight: bold;
}

div#rlstop {
	width: 600px;
	margin: auto;
}

div.greydiv {
	display: inline;
	color: #999999;
}

pre#nfo {
	font-family: "Courier New", monospace;
	font-size: 12px;
	line-height: normal;
}

div#nfobox {
	width: 750px;
	background-color: #FFF;
	margin: auto;
	padding: 10px;
	
	font-family: "Courier New", monospace;
	font-size: 12px;
	line-height: normal;
}

.high{
	display: inline;
	border-bottom: 2px solid #FF0000;
}

div.status {
	text-align: center;
}


div.kom1 {
	width: 500px;
	margin: auto;
	
	font-size: 12px;
	padding: 2px;
}

div.kom2 {
	width: 500px;
	margin: auto;
	
	padding: 8px;
	font-size: 14px;
	background-color: #FFF;
	margin-bottom: 10px;
}

span.player1 {
	margin-top: 10px;
	padding: 3px;
	min-width: 10px;
	
	background-color: #99ff99;
}
span.player2 {
	margin-top: 10px;
	padding: 3px;
	min-width: 10px;
	
	background-color: #f0cd78;
}
span.player3 {
	margin-top: 10px;
	padding: 3px;
	min-width: 10px;
	
	background-color: #f38484;
}
span.player0 {
	margin-top: 10px;
	padding: 3px;
	min-width: 10px;
	
	background-color: #dfdfdf;
}

div#komform {
	margin: auto;
	width: 450px;
	display: none;
}

td.frmtxtleft {
	font-size: 12px;
	text-align: right;
	font-weight: bold;3
}

td.frmtxt {
	font-size: 12px;
}

.frminput {
	border: 1px solid #8cb9a5;
	width: 150px;
	height: 20px;
	margin-left: 5px;
	
	font-size: 12px;
	font-family: "Tahoma";
	padding: 2px;
}

#frmkom {
	border: 1px solid #8cb9a5;
	width: 300px;
	height: 100px;
	margin-left: 5px;
	padding: 2px;
	font-size: 12px;
	font-family: Tahoma;
}

input#skicka {
	border: 1px solid #8cb9a5;
	background-color: #FFF;
	height: 30px;
	width: 130px;
}

div#prebox {
	margin: auto;
	margin-top: 2px;
	width: 180px;
	background-color: #FFFFFF;
	text-align: center;
}

span.ny {
	font-size: 10px;
	
	font-weight: bold;
	color: #FF0000;
}

div#pager {
	margin: auto;
	width: 200px;
	text-align: center;
}

#ads1 {
	position: absolute;
	left: 480px;
	top: 10px;
}

#ads2 {
	position: absolute;
	left: 100px;
	top: 110px;
}

#ads3 {
	position: absolute;
	right: 50px;
	top: 110px;
}

#ad4 {
	margin-left: 110px;
}