html,body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	background-color: #353535;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	height: 100%;
	border: none
	overflow: auto;
	text-align: center;
}

/* Statusbar */

div.statusfalt {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 26px;
	line-height: 26px;
}

div.statusbar {
	background-color: #353535;
	background-image: url(pic/menystatus.jpg);
	background-repeat: repeat-x;
	height: 26px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	width: 800px;
	float: left;
}

div.statusbarvanster {
	background-color: #353535;
	background-image: url(pic/vansterstatus.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 7px;
	float: left;
}

span.statusbarmitten {
	background-image: url(pic/statusbarmitten.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 2px;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	display: inline-block;
}

div.statusbarhoger {
	background-color: #353535;
	background-image: url(pic/hogerstatus.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 7px;
	float: right;
}

img.statusbar {
	border: none;
	vertical-align: text-bottom;
}


div.sprakbar {
	background-color: #353535;
	background-image: url(pic/menystatus.jpg);
	background-repeat: repeat-x;
	height: 26px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	width: 150px;
	float: right;
}

span.spraklista {
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

select.sprakval {
	background-image: url(pic/menystatus.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: 0px 15px;
	color: #ffffff;
	border: none;
	margin-top: 5px;
}

option.sprakval {
	background-repeat: no-repeat;
	background-color: #ffffff;
	color : #333333;
	text-align: right;
}

/* Header */

div.headerruta {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.header {
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

span.frileech {
	float: left;
	top: 50%;
	width: 100px;
	position: relative;
	text-align: left;
}

div.donationer {
	float: right;
	width: 100px;
	text-align: right;
	top: 50%;
	position: relative;
}

/* Menyer */

div.bottommeny {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	text-align: center;
	background-color: #e8e8e8;
	border-top: solid #000000 1px;
	border-bottom: none;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	line-height: 20px;
	height: 20px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
}

span.bottommenyvanster {
	float: left;
}

span.bottommenyhoger {
	float: right;
}

div.menyvanster {
	font-weight: bold;
	color: #ffffff;
	background-image: url(pic/Ice/menyvanster.png);
	height: 29px;
	line-height: 29px;
	width: 6px;
	float: left;
}

div.menyhoger {
	font-weight: bold;
	color: #ffffff;
	background-image: url(pic/Ice/menyhoger.png);
	height: 29px;
	line-height: 29px;
	width: 6px;
	float: right;
}

div.menyfyllnadvanster {
	font-weight: bold;
	background-image: url(pic/Ice/meny.gif);
	height: 29px;
	width: 20px;
	line-height: 29px;
	float: left;
	text-align: left;
}

div.menyfyllnadhoger {
	font-weight: bold;
	background-image: url(pic/Ice/meny.gif);
	height: 29px;
	width: 20px;
	line-height: 29px;
	float: right;
	text-align: right;
}

div.meny {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(pic/Ice/meny.gif);
	height: 29px;
	line-height: 29px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span.meny {
	text-decoration: none;
	color: #ffffff;
	margin-left: 30px;
	margin-right: 30px;
}

span.snabbsok {
	margin-right: 20px;
}

div.staffmeny {
	color: #ffffff;
	font-weight: bold;
	background-color: #1b1b1b;
	/*background-image: url(pic/Ice/staffbar.gif);*/
	height: 20px;
	line-height: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span.staffmeny {
	text-decoration: none;
	color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
}

div.underskugga { 
	background-image: url('pic/Ice/meny3.gif');
	background-repeat: repeat-x;
	width: 90%;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}

a.meny:link, a.meny:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #ffffff;
}

a.meny:hover {
	text-decoration: underline;
}

a.staffmeny:link, a.staffmeny:visited {
	text-decoration: none;
	color: #ffffff;
}

a.staffmeny:hover {
	text-decoration: underline;
}

/* Sidan */

table {
	border-collapse: collapse;
	border: none;
	background-color: #f9f9f9;
}

table.bottom {
	background: transparent;
}

table.login {
	margin: 0px auto 0px auto;
	background: transparent;
	padding: 10px;
}

table.main, table.mainouter {
	background-color: #ffffff;//#f9f9f9;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
	margin-bottom: 6px;
}

p {
	font-size: 8pt;
}

p.sub { 
	margin-bottom: 4pt;
}

img.border {  
	border-style: solid;  
	border-color: #444444; 
	border-width: 1px; 
}

img.mitten {
	position: relative;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

pre.beskrivning {
	font-family: "Courier New", monospace;
	line-height: normal;
	width: 40;
}

div.beskrivning { 
	height: 100px;
	width: 100%;
	border: 1px solid #999999;
	overflow: auto;
	background-color: #F1F1EB;
}

div.details {
	border: 5px solid black;
	background-color: #ffffff;
	padding: 25px;
	text-align: center;
	display: none;
	width: 900px;
	height: 400px;
	overflow: scroll;
	position: absolute;
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -475px;
	z-index: 1;
}

div.hidden { 
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

div.login-choice {
	border: 5px solid black;
	background-color: #ffffff;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	display: none;
	zoom: 1;
	width: 900px;
	height: 500px;
	overflow: scroll;
	position: absolute;
	top: 50%;
	margin-top: -262px;
	left: 50%;
	margin-left: -487px;
}

div.smilies { 
	height: 400px;
	overflow: scroll;
}

td {
	font-size: 8pt;
	border: solid #dddddd 1px; 
}

td.bet {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
      background-color: #1b1b1b;
  	background-image: url(pic/Ice/td_bet.gif);
	background-repeat: repeat-x;
}

td.bottom {
	border: none;
}

td.bottom2 {
	border: solid #ffffff 1px;
}

td.clear {
	padding: 0px;
	border: 0px;
	background: transparent;
}

td.clear2 {
	padding: 0px;
	border: 0px;
	background: #353535;
}

td.colhead {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(pic/Ice/td_col.gif);
	background-repeat: repeat-x;
}

td.comment {
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
}

td.details {
	text-align: left;
	border: none;
}

td.detailsbottom {
	font-weight: bold;
	text-align: right;
	border-top: none;
	border-right: none;
}

td.detailsbottom2 {
	text-align: left;
	border-right: none;
	border-left: none;
	border-top: none;
}

td.detailscover {
	text-align: left;
	border-left: none;
}

td.detailstop {
	font-weight: bold;
	text-align: right;
	border-right: none;
	border-bottom: none;
}

td.detailstop2 {
	text-align: left;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

td.embedded {
	border: none;
	padding: 0px;
	text-align: left;
}

td.formbuttonrow {
	background: #ededed;
	border: 1px solid #000000;
	border-top: 1px solid #5176B5;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

td.heading {
	font-weight: bold;
	white-space: nowrap;
}

td.login {
	font-weight: bold;
	vertical-align: top;
	border: 0px;
	background: transparent;
}

td.outer {
	font-size: 8pt;
	border-left: solid #f9f9f9 1px;
	border-right: solid #f9f9f9 1px;
	border-top: none;
	border-bottom: solid #f9f9f9 1px;
}

td.rowhead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.rowheaddetails {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: none;
}

td.stilren {
	font-weight: bold;
	background-color: #e8e8e8;
	border-bottom: none;
}

td.tablea {
	border: 0;
}

td.text {
	padding: 10pt;
	text-align: left;
}

td.title {
	font-size: 14pt;
}

td.transparent {
	font-size: 8pt;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
}

td.transparent2 {
	font-size: 8pt;
	border-left: none;
	border-right: solid #ffffff 1px;
	border-top: none;
	border-bottom: none;
}

#donate {
	background-image: url("pic/donate.png");
	background-repeat: no-repeat;
	width: 142px;
	height: 57px;
}

#fullheight {
	height:100%
}

#login {
	background-image: url(pic/Ice/menylogin.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 400px;
	color: #ffffff;
	margin: 0px auto 0px auto;
	vertical-align: middle;
	text-align: center;
	line-height: 26px;
}

#login-form {
	width: 400px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
	background-color: #f9f9f9;
	text-align: center;
}

#login-tableform {
	margin: 0px auto 0px auto;
  	background-color: #f9f9f9;
}

#login-text {
	color: #FFFFFF;
	padding: 5px 0px 0px 7px;
	float: left;
}

#loginhoger {
	background-image: url(pic/Ice/hogerlogin.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 7px;
	float: right;
}

#loginvanster {
	background-image: url(pic/Ice/vansterlogin.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 7px;
	float: left;
}

#logo {
	background-image: url("pic/logo.png");
	background-repeat: no-repeat;
	width: 350px;
	height: 56px;
}

#register {
	border: 5px solid black;
	background-color: #ffffff;
	padding: 25px;
	text-align: center;
	display: none;
	zoom: 1;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -475px;
}

#shoppen {
	background-image: url("/pic/dagensfilm.jpg");
	background-repeat: no-repeat;
	width: 150px;
	height: 31px;
}

#ajax_bakgrund {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

span.skiljare {
	padding: 0px 15px 0px 15px;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

.nowrap { 
	white-space: nowrap;
}

font.gray
{
	color: #ACA899;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #444444;
	font-size: 8pt;
}

a.whitelink, a.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 8pt;
}

a.whitelink:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.index {
	font-weight: normal;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

a.altlink:hover {
	text-decoration: none;
}

a.altlink_blue:link, a.altlink_blue:visited {
	font-weight: bold;
	color: #004E98;
	text-decoration: none;
}

a.altlink_blue:hover {
	text-decoration: underline;
}

a.altlink_green:link, a.altlink_green:visited {
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover {
	text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #COCOCO;
}

input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}

input:focus {
}

.btn {
	width: 75px;
	height: 23px;
}

.submit {
}

.btn2 {
	width: 75px;
	height: 23px;
	background: #476BA2;
	color: #FFF;
}

.small {
	font-size: 7pt;
}

.big {
	font-size: 10pt;
}

li {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul {
	margin-left: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thin {
	border: 1px solid #000000;
	line-height: 150%;
	margin: 2px 0 2px 0;
	padding: 6px 0 6px 0;
}
.postdetails {
	font-size: 10px;
	line-height:140%;
}

.post2 {
	padding: 3px;
	background: ;
}

.postcolor {
	font-size: 12px;
	line-height: 160%;
}

.catend {
	background: #749BC0;
	color: #000;
	font-size: 1px;
	height: 5px;
}

hr {
	border: 0;
	width: 100%;
	color: #4040c0;
	background-color: #4040c0;
	height: 1px;
}

.spoiler {
	font-family: "arial";
	font-size: 10px;
	background-color: #dee3e7;
}

div.domTT {
	border: 1px solid #333333;
	background-color: #333333;
}

div.domTT .caption {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #ffffff;
}

div.domTT .contents {
	font-size: 12px;
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	padding: 3px 2px;
	background-color: #f1f1ff;
}

div.domTTClassic {
	border: 1px solid black;
	background-color: InfoBackground;
}

div.domTTClassic .caption {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 13px;
	_font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}

div.domTTClassic .contents {
	color: InfoText;
	font-size: 13px;
	_font-size: 12px;
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	padding: 1px 2px;
	_padding-bottom: 0;
}

div.domTTWin {
	border: 2px outset #BFBFBF;
	background-color: #808080
}

div.domTTWin .caption {
	border: 0px solid #BFBFBF;
	border-width: 1px 1px 0px 1px;
	background-color: #00007F;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	color: white;
}

div.domTTWin .contents {
	border: 1px solid #BFBFBF;
}

div.domTTOverlib {
	border: 1px solid #333366;
	background-color: #333366;
}

div.domTTOverlib .caption {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

div.domTTOverlib .contents {
	font-size: 12px;
	font-family: Tahoma, Helvetica;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFFF;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002;
}