﻿*
{
	margin: 0;
	padding: 0;
}
html, body, form, #wrapper
{
	height: 100%;
}
#contentWrapper
{
	height:100%;
	
}


/* STICKY FOOTER    */ 
body > #wrapper
{
	height: auto;
	min-height: 100%;	 
}
/* STICKY FOOTER    */ 
body > #wrapper > #contentWrapper
{
	height: auto;
	min-height: 100%;
}

/* STICKY FOOTER    */ 
form > #wrapper
{
	/*height: auto;*/
	min-height: 100%;
}
/* END STICKY FOOTER    */ 

body
{
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #d7d3c7;
	background-repeat: repeat;
	min-height: 100%;
}
/* STANDARD TAGS */
h1, .heading1
{
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}

h2, .heading2
{
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding-bottom: 4px;
	color: #000000;
}


h3, .heading3
{
	font-size: 16pt;
	font-weight: normal;
	margin: 0;
	color: #000000;
}

#featuredContent span.jQueryHead
{
	color:#FFFFFF;
	display:block;
	font-size:13px;
	margin:5px 0 0 2px;
	padding:0 0 5px 5px;
}

h4
{
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	color: #333;
}


h1 a, h2 a, h3 a
{
	text-decoration: none;
}

h5 a
{
	font-size: 100px;
	font-weight: normal;
	margin: 0;
}

P
{
	/*margin: 5px 0px 15px 0px;*/
	/*margin: 0px;*/
	margin: 5px 0px 15px 0px;
	color: #4D4D4D;
}
A
{
	color: #666;
	text-decoration: none;
}
A:hover
{
	color: #00528B;
	text-decoration: none;
}
ul, ol
{
	padding: 5px 17px;
}
ul li, ol li
{
	padding-bottom: 5px;
	color: #4D4D4D;
	margin: 0px;
}
img
{
	border: 0px;
}
fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
	border: 0px;
}
iframe
{
	border: 0px;
}
/* END STANDARD TAGS */

/* END COLORS */



#wrapper
{
	margin: 0px;
	background-repeat: repeat-x;
	/*padding-bottom: 25px;*/
	
}

#contentWrapper
{
	margin: 0px;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #fff;*/
	/*padding-left:8px;*/
	/*padding-bottom: 25px;*/
	/*min-height: 700px;*/
	/*background-image: url(images/common/shaddow.png);*/
	min-height:100%;
	
}

#content
{
	width: 960px;
	margin: 0px auto;
	background-color: #fff;	
	
}

