body, p, th, td {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #333;
    }

input, textarea, select {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #333;
    }

body {
    margin: 20px 30px 0px 30px;
    background:  #fff;
    }

p.limitwidth {
    width: 480px;
    padding: 0 10px 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, sans-serif;
}

h1 {
    font-size: 15px;
    font-weight: normal;
    margin: 16px 0 36px 0;
    }

h2 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
    }

h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    }

ol {
    margin-left: 25px;
/*
    text-indent: 0px;
    marker-offset: 20px;
*/
}

strong, b {
/*    font-weight: 400; */
    }

img {
    border: 0px;
    }

a:link {
    color: #333;
    font-weight: 400;
    text-decoration: underline;
    }

a:visited {
    color: #333;
    font-weight: 400;
    }

a:hover {
    color: #666;
    font-weight: 400;
    }

/*
.arrowlink a {
    display: inline;
    background: transparent url(gfx/arrow_right.gif) no-repeat 0 7px;
    padding: 5px 0px 0px 15px;
    text-decoration: none;
    color: #3b7a0f;
    }

.arrowlink a:hover {
    background: transparent url(gfx/arrow_right.gif) no-repeat 1px 7px;
    text-decoration: underline;
    }

.arrowlink a:visited {
    color: #3b7a0f;
    }
*/

.left {
    text-align: left;
    }

.center {
    text-align: center;
    }

.right {
    text-align: right;
    }

p.bottom-info {
    color: #999;
    padding: 0 0 0 10px;
    }

p.bottom-info a, p.bottom-info a:link, p.bottom-info a:visited {
    color: #999;
}

img.logo {
    float: left;
    margin: 0 20px 0 0;
    }

.anchor{
    display: none;
    }

.error {
    color: red;
    }

.userinput {
    color: red;
    margin: 0;
    }

.blueheader {
    display: block;
    background: #00367f url(gfx/contact_gradient.gif) no-repeat top right;
    margin: 5px 0px 5px 0px;
    clear: both;
    }

.inline {
    display: inline;
    }

.page-current {
    background-color: #0c0;
    xborder: 1px solid black;
    font-weight: bold;
    padding: 3px;
}


.atiptext {
	display: none;
	}

a.atip:hover {
	border-width: 0; /* IE */
	}

.atip {
	position: relative;
	text-decoration: none;
}

.atip:hover .atiptext {
	display: block;
	position: absolute;
	color: black;
	width: 10em;
	background-color: #bfeba3;
	padding: 4px;
	border: 0px #000 solid;
	left: 2em;
	top: 0.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    empty-cells: show;
    margin-top: 20px;
    width: 480px;
    }

thead tr th {
    background: #f3f3f3 url(gfx/table_grad.gif) repeat-x top left;
    color: #333;
    font-weight: bold;
    vertical-align: bottom;
    text-align: left;
    padding: 7px 10px 7px 10px;
/*  padding: 2px 10px 0px 10px; */
    }
thead {
    }

tbody tr td {
    text-align: left;
    vertical-align: top;
    padding: 5px 10px 5px 10px;
    }
    
tbody tr td.radio {
    width: 25px;
    }
    
tbody tr td.pris {
    width: 50px;
    }

tbody tr.bottomline  td {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    }

tbody tr.odd  td {
    background-color: #f0f0f0;
    }

table.navigation {
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    width: 480px;
    margin-top: 10px;
    }

table.navigation td {
}


table.plain {
    border: none;
}

table.plain td {
    padding: 0;
}

table.plain td h1 {
    margin: 0;
}

table.summary {
    margin: 0;
}

table.summary th {
    padding: 10px 10px 0px 10px;
    text-align: left;
    }

table.summary td {
    padding: 0px 10px 0px 10px;
    vertical-align: top;
    }

table.summary tr.even td {
    background-color: #f7f7f7;
    }    

table.readonly td {
	color:#d1d1d1;
	}

table td.readonly {
	color:#d1d1d1;
	}

