@import "editor.css";
html, body, #site-wrapper{
    height: 100%;
}
body > #site-wrapper{
    height: auto;
    min-height: 100%;
}

body{
    font-size:62.5%;
    margin:0;
    line-height:normal;
    -webkit-text-size-adjust: none;
}
#bg-wrapper{
    background:url("../../bitmaps/site/bg_big_fade.jpg") no-repeat center 0;
    overflow:hidden;
     -webkit-background-size: 1650px 1650px;
}
#site-wrapper{
    width:962px;
    margin:0 auto;
    font-size:1.4em;
    position:relative;
}
#site-wrapper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header{
    height:140px;
    position:relative;
}
#logo{
    position:absolute;
    display:block;
    width:150px;
    height:45px;
    top:35px;
    left:10px;
}
#home{
    position:absolute;
    display:block;
    width:40px;
    height:30px;
    top:130px;
    left:20px;
}
#footer{
    padding:50px 20px 0 0;
    margin:0 auto;
    color:#a9a9a9;
    text-align:center;    
    position:relative;
    margin-top:-120px;
    height:120px;
    clear:both;
    font-size:1.2em;
    width:500px;
}
#footer a, #footer a:visited{
    color:#a9a9a9;
}
#footer .seperator{
    padding:0 6px;
}
#search-wrapper{
    text-align:center;
    width:260px;
    position:absolute;
    top:22px;
    right:-7px;
    color:#d6d6d6;
    font-size:0.9em;
    background:url("../../bitmaps/site/search-trans.png") no-repeat 0 8px;
    height:69px;
}
#headerlinks{
    color:#d6d6d6;
    font-size:0.9em;
    position:absolute;
    right:60px;
    top:22px;
}
#headerlinks a{
    color:#7a7879;
}
#search-wrapper form{
    margin-top:18px;
}

/*
MAIN MENU
*/
#menu{
    position:absolute;
    top:100px;
    left:50px;
}
/*
	LEVEL ONE
*/
#menu ul{
    position: relative;
    margin:0;
    padding:0;
    list-style:none;
}
#menu ul li{
    float: left;    
    background:url("../../bitmaps/site/seperator.png") no-repeat left 8px;
}
#menu ul li a{
    display: block;
    font-size:17px;
    padding:35px 15px 15px;
    color: #555;
}
#menu ul li a:hover{
    text-decoration:none;
}
#header #menu ul li.dybde1.open{
    background:url("../../bitmaps/site/globmenu_select_r.png") no-repeat right top;
}
#menu ul li.open a{
    color: #ffffff;
    background:url("../../bitmaps/site/globmenu_select_r.png")no-repeat right top;
}
#menu ul li.hover,
#menu ul li:hover{
    color: #fff;
    position: relative;
    background:url("../../bitmaps/site/globmenu_hover_r.png") no-repeat left top;
    z-index:100;
}
#menu ul li:hover a{
    background:url("../../bitmaps/site/globmenu_hover_r.png")no-repeat right top;
    color:#fff;
}
#menu ul li a:hover{
    background:url("../../bitmaps/site/globmenu_hover_r.png")no-repeat right top;
    color:#fff;
}
#menu ul li:hover ul a{
    background:none;
}

/*
	LEVEL TWO
*/
#menu ul ul 						{ width: 230px; visibility: hidden; position: absolute; top: 100%; left: 0; }
#menu ul ul li 					{ font-weight: normal; background: #797979; color: #000; float: none; overflow:hidden; }
#menu ul ul li:hover                { background: #424242; }
#menu ul ul li a                { color:#fff;font-size:14px;padding:5px 0 5px 15px; }


                                    /* IE 6 & 7 Needs Inline Block */
#menu ul ul li a					{ width: 215px; display: inline-block; }

/*
	LEVEL THREE
*/
#menu ul li:hover > ul 			{ visibility: visible; }


