﻿/* CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ v2.0 */
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; background-color: #FFFFFF; color: #444444; font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 13px;

    overflow-y: scroll;
}
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;
}

.newSubmission {
    background-color:#edcaed;

}


/* Header */
#header {
    margin: 30px auto 0 auto;
    width: 990px;
    height: 72px;
}
.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 {
    list-style: none;
    float: right;
    margin-top: 3px;
    margin-right: 10px;
}
.level0menu li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.level0menu li a {
    font-size: 12px;
    color: #8E8D8D;
    text-decoration: none;
}
.level0menu li a:hover {
    text-decoration: underline;
}
/* Navigation menu level 1 */
.level1menu {
    clear: right;
    float: right;
    margin-top: 15px;
    text-align:right;
    text-transform: uppercase;    
}
.level1menu li {
    list-style: none;
    display: inline-block;
    position: relative;
        
    margin-left: 37px;
    border: 1px solid transparent;
}
.level1menu li a {
    color: #B0B0B0;
    font-size: 17px;
    text-decoration: none; 
}

.headerTable {
    padding:6px;
    font-size: 17px;
    vertical-align:central;
    margin:4px 5px 4px 3px; 
}



.pageStyle {
    padding:6px;
    font-size: 17px;
    vertical-align:central;    
    margin:4px 5px 4px 3px; 
}

.pageStyle a, .pageStyle span
{
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.pageStyle a
{
    border: 1px;
    margin:4px 5px 4px 3px; 
}
.pageStyle span
{
    color: #000;
    border: 4px;
    margin:4px 5px 4px 3px; 

}


.cellTable23 {
    padding:4px;
}

.level1menu li a:hover {
    color: #545454;
}
.level1menu li a.selected {
    color: #545454;
    border-bottom: 1px solid #545454;
    padding-bottom: 11px;
}
.level1menu li ul {
    display: none;
    position: absolute;
    left: -50px;
    top: 20px;

    background-color: transparent;
    background-image: url("http://ices.dk/_layouts/15/1033/images/icesimg/icesddtoparrow.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    border: 0 solid #D1D1D1;
    box-shadow: 0 0 0 0 #7F7F7F;
    /*max-width: 250px;*/
    /*min-width: 125px;*/
    padding: 10px 0;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    z-index: 100;
}
.level1menu li:hover ul {
    display: block;
}
.level1menu li ul li {
    display: block;
    background-color: #5F5F5F;
    color: #FFFFFF;
    font-size: 15px;
    padding: 2px 15px;
    text-transform: none;
}
.level1menu li ul li a {
    color: #FFFFFF;
    font-size: 15px;
}
.level1menu li ul li a:hover {
    background-color: #7D7D7D;
    color: #FFFFFF;
}
/* Navigation menu level 2 */
.level2menu {
    list-style: none;
    clear: both;
    padding-top: 22px;
}
.level2menu li {
    display: inline;
    margin-right: 27px;
    border: 1px solid transparent;
}
.level2menu li a {
    font-size: 15px;
    color: #545454;
    text-decoration: none;
}
.level2menu li a:hover {
    color: #F15D2A;
}
/* Content */
#content {
    border-top: 1px solid #E2E2E2;

    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: 200;
}
#content h2 {
    color: #6B6B6B;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}
#content p {
    margin-bottom: 10px;
}
#contentgraygutter {
    margin-top: 58px; height: 40px; background-color: #E8EAEA;
}
#contentorangegutter {
    margin-bottom: 1px; height: 98px; background-color: #F15D2A;
}
#contentheader {
    margin: 0 auto; width: 990px; padding-top: 51px;

    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: #71B6BD;
}

.mGrid
{    
    Color: #333333;
    background-color: White;        
    clear: both;
    border:solid;
    border-color: #E2E2E2 ;
    border-top-color:black;
    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-size:18px;
    font-weight: bold; 
    color: #333333;    
}         

.headerRow
{
    background-color: white;
    font-weight: bold; 
    font-size:18px;
    color: #929292;
    text-align: left; 
    vertical-align : middle;
    height: 50px;
}

.normalRow
{
    background-color: #E2E2E2;     
    color: #333333; /* #284775;    */
    font-size:18px;
    vertical-align: middle;
    height: 25px;
    text-align:left;
    
 }

.alternateRow
{
    background-color: white;
    color: #333333;    
    font-size:18px;
    vertical-align: top;     
    height: 25px;
}

.footerRow
{
    background-color: #5D7B9D; 
    font-weight: bold; 
    color: White;        
    border:solid;
    border-width:1px;
}

a:link, .ms-rtestate-field a:visited, .ms-rtestate-field a:hover, .ms-rtestate-field a:active {
color: #2b95a0;
}

  .tableDescription{ 
        font-size:16px;
        font-family: Calibri, Helvetica, Arial, sans-serif;
    }

    #headertab ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#headertab li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    }
    
	#headertab a {
		text-decoration: none;
		display: block;
		background: #EEE;
		padding: 0.2em 1.1em;
        font-size:16px;
		color: #71B5BC;
        font-weight:bold;
		text-align: center;
    }
	
	#headertab a:hover {
		background: #ddf;
	}

	#headertab #selected {
		border-color: black;
	}


	
	#headertab #selected a {
		position: relative;
		top: 1px;
		background: white;
        font-size:16px;
		color: black;
		font-weight: bold;
	}

    .buttonNew{
        color: steelblue;
        box-sizing: border-box !important;
        direction: ltr !important;
        border-radius: 3px;
        font-size: 13px;
        border-color: #AAA;
        background: #EFEFEF none repeat scroll 0% 0%;
        font-family: Verdana,Arial,sans-serif;
        font-style: normal;
        line-height: 1.231;
        text-decoration:none;
        outline: medium none;
        border: 1px solid transparent;
        padding: 3px;
        text-align: center;
        margin: 0px;
        cursor: default;
        font-family: Verdana,Arial,sans-serif;
        font-style: normal;
        font-size: 13px;
        border-color: #AAA;
        background: #EFEFEF none repeat scroll 0% 0%;
    }
    .buttonNew:hover {-moz-box-sizing: content-box; box-sizing: content-box; border-color:#999;  background: #e8e8e8;}

    .titleLayer {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    font-weight:bold;
}