/*GENERAL COLORS*/
/*color:#6E6E6E;	GREY*/
/*color: #0057A3; 	BLUE*/
/*SHORT HAND*/
/*top right bottom left*/

/*//////////////////////////////////////////////////*/
/*---- TABLE OF CONTENTS --------------------------*/
/*////////////////////////////////////////////////*/

/*
General Settings 	body, text, standard links etc
Design 			All design-divs
Topmenu			
Submenu			Level 1 & 2 - as well as the months menu in the news archive
Logo Images		The images of the logos
Director Images		The images of the boards and the directors
Information		BAF/CAf, Fuel Surcharge, Container Specifications
Norröna Schedule	
Factbox			the factbox on the frontpage - is a class so it can be used on other pages
Language Settinge	The language chooser div
File icon settings	The icons that are attached to pdf, word, excel and powerpoint links.
*/



/*//////////////////////////////////////////////////*/
/*GENERAL -----------------------------------------*/
/*////////////////////////////////////////////////*/
* { /*RESETS ALL MARGIN AND PADDING TO ZERO! */
	margin:0;
	padding:0;
}

body {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#6E6E6E;
}

p {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#6E6E6E;
line-height:130%;
}

.clear {
	clear: both;
}

#footerinside p {
	font-size: 7pt;
	text-align: center;
	padding-top: 5px;
	width: 900px;
}


a, a:link {
color:#999999;
text-decoration:underline;
outline: none;
}

a:visited {
color:#999999;
text-decoration:underline;
}

a:hover {
color:#6E6E6E;
text-decoration:underline;
}


td {
padding:0px;
margin:0px;}

img {
border:0px;
outline: none;}

hr {
width:95%;
border-top: 1px solid #666;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
_height:1px;

}

/*////////////////////////////////////////////*/
/*DESIGN-------------------------------------*/
/*//////////////////////////////////////////*/

#wrapper {
	width: 981px;
	margin: 10px auto 10px auto;
}


/*TOP*/
#header {
	/*background-image: url(/media/CSS/toppicture.jpg);*/
/*	background-repeat: no-repeat;*/
	height: 190px;
	width:100%;
	position:relative;
	z-index:1;
}

#topmenu {
	position:absolute;
	top: 148px;
	left:0px;
	_left:1px;
	padding-left: 40px;
	z-index: 2;
}


#logo{
	position:absolute; 
	right:0px; 
	top:0px; 
	z-index:2;
	width:257px;
	height:179px;
}


/*FOOTER*/
#footer {
	background-image: url(../media/CSS/pageBottom.jpg);
	height: 27px;
	margin-top:0px;
}


/*//////////////////////////////////////////////////*/
/*TOPMENU LINKS -----------------------------------*/
/*////////////////////////////////////////////////*/

#topmenu a{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	display:inline-block;
	padding-bottom:5px;
}

#topmenu a:link {
color:#6E6E6E;
}
#topmenu a:visited {
	color:#6E6E6E;
}
#topmenu a:active {
	text-decoration:none;
	color:#0057A3;
}
#topmenu a:hover {
	color:#0057A3;
	background-image:url(../media/CSS/bullet.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
}

#topmenu a:selected {
font-weight:bold;
color:#0057A3;
}

#topmenu ul {
padding:0px;
margin:0px;
}

#topmenu li {
display:inline;
padding-left:5px;
padding-right:5px;
}

#topmenu li.selected a {
font-weight:bold;
color:#0057A3;
background-image:url(../media/CSS/bullet.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:5px;
}

#rightcolumn h1 {
text-transform:capitalize;
color:#0057A3;
font-size:10pt;
}


/*//////////////*/
/*SUBMENU LINKS*/
/*////////////*/

#leftcolumn ul {
display:block;
margin-left:-30px;
list-style:none;
list-style-type:none;}


/*/////////////////*/
/*COGWORKS SUBMENU*/

/*/// LEVEL 1 //////////////////////*/
#leftcolumn ul {
width:190px;
margin: 0px 0px 0px 10px;
}

#leftcolumn li {
border-bottom:1px solid #D7E6F1;
}

#leftcolumn li.COGbranch {
_margin-right:-50px;
}