/*
SUBMENU
*/
#submenu{
    margin:0;
}
#submenu ul{
    margin:0;
    padding:14px 0 14px 0;
    list-style:none;
}
#submenu ul li{
    padding:0 15px;
}
#submenu ul li a{
    background:url("../../bitmaps/site/grey_arrow.png") no-repeat left 10px;
    color:#555;
    padding:5px 5px 5px 10px;
    display:block;
    border-bottom:1px solid #ccc;
    margin-left:8px;
}
#submenu ul li.menyapen a{
    border-bottom:none;
}
#submenu ul li.menyapen ul a{
    border-bottom:1px solid #ccc;
}
#submenu ul ul{
    margin:-5px 0 0 0;
    padding:0;
}
#submenu ul.bottomShadow{
    background:url("../../bitmaps/site/submenu_bot.png") no-repeat left bottom;
}
#submenu ul.topShadow{
    background:url("../../bitmaps/site/submenu_top.png") no-repeat left top;
}
#submenu li.bottomShadow{
    background:url("../../bitmaps/site/submenu_bot.png") no-repeat left top;
}
#submenu li.topShadow{
    background:url("../../bitmaps/site/submenu_top.png") no-repeat left bottom;
}
#submenu li.menyvalgt a{
    font-weight:bold;
    border-bottom:none;
    background:url("../../bitmaps/site/submenu_select_arrow.png") no-repeat left 10px;
}
#submenu li.menyvalgt ul a{
    font-weight:normal;
    background:url("../../bitmaps/site/grey_arrow.png") no-repeat left 10px;
}

/*
Front page layout
*/
#page-wrapper{
    overflow:auto;
    width:960px;
/* 1 px høy og 960px bred bakgrunnsbilde */
    margin:20px 0 40px 0;
    padding-top:15px;
    padding-bottom:120px;
}
#page-wrapper .sub-menu-column{
    float:left;
    width:195px;
    margin-left:0;
}
#page-wrapper .main-column,
    #page-wrapper .main-column-frontpage{
    float:left;
    width:710px;
    margin:20px 15px 0 0;
    padding-bottom:15px;
    overflow:hidden;
}
#page-wrapper .main-column{
    margin-left:15px;
    width:500px;
    overflow:hidden;
}
/*
Defined in IE7.css
*/
#page-wrapper .support-column{
    width:220px;
    margin-right:15px;
    margin-top:20px;
    float:right;
    overflow:hidden;
}

/*
Front page sections
*/
#campaign-wrapper{
    margin:0 0 10px 20px;
}
#campaign-wrapper .campaign-image-caption{
    color:#000;
    border-bottom:1px solid #E8E9E4;
    padding:5px 0 20px;
    margin-bottom:10px;
}
#news-section{

}
#news-section .top-story{
    float:left;
    width:335px;
    margin:0 0 10px 20px;
    color:#000;
}
#news-section .top-story p{
    margin:0;
}
#news-section .top-story .readmore-section{
    text-align:right;
    margin-top:5px;
}
#news-section .top-story h2{
    margin:15px 0 5px 0;
    background:url("../../bitmaps/site/bullet.png") no-repeat 0 5px;
    padding-left:15px;
    color:#000;
    font-size:20px;
    font-weight:normal;
}
#news-section .top-story h2 a,
    #news-section .top-story h2 a:visited,
    .main-column-frontpage h3 a,
    .main-column-frontpage h3 a:visited{
    color:#000;
}
#news-section .top-story h2 a:hover{
    text-decoration:underline;
}
#news-section .top-story .date-time{
    color:#a9a9a9;
    margin-bottom:4px;
    font-size:0.85em;
    font-weight:bold;
}
#news-section .read-more{
    background:url("../../bitmaps/site/link.png") no-repeat right 4px;
    padding:0 10px 0 5px;
}
#frontpage-archive-links{
    text-align:left;
    margin-left:110px;
}
#frontpage-archive-links .newsarchive{
    padding-right:20px;
}

.read-more{
    background:url("../../bitmaps/site/link.png") no-repeat right 4px;
    padding:0 10px 0 5px;
}
a.archive{
    background:url("../../bitmaps/site/icon_archive2.png") no-repeat left center;
    padding:5px 0 5px 28px;
}
.read-more-wrapper{
    text-align:right;
}
.support-column .read-more-wrapper{
    border-bottom:1px solid #e8e9e4;
    padding-bottom:3px;
}
#investor-news-feed .read-more-wrapper{
    padding-bottom:10px;
}

