/* $Id: askmedia.css 10941 2008-07-11 08:58:57Z ramzy $ */

/*gloriapark*/
@import url(/common/css/gloriapark.css);
/*comments*/
@import url(/common/css/comments.css);
/*search form*/
@import url(/common/css/searchform.css);
/*form*/
@import url(/common/css/form.css);
/*calendar local common*/
@import url(calendar.css);
/*debate local common*/
@import url(debate.css);
/*pushlist local common*/
@import url(pushlistform.css);

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/* globals */
* { 
	padding: 0;
	margin: 0;
}
a {
	color: #772F27;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
p { margin-bottom: 1em; }
ul,ol { list-style-type: none; }

#frontpage ul,
#frontpage ol,
#article ul,
#article ol,
#page ul,
#page ol,
#folder ul,
#folder ol,
#formpage ul, 
#formpage ol { /* regular ul needed in these areas */
	list-style-type: disc;
	padding: 1em 1em 0 1.8em;
	margin: 0 1em 0 1em;
}

#frontpage ol,
#article ol,
#page ol,
#folder ol,
#formpage ol { list-style-type: decimal; }

#frontpage li,
#article li,
#page li,
#folder li,
#formpage li
{
	/* regular li needed in these areas */
	padding: 0;
	margin: 0 0 1em 0;
}

/* positions */
#mainframe { width: 800px; margin:0 auto;}
#header { height: 118px; }

#tree
{
	float: left;
	width: 120px;
	margin: 5px 10px;
}
#content
{
	float: left;
	width: 468px;
	margin: 0 0 0 10px;
}
#frontpage a{	font-weight:bold; font-size:1.1em;}
.addons {
	float: right;
	width: 150px;
	margin-right: 10px;
}
#adrow {
	height: 150px;
	background: #fff;
}
#adrow .pos1 {
	width: 768px;
	float: left;
}
#adrow .pos2 {
	width: 180px;
	float: right;
}
#adcol {
  float: right;
	width: 180px;
}
#adcol2 { width: 150px; }
#adcol .annonse,
#adcol2 .annonse,
#adcol .banner,
#adcol2 .banner {
	display: block;
	padding-top: 15px;
	background: transparent url(../gfx/ann2.gif) no-repeat 0 5px;	
}
.adboard a {
	display: block;
	padding-top: 10px;
	background: transparent url(../gfx/ann2.gif) no-repeat;	
}

/* canvasstyle */
a.butt {
	border: 1px #999 solid;
	padding: 1px 3px;
	background: #959D70;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
a.butt:hover {
	background: #772F27;
}
#mainframe
{
	border: 1px solid #ccc;
	background: #FFF url(../gfx/ornamentikk_askmedia_liten.gif) no-repeat right bottom;
}
/*#header { border-top: 15px #fff solid; }*/
/*#topmenu { background: #e2001a; }*/
/*#topmenu li { float: left; }*/
/*
#topmenu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 7px 35px 0 35px;
	font-size: 1.2em;
}
*/
/*#topmenu li.selected a { color: #ccc; }*/

#tree form input {
	width: 85px;
	border: 1px #999 solid;
	padding: 1px 0;
	font-size: .9em;
	max-height: 17px;
	float:left;
}

#content #web_mag_list form input, #content #web_mag_list form select, #content #office form select
{
	border: 1px #999 solid;
	padding: 2px;
	margin: 10px 0 5px 0;

}
#office .picture img{float:left; padding-right:10px;}
#office .employee{margin:10px 0; border-bottom:1px #ccc dashed;padding-bottom:10px; font-size:1.1em;}
#office .office{ margin:10px 0; border-bottom:1px #ccc dashed;padding-bottom:10px;}
#office h1.title{font-size:1.3em;}
#office .info{margin:5px 0; line-height:130%;}
#content #web_mag_list .butt{
	border: 1px #999 solid;
	padding: 2px 3px;
	background: #959D70;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:1.1em;
}

.picture a img{border:0;}

#web_mag_list .resault_entity{}
#web_mag_list .picture
{
	float: right;
	margin: 0 0 10px 10px;
}
#tree a.butt {
	float:right;
	font-weight:normal;
	background-color:#959D70;
	color:#fff;
}
#tree a.butt:hover { background: #772F27; }

#tree ul.first {
	border-top: 15px #fff solid;
	border-bottom: 2px #fff solid;
}
#tree ul a {
	display: block;
	text-decoration: none;
}
#tree li {
	border-top: 1px #ccc solid;
	background: #fff;
}
#tree ul.first{border-bottom:1px solid #ccc;}

