/**
    Global CSS, used on all templates
    
    @copyright Gassco.no
*/
body {
	color: #333;
	background-color: white;
	background-position: 0 106px;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 945;
}

h1,h2,h3,h4,#content p {
	margin: 0;
	padding: 0;
	display: block;
}

img {
	border: 0;
}

a:link,a:visited {
	color: #78745b;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #5ab200;
	background-color: transparent;
	/*text-decoration : none; */
	text-decoration: underline;
}
#content p.teaser a:link{
	color: #333;	
	text-decoration: none;
}
#content p.teaser a:hover{
	color: #5ab200;	
	text-decoration: none;
}
#contetn div.txt a:link{
	color: #5ab200;	
	text-decoration: none;
}

#content div.txt a:hover{
	color: #5ab200;	
	text-decoration: none;
}


#content a:link {
	color: #017AC1;
	background-color: transparent;
}

#controls, .wai-label {
    position: absolute;
    left: -999px;
}

/** Header and branding */

#branding {
    float: left;
}

#header {
    clear: both;
    margin-left: 29px;
	overflow: hidden;
	width: 980px;
}

#branding h1 {
    padding: 0;
    margin: 0 0 0 20px;
    height: 41px;
    width: 175px;
}

#branding #logo {
    border: 0;
}


input[type="submit"] {
    background-color: white;
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px outset #666666;
    color: #666666;
    font-family: verdana;
    font-size: 10px;
    height: 16px;
    padding-bottom: 1px;
}

input[type="submit"]:hover {
    border: 1px inset black;
}

input[type="text"] {
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    padding: 2px 6px 2px 4px;
}


/** Global navigation */

#nav-global {
    height: 30px;
    overflow: hidden;
}

#nav-global li {
    height: 25px;
    overflow: hidden;
    margin-right: 1px;
}

#nav-global a {
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    float: none;
    display: inline;
    height: 5px;
    overflow: hidden;
}

#nav-global a:hover,#nav-global li.active a {
    color: #499D14;
}

#nav-global {
    float: left;
    margin: 5px 0 0 150px;
}

#nav-global ul {
    padding: 5px 0;
}

#nav-global-secondary {
    font-size: 10px;
    float: right;
    clear: right;
    margin-top: -65px;
    width: 632px;
}

#nav-global-secondary .nav-global {
    float: left;
}

#nav-global-secondary li a {
    padding: 2px 8px 2px 6px;
}

.nav-global li a {
    color: #666;
    text-decoration: none;
    display: block;
    float: left;
}

.nav-global li a:hover {
    color: #007ac3;
}

ul.nav-global {
    margin: 0;
    padding: 0;
}

.nav-global li {
    display: inline;
    list-style: none;
}

ul#css-units li a {
    background-image: none;
}

ul#css-units li a:hover {
    color: #007AC3;
}

#css-units li.last a {
    padding-right: 8px;
}

ul#css-units {
    margin-top: -10px;
}

ul#css-units li a {
    padding-left: 3px;
    padding-right: 3px;
}

ul#css-units li#units-normal a,
ul#css-units li#units-medium a,
ul#css-units li#units-large a,
ul#css-units li#units-medium.inactive a, {
    color: #017ac1;
    background-color: transparent;
}

ul#css-units li#units-normal.active a, 
ul#css-units li#units-medium.active a, 
ul#css-units li#units-large.active a {
    color: #666;
    background-color: transparent;
	font-weight:normal;
}

ul#css-units li#units-normal a:hover,
ul#css-units li#units-medium a:hover,
ul#css-units li#units-large a:hover {
    background-color: transparent;
    color: #7cbd4c;
}

ul#css-units li a {
    background-image: none;
    padding-bottom: 0;
}

ul#css-units li#units-normal a {
    font-size: 11px;
    padding-top: 11px;
}

ul#css-units li#units-medium a {
    font-size: 13px;
    padding-top: 9px;
}

ul#css-units li#units-large a {
    font-size: 16px;
    padding-top: 9px; 
    font-weight:normal;	
}

.nav-global .search-form {
    margin-top: 2px;
    margin-left: 13px;
    float: left;
    width: 170px;
}

.nav-global .search-form input[type='text'] {
    float: left;
    width: 110px;
}

.nav-global .search-form input[type='submit'] {
    width: 48px;
    vertical-align: middle;
    margin-top: 2px;
    float: right;
    padding-left: 17px;
}

/* Breadcrumb */
#nav-breadcrumb {
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    margin-left: 190px;
}

#nav-breadcrumb ol,#nav-breadcrumb li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

#nav-breadcrumb li {
    padding: 0 0 0 8px;
}

#nav-breadcrumb a {
    color: #666;
    margin-right: 8px;
    background-color: transparent;
}