/*
Basic list is used on the frontpage (news archive and related articles at the end of an article)
*/
.basic-list{
    border-top:1px solid #e8e9e4;
    clear:both;
    margin-top:30px;
}
/* Frontpage has a version with margins*/
.main-column-frontpage .basic-list{
    margin:20px 0 20px 20px;
}
.basic-list .list-item-wrapper{
    border-bottom:1px solid #e8e9e4;
    padding:15px 0 10px 0;
    overflow:auto;
}
.basic-list .list-item-wrapper.last{
    border-bottom:none;
}
.basic-list .list-item-wrapper .metadata-wrapper{
    float:left;
    width:75px;
    margin-right:15px;
    text-align:left;
    color:#a9a9a9;
    font-weight:bold;
}
.main-column-frontpage .basic-list .list-item-wrapper .metadata-wrapper{
    text-align:right;
}
.basic-list .list-item-wrapper .metadata-wrapper .date{
    font-size:1.6em;
    position:relative;
    top:-2px;
}
.basic-list .list-item-wrapper .metadata-wrapper .time{
    font-size:0.8em;
}
.basic-list .list-item{
    float:left;
    width:410px;
    color:#404040;
}
.metadata-wrapper .pdf{
    background:url("../../bitmaps/site/icon_pdf.png") no-repeat 0 0;
    height:50px;
}
.metadata-wrapper .article{
    background:url("../../bitmaps/site/link_icon2.png") no-repeat 0 0;
    height:50px;
}
.metadata-wrapper .internal-link{
    background:url("../../bitmaps/site/link_icon2.png") no-repeat 0 0;
    height:50px;
}
.metadata-wrapper .external-link{
    background:url("../../bitmaps/site/icon_link.png") no-repeat 0 0;
    height:50px;
}
.basic-list .read-more-wrapper{
    padding:5px 0 0;
    text-align:right;
}
.basic-list .read-more{
    padding-left:0;
}
/* Frontpage version is wider */
.main-column-frontpage .basic-list .list-item{
    width:600px;
}
.basic-list .list-item p{
    margin:0;
}
.basic-list .list-item h3{
    margin:0 0 2px 0;
    font-weight:normal;
    font-size:1.3em;
    color:#555;
}
.basic-list .list-item .list-item-source{
    color:#a9a9a9;
}


#page-wrapper-frontpage .support-column .shortcut{
    padding-bottom:5px;
    border-bottom:1px solid #a9a9a9;
}
#page-wrapper-frontpage .support-column .shortcut h3{
    padding-left:20px;
}
#page-wrapper-frontpage .shortcut h3{
    background:url("../../bitmaps/site/bakgrunnsbilde.png") no-repeat 0 0;
}
#investor-newsfeed-wrapper{

}
#investor-newsfeed-wrapper h3{
    background:url("../../bitmaps/site/investor_bakgrunn.png") no-repeat 0 0;
    padding:20px;
}
#investor-newsfeed-wrapper .investor-news-item{
    margin:0 0 10px 0;
}
#investor-newsfeed-wrapper .investor-news-item .date{
    background:#a9a9a9;
    float:left;
    width:50px;
    padding:2px;
    color:#ffffff;
}

#feeds-newsletter-wrapper{
    margin:20px 0;
}
#feeds-newsletter-wrapper h3{

}
#feeds-newsletter-wrapper .feeds-newsletter-link{
    display:block;
    width:200px;
    background:url("../../bitmaps/site/feedsbilde.png") no-repeat 0 0;
    padding-left:100px;
    color:#fff;
}

#brochures-wrapper{
    text-align:center;
}
#brochures-wrapper form{
    background:url("../../bitmaps/site/brochures-bg.png") no-repeat 0 0;
}
#brochures-wrapper select{
    width:200px;
}
#brochures-wrapper .email-input{
    width:200px;
}
#brochures-wrapper .download-link{
    background:url("../../bitmaps/site/download.png") no-repeat 0 0;
}

#contact-wrapper{
    background:url("../../bitmaps/site/contact-bg.png") no-repeat 0 0;
    height:140px;
    position:relative;
    width:220px;
}
#contact-wrapper .contact-link{
    display:block;
    position:absolute;
    top:40px;
    left:30px;
    background:url("../../bitmaps/site/contact-button-bg.png") no-repeat 0 0;
    width:160px;
    height:30px;
    color:#ffffff;
}

