/* @override http://www.mediatotal.no/web/templates/js_jamba/css/template_css.css */


/* @group Global Reset */
body {
	margin: 0;
	padding: 0;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/140% Arial, Verdana, Geneva, Trebuchet MS, Arial, sans-serif;
}
a img  {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

div#pattern-wrap{
	background: url(../images/greybg-pattern.png) no-repeat center top;
}
/* mediatotals hovedmeny */

div#headermod
{
	position: relative;
}

div#headermod div.moduletable_menu ul.menu li{
	list-style: none;
	text-decoration: none;
	background-image: none;
	float: left;
}
div#headermod div.moduletable_menu ul.menu li a{
	text-decoration: none;
}
div#headermod div.moduletable_menu ul.menu li#current a span {
	color: #0678A9;
}

div#headermod div.moduletable_menu ul.menu li.parent
{
	position: inherit;
}

/* undermenyvalg på hovedmeny */
div#headermod div.moduletable_menu ul.menu li.parent ul
{
	position: absolute;
	top: 15px;
	left: 0px;
	height: 16px;
	display:block;
	overflow: hidden;
	width: 720px;
}
div#headermod div.moduletable_menu ul.menu li.parent ul li
{
	display: block;
	
}

div#headermod div.moduletable_menu ul.menu li.parent ul li a,
div#headermod div.moduletable_menu ul.menu li.parent ul li a:visited,
div#headermod div.moduletable_menu ul.menu li.parent ul li a:hover {
	color: #000;
	font-size: 80%;	
}

div#headermod div.moduletable_menu ul.menu li a:hover{
	text-decoration: underline;

}

li {	
	padding-left: 9px;
	margin: 0px;

}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
a:focus
{
	outline: none;
}
/* @end */

/* @group Typography */

/* Module Column Typography - sightly smaller headings */

.module h1,.moduletable h1 {
	font-size: 18px;
}
.module h2,.moduletable h2 {
	font-size: 16px;
}
.module h4,.moduletable h4 {
	font-size: 14px;
}

/* Basic Typography */
div.main-left-only ol,
div.main-left-only ul,
div.main-right-only ol,
div.main-right-only ul,
div.main-wide ol,
div.main-wide ul,
div.main-both ol,
div.main-both ul {
	margin-left: 20px;
}
p {
	padding-bottom: 10px;
}


h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}

h4 {
	font-size: 14px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}

/* EXTRA STYLES */

p.alert {
	background: #f8bda9 url(../images/exc.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}


p.info {
    background: #b9cce5 url(../images/info.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
}
p.warn {
    background: #faffb5 url(../images/warn.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
}
/*-----SPECIAL LIST STYLE (CHANGE OR ADD ANOTHER)-----*/

ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	list-style-position: outside;
}

ul.checklist a {
	text-decoration: underline;
	padding: 1px;
}
ul.checklist a:hover {
	text-decoration: none;
	padding: 1px;
}

/*-----BLOCKQUOTE STYLE-----*/

blockquote {
  padding: 10px;
  font-style: italic;
  padding: 10px;
}

div.code {
  	padding: 10px;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}
/* @end */

/* @group Structure */

/* Header Text */
#header_text{
position: relative;
background: #fff;
}

#header_text h1, #header_text h1 a {
	padding-left: 10px;
	text-decoration: none;
}
#header_text h2 {
	padding-left: 20px;
	margin: 0px;
}

/* CSS for Header Image */
#header_graphic a img {
	border: none;
	margin-left: 30px;
}

#header_text .inside,#header_graphic .inside {padding:0; margin:0;}
#header_graphic h2 {text-indent: -6000em;padding:0px;margin:0px;line-height: 0px;font-size: 0;}
#header_graphic .inside {padding:0; margin:0;}

#pathway {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}
#header-wrap	{
	width: 100%;
	margin: 0;
}
#main-wrapper	{
	width: 940px;
	margin: 0px auto;
	background: #fff;
}