#tree ul.first li ul li a.selected, #tree ul li ul li a:hover { background: #e2e3e4 url(../gfx/lvl2pil.gif) 5px 7px no-repeat;	}

#tree ul li ul li a{
	color: #666;
	font-size:1.1em;
	padding-left:15px;

}
#tree ul.first li a.selected{background-color: #e2e3e4;}
/*
#tree .active {
	background-color: #e2e3e4;
	color: #fff;
	font-weight: bold;}
*/


#tree li a:hover, #tree ul li ul li a:hover {
	background-color: #e2e3e4;
}

/*#tree ul.first li ul li { background-image: none; }*/
/*
#tree ul li.active ul li a {
	background-color: #868789;
	color: #fff;
}
*/
#tree ul li a,
#tree ul .title {
	color: #772F27;
	padding: 5px 0 5px 5px;
	font-size: 1.2em;
}

#tree ul li .folder{position:relative;}
#tree ul li .folder a img
{
	position: absolute;
	right: 10px;
	top: 7px;
	border:0;
}




#tree a.rss {
	display: block;
	background: transparent url(../gfx/feed-icon-16x16.gif) no-repeat 3px center;
	height: 1.6em;
	margin-top: 15px;
	padding: .8em 0 .2em 21px;
	font-size: 1.2em;
	color: #000;
}
#tree #newsletter
{
	margin: 10px 0 0 0;
	/*border: 1px #959D70 dashed;*/
	/*text-align: center;*/
	padding-bottom: 5px;
	background: #fff;
}
/*#tree #newsletter a.butt{margin-top:10px;}*/
#tree #newsletter .title {
	background: #959D70;
	color: #fff;
	padding: 1px 12px 1px 7px;

	margin-bottom: 3px;
	font-size: 1.2em;
}
#tree #newsletter input {
	width: 116px;
/*	display: block;*/
	margin: 0 auto 5px auto;
	padding-left:2px;
}
#tree #issue {
	margin: 15px 5px 0 5px;
	text-align: center;
}
#tree #disclaimer { text-align: center; }
#tree #issue img,
#tree #disclaimer img {
	display: block;
	margin: 15px auto 0 auto;
}