/*THIS MOVES THE ENTIRE SUBMENU NAMES - NOT THE LINES!*/
#leftcolumn ul.lv1 li a {
color:#0057A3;
display:block;
padding:6px 0px 6px 12px; /*top right bottom left*/
text-decoration:none;
list-style:none;
list-style-type:none;
width:167px;
}

#leftcolumn ul.lv1 li a.COGselected {
font-weight:bold;}

#leftcolumn ul.lv1 li a:hover {
font-weight:bold;}

#leftcolumn ul.lv1 li a.COGbranch {
font-weight:bold;}


/*/// LEVEL 2 //////////////////////*/
#leftcolumn ul.lv2 li {
border-bottom:0px;
padding-bottom:8px;
}

#leftcolumn ul.lv2 li a {
background-image:none;
border:none;
color:#0057A3;
display:block;
padding:0px 0px 0px 27px; /*top right bottom left*/

text-decoration:none;}



#leftcolumn ul.lv2 li a.COGselected {
/*background-color:#E5EEF5;*/
font-weight:normal;
background-image:url(../media/CSS/bullet2.jpg);
background-repeat:no-repeat;
background-position:15px 2px;
}


/*TO MAKE SURE THE YEAR SUBPAGE SHOWS CORRECT WHEN THE USER IS ON THE MONTH PAGE*/
#leftcolumn ul.lv2 li.COGbranch a {
background-image:url(../media/CSS/bullet2.jpg);
background-repeat:no-repeat;
background-position:15px 2px;
;
font-weight: normal;}

#leftcolumn ul.lv2 li a:hover {
/*background-color:#E5EEF5;*/
background-image:url(../media/CSS/bullet2.jpg);
background-repeat:no-repeat;
background-position:15px 2px;
;
font-weight:normal;}

a.Smyrilbranch {
font-weight:bold;}

ul.lv2 li.Smyrilbranch{
background-image:url(../media/CSS/bullet2.jpg);
background-repeat:no-repeat;
background-position:15px 2px;
font-weight:normal;}

ul.lv2 li.Smyrilbranch a{
font-weight:normal;}


/*---------------------*/
/*- LOGO IMAGES ------*/
/*-------------------*/

.ImgLogo img {
padding-bottom:5px;
text-decoration:none;
margin-left:auto;
margin-right:auto;
}

a.ImgLogo{
	display:block;
	text-decoration:none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 100px;
	height:100px;
	padding:10px;
	text-align:center;
	float:left;
	margin: 0px 0px 10px 25px;
	_margin: 0px 0px 10px 13px;

}

a:hover.ImgLogo  {
display:block;
border-color:#666666;
text-decoration:none;
}

.tableLogos {
margin: 0px 0px 15px 25px;}

.tableLogos td {
padding-bottom:5px;}

.tableLogos a {
text-decoration:none;}

/*--------------------*/
/* DIRECTOR IMAGES --*/
/*------------------*/

.ImgDirectors img {
padding-top:5px;
padding-bottom:5px;
text-decoration:none;
margin-left:auto;
margin-right:auto;}

a.ImgDirectors{
	display:block;
	text-decoration:none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 140px;
	height:270px;
	padding:0px 2px 10px 2px;
	text-align:center;
	float:left;
	margin: 0px 3px 10px 3px;
}

a:hover.ImgDirectors, a:hover.ImgBoard, a:hover.ImgBoard2  {
display:block;
border-color:#666666;
text-decoration:none;
}

a.ImgBoards {
	display:block;
	text-decoration:none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 140px;
	height:190px;
	padding:10px 2px 10px 2px;
	text-align:center;
	float:left;
	margin: 0px 3px 10px 3px;
}

/*--------------------*/
/* INFORMATION ------*/
/*------------------*/

/*--------------------*/
/* FUEL SURCHARGE ---*/

#fuel {
background-image: url(/media/CSS/fuelfactbox.jpg);
background-repeat: none;
width: 190px;
height:160px;
padding:30px 10px 10px 20px;
_padding:30px 10px 8px 20px;
margin-bottom:10px;
}

#fuel td {
padding-bottom:5px;}