#featured-jobs-wrapper{

}



/*
Basic layout standard pages
*/
#page-wrapper{
    overflow:auto;
}
#page-wrapper .support-column{

}

#breadcrumbs{
    font-size:0.8em;
    color:#bfbfbf;
    margin-bottom:10px;
}
#breadcrumbs .current-page{
    color:#797979;
}

img{
    border:none;
}

.main-column .ingress{
    margin:20px 0 0 0;
}


.bildealbum .bilde{
    margin:20px 0;
}
.bildealbum .bilde img{
    border:1px solid #797979;
}
.bildealbum .copyright{
    display:none;
}
.bildealbum .bildetittel{
    margin-top:4px;
    color:#797979;
}
.bildealbum .navigasjon{
    position:relative;
}
.bildealbum .navigasjon .neste{
    position:absolute;
    right:10px;
}
.bildealbum .forrige{
    position:relative;
    left:10px;
}
.sidekart h2{
    margin-bottom:2px;
}
.sidekart ul{
    margin:0 0 0 20px;
    padding:0;
    list-style:none;
}
.sidekart ul li{
    margin:0;
    padding:1px 0;
    background:none;
}
.sidekart ul li a{
    font-size:1em;
    display:block;
}
.sidekart ul ul{
    margin:0 0 0 30px;
}
.sidekart ul ul li a{
    font-weight:normal;
    font-size:1em;
}


fieldset{
    border-style:solid none none;
    border-color:#ba006f;
    border-width:1px 0 0 0;
    background-color:#F1F2ED;
}
legend{
    margin:0 10px;
    font-weight:bold;
    padding:0 10px;
    font-size:1.2em;
    color:#000;
}

.abonnement table{
    width:100%;
}
.abonnement #epost-input{
    width:100%;
}
.abonnement .valg label{
    width:20%;
}
.abonnement .valg td{
    padding:10px 5px;
    vertical-align:top;
    width:100%;
    margin:0;
}
.abonnement td, .abonnement th{
    text-align:left;
}
.abonnement th{
    background: #eeeeeb;
    padding:3px;
}
.abonnement .valg td.labels{
    width:50%;
}
.abonnement th.category{
    width:40%;
}
.abonnement th.subscribe{
    width:19%;
}
.abonnement th.unsubscribe{
    width:19%;
}
.abonnement .listerad0 td{
    border-bottom:1px solid #fff;
}
.abonnement .listerad1 td{
    background: #f7f7f4;
    border-bottom:1px solid #fff;
}
.abonnement form, .avstemming form{
    margin:0;
    padding:0;
}
.avstemming .sporsmal{
    margin:20px 0 0;
}

.antallTreff{
    color:#797979;
    margin:0 0 15px 0;
    border-bottom:1px solid #E8E9E4;
    padding-bottom:5px;
}
.sokeresultat{
    margin-top:20px;
}
.sokeresultat .treff{
    margin:20px 0;
}
.sokeresultat .treff .smulesti{
    color:#797979;
    padding:3px 0;
    font-style:italic;
}
.sokeresultat .treff a{
    font-weight:bold;
    padding-bottom:3px;
    display:block;
}
.sokeresultat .treff .highlight{
    background: #dddddb;
    padding:2px;
    font-style:italic;
}
#searchphrase{
    width:370px;
}

.lead-paragraph{
    color:#555;
    margin:0 0 10px 0;
    font-size:1.2em;
}
.news-item .lead-paragraph{
    margin:0 0 10px 0;
}
.article-body{
    color:#000;
    margin-top:10px;
    line-height:18px;
}
.publish-date{
    font-size:0.85em;
    color:#a9a9a9;
    padding-bottom:4px;
}