#mainbody-both {
	padding: 0px;
	margin: 0px;
}
.main-top-right-only,.main-top-both,.main-top-left-only {
	height: 0px;
	width: 940px;
}
.main-top-wide {
	height: 11px;
	width: 940px;
}
.main-both	{
	margin: 0px 210px 0px 200px;
}
.main-wide	{
	margin: 0px auto;
	width: 920px;
	position: relative;
}
.main-left-only	{
	margin: 0px 10px 0px 200px;
	width: 729px;
}
.main-right-only	{
	margin: 0px 0px 0px 10px;
	width: 593px;
}
#leftcol {
	float: left;
	width: 188px;
	padding: 0;
	margin: 0;
}
#leftcol .left-inside {
	margin: 0;
	padding: 0px 10px 0px 10px;
}
#rightcol {
	float: right;
	width: 325px;
 	}
#rightcol .right-inside {
	margin: 0;
 	width: 320px;
	padding: 5px 10px 0px 0px;
}


/* Footer */
.bottom-right-only,.bottom-both,.bottom-left-only,.bottom-wide	{
	height: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.footer {
	margin: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	
}
.footer p {
	margin: 0px;
	padding: 2px 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/* @end */

/* @group Modules */
 
 /* Header Module */
 /* posisjonen til hovedmenyen */
#headermod {
	position: relative;
	float: right;
	margin-right: 0px;
	margin-top: 16px;

}
#headermod .moduletable h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
	margin: 0;
	text-indent: 0px;
	background-image: none;
}
#headermod .moduletable {
	font-size: 11px;
	line-height: 145%;
}
#headermod .contentheading,#headermod a.contentpagetitle {
	font-size: 16px;
	line-height: 18px;
}

/*infoboks til forside*/
div.infoboks{
	background: #e6e6e6;
	width: 290px;
	border: 10px solid #e6e6e6;
}

div.infoboks label,input,select {
	display: block;
		float: left;
	margin-bottom: 10px;
}

div.infoboks label {
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

div.infoboks br {
	clear: left;
}

div.infoboks input#submit {
	background: #004064;
	width: 65px;
	height: 23px;
	font-size: 90%;
	color: white;
	border: 0px;
	
	}



div.infoboks strong {
	font-size: 110%;
	margin-bottom: 10px;
}

/* Module  (Default) */
div.module {margin-bottom: 8px;}
div.module div div div  {padding: 5px 0px 0px 0px;}
div.module div div div div {padding: 0;}
div.module h3,div.moduletable h3 {
	padding: 0;
	line-height: 100%;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 9px;
	font-size: 16px;
}

/*venstremeny mediatotal*/


#leftcol div.left-inside div.module div div div div.tree ul li ul li{
	list-style: none;
	text-decoration: none;
	background-image: none;
	line-height: 22px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 100%;
}
#leftcol div.left-inside div.module div div div div.tree ul li {
	background-image: none;

}
#leftcol div.left-inside div.module div div div div.tree ul li a{
text-decoration: none;
padding-left: 0px;
}

#leftcol div.left-inside div.module div div div div.tree ul li ul li a:hover{
	color: #006695;
	text-decoration: underline;
}
#leftcol div.left-inside div.module div div div div.tree ul li ul li a#active_menu {
	color: #006695;
	text-indent: 4px;
	font-size: 100%;
	}
#leftcol div.left-inside div.module div div div div.tree ul li a#active_menu,
#leftcol div.left-inside div.module div div div div.tree ul li a.mainlevel_current,
#leftcol div.left-inside div.module div div div div.tree ul li a.mainlevel_active{
	color: #006695;
	text-decoration: none;
	font-size: 125%;
	background-image: none;
	display: block;
	padding-top: 4px;
	line-height: 22px;

}