#fuelDK {
background-image: url(/media/CSS/fuelfactboxDK.jpg);
background-repeat: none;
width: 190px;
height:160px;
padding:30px 10px 10px 20px;
_padding:30px 10px 8px 20px;
margin-bottom:10px;
}

#fuelDK td {
padding-bottom:5px;}

/*---------------*/
/* BAF / CAF ---*/

table#BAFCAF {
width:300px;
border:0px;
float:left;}

table#BAFCAF td{
padding-bottom:3px;}

#bafcafpdf {
width:130px;
float:right;
margin: 30px 0px 0px 15px;}


/*------------------------------*/
/* CONTAINER SPECIFICATIONS ---*/
/*SETS PADDING IN THE CONTAINER SPECIFICATIONS TABLE UNDER INFORMATION*/

#container td {
padding: 0px 12px 5px 0px;}


/*--------------------*/
/* NORRÖNA SCHEDULE -*/
/*------------------*/

table.schedule {
width:450px;
text-align:left;
line-height:130%;}

tr.schedulehead {
background-color:#CFE2F3;
height:30px;}

table.schedule td {
padding:2px;
border-bottom: 1px solid #333333;}

table.schedule th {
padding:2px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;}


/*--------------------*/
/* FACTSBOX ---------*/
/*------------------*/

.factsbox {
width:210px;
background-color:#F0F5FA;
border:1px solid #CFE2F3;

margin:13px 0 0 0;
padding:8px;
_float:left;}

.factsbox a:link {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#6E6E6E;
line-height:130%;
text-decoration:none;}

.factsbox a:visited {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#6E6E6E;
line-height:130%;
text-decoration:none;}

.factsbox a:hover {
text-decoration:underline;
}



/*--------------------*/
/* LANGUAGE ---------*/
/*------------------*/

#language {
	/*background-color:#cc0099;*/
	width: 900px;
	height:16px;
	margin: 30px auto 0px auto;
	text-align:right;
}
#language a{
	margin-left:4px;

}


#Flashcontent {
width:250px;}

p#cross-links { font-size:8pt; width: 200px; float:right;}
p#cross-links a { float:right; padding-right:10px;}


/*--------------------*/
/* FILE ICONS -------*/
/*------------------*/

a.pdf {
background-image:url(/media/CSS/pdf.jpg);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 0px 0px 30px;
margin: 0px 0px 5px 0px;
display:inline-block;
line-height: 25px; /* To center the text vertically with the icon */
}

a.word {
background-image:url(/media/CSS/word.jpg);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 0px 0px 30px;
display:inline-block;
line-height: 25px; /* To center the text vertically with the icon */
}

a.excel {
background-image:url(/media/CSS/excel.jpg);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 0px 0px 30px;
display:inline-block;
line-height: 25px; /* To center the text vertically with the icon */
}

a.powerpoint {
background-image:url(/media/CSS/ppt.jpg);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 0px 0px 30px;
display:inline-block;
line-height: 25px; /* To center the text vertically with the icon */
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
H1 {
font-family: Tahoma, Arial, sans-serif;
font-size:10pt;
color:#0057A3;
font-weight:bold;
padding-bottom:10px;
}

H2 {
font-family: Tahoma, Arial, sans-serif;
font-size:8pt;
color:#0057A3;
font-weight:bold;
margin-top:10px;
margin-bottom:2px;
}

p {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#6E6E6E;
line-height:130%;
}

.bluetxt {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#0057A3;
font-weight:bold;
line-height:130%;
}

.Imgright {
float:right;
padding: 0px 0px 10px 10px;
}

.Imgleft {
float:left;
padding: 0px 10px 10px 0px;
}

hr {
width:95%;
border-top: 1px solid #666;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
_height:1px;
}

.undertxt {
font-family: Tahoma, Arial, sans-serif;
font-size: 8pt;
color:#6E6E6E;
line-height:130%;
text-decoration:underline;
}

.nopdf {
background-image:none;
padding:0px;
}

h3 {
font-family: Tahoma, Arial, sans-serif;
font-size:10pt;
color:#0057A3;
font-weight:bold;
padding-bottom:10px;
}