.addons { margin-top: 15px; }
.addons .header, .addons ul li.note .title
{
	padding: 3px 7px;
	border: 1px dashed #959D70;
	font-size: 1.2em;
	border-bottom: 0;
	background-color: #959D70;
	color: #FFF;
}
.addons ul {
	border:1px dashed #959D70;
	margin-bottom: 10px;
/*	padding:5px 10px;*/
}
.addons ul li {padding: 4px;}
.addons ul li.flip { background: #fff; }
.addons ul li.flop { background-color: #eee; }
.addons ul li a {
	font-size: 1.2em;
	padding-left: 18px;
	display: block;
	min-height: 16px;
}

.addons ul li.note{padding:0;}
.addons ul li.note .body{padding:5px; font-size:1.1em; padding-left:10px;}
.addons ul li.note a{padding-left:0;}
.addons ul li a{padding-left:20px;}
.addons ul li a.icodefault { padding-left:5px;/*background: transparent url(../gfx/icon16/default.gif) no-repeat left center;*/ }
.addons ul li a.icodoc { background: transparent url(../gfx/icon16/doc.gif) no-repeat left center; }
.addons ul li a.icopdf { background: transparent url(../gfx/icon16/pdf.gif) no-repeat left center; }
.addons ul li a.icohtml { background: transparent url(../gfx/icon16/html.gif) no-repeat left center; }
.addons ul li a.icoppt { background: transparent url(../gfx/icon16/ppt.gif) no-repeat left center; }
.addons ul li a.icoxls { background: transparent url(../gfx/icon16/xls.gif) no-repeat left center; }
.addons ul li .body { padding-left: 18px; }
.addons ul li .body p { margin: 0; }

/*
.addons ul ul { border: none; margin-bottom: 0; }
.addons ul li {
	
	background: #e2e3e4;
	padding: 7px 0;
}
.addons ul li .title {
	color: #fff;
	padding: 1px 12px 1px 7px;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.2em;
}
.addons ul li .date {
	padding: 0 7px;
	margin-bottom: -10px;
}
.addons ul li .title a {
	color: #fff;
	text-decoration: none;
}
.addons ul li .linkwarning  {
	color: #666;
	text-decoration: italic;
	padding: 7px 12px 1px 7px;
}
.addons ul li .body {
	padding: 0 7px;
	font-size: 1.1em;
}
.addons ul.items li {
	margin-bottom: 0;
	padding: 0;
}
.addons ul.items li .title {
	background: transparent;
	font-weight: normal;
	margin: 7px 0 0 0;
	word-wrap: break-word;
}
.addons ul.items li .title a { color: #000; }
.addons ul.items li .body {
	margin-left: .8em;
	font-size: 1em;
}
.addons ul.related {
	padding: 0 0 7px 0;
	margin: 7px 0 15px 0;
}
.addons ul.related li {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.addons ul.related li ul li { border-left: 0; }
.addons ul.related li ul li .title.links {
	background: transparent;
	color: #e2001a;
	font-weight: bold;
}
.addons ul.related li ul li .title,
.addons ul#morenews li ul li .title { background: transparent; }
.addons ul.related li ul li.links .title { margin: 0; }
.addons ul#morenews li { background: transparent; }

.addons ul li .body > p:last-child { margin-bottom: 0; }

.bubble { margin: -6px 0px 0 -5px; }
.bubble .north { background: transparent url(../gfx/bubble_n.gif) repeat-x left top; }
.bubble .east { background: transparent url(../gfx/bubble_e.gif) repeat-y right top; }
.bubble .south { background: transparent url(../gfx/bubble_s.gif) repeat-x left bottom; }
.bubble .west { background: transparent url(../gfx/bubble_w.gif) repeat-y left top; }
.bubble .nw { background: transparent url(../gfx/bubble_nw.gif) no-repeat left top; }
.bubble .ne { background: transparent url(../gfx/bubble_ne.gif) no-repeat right top; }
.bubble .se { background: transparent url(../gfx/bubble_se.gif) no-repeat right bottom; }
.bubble .sw { background: transparent url(../gfx/bubble_sw.gif) no-repeat left bottom; }
.bubble .inner {
	padding: 15px 12px 35px 12px;
	background-image: none;
}
.bubble h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
}
.bubble h2 {
	margin-bottom: 0;
	font-size: 1.2em;
}
.bubble .body { font-size: 1.1em; }
.bubble img {
	float: right;
	margin: 0 0 3px 5px;
}
*/
#footer
{
	background: #959D70;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	width: 800px;
}
#footer span {
	border-left: 1px #fff solid;
	padding: 0 1em;
}
#footer span.first { border: none; }
#footer span a {
	color: #fff;
	text-decoration: none;
}

/* typestyle */
h1,#publication h3 { margin-bottom: .5em; }
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

h4.treff{margin:10px 0;}
.caption {
  font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}
#frontpage h1{margin-top:10px;}

.caption p { font-size: 100%; } /* stop inheritance */
.alert { color: #F30; }
/* objectstyle */
#frontpage,
#article,
#page,
#folder,
#formpage,
#debate,
#search,
#calendar,
#web_mag_list,
#office,
#publication{
	margin-top: 15px;
	line-height: 180%;
}

#content p,
.addons ul li a,
#article .body,
#web_mag_list,
#office,
#publication
{ font-size: 1.1em; }

#frontpage { background: url(../gfx/e2e3e4.gif) repeat-y center 0; }
#frontpage.listing { background: none; }
#frontpage .item.wide {
	width: auto;
	background: #fff;
}

#frontpage .item.left
{
	float: left;
	width: 240px;
	margin-right: 10px;
	padding-right: 20px;
	border-right: 1px #CCC solid;
}

#frontpage .item.right
{
	float: right;
	width: 340px;
	clear: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#frontpage .item img.half {
	float: right;
	margin: 2px 0 0 20px;
}
/*
#frontpage .item img {
	float: left;
	margin: 0 5px 0 0;
}

#frontpage .item.banner img { margin: 0; }

*/
#frontpage h1,
#frontpage h2 { margin-bottom: .5em; }
#frontpage h1 a,
#frontpage h2 a {
	color: #000;
	text-decoration: none;
}
#frontpage .caption {
	font-weight: normal;
	margin-bottom: .2em;
}
/*#frontpage .readmore { font-size: 1.1em; }*/
#frontpage .date { font-size: 80%; }
/*#frontpage .spacer { background: #fff url(../gfx/e2e3e4.gif) repeat-x 0 center; }*/
#frontpage .spacer.nobg { background: none; }

#frontpage .item .adboard img { margin: 0; }

