/**
 * CSS-fil för Win-klienter med normal textstorlek.
 * Fungerar också som mall för övriga css-filer.
 */

body, td, li, p, div.isobs h3
    {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    }

a
    {
    color:  #0000ff;
    text-decoration: none;
    }

a.redl:link {color:  #ff3333;}
a.redl:visited {color:  #ff3333;}

a:hover
    {
    text-decoration: underline;
    }

.knappcell
    {
    font-size: 8pt;
    background-color: #f8f6f6;
    padding-left: 4pt;
    padding-top: 1pt;
    padding-right: 1pt;
    padding-bottom: 1pt;
    border: solid 1px #cc3333;
    }

.flagga
    {
    vertical-align: top;
    }

.huvudtab
    {
    background-color: #dddddd;
    }

td.textcell
    {
    background-color: #ffffff;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    font-size: 9pt;
    padding: 7pt;
    }

.links
    {
    font-size: 8pt;
    }

h1
    {
    font-size: 20pt;
    font-weight: 500;
    }

h2
    {
    font-size: 16pt;
    font-weight: 500;
    }

h3
    {
    font-size: 12pt;
    font-weight: 500;
    }

h4
    {
    font-size: 10pt;
    font-weight: 500;
    }

th
    {
    font-size: 10pt;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    }

.red
    {
    color: #ff3333;
    }

.isnyttmeny
    {
    background-color: #f8f6f6;
    padding-left: 4pt;
    padding-top: 1pt;
    padding-right: 1pt;
    padding-bottom: 1pt;
    border: solid 1px #cc3333;
    }

.rubrik, .navbarfet, .navrubrik
    {
    font-weight: bold;
    }

.navtxt
    {
    font-size: 8pt;
    }

.uddarad
    {
    background-color: #ffffff;
    }

.jamnrad
    {
    background-color: #eeeeee;
    }

.rubrad
    {
    background-color: #cccccc;
    }

.aktuelltfettxt
    {
    font-weight: bold;
    }

.aktuellttxt {
    font-size: 9pt;
}
.aktuelltrubrik
    {
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000;
    }

.tiny
    {
    font-size: 8pt;
    }

.shadow
    {
    font-size: 8pt;
    color: #cccccc;
    }

#dhtmltooltip
    {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
   }

div.lankinfo {
    font-size: 10px;
    border: solid;
    border-color: #0e0e0e;
    border-width: 1px;
    background: #e0e0e0;
    padding: 2px;
}