.support-column-element{
    margin:0 0 35px 0;
    text-align:center;
}
#feed-and-subscription{
    text-align:center;
}
#feed-and-subscription a{
    background:url("../../bitmaps/site/subscribe.png") no-repeat 0 0;
    display:block;
    width:220px;
    height:40px;
}
#feed-and-subscription h3{
    margin:0;
    font-weight:normal;
    font-size:1.3em;
    text-align:left;
    color:#000;
    padding-left:6px;
}
#brochures a{
    background:url("../../bitmaps/site/") no-repeat 0 0;
    display:block;
    width:200px;
    height:35px;
}
#contact a{
    background:url("../../bitmaps/site/contact.png") no-repeat 0 0;
    display:block;
    width:210px;
    height:110px;
    margin-left:5px;
}
.gallery .ingress{
    margin-bottom:20px;
}
.gallery .thumbnailRow{
    clear:both;
    margin-bottom:10px;
    overflow:auto;
}
.gallery .thumbnail{
    width:160px;
    float:left;
}
.gallery .thumbnail .metadata{
    font-size:.85em;
    color:#A9A9A9;
    padding:0 2px 0 0;
    display:block;
    text-align:left;    
}
.gallery .thumbnail .metadata a{
    background:url("../../bitmaps/site/magnifying_glass.png") no-repeat left center;
    padding-left:18px;
    display:inline;
}
.gallery .thumbnail img{
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 0 6px 3px 0;    
}
.gallery .thumbnail a{
    display:block;
    text-align:center;
}
.gallery .thumbnail-large-wrapper{
    float:left;
    width:166px;
}
.gallery .thumbnail-large{
    float:left;
    background:url("../../bitmaps/site/mask_stacked.png") no-repeat left top;
    width:166px;
    height:123px;
    text-align:center;
}
.gallery .thumbnail-large a{
    display:block;
    padding-left:4px;
    vertical-align:middle;
}
.gallery .thumbnail-large-wrapper .metainfo{
    font-size:.9em;
    padding-left:12px;
    color:#666;
}
.gallery .thumbnailLast{
    width:90px;
    float:left;
}
.gallery .gallery-navigation{
    border-bottom:1px solid #a9a9a9;
    padding-bottom:5px;
    margin-bottom:15px;
    overflow:auto;
    color:#a9a9a9;
}
.gallery .gallery-navigation .gallery-info{
    float:left;
    width:60%;
}
.gallery .gallery-navigation .gallery-info .gallery-link{
    background:url("../../bitmaps/site/icon_gallery.png") no-repeat left center;
    padding:5px 0 5px 25px;
}
.gallery .download-link{
    background:url("../../bitmaps/site/download_btn.png") no-repeat left center;
    display:block;
    float:left;
    margin:0 138px;
    width:222px;
    height:41px;
}
.gallery .gallery-navigation .gallery-nav-links{
    float:right;
    width:35%;
    text-align:right;
    padding-right:5px;
}
.gallery .gallery-nav-links a.neste{
    background:url("../../bitmaps/site/next_link.png") no-repeat right center;
    padding-right:10px;
}
.gallery .gallery-nav-links span.neste{
    background:url("../../bitmaps/site/next_grey.png") no-repeat right center;
    padding-right:10px;
}
.gallery .gallery-nav-links a.forrige{
    background:url("../../bitmaps/site/prev_link.png") no-repeat left center;
    padding-left:10px;
}
.gallery .gallery-nav-links span.forrige{
    background:url("../../bitmaps/site/prev_grey.png") no-repeat left center;
    padding-left:10px;
}
.gallery .image-description{
    color:#000;
    margin:10px 0;
    clear:both;
    padding-top:10px;
}

#investor-news-feed{
    text-align:left;
    font-size:.85em;
}
#investor-news-feed h3{
    font-weight:normal;
    text-align:left;
    font-size:1.5em;
    color:#000;
}
#investor-news-feed .investor-news-item{
    margin:10px 0;
    line-height:1.3em;
}
#investor-news-feed .date{
    font-size:1em;
    color:#A9A9A9;
    padding:0 2px 0 0;
    font-weight:bold;
    display:block;
    text-align:left;
}
#investor-news-feed a{
    color:#000;
}
#investor-news-feed a.archive{
    color:#ba006f;
}
.support-column .simple-content-box{
    width:210px;
    margin-left:5px;
}
.support-column .simple-content-box .top{
    background:url("../../bitmaps/site/freebox_top.png") no-repeat 0 0;
    height:10px;
}
.support-column .simple-content-box .body{
    background:url("../../bitmaps/site/freebox_mid.png") repeat-y 0 0;
    padding:0 10px;
}
.support-column .simple-content-box .bottom{
    background:url("../../bitmaps/site/freebox_bot.png") no-repeat left bottom;
    height:15px;
    margin-top:-10px;
}

