﻿/* CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ v2.0 */
html, body, div, span, applet, object, iframe,  
h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/*Customize*/
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: larger;
    font-weight: 600;
    padding-bottom: 0px;
    color: #000000;
    text-decoration: none;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 0px;

} 
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 600; padding-bottom: 0px; margin-bottom: 5px; } 
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600; padding-bottom: 0px; margin-bottom: 5px; } 
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 10px; line-height: 1.6em; }

/*Customize*/


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;

    margin-top: 30px;
    
    background-color: #FFFFFF;
    background-image: url("http://ices.dk/_layouts/15/1033/images/icesimg/gutterbgsingle.png");
    background-position: 0 102px;
    background-repeat: repeat-x;
    min-height: 98px;
    max-height: 618px;

    color: #444444;
   
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 13px;

    overflow-y: scroll;
}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
b {
    font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#header {
    margin: 0 auto;
    width: 990px;
    height: 131px;
}
.logo {
    float: left;
    height: 64px;
    border: none;
}
.searchform {
    display: inline;
}
.searchbox {
    float: right;
    width: 249px;
    height: 22px;
    border: 1px solid #ABABAB;
}
.searchbox:hover {
    border: 1px solid #92C0E0;
}
.searchinput {
    float: left;
    display:inline-block;  
    width: 200px;
    height: 18px;    
    margin: 2px 0 2px 5px;
    padding: 0;
    background-color: transparent;
    border-style: none;
    outline-style: none;
    font-size: 11px;
    color: #777777;
}
.searchnavbox {    
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}
.searchnav {
    position: absolute;
    top: -35px;
    left: -35px;
    border: medium none;
}
.searchnav:hover {
   background-color: #E6F2FA;
   
}
.searchlinkbox {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    vertical-align: top;
    margin-left: -1px;
    position: relative;
}
.searchlink {
    position: absolute;
    left: -35px;
    top: -57px;
    border: medium none;
}
.searchlink:hover {
    background-color: #E6F2FA;
}
/* Navigation menu level 0 */
.level0menu {
    float: right;
    padding-top: 4px;
    padding-right: 20px;
    list-style: none;
}
.level0menu li {
    float: left;
    padding-left: 23px;
}
.level0menu li a {
    display: block;
    color: #8E8D8D;
    font-size: 12px;
    text-decoration: none;
}
.level0menu li a:hover {
    text-decoration: underline;
}
/* Navigation menu level 1 */
.level1menu {
    clear: right;
    float: right;
    padding-top: 15px;
    list-style: none;
}
.level1menu li {
    float: left;
    position: relative;
    padding-left: 40px;
    border: 1px solid transparent;
}
.level1menu li a {
    display:block;
    color: #B0B0B0;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
}
.level1menu li a:hover {
    color: #545454;
}
.level1menu li a.selected {
    color: #545454;
    padding-bottom: 14px;
    border-bottom: 1px solid #545454;
}
.level1menu li ul {
    display: none;
    position: absolute;
    left: 40px;
    top: 20px;
    background-color: transparent;
    background-image: url("http://ices.dk/_layouts/15/1033/images/icesimg/icesddtoparrow.png");
    background-position: 25% 0;
    background-repeat: no-repeat;
    border: 0 solid #D1D1D1;
    box-shadow: 0 0 0 0 #7F7F7F;
    padding: 10px 0;
    text-align: left;
    white-space: nowrap;
    z-index: 100;
}
.level1menu li:hover ul {
    display: block;
}
.level1menu li ul li {
    float:none;
    background-color: #5F5F5F;
    color: #FFFFFF;
    font-size: 15px;
    padding: 2px 15px;
}
.level1menu li ul li a {
    color: #FFFFFF;
    font-size: 15px;
    text-transform: none;
}
.level1menu li ul li a:hover {
    background-color: #7D7D7D;
    color: #FFFFFF;
}
/* Navigation menu level 2 */
.level2menu {
    clear: both;
    padding-top: 12px;
    list-style: none;
}
.level2menu li {
    float: left;
    padding-right: 30px;
    border: 1px solid transparent;
}
.level2menu li a {
    color: #545454;
    font-size: 15px;
    text-decoration: none;
}
.level2menu li a:hover {
    color: #F15D2A;
}
/* Content */
#content {
    color: #383838;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 19px;
    word-wrap: break-word;
}
#content h1 {
    color: #6B6B6b;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 26px;
    padding-bottom: 35px;
    font-weight: 900;
    
}
#content h2 {
    color: #6B6B6B;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}
#content p {
    margin-bottom: 10px;
}
#contentheader {
    margin: 0 auto; width: 990px; padding-top: 91px; padding-bottom: 60px;

    color: #FFFFFF;
    font-size: 36px;
    text-decoration: none;
    text-transform: uppercase;
}
#contentmain {
    margin: 0 auto;
    width: 990px;
}
.pagetools {
    list-style: none;
    float: right;
}
.pagetools li {
    display: inline;
    color: #929292;
    font-size: 14px;
}
.pagetools li a {
    text-decoration: none;
    color: #929292;
    font-size: 14px;
}
.pagetools li a:hover {
    text-decoration: underline;
}
.pagetools li img {
    vertical-align: middle;
    margin-right: 5px;
}
/* Footer */
#footer {
    margin-top: 58px; border-top: 1px solid #E2E2E2;
}
#footer .name, .address, .disclaimer {
    margin: 0 auto; width: 990px; padding-top: 10px;
}
#footer .name {
    font-size: 18px;
}
#footer a, a:visited {
    color: #2B95A0;
}

a:LINK {color: #2B95A0}

.mGrid
{    
    Color: #333333;
    background-color: White;        
    clear: both;
    border:solid;
    border-color: #E2E2E2;
    border-width:1px;
    border-bottom:solid;
    border-bottom-width:1px;
    border-bottom-color: #E2E2E2; 

    margin: 5px 5px 10px 0;
}

.mGrid td {
        padding: 5px;
    }
.mGrid th {
        padding: 5px;
    }
           
.viewGrid
{    
    width: 100%;
    Color: #333333;
    background-color: White;
    border:solid;
    border-color: #E2E2E2;
    border-width:1px;
    border-bottom:solid;
    border-bottom-width:1px;
    border-bottom-color: #E2E2E2; 
    margin: 5px 5px 10px 0;    
}
.viewGrid td {
        padding: 5px;
    }
.viewGrid th {
        padding: 5px;
    }     
   
.selectedRow
{
    background-color: White; 
    font-weight: bold; 
    color: #333333;    
}         

.headerRow
{
    background-color: white;
    font-weight: bold; 
    color: black;
    text-align: left; 
    vertical-align : middle;
    height: 50px;
}

.normalRow
{
    background-color: #E2E2E2;     
    color: #333333; /* #284775;    */
    vertical-align: middle;
    height: 25px;
    text-align:left;
    
 }

.alternateRow
{
    background-color: white;
    color: #333333;    
    vertical-align: top;     
    height: 25px;
}

.footerRow
{
    background-color: #5D7B9D; 
    font-weight: bold; 
    color: White;        
    border:solid;
    border-width:1px;
}