/* CSS for print*/
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-top:10px;
}


#topsection{
	height: 94px; /*Height of top section*/
	width: auto; 
	padding: 0; 
	border: 0;
	margin: 0;
}
#lowertopbar{
display: none;
}

#toplogo h1{
display: none;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#contentcolumn p{
font-family: Tahoma;
font-size: 10pt;
line-height: 13pt;
}
#contentcolumn h1{
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
color:black;
padding: 0;
margin: 0;
}

#leftcolumn{
display:none;
}


#rightcolumn{
display:none;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 0;
padding-top: 15px; /* Distance between main content and footer */
}
#footerbar{
display: none;
}
#footer a{
color: black;
font: 11px Tahoma; 
}
#footertextarea{
clear:both;
text-align: left;
font: 11px Tahoma; 
color:black;
margin-top:3pt;

}
#footertextleft{
float: left;
width: 160px; 
margin-left: 260px; /* Half of the area size (840/2=420)-left footer size (160px) */
}

#footertextright{
float: left;
width: 160px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 30px;
margin-top: 0;
}

/* Links */
a:visited,
a:link {
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: #c0c0c0;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: underline;
	border-style: none;
}

a:active {
	color: #808080;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	border-style: none;
}
/* ----- Kontakta-sidan ----- */
.kontakta {
	clear:both;
	}
.kontakta h2 {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color:black;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}


.bildtext{
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 10pt;
	color:black;
	padding: 0;
	margin: 0;
}

.kontakta-text ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.kontakta-text ul li {
	line-height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
	color:black;
}
.kontakta-text ul li strong{
	font-weight: normal;
	font-style: italic;

}

.kontakta-bild {
	float: left;
	width: 100px; 
	padding: 0;
	margin: 0;
	margin-top: 3px;
}
.kontakta-text {
	margin-left: 110px; 
}

.kontakta-text ul li a{
color: black;
font-family: Tahoma;
font-size: 10pt;
}

/* --- remove for print */
.printer {
display: inline;
color: black;
}
.printer hr{
color: black;
border: none 0; 
border-top: 1px solid #000;
height: 1px;
margin-right: 10px;
margin-left: 10px;
}
.printer img{
display: inline;
color: transparent;
margin-left: 47px;
}

#ToolTipPointer{
display: none;
}
/* ----- table sort----- */
/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort

body.sort-active *
        {
        cursor:wait;
        }
*/


.cs1
        {
        width:30em;
        }
.cs2
        {
        width:20em;
        }
.cs1 td,
.cs2 td,
        {
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        vertical-align:middle;
        }
td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-dimension,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime

        {
	        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	        color: #4f6b72;
	        border-right: 1px solid #C1DAD7;
	        border-bottom: 1px solid #C1DAD7;
	        border-top: 1px solid #C1DAD7;
	        letter-spacing: 1px;
	        text-transform: uppercase;
	        text-align: left;
	        padding: 8px 12px 4px 12px;
	        vertical-align:middle;
        cursor:pointer;
        background: #CAE8EA;
        padding: 8px 12px 4px 16px;
        }
th.forwardSort
        {
        background:#CAE8EA;
        }
th.reverseSort
        {
        background:#CAE8EA ;
        }
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }

td.sortable
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        }
td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }