/* general font */
body{
font-family:Verdana,Helvetica,Arial,sans-serif;
color:black;
font-size:8pt;
background-color:d5e6ee;
margin-left: 3px;
}

/* emphasized body text */
#emphbody{font-weight:bold}

/* table general */
table{
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}

/* table cell entry */
table td{
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:8pt;
padding-right: 3px;
}

textarea{
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size:10pt;
}
input{
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size:10pt;
}
select{
font-family: Verdana,Helvetica,Arial,sans-serif;
}
/* alternate row */
.stripe{background-color: #d0e1e9}

/* column caption */
.columncaption{
font-weight:bold;
color=00446c;
}

/* header 1 */
h1{
font-size:14pt;
font-weight:bold;
margin-bottom:1pt;
margin-top:1pt;
color:00446c;
}

/* header 2 */
h2{
font-size:8pt;
font-weight:bold;
margin-bottom:1pt;
color:00446c;

}
/* header 3 */
h3{
font-size:8pt;
font-weight:bold;
margin-bottom:1pt;
color:33ccff;


}
/* all link types */
a:link{
color:black;
text-decoration:none;
font-size:8pt;
}

a:visited{
color:black;
text-decoration:none;
font-size:8pt;
}

a:active{
color:black;
text-decoration:none;
font-size:8pt;
}

/* logo */
#logo{font-size:24pt;color:white;font-weight:bold}

/* explanation abbreviation */
#explabb{color:00446c}

/* nordwestschweiz */
#nws{font-size:24pt;color:00446c;font-weight:bold}

/* labels */
.label{font-weight:bold}

/* dimmed labels */
.dimmedlabel{font-weight:bold; color:#AAAAAA}

/* dimmed labels */
.dimmedlabelunderlined{font-weight:bold; text-decoration: underline}


/* labels with emphasis */
.emphlabel{
font-weight:bold;
color:00446c;
}

/* values of variables */
.value{}

/* instruction */
.instruction{
font-size:10pt;
font-weight:bold;
}

/* bullet points */
ul {
margin-left:20px;
list-style-type:square;
}

/* user input errors */
.error{
color:00446c;
}