#stocks .stocks-header, #stocks .stocks-footer{
    background-color:#E8E9E4;
    padding:4px;
    border:1px solid #797979;
}
#stocks .header td{
    padding:2px 5px;
    border-bottom:1px solid #ba006f;
    width:12%;
}

#stocks2{
    margin:20px 0;
}
#stocks2 .header{
    border-bottom:1px solid #666;
    padding-bottom:5px;
    overflow:auto;
}
#stocks2 .summary{
    overflow:auto;
    background: #f0f1ec;
    font-size:0.9em;
}
#stocks2 .item{
    float:left;
    width:50px;
    padding:5px 8px 2px 2px;
    border-right:1px solid #fff;
    text-align:left;
}
#stocks2 .item-last{
    margin-right:0;
    float:left;
    width:65px;
    padding:5px 2px 2px;
    text-align:left;
}
#stocks2 .item-title{
    font-weight:bold;
    padding-bottom:3px;
}
#stocks2 h3{
    margin:0;
}
#stocks2 .date-time{
    color:#797979;
    font-size:0.9em;
    text-align:right;
}

fieldset{
    border:none;
    padding:5px;
    margin:0;
}
fieldset.kategorier{
    margin-top:20px;
    background:none;
    padding:0;
}
fieldset.kategorier th{
    background:#fff;
    border-bottom:1px solid #ba006f;
    text-align:left;
    padding:3px 5px;
}
legend{
    display:none;
}
.nyhetsarkiv h3, .abonnement h3{
    margin-bottom:0;
    border-bottom:1px solid #787878;
    padding-bottom:5px;
    font-weight:bold;
}
.nyhetsarkiv form{
    border-top:1px solid #787878;
}
.liste{
    width:100%;
    margin-top:15px;
}
.liste th{
    border-bottom:1px solid #787878;
    text-align:left;
    padding:3px 5px;
    color:#555;
}
.listerad0 td{
    background: #f1f2ed;
    padding:3px 5px;
}
.listerad1 td{
    background: #e7e8e2;
    padding:4px 5px;
}
th.publishdate{
    width:20%;
}

.support-column h2, .support-column h3{
    margin:0;
    font-weight:bold;
}
h3.form-header{
    margin-bottom:0;
    border-bottom:1px solid #ba006f;
    padding-bottom:5px;
    font-weight:bold;
}
.liste h3{
    color:#555;
    border-bottom:1px solid #ba006f;
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:bold;
}
.listeelement{
    overflow:auto;
}
.liste .bilde{
    width:150px;
    margin-right:20px;
    float:left;
}
.main-column .listeelement{
    padding-bottom:10px;
}
.main-column .listeelement .ingress{
    margin:0;
}
.liste .listeelement h3 a{
    color:#555;
}

.sporsmal{
    font-weight:bold;
    border-bottom:1px solid #ba006f;
    padding-bottom:5px;
}

.feed-load-error{
    text-align:center;
    color:#797979;
    border-top:1px solid #E8E9E4;
    padding-top:5px;
}

