HTML, body
{
    margin: 06px 0px 0px 0px;
    background-color: #3D6BA6;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: black;
}

.ram
{
    width: 840px;
    height: 540px;
    margin: 0px auto;
    background-color: #ffffff;
    border-top: 0px;
    border-bottom: 2px solid #DAEAFF;
    border-left: 2px solid #DAEAFF;
    border-right: 2px solid #DAEAFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px #DAEAFF;
    -moz-box-shadow: 0 0 10px #DAEAFF;
    -webkit-box-shadow: 0 0 10px #DAEAFF;
}

.banner
{
    width: 852px;
    height: 86px;
    margin: 0px auto;
    border-collapse: collapse;
    background-image: url(../picture/bg/topbanner.jpg);
    background-repeat: no-repeat;
}

A:link
{
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

A:visited
{
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

A:active
{
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

A:hover
{
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

.hand
{
    cursor: pointer;
}

.rubrik
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
}

.highlight
{
    background-color: #DAEAFF;
    cursor: default;
}

.normal
{
    background-color: #ffffff;
    cursor: default;
}

.tdPadding2 td
{
    padding: 2px;
    text-align: left;
}

.faktarutaRed
{
    background-color: #F1B7B7;
    border: solid 1px #CF0F0F;
    padding: 2px;
}

.faktarutaYellow
{
    background-color: #FFFF99;
    border: solid 1px #F9CD1E;
    padding: 2px;
}

.BorderBlue
{
    border-top: 0px None;
    border-left: 1px dotted #6593cf;
    border-right: 1px dotted #6593cf;
    border-top: 0px None;
    background-color: #FFFFFF;
}

.box
{
   font-family: Arial, sans-serif;
   font-size: 12px;
   font-style: normal;
	border: 1px solid #a7bedb; 
	padding: 4px; 
	background: #ffffff;    
	-moz-border-radius: 4px; 
 	border-radius:4px;    
	-webkit-border-radius: 4px; 
}

