﻿/* Cascading Stylesheet */

body {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

input, select, textarea {
    color: #000;
    border: solid 1px #000;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro", Garamond, serif;
	line-height: 1.5em;
	margin: 0.5em 0;
}

h1 {
    font-size: 2.8em;
    font-weight:normal;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

p {
    margin: 1.0em 0;
    line-height:1.4em;
    font-size:0.87em;
}

a {
    color: #000000;
	font-weight: bold;
	text-decoration: none;
}

strong, b {
    font-weight:bold;
}
    
em, i, italic {
    font-style:italic;
}

u {
    text-decoration: underline;    
}    

strike {
    text-decoration: line-throug;    
}

small {
    font-size: xx-small;
}

big {
    font-size: xx-large    
}

sub {
    vertical-align: super;
    font-size: xx-small;
}

sup {
    vertical-align: sub;
    font-size: xx-small;
}

center {
    text-align:center;    
}

dd { 
    text-indent: 20px;
}

table th, table td {
    padding: 2px;
}

/* CRUMB TRAILS */

#crumbs {
	background-color: #FFFFFF;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #666666;
}

#crumbs .activeCrumb {
    color: #ccc;
}

.rssitem span {
	display: none;
}

.noprint {
    display: none;
}

.clear {
    clear: both;
}

.content100percent {
    clear: both;
}

.content50percent {
    float: left;
    width: 308.5px;
    margin-right: 5px;
}

.content66percent {
    float: left;
    width: 413px;
    margin-right: 5px;
}

.content33percent {
    float: left;
    width: 260px;
    margin-right: 5px;
    margin-left: 5px;
}

#wrapper {
    width: 635px;
}

#logowrapper {
    text-align: right;
    margin-bottom: 20px;
}

#sf-menu {
    display: none;
}

#sf-leftmenu {
    display: none;
}

#footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #666;
    font-size: 10px;
    text-align: center;
}

#footer img.beta {
    display: none;
}

#sb-container {
    display: none;
}

#logowrapper {
    text-align: center;
}

#logoWrapper {
    margin-bottom: 0px;
    padding-top: 0px;
}

#logowrapper img {
    width: 150px;
}

#_ctl0_pageHeader {
    text-align: center;
}

#_ctl0_imgHeader {
    display: none;    
}

#_ctl0_cphLayout_prenumerera_pnlSubscription {
    display: none;    
}

#_ctl0_cphLayout_lnkCreatePdf {
    display: none;
}