#frontpage .survey .spacer.five { background: none; }
#frontpage .survey .bar {
	background: transparent url(../gfx/title_bg.gif) repeat-y right top;
	padding-left: 2px;
	color: #BFBFBF;
}
#frontpage .survey .bar.none { background: none; }
#frontpage .survey h3 {
	font-size: 1.0em;
	margin-top: 5px;
	font-weight: normal;
}

#frontpage.listing img.full{float:right; padding-left:10px;}

#publication .description{margin-bottom:1.5em;}
#publication .picture
{
	float: right;
	margin: 0 0 10px 10px;
}

#publication .contact_info{margin-bottom:15px;}
.publication .url
{
	background-color: #eee;
	padding: 2px 2px 2px 7px;
	margin: 0 5px 5px 0;
	font-weight:bold;
	font-size:1.1em;
	float:left;
	width:140px;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
}
.addons .publication{margin-bottom:5px;}


/*byline start*/

#article .byline
{
	width: 458px;
	height: 30px;
	padding: 5px;
	margin-bottom:10px;
	border-top: 1px solid #E2E3E4;
	border-bottom: 1px solid #E2E3E4;
}

#article .byline.oneline
{
	height: 15px;
}

#article .byline img { border: none; }

#article .icons
{
	float: right;
}

#article .date,
#article .author
{
	font-size: 1.1em;
	line-height: normal;
	margin: 0 0 5px 0;
}

#article .author
{
	margin: 0;
}

/*byline end*/
#article #keywords
{
	font-size: 1.1em;
	margin: 15px 0;
	text-transform: uppercase;
}
#article #keywords h4 {
	display: inline;
	font-size: 1.1em;
}

#formpage legend { display: none; }
#formpage fieldset {
	background: #f1f1f1;
	border: 2px #e2e3e4 solid;
	padding: 0 2px;
	margin: 15px 0;
	font-size: 1.1em;
}
#formpage fieldset .title { padding: 1ex; }
#formpage .alert { font-weight: bold; }
#formpage label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 0 1ex 1ex 0;
	/*clear: both;*/
}
#formpage .text,
#formpage .textarea,
#formpage .select,
#formpage .multiple,
#formpage .radioselect {
	float: left;
	margin-bottom: 1ex;
}
#formpage .check,
#formpage .radio {
	float: left;
	margin-bottom: 0;
}
#formpage .select,
#formpage .multiple,
#formpage .text,
#formpage .textarea { width: 220px; }
#formpage span.checkval {
	/*display: block;*/
	float: left;
	margin-left: .2ex;
}
#formpage a.butt { margin: 0 0 1ex 155px; }

ul.contentlist {
	font-size: 1.2em;
	line-height: normal;
	background: #fff; 
}
ul.contentlist li
{
	list-style: none;
	background-color: #fff;
}

#frontpage ul.contentlist li
{
	padding: 0 0 1em 0;
	margin: 0;
}
ul.contentlist .caption {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 0;
}
ul.contentlist p { margin-bottom: 0; }
ul.contentlist .date { font-size: 80%; }

#selector .level1,
#selector .level2 {
	float: left;
	width: 120px;
	margin: .6em 10px 0 0;
}
#selector .level1 a,
#selector .level2 a {
	display: block;
	/*border: 1px #ccc solid;*/
	margin: 0 .5em .5em 0;
	padding: 3px;
	line-height: 100%;
}
#selector .level1 a:hover,
#selector .level2 a:hover {
  border-color: #da2e1a;
	text-decoration: none;
}
#selector .level1 a { font-size: 1.1em; }
#selector a.selected {
	background: transparent url(../gfx/aktuellsikkerhet_title_bg.gif) repeat-y right top;
	color: #fff;
}
#selector .lastlevel {
	float: right;
	width: 200px;
	line-height: 100%;
}
#selector .lastlevel a {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: .3em;
	display: block;
}
#selector .lastlevel .body { margin: 0 0 1em 1ex; }

/*comments was here*/
.comments { font-size: 12px; }
.comments label { display: none; }

.prevnext
{
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	padding: 1em 1em 0;
	font-size: 1.1em;
	height: auto;
}

.prevnext .prev {	float: left;  }
.prevnext .home {	float: none;  }
.prevnext .next {	float: right;  }

#commentWin { border-bottom: 1px #000 solid; }
#commentWin .comment {
	padding: 5px;
	border-top: 1px #000 solid;
}
#commentWin .caption { margin: 5px 5px .2em 5px; }
#commentWin h1 { margin: 5px 5px .2em 5px; }
#commentWin h2 { margin-bottom: 5px; }
#commentWin .body { margin: 5px 0; }
#commentWin h3 {
	width: 70%;
	float: left;
	font-size: 1em;
	margin-bottom: 0;
}
#commentWin .date {
	float: right;
	width: 25%;
	text-align: right;
	font-weight: bold;
}
#commentWin .body {
	clear: both;
	padding-top: 5px;
}
#commentWin a.report {
	display: block;
	text-align: right;
}
#commentWin h5 {
	font-size: 1em;
	margin: 5px 0 0 0;
}