#nav-breadcrumb a:hover {
    color: #5ab200;
    background-color: transparent;
}

#nav-breadcrumb .first {
    margin-left: 0;
    padding-left: 0;
}

#nav-breadcrumb li.last {
    background-image: none;
}

/** Secondary navigation */

#nav-secondary {
    margin-top: 59px;
    float: left;
    font-size: 11px;
    width: 174px;
    padding: 0 9px 0 7px;
    overflow: hidden;
}

#nav-secondary h3 {
    color: #9A9A9A;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 9px;
    margin-left: 25px;
    text-transform: uppercase;
}

#nav-secondary ul,#nav-secondary li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-secondary li {
    border-top: 1px solid #dad9c6;
}

#nav-secondary li strong {
    color: #499D14;
    background-color: transparent;
}

#nav-secondary li a, #nav-secondary li strong {
    display: block;
    padding: 8px 3px 1px 25px;
}

#nav-secondary li strong a {
    padding: 0;
    color: #499d14;
    background-color: transparent;
}


/* Image campaigns */

.campaign-img {
    margin-bottom: 11px;
    border: 1px solid #C2BBB4;
}

#wrapper-secondary .campaign-img {
	height: 169px;
}

#wrapper-secondary .campaign-img .mm-elm.title, 
#wrapper-secondary .campaign-txt .mm-elm {
	background-color: white;
	padding-top: 15px;
	padding-left: 20px;
}

#wrapper-secondary .campaign-img .mm-elm.title {
    height: 39px;
    overflow: hidden;
}

#wrapper-secondary .campaign-img .mm-elm {
	padding: 2px;
}

#wrapper-secondary .campaign-img .txt {
	margin-left: 3px;
	margin-right: 3px;
}


/** Text campaigns */

#wrapper-secondary .campaign-txt {
	border: 1px solid #C2BBB4;
	height: 167px;
	margin-top: 3px;
	padding: 3px;
	background-color: white;
	color: inherit;
}

#wrapper-secondary .campaign-txt .mm-elm {
	background-color: white;
	padding-top: 15px;
	padding-left: 20px;
	height: 38px;
}

#wrapper-secondary .campaign-txt .txt {
	background-color: #EEEDDB;
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 10px;
	height: 64px;
}

.campaign-txt .txt strong {
	font-weight: normal;
}

.campaign-txt .read-more a {
	padding-left: 30px;
	color: inherit;
	background: transparent bottom left no-repeat;
}

#wrapper-secondary #campaign_02 .read-more {
	background-color: #EEEDDB;
	padding: 5px 10px 5px 18px;
}

#content p.read-more a {
	display: block;
	color: #007ac3;
	background: transparent no-repeat left center;
	padding: 0px 10px 5px 30px;
}

.campaign-img-w-txt {
	border: 1px solid #c2bbb4;
	height: 118px;
	overflow: hidden;
	padding: 2px;
	background-color: white;
	color: inherit;
}

.campaign-img-w-txt .title {
	color: inherit;
	background-color: white;
	margin: 0;
	padding: 13px 0 8px 23px;
	width: 100%;
	height : 16px;
}

.campaign-img-w-txt .title h3 a {
	display: block;
}

.campaign-img-w-txt .bottom .mm-elm {
	float: left;
}

.campaign-img-w-txt .bottom .txt {
	float: left;
	width: 110px;
	padding: 5px 0 0 15px;
	font-size: 11px;
	overflow: hidden;
}

.campaign-img-w-txt .bottom .teaser {
    height: 52px;
    overflow: hidden;
}

#content .campaign-img-w-txt .bottom .teaser a {
	color: #333;
	background-color: transparent;
}

#content .campaign-img-w-txt .bottom .teaser a:hover {
	color: #5ab200;
}

.campaign-img-w-txt .bottom {
	background-color: #ebe9e8;
	color: inherit;
	height: 81px;
}

#content .campaign-img-w-txt .bottom p.read-more a {
	margin-top: 5px;
	padding: 0px 30px;
}


/** Main content area */


#wrapper-main {
    padding: 35px 0 0;
    width: 945px;
    min-height: 768px;
}

#content {
	float: left;
	clear: right;
	width: 755px;
	overflow: hidden;
}

#wrapper-primary {
    margin-top: 12px;
    width: 570px;
    float: left;
}

#wrapper-secondary {
    float: right;
    width: 174px;
    overflow: hidden;
    margin-top: 7px;
}

#wrapper-primary h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0 0;
	color: #499d14;
	background-color: transparent;
	text-transform: uppercase;
}

#wrapper-body {
	clear: both;
}

/** News lists */

#content .news-item h3 a, 
#content .news-item h3 a:visited {
    color: #007ac3;
    background-color: transparent;
    display: block;
    font-weight: 600;
}