.clear-list-item{
    clear:both;
    border-bottom:1px solid #E7E8E2;
    padding-top:8px;
}
.select-yeaar{
    background:#E8E9E4;
    padding:10px;
}
.select-yeaar a{
    padding-right:30px;
}
#tooltip{
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:2px 5px;
    color:#333;
    display:none;
    width:300px;
    font-size:11px;
}
pre{
    display:block;
    font:100% "Courier New", Courier, monospace;
    padding:10px;
    border:1px solid #bae2f0;
    background:#e3f4f9;
    margin:.5em 0;
    overflow:auto;
    width:200px;
}
.searchresult-navigation{
    padding-bottom:30px;
}
.searchresult-navigation a{
    padding:5px;
    border:1px solid #555;
}
.searchresult-navigation .active-page{
    padding:6px;
    font-weight:bold;
}
.searchresult-navigation a:hover{
    background:#eeebeb;
}
.news-item h1{
    margin-top:0;
}
.news-item .publish-date{
    text-align:left;
    padding-bottom:5px;
    font-weight:bold;
    margin-top:-4px;
}
#general-meetings ul{
    margin:0 0 20px 0;
    padding:0;
    overflow:auto;
}
#general-meetings li{
    list-style:none;
    padding:0;
    margin:0;
    padding-bottom:10px;
    overflow:auto;
}
#general-meetings li .date{
    color:#A9A9A9;
    display:block;
    font-size:.85em;
    font-weight:bold;
    padding:0 2px 0 0;
    text-align:left;
}
#general-meetings li a{
    background:url("../../bitmaps/site/pdf-small.png") no-repeat left center;
    padding-left:25px;
}
.acrobat-download-info{
    border:1px solid #ccc;
    padding:10px;
    overflow:auto;
}
.acrobat-download-info .left{
    float:left;
    width:360px;
    margin-right:20px;
}
.acrobat-download-info a{
    float:left;
    display:block;
    width:90px;
    background:url("../../bitmaps/site/pdf_download.gif") no-repeat left center;
    height:50px;
}
#investor-subscription-page label{
    display:block;
    padding:15px 0 4px 0;
    font-weight:bold;
}
#investor-subscription-page input, #investor-subscription-page select{
    width:250px;
}
#investor-subscription-page .submit-wrapper{
    text-align:right;
    width:255px;
    margin:15px 0 30px 0;
}
#investor-subscription-page .submit-wrapper input{
    width:auto;
}
#investor-subscription-page .error-message{
    border:1px solid #ccc;
    color:#e20909;
    padding:10px;
    background:#efefef;
}
#investor-subscription-page .confirmation-message{
    border:1px solid #ccc;
    color:#000;
    padding:10px;
    background:#efefef;    
}
.news-archive-year-list label{
    font-size:.9em;
}
.news-archive-year-list input{
    margin:0;
    padding:2px 0 0 5px;
}
.news-archive-year-list input.submit{
    padding:1px 10px;
}
table.right-aligned-table{
    border-left:1px solid #7a7a7a;
    border-right:1px solid #7a7a7a;
    border-bottom:1px solid #7a7a7a;
    background:#efefef;
    margin:10px 0 15px 15px;
}
table.right-aligned-table td{
    color:#555;
    font-size:12px;    
}
.right-aligned-table td{
    border-top:1px solid #7a7a7a;
}
#logo_print{
    display:none;
}
.pdf-archive .listerad0 .pdf-archive-icon{
    width:20px;
    background:#F1F2ED url("../../bitmaps/site/pdf_tiny.png") no-repeat left center;
}
.pdf-archive .listerad1 .pdf-archive-icon{
    width:20px;
    background:#E7E8E2 url("../../bitmaps/site/pdf_tiny.png") no-repeat left center;
}
/****************************************************************
Photo boxes published in the wysiwyg
****************************************************************/
.imagecontainer-right-aligned{
    margin:0 0 10px 15px;
}
.imagecontainer-left-aligned{
    margin:0 15px 10px 0;
}
.imagecontainer-right-aligned-wrapper,
.imagecontainer-left-aligned-wrapper{
    font-size:12px;
    margin:5px 0 10px 15px;
    float:right;
    border:1px solid #ccc;
    color:#666;
    padding:4px;
    font-weight:normal;
}
.imagecontainer-left-aligned-wrapper{
    float:left;
    margin:5px 15px 10px 0;
}
.image-description{
    clear:both;
    padding-top:4px;
}
#ie6warning{
    display:none;
}
#searchform{
    position:absolute;
    right:10px;
    top:48px;
}
#searchform .searchfield{
    border:1px solid #fff;
    height:15px;
    width:180px;
    outline:none;
}
#searchform .search-button{
    background:transparent;
    border:none;
    width:36px;
    height:22px;
    position:relative;
    top:-6px;
    left:5px;
    cursor:pointer;
    padding:0;
}
#ie6warning{
    display:none;
}
h1.frontpage{
    margin-top:0;
}

  