#top
{
	height: 89px;
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#sitelogo
{
	float: left;
	width: 300px;
	height: 80px;
	border: none;
	margin-left: 0px;
}

#topSeparatorLine
{
	
	background-repeat: repeat-x;
	width: 960px;
	height: 9px;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

/****************************/
/* BANNERS */
/****************************/
#banner
{
	background-color: #EEEEEE;
	width: 960px;
	height: 224px;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

#sublevelBanner
{
	background-color: #fff;
	padding: 0px;
	color: white;
	clear: left;
}

/****************************/
/* END BANNERS */
/****************************/

/**************************/
/* GLOBAL MENU AND SEARCH */
/**************************/

#globalMenuAndSearch
{
	float: right;
	height: 80px;
	width: 660px;
}


/* GLOBAL MENU */

#globalMenu
{
	float: right;
	height: 36px;
	width: 480px;
	margin-right: 20px;
	margin-top: 8px;
	text-align: right;
}

#globalMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#globalMenu li
{
	float: right;
	margin: 0 0px;
}
#globalMenu li.pipe
{
	float: right;
	font-size: 10px;
	margin: 0 11px 0 11px;
	color: #a29d9d;
}
#globalMenu li.pipeLogin
{
	float: right;
	font-size: 10px;
	margin: 0 11px 0 3px;
	color: #a29d9d;
}
#globalMenu li a
{
	font-size: 10px;
	color: #a29d9d;
	text-decoration: none;
}
#globalMenu li a:hover
{
	color: #333333;
	text-decoration: none;
}

/******************************/
/* END GLOBAL MENU AND SEARCH */
/******************************/

/******************************/
/* MAIN MENU */
/******************************/

#mainNavMenu
{
	width: 960px;
	height: 32px;
	background-repeat: repeat-x;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0 0;	
}

#mainNavMenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainNavMenu li
{
	float: left;
	margin: 0 0px;
	height: 30px;
}

#mainNavMenu li.selected
{
	background-repeat: repeat-x;
}

#mainNavMenu li.firstColumn
{
	width: 11px;
}

#mainNavMenu li a
{
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	height: 32px;
	margin: 9px 0px 0px 0;
	padding: 0 20px 0 20px;
	display: block;
}

#mainNavMenu li a.selected
{
	color: #fff;
}
#mainNavMenu li a:hover
{
	text-decoration: none;
}

/* MAIN MENU EXTRAS */

#mainMenuSeparator
{
	width: 960px;
	height: 5px;
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

/******************************/
/* END MAIN MENU */
/******************************/

/******************************/
/* SIDE MENU */
/******************************/

#sideMenu
{
	width: 200px;
	float: left;
	margin-right: 75px;
	margin-left: 11px;
}

#sideMenu #topMenuNodename
{
	margin: 10px 0 0 4px;
}
#sideMenu #topMenuNodename a
{
	font-size: 14px;
	color: #c1bb00;
}

#sideMenu .topListDiv
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 12px;
}

/* LINKS */
#sideMenu a
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#sideMenu a:hover
{
	color: #000000;
}


/* LISTS */
#sideMenu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: inherit;
}
/* LEVEL 1 */
#sideMenu ul li
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	
}
#sideMenu ul li span
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	margin: 2px 0;
	background-image: url(images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
#sideMenu ul li span a
{
	padding: 7px 0 7px 14px;
	display: block;
	line-height: 16px;
}
#sideMenu ul li span.ExpandedTopTemplate, #sideMenu ul li span.ExpandedItemTemplate, #sideMenu ul li span.SelectedExpandedTopTemplate #sideMenu ul li span.SelectedExpandedItemTemplate
{
	background-image: url(images/common/arrowSelected.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3B8BD;
}
#sideMenu ul li span.ExpandedTopTemplate a, #sideMenu ul li span.ExpandedItemTemplate a, #sideMenu ul li span.SelectedExpandedTopTemplate a, #sideMenu ul li span.SelectedExpandedItemTemplate a
{
	color: #006983;
	display: block;
	font-weight: bold;
}

/* LEVEL 2 */
#sideMenu ul li ul
{
	margin-top: -2px;
}
#sideMenu ul li ul li
{
	margin-top: -2px;
}
#sideMenu ul li ul li span, #sideMenu ul li ul li span.ExpandedItemTemplate, #sideMenu ul li ul li span.SelectedExpandedItemTemplate
{
	background: #F6F6F3;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3B8BD;
}
#sideMenu ul li ul li span a, #sideMenu ul li ul li span.ExpandedItemTemplate a
{
	/*background: none;*/
	background: #F6F6F3;
	color: #3C3C3C;
}
#sideMenu ul li ul li span.SelectedExpandedItemTemplate a
{
	/*background: none;*/
	background: #F6F6F3;
	color: #006983;	
}
#sideMenu ul li ul li span.ExpandedItemTemplate a:hover, #sideMenu ul li ul li span.SelectedExpandedItemTemplate a:hover
{
	color: #006983;
}

/* LEVEL 3 */
#sideMenu ul li ul li ul li span a, #sideMenu ul li ul li ul li span.ExpandedItemTemplate a
{
	margin-left: 10px;
}
/* LEVEL 4 */
#sideMenu ul li ul li ul li ul li span a, #sideMenu ul li ul li ul li ul li span.ExpandedItemTemplate a
{
	margin-left: 20px;
}
/* LEVEL 5 */
#sideMenu ul li ul li ul li ul li ul li span a, #sideMenu ul li ul li ul li ul li ul li span.ExpandedItemTemplate a
{
	margin-left: 30px;
}
/* LEVEL 6 */
#sideMenu ul li ul li ul li ul li ul li ul li span a, #sideMenu ul li ul li ul li ul li ul li ul li span.ExpandedItemTemplate a
{
	margin-left: 40px;
}


/******************************/
/* END SIDE MENU */
/******************************/

/******************************/
/* MAIN COLUMN */
/******************************/

#mainColumn
{
	float: left;
	width: 657px;
	margin: 5px 15px 0 0;
}

/******************************/
/* END MAIN COLUMN */
/******************************/

/************************************/
/* FEATURED CONTENT */
/************************************/

/* ODFJELL DRILLING */

#featuredContent
{
	float: left;
	width: 720px;
	margin-left: 11px;
	margin-top: 25px;
}
#featuredContent img
{
	margin-bottom: 6px;
}
#featuredContent .item
{
	font-size: 10px;
	color: #999999;
	display: block;
	float: left;
	padding: 0px 0px;
	width: 220px;
	margin-right: 20px;
}

#featuredContent a h4
{
	font-weight: bold;
	font-size: 12px;
	color: #006983;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 5px;
}
#featuredContent a:hover h4
{
	color: #00657B;
}

#featuredContent a p
{
	color: #999999;
	text-decoration: none;
}
#featuredContent a:hover p
{
	color: #333333;
	text-decoration: none;
}
/*******************************************/
/*featuredContentRolling OWS/ODT*/
/*******************************************/
#featuredContentRolling
{
	float: left;
	width: 220px;
	margin-left: 0px;
	margin-top: 28px;
}
#featuredContentRolling img
{
	margin-bottom: 6px;
}
#featuredContentRolling .wrapper .item
{
	font-size: 10px;
	color: #999999;
	display: block;
	float: left;
	padding: 0px 0px;
	width: 200px;
	margin-right: 20px;
	position: relative;
}

#featuredContentRolling .wrapper .item .caption
{
	top: 82px;
	width: 219px;
	left: 0;
}

#featuredContentRolling .wrapper .item .space
{
	top: 77px;
	width: 219px;
	left: 0;
}
#featuredContentRolling a h4
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 5px;
}
#featuredContenRolling a:hover h4
{
	color: #00657B;
}

#featuredContentRolling a p
{
	color: #333;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	padding: 8px 0px 0px 0px;
}
#featuredContentRolling a:hover p
{
	color: #333333;
	text-decoration: none;
}
#nav a
{
	background-image: url(/Templates/Odfjell/Styles/Images/Common/flash_inactive.png);
	display: inline-block;
	height: 15px;
	width: 1px;
	margin-right: 5px;
	color: #fff;
	padding-left: 14px;
	overflow: hidden;
}

#nav 
{
	float: right;
	margin-top: -20px;
}


/* FEATURED CONTENT OWS ODT*/
#featuredContentSubSite
{
	float: left;
	width: 448px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 4px;
}
#featuredContentSubSite img
{
	margin-bottom: 6px;
}
#featuredContentSubSite h1
{
	color: #c1bb00;
	font-size: 20px;
	text-decoration: none;
	margin: 20px 0 20px 0;
}

#featuredContentSubSite #mainBody
{
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

/* FEATURED CONTENT SUB PAGE */
h2.SubLevelFrontpage
{
	font-size: 14px;
	font-weight: normal;
	color: #006983;
	padding-bottom: 4px;
}

#featuredContentSubPage
{
	width: 604px;
}

#featuredContentSubPage #intro
{
	font-size: 12px;
}
#featuredContentSubPage #Span1
{
	font-size: 11px;
}


#featuredContentSubPage #articleContainer
{
	margin: 0px 0px 33px 0px;
	height: auto;
	width: 292px;
	float: left;
	text-align: left;
}

#featuredContentSubPage #articleContainer2
{
	margin: 0px 0px 33px 20px;
	height: auto;
	width: 292px;
	float: left;
	text-align: left;	
}
/*
#featuredContentSubPage #articleContainer img
{
	display: inline;
	margin: 0px;
	width: 70px;
	height: 70px;
	float: left;
	padding-right: 11px;
}
*/
#featuredContentSubPage .thumbImg
{
	float: left;
	padding: 0px 11px 0px 0px;
	width: 70px;
	height: 70px;
}

#articleText
{
	font-size: 11px;
	color: red;
	font-weight: normal;
	text-align: left;	
}

#articleText  a p
{
	text-decoration: none;
	margin: 0px;
}
#articleText a:hover p
{
	color: #000000;
}
.doubleAngleQuot
{
	color: #c1bb00;
	font-size: 11pt;
}


/************************************/
/* END FEATURED CONTENT */
/************************************/

/************************************/
/* FEATURED SHORTCUTS FOR OWS AND ODT */
/************************************/

#featuredShortcuts
{
	float: left;
	width: 229px;
	margin-top: 23px;
	margin-right: 20px;
	background-repeat: repeat-y;
	background-position: left top;
	
}
#featuredShortcutsWrapper
{
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 253px;
}
#featuredShortcuts #featuredShortcutsHeading
{
	height: 33px;
	background-repeat: no-repeat;
}
#featuredShortcuts #featuredShortcutsHeading 
{
	font-size: 12px;
	color: #ffffff;
	padding: 12px 0  0 15px;
}

#featuredShortcuts a
{
	color: #3e5d57;
	font-size: 12px;
	font-weight: normal;
}

#featuredShortcuts a:hover
{
	color: #e17000;
}

/* LISTS */
#featuredShortcuts ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 11px 0 15px;
	overflow: inherit;
}
/* LEVEL 1 */
#featuredShortcuts ul li
{
	margin: 0;
	padding: 2px 0;
}




/************************************/
/* FEATURED NEWS */
/************************************/

#featuredNews
{
	float: right;
	width: 229px;
	margin-top: 23px;
}

#featuredNews #newsTitle
{
	float: left;
	width: 110px;
	padding-left: 4px;
	color: #c1bb00;
	font-size: 13px;
}

#featuredNews #archiveTitle
{
	float: right;
	width: 70px;
	padding: 0px 22px 0 0;
	text-align: right;
}

#featuredNews #archiveTitle a
{
	color: #666666;
	font-size: 8pt;
}

#featuredNews #archiveTitle a:hover
{
	color: #000000;
}

#featuredNews .topListDiv
{
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 4px 11px -2px 0;
}

/* LINKS */
#featuredNews a
{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
#featuredNews a:hover
{
	color: #c1bb00;
}


/* LISTS */
#featuredNews ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 11px 0 0;
	overflow: inherit;
}
/* LEVEL 1 */
#featuredNews ul li
{
	margin: 0;
	padding: 0;
}
#featuredNews ul li span
{
	display: block; /*margin: 8px 0 8px 0;*/
	background-image: url(images/common/DoubleAngleQuot.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#featuredNews ul li span a
{
	padding: 8px 0 8px 14px;
	display: block;
	line-height: 16px;
}

/************************************/
/* END FEATURED NEWS */
/************************************/

/************************************/
/* ARTICLE ITEM */
/************************************/
#articleContentWrapper
{
	width: 663px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
}
#articleContent
{
	width: 450px;
	float: left;
	margin-right: 20px;
}

#articleIntro
{
	margin-top: 24px;
	margin-bottom: 20px;
	
}
#articleIntro a
{
	text-decoration: underline;
}
#articleIntro p
{
	font-size: 12px;
	color: #333333;
	line-height:16px;
}

#articleMainBody
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height:16px;
}

#articleMainBody p
{
	font-size: 11px;
	color: #333333;
}
#articleMainBody a
{
	text-decoration: underline;
}

/************************************/
/* END ARTICLE ITEM */
/************************************/

/************************************/
/* ARTICLE RELATED CONTENT */
/************************************/

#relatedContent
{
	width: 180px;
	float: right;
}

/* LINKS */
#relatedContent a
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

#relatedContent a:hover
{
	color: #c1bb00;
}


/* LISTS */
#relatedContent ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: inherit;
	display: block;
}
/* LEVEL 1 */
#relatedContent ul li
{
	margin-bottom: 6px;
	padding: 0px 0 0 0;	
}

#relatedContent #anglequot
{
	color: #c1bb00;	
	margin-right: 10px;
}
td.qoute
{
	vertical-align: top;
}
#relatedContent #newWinLink 
{
	margin-top: 6px;
	margin-bottom: 24px;
}

#relatedContent #newWinLink a
{
	font-size: 9pt;
	color: #c1bb00;	
}
.relContent 
{
	margin-top: 32px;
}
.articleReadMore 
{
	font-size: 11px;
	color: #333333;	
		
}
a.articleReadMore 
{
	font-size: 12px;
	color: #c1bb00;		
}
/************************************/
/* END ARTICLE RELATED CONTENT */
/************************************/
/************************************/
/* CONTACT */
/************************************/
.col1
{
	float: left;
	width: 280px;
}
.col2
{
	float: right;
}
.companyList
{
	margin-top: 20px;
}
.companyList .company
{
	padding-bottom: 10px;
}
.companyList a
{
	color: #006983;
	font-size: 12px;
	font-weight: normal;
}
.companyList a:hover
{
	text-decoration: underline;
}
/************************************/
/* NEWS LIST           */
/************************************/
h1.NewsListTitle
{
	font-family: Georgia;
	font-size: 40px;
	font-weight: normal;
	margin: 4px 0 11px 0;
	padding: 0px;
	color: #333;
}

h2.newsItemHeading 
{
	margin: 7px 0px 8px 0px;
}

h2.newsItemHeading a
{
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #006983;
}

#newsListWrapper
{
	width: 660px;
	margin-bottom: 20px;
}
.latestNews
{
	height: 23px;
	color: #fff;
	font-size: 10pt;
	padding: 2px 0px 0px 5px;
	margin: 0 0 2px 0;
	background-repeat: repeat-x;
	
}
.firstNews
{
	padding: 0px 0px 12px 0px;
}
.firstNews img
{
	width: 660px;
}
.firstNews .newsIntro
{
	
	font-size: 13px;
	padding-bottom: 12px;
	color: #666;
}

.secondNews
{
	padding: 0px 0px 0px 0px;
}
.secondNews img
{
	width: 192px;
	height: 108px;
	margin-right: 15px;
}
.secondNews .articleIntro
{
	font-size: 9pt;
	padding-bottom: 10px;
	color: #666;
}
.secondNewsFooter
{
}
.moreNews
{
	height: 23px;
	color: #fff;
	font-size: 10pt;
	padding: 0px 0px 0px 5px;
	margin: 20px 0px 0px 0px;
	background-repeat: repeat-x;
}

.moreNewsSeparator
{
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 26px 0px 0px 0px;
}
.moreNewsList
{
	padding: 7px 0 6px 0;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.firstNewsFooter
{
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}

a.readMore
{
	font-size: 10px;
	color: #a2ad00;
}
/*Rest news list*/
.restNews
{
	float: left;
	width: 278px;
	margin: 20px 20px 0px 0px;
}
.restNews .newsItemHeading a
{
	color: #666;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: both;
}
.restNews .newsItemHeading a .pil
{
	color: #a2ad00;
}
.archiveLink
{
	float: right;
	padding-top: 30px;
}

/* Tip a friend */

.tipAfriend
{
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	color: #4d4d4d;
}
.tipAfriend .head
{
	float: left;
	width: 620px;
	background-color: #dadada;
	border-bottom: solid 1px #ccc;
	height: 16px;
	padding: 4px 0px 0px 2px;
	
}
.tipAfriend .close
{
	background-color: #dadada;
	border-bottom: solid 1px #ccc;
	height: 16px;
	padding: 4px 0px 0px 0px;
}
.tipAfriend .form
{
	background-color: #eaeaea;
	padding: 3px;
}
.tipAfriend .txtField
{
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	width: 273px;
	height: 24px;
	padding: 6px 2px 0px 5px;
}
.tipAfriend .button
{
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	background-color: #909090;
	color: #fff;
	font-weight: bold;
	width: 80px;
	height: 32px;
	position:absolute;
    margin-left:4px;
    margin-top:0;
	cursor: pointer;
}

/* Multimedia */
.leftHeaders
{
	font-size: 14px;
	color: #006983;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 30px 0px 8px 0px;
}

.mediaImg
{
	float: left;
	position:relative;
}
.mediaImg img
{
	width: 90px;
	height: 66px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.mediaImg img.playIcon
{
	position:absolute;
	width:33px;
	height:33px;
	top:16px;
	left:28px;
}

/************************************/
/* END NEWS LIST */
/************************************/

/************************************/
/* NEWS ITEM           */
/************************************/
h1.newsItemTitle
{
	font-family: Georgia;
	color: #006983;
	font-size: 30px;
	margin: 12px 0 18px 0;
}

h3.newsItemHeading 
{
	margin: 0px 0 12px 0;
}

h3.newsHeading
{
	font-weight: normal;
	margin: 5px 0 5px 5px;
	color: #c1bb00;
}

h3.newsItemHeading a
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #006983;
	
}


h4.newsItemHeading a
{
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #006983;
	float: left;
	padding-right: 20px;
}


.newsItem .articleImg img
{
	width: 660px;
	margin-top: 9px;
}
.intro, .intro p
{
	font-size: 12px;
	color: #333333;
	line-height:16px;
	margin-bottom: 20px;
}
.newsDate
{
	font-size: 10px;
	color: #999;
	margin-top:20px;
}

/* NEWS ITEM - CONTACT PERSONS       */
.newsItem .contactPersons .header 
{
	color: #006983;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsItem .contactPersons div
{
	color: #333;
	font-size: 8pt;
}
.newsItem p
{
	color: #333;	
	line-height: 16px;
}
.moreNewsSeparatorNewsItem
{
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 10px 0px 20px 0px;
}
.newsIcons
{
	text-align  : right;
}
.headerLeft
{
	float: left;
}
.rssIcon
{
	float: right;
	margin: 30px 0px 0px 0px;
}
/************************************/
/* END NEWS ITEM  */
/************************************/

/************************************/
/* QUICKSEARCH */
/************************************/
/* SEARCH */
#quickSearchPanel
{
	float: right;
	width: 205px;
	height: 36px;
	margin-right: 20px;
	text-align: right;
}
.QuickSearchArea
{
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	width: 205px;
	height: 20px;
}

input.quickSearchField
{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	background-color: #fff;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px;
	width: 183px;
	height: 14px;
	color: #a29d9d;
	font-size: 11px;
}
#quickSearchButton
{
	float: right;
}

/************************************/
/* END QUICKSEARCH */
/************************************/

/************************************/
/* SEARCHRESULTS */
/************************************/

#searchResultsWrapper
{
	margin: 30px 0 0 30px;
}

#SearchResults
{
	margin: 0px 0 0px 0;
	border-bottom: 1px gray dotted;
}

#SearchResults h3 a
{
	color: #3C3C3C;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px -2px 0px;
}
#SearchResults p
{
	padding-left: 7px;
}

/************************************/
/* END SEARCHRESULTS */
/************************************/

/************************************/
/* UNIDENTIFIED TAGS */
/************************************/

#ArticleImg
{
	margin-bottom: 20px;
}
#ThumbArticleImg
{
	margin: 0px 5px 0px 0px;
}

/************************************/
/* END UNIDENTIFIED TAGS */
/************************************/


/******************************/
/* LOGIN PAGE            */
/******************************/
.loginArea
{
	width: 100%;
}

.loginArea label
{
	display: block;
	line-height: 1em;
	width: 35%;
}

.loginArea input
{
	margin: 0.3em 0 1em 0;
}
.button
{
	border: 1px solid black;
	color: White;
	background: #006584 url(images/common/buttonBg.png) repeat-x;
	margin-top: 38px;
}
.ButtonArea
{
	padding-left: 20px;
}
/******************************/
/* REGISTRATION PAGE            */
/******************************/
.regButton
{
	border: 1px solid black;
	color: White;
	background: #006584 url(images/common/buttonBg.png) repeat-x;
	float: left;
	margin-left: 5px;
}
/******************************/
/* END LOGIN PAGE            */
/******************************/

/************************************/
/* SITEMAP PAGE */
/************************************/

#SiteMap ul
{
	margin: 0;
	padding: 0.2em 0;
}

#SiteMap ul ul
{
	padding: 0;
	margin-left: 0.5em;
}

#SiteMap li
{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}
#SiteMap li a
{
	text-decoration: none;
	color: #666666;
}

#SiteMap li li
{
	margin: 0.2em 0;
	padding-left: 1em;
	background: url(images/common/SiteMapBullet.png) no-repeat;
	font-size: 0.7em;
}

#SiteMap li li a
{
	text-decoration: underline;
	color: #666666;
}

#SiteMap li li li
{
	font-size: 1em;
}

/************************************/
/* END SITEMAP PAGE */
/************************************/
/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea 
{
    width: 100%;
}

.subscriptionArea label.topLabel 
{
    display: block;
    line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
    margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
    margin: 0 0.3em 0 0;
}

.subscriptionListArea td 
{
    vertical-align: text-bottom;
    padding: 0.3em 0;
}

/************************************/
/* BREAD SCRUMBS */
/************************************/

#breadcrumbsPanel a
{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#breadcrumbsPanel a:hover
{
	color: #000000;
}

/************************************/
/* END BREAD SCRUMBS */
/************************************/
/************************************/
/* RIG LIST */
/************************************/
#rigList
{
	width: 450px;
}
#rigList .intro
{
	font-size: 16px;
}
#rigList .rigThumbImg
{
	float: left;
	margin-right: 10px;
}
#rigList h2
{
	font-size: 20px;
}
/************************************/
/* RIG DETAIL */
/************************************/
#rigDetail
{
	padding: 0px 0px 20px 0px;
}
#rigDetail .rigCol1
{
	float: left;
	width: 450px;
	margin-right: 30px;
}
#rigDetail .rigCol2
{
	width: 170px;
	margin-left: 30px;
}
#rigDetail H5
{
	text-transform: uppercase;
	font-size: 10px;
}
/************************************/
/* LINE BREAKS */
/************************************/

/* Brukes før innhold */
.lineBreakPageTop
{
	height: 18px;
	width: 100%;
	margin:0px;
	padding:0px;
}

/* Brukes etter H1 taggen */
.lineBreakH1
{
	height: 30px;
	width: 100%;
	margin:0px;
	padding:0px;
}

.lineBreak
{
	height: 16px;
	width: 100%;
	margin:0px;
	padding:0px;
}

/************************************/
/* END LINE BREAKS */
/************************************/


#wrapperFix
{
	background-image: url(images/common/shaddow.png);
	min-height:100%;
	padding-bottom:-45px;
	padding-left:8px;
	padding-right:8px;
	width:960px;
}

/************************************/
/* FOOTER */
/************************************/

#footer
{
	margin-top: -45px;
	margin-left: auto;
	margin-right: auto;
	margin-left:8px;
	height: 25px;
	width: 960px;
	clear: both;
	background-repeat: repeat-x;
	text-align: center;
	position:relative;
	float:left;
}

#footer #textContainer
{
	padding-top: 4px;
}
#footer span
{
	font-family: Arial;
	font-size: 8pt;
	color: #fff;
}
/************************************/
/* END FOOTER */
/************************************/


/* NYTTIG */
.clear
{
	clear: both;
}
.red
{
	color: #db0033;
}



/******PRINT*********/
.print
{
	clear: both;
	float: right;
	padding: 10px 10px 0px 0px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******Editor css*********/
.left
{
	float: left;
	margin: 5px 5px 5px 0px;
}
.right
{
	float: right;
	margin: 5px 40px 5px 5px;
}
.ODDbold
{
	font-weight: bold;
	color: #303f47;
	margin: 0px;
}
.ODTbold, #articleMainBody p.ODTbold
{
	font-weight: bold;
	color: #003478;
	margin: 0px;
}
.OWSbold
{
	font-weight: bold;
	color: #3e5d57;
	margin: 0px;
}
.heading1
{
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}

.heading2
{
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 4px;
	color: #333;
}


.heading3
{
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #333;
}