#content .newslist .description a:link, 
#content .newslist .description a:visited {
    color: #333;
    background-color: transparent;
    display: block;
}
#content .newslist p.description a:hover{
	color: #5ab200;	
	text-decoration: none;	
	
}
#content div.description a:hover{
	color: #5ab200;	
	text-decoration: none;	
	
}
#content .pub-date{
	COLOR: #333333;	
	font-weight: normal;
	
}
#content .separator{
	font-weight: normal;
	COLOR: #333333;
}
#content .news-item p.read-more a {
    background-image: none;
    padding: 5px 0px 8px 0px;	
    margin-bottom: 20px;
    border-bottom: 1px solid #DAD9C6;
}

span.num-atoms {
    vertical-align: sub;
}

/** Campaigns with image and a rich text field */

.campaign-img.rich-text img {
    height: 81px;
    width: 169px;
}
 
#wrapper-secondary .campaign-img.rich-text {
    padding: 2px;
    height: 215px;
    overflow: hidden;
    margin-bottom: 11px;
}

.campaign-img.rich-text .title {
    height: 99px;
    width: 169px;
    overflow: hidden;
    background-color: white;
    color: inherit;
    margin-bottom: 2px;
}

.campaign-img.rich-text .title img {
    height: 81px;
    width: 169px;
}

.campaign-img.rich-text .title h3 {
    width: 169px;
    overflow: hidden;
    background-color: #cfe6ba;
    color: inherit;
    padding: 2px 5px 2px 14px;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
}

#wrapper-secondary .campaign-img.rich-text .mm-elm {
    padding: 0; 
    margin-bottom: 2px;
}

#wrapper-secondary .campaign-img.rich-text .txt {
    height: 95px;   
    overflow: hidden;
    margin: 0;
    padding: 2px 9px 11px 14px;
    font-size: 11px;
    color: inherit;
    background-color: #f5f5e5;
}

#content .campaign-img.rich-text a, 
#content .campaign-img.rich-text a:visited { 
    color: #007ac3;
    background-color: transparent;
}

#content .campaign-img.rich-text .title a, 
#content .campaign-img.rich-text .title a:visited { 
    color: #666;
    background-color: transparent;
    display: block;
}

#content .campaign-img.rich-text dl a, 
#content .campaign-img.rich-text dl a:hover, 
#content .campaign-img.rich-text dl a:visited {
    color: #666;
    background-color: transparent;
    text-decoration: none;
}


#footer {
    padding: 5em 0 1em;
    clear: both;
    text-align: center;
    color: #ccc;
    background-color: transparent;
    font-style: italic;
}

#footer a {
	color: #bbb;
	background-color: transparent;
}

#footer .authoring-tools {
    position: absolute;
    left: 980px;
    top: 29px;
}

#footer .authoring-tools ul {
    margin: 0;
    padding: 0;
}

#footer .authoring-tools ul li {
    list-style: none;
    display: inline;
}

#footer .authoring-tools a, 
#footer .authoring-tools a:hover {
    text-decoration: none;
    padding: 10px 5px 10px 35px;
    color: black;
    font-style: normal;
}

.hide {
    display: none;
}

.no-bg-img, .no-bg-img a, 
#nav-breadcrumb li.no-bg-img,
#content p.read-more.no-bg-img a,
#content p.read-more.no-bg-img a:hover {
    background-image: none;
}

#content p.read-more.no-bg-img a,
#content p.read-more.no-bg-img a:hover {
    padding-left: 0;
    border-bottom:1px solid #DAD9C6;
    margin-bottom:7px;

}

.main-content {
    padding: 7px;
    /* border: 1px solid #C2BBB4; */
    margin-top: 18px;
    background-color: #FDFEF9;
    color: #666666;
    min-height: 380px;
}

#content .feedback .error, 
#content .feedback .success {
    margin: 8px 0 15px;
    padding: 5px;
    color: #333;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
} 

#content .feedback .success {
    background-color:#FFFFE0;
    border-color:#E6DB55;
}

#content #flash #flash-wrapper {
    margin-top: 18px;
}
#content .print-icon{
    float: left;
    padding-top:40px;
}
#content .print-icon a{
    padding-top:2px;
}
#content .print-icon img{
	float: left;
	padding-top:2px;
	padding-right:5px;
}
#content .print-icon-text{
	padding-top:5px;
	float:left;
	width:250px
}
#content .print-icon-text a{
 	color: #017AC1;
	text-decoration: none;
}

#content .print-icon-text a:hover{
 	color: #017AC1;
	text-decoration: underline;
	cursor:hand;
}
#content .print-icon-img{
	float:left;
	padding-top:0px;
	width:30px;
}