/* dynaparked */
.gimage { background: transparent; }
.gimage div {
	font-size: .8em;
	line-height: normal;
}
.gimage.left {
	float: left;
	padding: 10px 10px 10px 0;
}
.gimage.right {
	float: right;
	padding: 0 0 10px 10px;
}
.gimage.center {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }


/* for bransjeregister */

#content.wide{
  float: left;
  width: 620px;
	margin-right: 15px;
}



#bransjeregister {
	padding-top: 10px;
	position:relative;
}
#bransjeregister .content {
	width: 451px;
	border-top: 1px solid #e2001a;
	border-right: 1px solid #e2001a;
	padding-top: 5px;
}
#bransjeregister .content .toppmeny {
	padding-right: 10px;
}
#bransjeregister .content .toppmeny h1{
	display: inline;
	float: left;
	margin-bottom: 0px;
	font-size:1.8em;
}
#bransjeregister .content .toppmeny .linker{
	float: right;
	display: inline;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#bransjeregister .content .toppmeny .linker a{
	padding: 2px 4px 2px 4px;
	background: #eee;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1e4114;
	font-size: 1.2em;
}
#bransjeregister .content #topptekst
{
	background-color: #eee;
	border-top: 2px groove #fff;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #1e4114;
	margin-bottom: 5px;
}
#bransjeregister .content .bransjer .bransje {
	border-top: 1px solid #e2001a;
	border-bottom: 1px solid #fff;
}
#bransjeregister .content .firmalenke{
	padding: 2px 5px;
	background-color: #eee;
}
#bransjeregister .content .firmalenke a{
	color: #1e4114;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#bransjeregister .content .firma{
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 1.2em;
}
#bransjeregister .content .firma .loader {
	width: 100%;
	text-align: center;
}
#bransjeregister .content .firma .image{
	float: left;
	width: 200px;
	height: 105px;
}
#bransjeregister .content .firma .firma_info{
	float: left;
	width: 219px;
}
#bransjeregister .content .firma .firma_info a {
	text-decoration: none;	
}
#bransjeregister .content .firma .firma_info .item{
	margin-bottom: 2px;
}
#bransjeregister .content .firma .firma_info .url{
	clear: right;
	width: 100%;
	background-color: #eee;
	padding: 3px 0px 3px 3px;
	font-weight: bold;
	margin-top: 5px;
}


/* search */
#bransjeregister .searchbox
{
	right:-10px;
	top:10px;
	position: absolute;
	width: 177px;
	border: 1px solid #e2001a;
	z-index:2;
	word-wrap:break-word;	
}

#bransjeregister .searchbox .choice { padding: 0 0 8px 8px; }
#bransjeregister .searchbox .pil
{
	padding: 8px 0 10px 8px;
	background: #eee url(../gfx/soktop.gif) left bottom no-repeat;
}

.searchbox .top{
	font-size: 1.3em;
}

#bransjeregister .marker{padding-right:10px;}
#bransjeregister form#search input
{
	border: 1px solid #CCC;
	width: 155px;
	padding: 0 2px;
}
#bransjeregister form#search select
{
	border: 1px solid #CCC;
	width: 160px;
	padding: 0 2px;
}


#bransjeregister form#search{margin-top:5px;}

#bransjeregister form#search .choice input { width: auto; border:0;}

/* font-size bransjer */
#bransjeregister input, #bransjeregister select, #bransjeregister .input, #bransjeregister .marker{
font-size:1.1em;
color:#666;
}
#bransjeregister .marker.right {
	float: right;
}

#bransjeregister .input, #bransjeregister .marker a{font-weight:bold;}

#bransjeregister .input{font-size:1.2em;}
/*  */
a.butt.bransje{font-size:1.6em;}


/* useful stuff */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.spacer {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 1px;
	height: 1px;
}
.spacer.one { height: 1px; }
.spacer.five { height: 5px; }
.spacer.ten { height: 10px; }
.spacer.fifteen { height: 15px; }
.spacer.thirty { height: 30px; }
.spacer.hundred { height: 100px; }
/*outline: 1px red dashed;*/

.month { text-transform: capitalize; }