/* Module Unstyled */
div.module-none {
	margin-bottom: 10px;
	background: none;
}
div.module-none div {
	background: none;
}
div.module-none div div {
	background: none;
}
div.module-none div div div {
	background: none;
	padding: 0px;
	margin: 0px;
}
div.module-none div div div div {
	background: transparent none;
	padding: 0;
}
div.module-none h3 {
	margin: 10px 0;
	padding:0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 15px;
	font-size: 18px;
	font-style: normal;
	border: none;
	color: #2F462B;
}
/* Overrides - Must come after module structure */
#showcase, .bottom  {
	margin: 0px;padding: 0px;
}
#leftcol ul#mainlevel li,#rightcol ul#mainlevel li,
#leftcol ul#mainlevel-sidenav li,#rightcol ul#mainlevel-sidenav li {
	background-image: none;
	padding: 0px;
}
#leftcol ul#mainlevel,#rightcol ul#mainlevel,
#leftcol ul#mainlevel-sidenav,#rightcol ul#mainlevel-sidenav {
	background-image: none;
	list-style: none;
}

a.sublevel,a.sublevel-sidenav {
	padding-left: 4px;
	font-size: 12px;
}
a.sublevel.img {
}

/* Banner */
div#banner {
	margin: 0px auto 10px auto;
	text-align: center;
}
/* @end */

/* @group Joomla Styles */
table.contentpaneopen ul, table.contentpaneopen ol {
	list-style-position: inside;
}
/* Tables */
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.blog table.contentpaneopen {
	white-space: normal;
	border-collapse:separate;
}

table table.contentpaneopen td, table table.contentpane td {
	padding-bottom: 2px;

}
table.contentpaneopen, table.contentpane, table.blog {
	border-collapse: collapse;
	width: 100%;
}
div.blog_more {
	padding: 0px 10px;
}
div.blog_more strong {
	position: relative;
}

div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 4px;
}

/* Polls Module */
table.pollstableborder {
	width: 100%;
	text-align: left;
}
table.poll {
	font-size: 11px;
}
.smalldark {
white-space: nowrap;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
text-decoration: none;
}
li a.category {
	font-weight: bold;
	text-decoration: none;
}
table.contentpane tr td ul {
	list-style: none;
}
/* Print-PDF-EMail */

body.contentpane {
	background: #fff;
	margin: 25px;
}
span.pagenav {
	color: #9e9984;
}
td.modifydate {
line-height: 30px;
}
div.mosimage {
	margin: 10px;
}
div.mosimage_caption {
	font: 10px/12px Lucida Grande, Verdana, Geneva, Trebuchet MS, Arial, sans-serif;
	padding: 2px;
}
div.mosimage img {
	padding: 5px;
}
/* Content Headings */
a.contentpagetitle {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 145%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: none;
}
td.contentheading {
	width: 100%;
}
.contentheading {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 115%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	font-style: normal;
	letter-spacing: -1px;
}
.componentheading {
	margin-left: 6px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
a.readon {
	float: right;
	padding-left: 18px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
}

.pagenav_next a,.pagenav_prev a {
	margin: 15px 15px 0px 0px;
	padding: 1px 4px;
	text-align: center;
	text-decoration:none;
	font: 12px Lucida Grande, Verdana, Geneva, Trebuchet MS, Arial, sans-serif;
}
div.back_button a {
	margin: 15px 15px 0px 0px;
	border: 1px solid #adc387;
	padding: 1px 2px;
	text-align: center;
	text-decoration:none;
	float: right;
	font: 12px Lucida Grande, Verdana, Geneva, Trebuchet MS, Arial, sans-serif;
}
.pagenav_next a:hover,.pagenav_prev a:hover,div.back_button a:hover {
	text-decoration:none;
}

div.pagenavbar a, div.pagenavbar {
	text-decoration: none;
	font-size: 11px;
}
table.contenttoc {
	font-size: 12px;
}

table.contenttoc th {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
table.contenttoc td {
	font-size: 14px;
	padding: 2px 8px;
}
table.contenttoc a.toclink  {
	font-size: 12px;
	text-decoration: none;
}



/* @end */