    html {
	height: 100%;
	min-width: 1003px;
}

body {
	height: 100%;
	margin: 0;
	color: #000000;
	font: 16px/25px Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background: url(icons/bg-header-right.gif) repeat-x;
	position: relative;
	min-width: 1003px;
}

.inner{
	background:#fff url(icons/bg-header-inner-right.gif) repeat-x;
}

img {border-style: none;}

a {text-decoration: none; color: #007FA6;}

a:hover {text-decoration: underline;}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000000;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

q {quotes: none;}
q:before {content: ''}
q:after {content: ''}

.w1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 268px;
	background: url(icons/bg-header-left.gif) repeat-x;
	z-index: 1;
}

.inner .w1{
	background:url(icons/bg-header-inner-left.gif) repeat-x;
	height:218px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	z-index: 2;
}

#parallellwrapper {
	/*width: 960px;*/
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	z-index: 2;
}

#parallellContainer {
	/*width: 960px;*/
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	z-index: 2;
}

#header {
    background-color: #345D6D;
	background: url(icons/bg-header.gif) no-repeat;
	height: 268px;
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 2;
}

.inner #header{
	background:#345d6d url(icons/bg-header-inner.jpg) no-repeat;
	height:218px;
	width:940px;
}

.icon,
.logo {
	background:url(icons/logo.png) no-repeat;
	width: 438px;
	height: 87px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 87px;
	left: 1px;
}

.inner .logo{
	top:64px;
	left:-12px;
}

.icon {
	top: 11px;
	left: 2px;
	background:url(icons/icon.gif) no-repeat;
	width: 194px;
	height: 14px;
}

.inner .icon{
	top:11px;
	left:-11px;
}

.icon a,
.logo a {
	display: block;
	height: 100%;
}

.top-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 50px;
	right: -16px;
	height: 20px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.inner .top-nav{
	top:50px;
	right:-24px;
}

.top-nav li {
	float: left;
	padding: 0 14px 0 15px;
	background: url(icons/separator-top-navigation.png) no-repeat 0 50%;
}

.top-nav li:first-child {background: none;}
.top-nav a {color: #D7EAEF;}

.form-search {
	position: absolute;
	top: 143px;
	right: 0;
	width: 248px;
	font-size: 12px;
	text-align: right;
	line-height: 15px;
}

.inner .form-search{
	top:112px;
	right:-8px;
}

.form-search .text {
	background: url(icons/bg-text.png) no-repeat;
	width: 189px;
	height: 27px;
	float: left;
}
.form-search .row {
	width: 100%;
	margin: 0 0 6px;
}

.form-search .row2 {
	width: 100%;
	margin: 0 0 6px;
}

.form-search .contextswitch {

}
.form-search .row:after {
	content: '';
	display: block;
	clear: both;
}
.form-search .text input {
	background: none;
	border: none;
	width: 177px;
	padding: 6px;
	margin: 0;
}

*+html .form-search .text input {padding: 5px 6px 7px;}
.form-search .btn-search {
	background:url(icons/bg-btn-search.png) no-repeat;
	width: 52px;
	height: 27px;
	border: none;
	margin: 0 0 0 7px;
	padding: 0;
	cursor: pointer;
	text-indent: 9999px;
	overflow: hidden;
	float: left;
	font-size: 0;
	line-height: 0;
}
.form-search a{
	color: #D7EAEF;
	font-size: 10px;
}

.navigation {
	position: absolute;
	top: 230px;
	left: 0;
	height: 38px;
	width: 943px;
	padding: 0 15px 0 2px;
}

.inner .navigation{
	top:179px;
	left:-2px;
	width:935px;
}

#parallellwrapper .navigation{
	top:179px;
	left:-2px;
	width:935px;
}

.navigation #nav {
	padding: 0;
	margin: 0 0 0 -25px;
	list-style: none;
	width: 822px;
	float: left;
	font-size: 16px;
	line-height: 30px;
}

#parallellwrapper .navigation #nav {
	padding: 0;
	margin: 0 0 0 -25px;
	list-style: none;
	/*width: 822px;*/
	width: 802px;
	float: left;
	font-size: 16px;
	line-height: 30px;
}

.inner .navigation #nav{margin:0 0 0 -35px;}

#nav li {
	float: left;
	padding: 0 5px 0 0;
}
#nav a {
	display: block;
	color: #DBF0F5;
	padding: 4px 23px 5px;
}
#nav a:hover {
	text-decoration: none;
	border-bottom: 4px solid #FFFFFF;
	padding: 4px 0 1px;
	margin: 0 23px;
}
#nav .active a:hover,
#nav .active a {
	padding: 4px 23px 5px;
	border: none;
	background: #FFFFFF;
	color: #0C2832;
	margin: 0;
}

.navigation .languages {
	list-style: none;
	float: right;
	width: 100px;
	display: block;
	padding: 4px 23px 5px;
	padding-top: 0px;
	margin-top: 8px;
	font-size: 85%;
}

#parallellwrapper .navigation .languages {
    top: 179px;
	list-style: none;
	float: right;
	width: 100px;
	display: block;
	padding: 4px 23px 5px;
	padding-top: 0px;
	margin-top: 8px;
	font-size: 85%;
	/*padding: 0px 0 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 200px;
	text-align: right;
	vertical-align: middle;*/
}

.showOptions {
    color: #007FA6;
}

.showOptions:hover {
   cursor: pointer;
}

.hideOptions {
    display: none;
    color: #007FA6;
}

.hideOptions:hover {
   cursor: pointer;
}

.activationLink {
    color: #007FA6;
}

.activationLink:hover {
    color: #007FA6;
    cursor: pointer;
}

.languages li{
	/*float: left;
	padding: 0 5px 0 2px;*/
}

#parallellwrapper .languages li{
	/*float: right;
	padding: 0 5px 0 2px;*/
}

#parallellwrapper .languages li.visAlt {
    width: 200px;
	float: right;
	padding: 0 5px 0 2px;
}

.languages a{
	display: block;
	overflow: hidden;
	color: white;
	/*
	text-indent: -9999px;
	width: 25px;
	height: 16px;*/
}

.languages a:hover{
    cursor: pointer;
}

#parallellwrapper .languages a{
	display: block;
	overflow: hidden;
	color: white;
/*	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
	height: 16px;*/
}

#parallellwrapper .languages  a.visAlt{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
    width: 200px;
}

#parallellwrapper .languages  a.gjemAlt{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
    width: 200px;
    display: none;
}

.languages .norw{background:url(icons/icon-flag-norw.gif) no-repeat;}
.languages .english{background:url(icons/icon-flag-britan.gif) no-repeat;}
.languages .german{background:url(icons/icon-flag-german.gif) no-repeat;}
.addNav{
    background:url(icons/cog_go.png) no-repeat;
    cursor: pointer;
}
.delNav{
    background:url(icons/cog_delete.png) no-repeat;
    display: none;
    cursor: pointer;
}

.visningsAlternativer{
    width: 50%;
    min-height: 50px;
    display: none;
    margin: 25px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
}

.lukkAlternativer {
    text-align: right;
    font-size: 8pt;
    color: #007FA6;
    cursor: pointer;
}

.visningsAltHead {
    font-size: 12pt;
    /*color: #007FA6;*/ 
}

.visningsAltOptions {
    font-size: 9pt;
    /*color: #007FA6;*/ 
}

.ttComment {
    /*display: none;*/
}

.sakKomm {
    /*display: none;*/
}



/*.sakKommIkon {
    display: none;
}*/

.dramaverk .sakKommIkon {
    cursor: pointer;
	display: inline;
}
/*.navigation .navWheel {
	padding: 12px 0 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 96px;
}*/
/*.navWheel li{
	float: left;
	padding: 0 5px 0 2px;
}
.navWheel a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
	height: 16px;
}*/



#main {
	overflow: hidden;
	height: 1%;
	padding: 39px 0 246px;
}
#content {
	width: 702px;
	float: left;
}
#contentFull {
	width: 100%;
	
}

#contentBrev {
	width: 802px;
	float: left;
}

/*.inner #main{padding:17px 0 272px;}*/
.inner #main{padding:5px 0 272px;}
.subkategori #main{padding:5px 0 272px;}
.inner #content{width:675px;}
.inner #contentBrev{width:775px;}

.posts{
	padding:0 9px;
	margin:0;
	list-style:none;
	overflow:hidden;
	/*width:595px;*/
	width: 702px;
}
.posts li{
	width:100%;
	float:left;
	/*padding:0 0 25px;*/
	padding:0 0 0px;
}
.posts li .photo{
	float:left;
	width:76px;
	padding:8px 0 0;
	margin:0 17px 0 0;
}
.posts li .description{
	overflow:hidden;
	height:1%;
}
.posts li .photo img{
	display:block;
	margin:0 auto;
}

.box-breadcrumbs,
.breadcrumbs{
	/*margin: 0 0 17px;*/
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	/*width: 610px;*/
	overflow: hidden;
	color: #333;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0.6px;
	
}
.breadcrumbs{
	float: left;
	width: 500px;
	padding: 0;
	margin: 0;
}

#parallellwrapper .box-breadcrumbs,
.breadcrumbs{
	/*margin: 0 0 17px;*/
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	/*width: 940px;*/
	overflow: hidden;
	color: #333;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0.6px;
}

#parallellwrapper .breadcrumbs{
	float: left;
	width: 500px;
	padding: 0;
	margin: 0;
}

.box-breadcrumbs span,
.breadcrumbs li{
	float: left;
	background: url(icons/bg-breadcrumbs.gif) no-repeat left;
	padding:0 14px 0 16px;
}
.breadcrumbs li:first-child,
.box-breadcrumbs span{
	background:none;
	padding:0 14px 0 0;
}
.box-breadcrumbs span{padding:0 7px 0 0;}

#sidebar  {
	width: 220px;
	float: right;
}

#sidebar-old  {
	width: 220px;
	float: right;
}

.subkategori #sidebar {
    padding-top: 34px;
}

.subkategori #sidebar-old {
    padding-top: 34px;
}

#sidebarStatic  {
	width: 220px;
	float: right;
	min-height: 600px;
	max-height: 600px;
	/*overflow: auto;*/
	overflow: hidden;
	position: fixed;
	/*cursor: help;*/
	top: 280px;
	right: 10%;
}

#sidebarStatic-old  {
	width: 220px;
	float: right;
	min-height: 600px;
	max-height: 600px;
	/*overflow: auto;*/
	overflow: hidden;
	position: fixed;
	cursor: help;
	top: 280px;
	right: 10%;
}

#updater  {
width: 100%;
max-height: 500px;
overflow: auto;
margin-top: 5px;
/*	width: 220px;
	min-height: 400px;
	float: right;
	border: 1px solid gray;
	overflow: auto;
	position: absolute;
	top: 275px;*/
}

#sidebar .box-side {
	overflow: hidden;
	height: 1%;
	margin: 0 0 29px;
}

#sidebar-old .box-side {
	overflow: hidden;
	height: 1%;
	margin: 0 0 29px;
	margin-bottom: 75px;
}

#sidebar-old .box-side-old {
	overflow: hidden;
	height: 1%;
	margin: 0 0 29px;
	margin-bottom: 75px;
}

#sidebarStatic .box-side {
	overflow: hidden;
	height: 1%;
	margin: 0 0 29px;
}

#sidebarStatic-old .box-side {
	overflow: hidden;
	height: 1%;
	margin: 0 0 29px;
}

/*#sidebar h3{
	font: 17px/25px Georgia, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 13px;
	background: url(icons/bg-heading.gif) no-repeat;
	padding: 3px 18px 7px;
}

#sidebarStatic h3{
	font: 17px/25px Georgia, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 0px;
	background: url(icons/bg-heading.gif) no-repeat;
	padding: 3px 18px 7px;
}*/

#sidebar h3{
	font: 17px/25px Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0 0 0px;
	padding: 3px 0px 7px;
}

#sidebar-old h3{
	font: 17px/25px Georgia, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 13px;
	background: url(icons/bg-heading.gif) no-repeat;
	padding: 3px 18px 7px;
}

#sidebarStatic h3{
	font: 17px/25px Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0 0 0px;
	padding: 3px 0px 7px;
}

#sidebarStatic-old h3{
	font: 17px/25px Georgia, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 0px;
	background: url(icons/bg-heading.gif) no-repeat;
	padding: 3px 18px 7px;
}

#sidebarStatic h4{
	font: 10px/17px Georgia, serif;
	color: #000000;
	text-align: center;
	margin: 0 0 0px;
}

#sidebarStatic-old h4{
	font: 10px/17px Georgia, serif;
	color: #000000;
	text-align: center;
	margin: 0 0 0px;
}

#sidebar .side-links {
	padding: 0 20px;
	margin: -4px 0 0;
	list-style: none;
	font-size: 15px;
	line-height: 23px;
}

#sidebar-old .side-links {
	padding: 0 20px;
	margin: -4px 0 0;
	list-style: none;
	font-size: 15px;
	line-height: 23px;
}

.sakkommentarer .ttComment:hover {
    cursor: pointer;
}

.sakkommentar {
    display: none;
}

.sakkommentar:hover {
    cursor: pointer;
}

.visSakkommentar {
    text-align: left; 
    font-size: 80%; 
    color: #0000FF; 
    cursor: pointer;
    border-bottom: 1px dashed black;
}

.skjulSakkommentar {
    text-align: left; 
    font-size: 80%; 
    color: #0000FF; 
    cursor: pointer;
    border-bottom: 1px dashed black;
    display:none;
}

.kommentarFelt {
    background-color: #e8f7fc;
    clear: both;
    padding: 3px;
}

.kommentarFeltHead {
    margin-bottom: 5px;
    overflow: auto;
}

.kommentarFeltHeadText {
    float:left;
    font: 17px/25px Helvetica, sans-serif;
}

.kommentarFeltHeadClose {
    float: right;
    font: 17px/25px Helvetica, sans-serif;
    overflow: visible;
}

ul.side-links-old {
    list-style-type: none;
    margin-left: -25px;
}

#sidebar-old .side-links-old li {
	vertical-align: top;
	padding: 0 0 0 16px;
	background: url(../images/separator-side-links.gif) no-repeat 0 50%;
}
#sidebar-old  .side-links-old a {
	display: block;
	color: #007FA6;
}

.side-links li {
	vertical-align: top;
	/*padding: 0 0 0 16px;*/
	background: url(../images/separator-side-links.gif) no-repeat 0 50%;
}
.side-links a {
	display: block;
	color: #007FA6;
}
.box-side blockquote {
	margin: 0;
	padding: 0 20px 0 2px;
}
.box-side q {
	font-size: 16px;
	line-height: 25px;
	color: #516270;
	font-style: italic;
	display: block;
	margin: 0 0 2px;
}
.box-side cite {
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	text-align: right;
}

.ingressHead {
    font: normal 32px/38px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 14px;
}

.ingressHeadPar {
    font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 14px;
}

.ingressHeadSub {
    font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 14px;
}

.contentHead {
    font: normal 32px/38px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 14px;
}

/*.contentHead {
    font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:25px 0 0;
}*/

.ingressTekst {
    margin-bottom: 31px;
    color:#444;
	font-size:16px;
	padding:0 10px 0 0;
}

.ingressTekstVerk {
    margin-bottom: 31px;
    color:#444;
	font-size:12px;
	padding:0 10px 0 0;
}

.contentTekst {
    margin-bottom: 31px;
    color:#444;
	font-size:16px;
	padding:0 10px 0 0;
}

.vitneInfo {
    float:left;
    width: 75%;    
}
.vitneInfo_drama {
    float:left;
    width: 100%;    
}

.vitneIngressHead {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 5px;
}

.vitneIngressTekst {
    font-size: 80%;
    /*margin-bottom: 31px;*/
    margin-bottom: 5px;
}

.kolofonHead {
    font-size: 90%;
}

.kolofonNedlasting {
    font-size: 80%;
    color: #007FA6;
}


.kolofonNedlasting:hover {
    text-decoration: underline;
    cursor: pointer;
}

.kolofonTekst {
    font-size: 80%;
}

.kolofonAvansert {
    font-size: 80%;
    color: #007FA6;
}

.kolofonAvansert:hover {
    text-decoration: underline;
    cursor: pointer;
}

.kolofonAvansertDisabled {
    font-size: 80%;
    color: gray;
}

.kolofonAvansertDisabled:hover {
    
}

.box-links {
	overflow: hidden;
	height: 1%;
	font: 22px/25px  Georgia, serif;
}

.box-links table{
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 15px;
}

.box-links table td{
	vertical-align: top;
	padding: 0;
	background: url(icons/bg-links.gif) no-repeat -220px 100%;
}

.box-links  table a{
	display: block;
	background: url(icons/bg-links.gif) no-repeat;
	text-align: center;
	color: #007FA6;
	padding: 25px 11px 15px;
	width: 198px;
}

.box-links table strong{
	font-weight: normal;
	display: block;
}

.box-links table a span,
.box-links table a img{
	display: block;
	margin: 0 auto 6px;
}

.box-links table .some a{color: #D6A115;}

.box-links table .active a,
.box-links table a:hover{background-position:-440px 0;}

.box-links table .active,
.box-links table td:hover{background-position:-660px 100%;}

.box-links .empty{
	width:20px;
	height:26px;
	background:none;
}

/* brev-links */

.box-links-brev {
	overflow: hidden;
	height: 1%;
	font: 22px/25px  Georgia, serif;
}

.box-links-brev table{
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 15px;
}

.box-links-brev table td{
	vertical-align: top;
	padding: 0;
	background: url(icons/bg-links.gif) no-repeat -220px 100%;
}

.box-links-brev  table a{
	display: block;
	background: url(icons/bg-links.gif) no-repeat;
	text-align: center;
	color: #007FA6;
	padding: 25px 11px 15px;
	width: 198px;
}

.box-links-brev table strong{
	font-weight: normal;
	display: block;
}

.box-links-brev table a span,
.box-links-brev table a img{
	display: block;
	margin: 0 auto 6px;
}

.box-links-brev table .some a{color: #D6A115;}

.box-links-brev table .active a,
.box-links-brev table a:hover{background-position:-440px 0;}

.box-links-brev table .active,
.box-links-brev table td:hover{background-position:-660px 100%;}

.box-links-brev .empty{
	width:20px;
	height:26px;
	background:none;
}

/* ed */

.box-links-educational {
	overflow: hidden;
	height: 1%;
	font: 17px/20px  Georgia, serif;
}

.box-links-educational table{
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 15px;
	width: 100%;
	text-align: center;
}

.box-links-educational table td{
	vertical-align: top;
	padding: 0;
	background-color: white;
	border: 0px solid black;
	margin: 3px;
}

.box-links-educational  table a{
	text-align: center;
	color: #007FA6;
	cursor: pointer;
/*	display: block;
	background: url(icons/bg-links.gif) no-repeat;
	text-align: center;
	color: #007FA6;
	padding: 5px 11px 15px;
	width: 198px;*/
}

/*.box-links-educational table strong{
	font-weight: normal;
	display: block;
}

.box-links-educational table a span,
.box-links-educational table a img{
	display: block;
	margin: 0 auto 6px;
}

.box-links-educational table .some a{color: #D6A115;}

.box-links-educational table .active a,
.box-links-educational table a:hover{background-position:-440px 0;}

.box-links-educational table .active,
.box-links-educational table td:hover{background-position:-660px 100%;}

.box-links-educational .empty{
	width:20px;
	height:26px;
	background:none;
	border: 0px;
}*/

#educational-index {
    min-height: 200px;
    padding-top: 25px;
}

#educational-intro {
    min-height: 200px;
    text-align: center;
    padding-top: 65px;
}

.oppgaveOversikt {
    border: 1px solid gray;
    width: 100%;
    margin-bottom: 25px;
    padding: 5px;
}

.box-links-recipients {
	overflow: hidden;
	height: 1%;
	font: 17px/20px  Georgia, serif;
    text-align: center;
}

.box-links-recipients table{
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 15px;
	width: 100%;
	text-align: center;
}

.box-links-recipients table td{
	vertical-align: top;
	padding: 0;
	background-color: white;
	border: 0px solid black;
	margin: 3px;
}

.box-links-recipients  table a{
	text-align: center;
	color: #007FA6;
	cursor: pointer;

}

#recipient-index {
    min-height: 200px;
    padding-top: 25px;
}


/* Footer */

#footer {
	overflow: hidden;
	width:  100%;
	background: #EBE9E1;
	height: 246px;
	margin: -246px 0 0;
/*	height: 226px;
	margin: -226px 0 0;*/
	/*padding-bottom: 25px;*/
	position: relative;
	z-index: 5;
}

#footer .holder {
	overflow: hidden;
	width: 839px;
	margin: 0 auto;
	padding: 37px 0 0 121px;
	position: relative;
}

#footer .icon-universitas {
	position: absolute;
	top: 36px;
	left: 0;
	background: url(icons/icon-universitas.png) no-repeat;
	width: 93px;
	height: 92px;
	overflow: hidden;
	text-indent: -9999px;
}
.icon-universitas a {
	display: block;
	height: 100%;
}

#footer .contact {
	float: left;
	margin: 0 94px 0 0;
	padding: 0;
	width: 200px;
	font-size: 12px;
	line-height:  15px;
	color: #4F4F4F;
}
.contact dt {float: left;}
.contact dd {margin: 0 0 9px;}

.mail{
	float:left;
	width:100%;
}
.contact dd a{
	display:block;
	color:#007fa6;
}
.contact dt.social{padding:11px 13px 0 0;}
.contact dd.social{
	float:left;
	padding:2px 0 0;
}
.contact dd.social a{
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin:0 9px 0 0;
	width:32px;
	height:32px;
	cursor:pointer;
	position:relative;
	z-index:6;
}
/*.contact dd.social .facebook{background:url(icons/icon-facebook.png) no-repeat;}
.contact dd.social .twitter{background:url(icons/icon-twitter.png) no-repeat;}*/

.contact dd.social .facebook{background:url(icons/orig_facebook.png) no-repeat;}
.contact dd.social .twitter{background:url(icons/orig_twitter.png) no-repeat;}

.box-sponsor{
	/*float:left;*/
	width:140px;
	margin:0 48px 0 0;
	margin-bottom: 10px;
}
.box-partners h5,
.box-sponsor h5{
	font-size:12px;
	line-height:15px;
	color:#4f4f4f;
	margin:0 0 7px;
	font-weight:normal;
}
.box-sponsor a{display:block;}
.box-sponsor a img{display:block;}

.box-partners{
	/*float:left;*/
	/*width:372px;*/
	width:450px;
	overflow:hidden;
}
.box-partners h5 {margin:0 0 10px;}
.box-partners .partners{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	width:450px;
	margin-bottom: 5px;
	/*width:372px;*/
}
.partners li{
	display:inline-block;
	padding:0 0 0 19px;
}
.partners li:first-child{padding:0;}
.partners a{
	vertical-align:bottom;
	display:block;
}
.partners a img{
	display:block;
	vertical-align:bottom;
}

/*
.box-sponsor{
	float:left;
	width:140px;
	margin:0 48px 0 0;
}
.box-partners h5,
.box-sponsor h5{
	font-size:12px;
	line-height:15px;
	color:#4f4f4f;
	margin:0 0 7px;
	font-weight:normal;
}
.box-sponsor a{display:block;}
.box-sponsor a img{display:block;}

.box-partners{
	float:left;
	width:357px;
	overflow:hidden;
}
.box-partners h5{margin:0 0 10px;}
.box-partners .partners{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	width:372px;
}
.partners li{
	display:inline-block;
	padding:0 0 0 19px;
}
.partners li:first-child{padding:0;}
.partners a{
	vertical-align:bottom;
	display:block;
}
.partners a img{
	display:block;
	vertical-align:bottom;
}

*/

/* Sideinnhold */

.worklistUnpublished {
    background-color: #FAF8EF;
    color: #AAAAAA;
}

.worklistOdd {
    background-color: #FAF8EF;
}

.worklistOdd:hover {
    background-color: #D7EAEF;
    /*background-color: #DFDFDF;*/
    cursor: pointer;
}

.worklistOddVer {
    background-color: #FAF8EF;
}

.worklistOddVer:hover {
    background-color: #D7EAEF;
    /*background-color: #DFDFDF;*/
}

.worklistEven {
    background-color: #FAF8EF;
}

.worklistEven:hover {
    background-color: #D7EAEF;
    /*background-color: #DFDFDF;*/
    cursor: pointer;
}

.worklistEvenVer {
    background-color: #FAF8EF;
}

.worklistEvenVer:hover {
    background-color: #D7EAEF;
    /*background-color: #DFDFDF;*/
}

.verkversjon {
    color: #389FBF;
    
}

.verkversjon:hover {
    color: #0000FF;
    cursor: pointer;
}

/* Trekkspillmeny */

#letterList {
    /*min-height: 500px;*/
    margin-bottom: 200px;
}

.accordion_list {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background-color: #D7EAEF;
}

.accordion_head {
	padding: 10px 20px;
	border-top: 1px solid gray;
	
	cursor: pointer;
	position: relative;
	margin:0px;
    font-weight:bold;
    /*background-color: #EAEDEE;*/
    background-image: url(icons/accordion_expand.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.accordion_body {
    display: none;
}

.accordion_body a {
  display:block;
  color:#006699;
  background-color: #FAF8EF;
  padding-left: 20px;
  padding-right: 20px;
  font-weight:bold;
  text-decoration:none;
}
.accordion_body a:hover {
  color: #000000;
  text-decoration:underline;}
  
/* Sorterbar tabell */  
  
/*.sortable {
    border: 1px solid gray;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #D7EAEF;
    -moz-border-radius: 10px; /\* Firefox *\/
    -webkit-border-radius: 10px; /\* Safari, Chrome *\/
    border-radius: 10px; /\* CSS3 *\/
    behavior: url(border-radius.htc);
}*/

/*.tableHead {
    -moz-border-radius: 10px; /\* Firefox *\/
    -webkit-border-radius: 10px; /\* Safari, Chrome *\/
    border-radius: 10px; /\* CSS3 *\/
}*/

.normalTabell {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px !important;
}

.normalTabell table{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0 !important;
	background:none;
	line-height:20px;
	color:#444;
}


.normalTabell th{
	padding:0 0 7px;
	margin:0;
	text-align:left;
	border-bottom:2px solid #585858;
	font-size:18px;
	color:#222;
}

.normalTabell .sortable th:hover {
    cursor:pointer;
    text-decoration: underline;
}

.normalTabell th.ledetekst{
	/*width:464px;*/
	padding-right:20px;
}
.normalTabell th.spesifisering{/*width:176px;*/}
.normalTabell th.spesifisering a{
	float:left;
	margin:0;
	padding:0 21px 0 0;
	/*background: url(../images/arrow-sort.png) no-repeat 100% 7px;*/
	color:#222;
}
.normalTabell td {
	border-bottom:1px solid #cdcdcd;
	padding:5px 20px 4px 0;
	margin:0;
	background:none;
}
.normalTabell a {
	display:inline;
	background:none;
	padding:0;
	margin:0;
	width:auto;
}

/*.normalTabell {
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
}*/

.normalTabell tr {
    padding: 0px;
    margin: 0px;
    /*font-size: 10pt;*/
}

/*.normalTabell tr{
	padding:0;
	margin:0;
	background:none;
}*/

/*.normalTabell td {
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
}*/

/* Tabell for tegnforklaringer */

.tegnTabell {
	padding:16px 7px 0 2px;
}
.tegnTabell table{
	width:100%;
	border-collapse:collapse;
	padding:0;
	padding-left: 10px;
	padding-left: 10px;
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#333;
}
.tegnTabell tr{
	margin:0;
	padding:0;
	background:none;
}
.tegnTabell .markering{width:183px;}
.tegnTabell .forklaring{width:202px;}
.tegnTabell th{
	text-align:left;
	padding:0 0 8px;
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#222;
	background:none;
	border-bottom:2px solid #585858;
}
.tegnTabell td{
	padding:7px 0 4px;
	margin:0;
	background:none;
	border-bottom:1px solid #e6e6e6;
}
.tegnTabell .talk{margin:2px 1px 0;}

/* Stil for undervisningssider */

.infoFelt {
    width: 100%;
    border: 1px solid gray;
    background-color: #D7EAEF;
    padding: 5px;
    margin-bottom: 10px;
    
    border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
}

.bakgrunnsFelt {
    width: 100%;
    border: 1px solid gray;
    background-color: #FAF8EF;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 10px; /* CSS3 */
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
}

.infoLedetekst {
    font-size: 10pt;
}

.overskrift {
    font-size: 1.30em;
    margin-top: 25px;
    margin-bottom: 5px;  
}

.tekstlenke {
    margin-left: 5px;
    cursor: pointer;
}

.oppgaveAvsnitt {
    margin-bottom: 5px;
}

.oppgaveBolk {
    margin-left: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.oppgaveNummer {
    margin-bottom: 5px;
    font-size: 1.0em;
}

.oppgaveTekst {
    text-indent: 15px;
}

.oppgaveHeaderTekst {
    font-size: 75%;
    margin-bottom: 10px;
}

.oppgaveSitat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px; 
    margin-right: 50px; 
}

.verselinje {
    
}

.pdfLenke {
    text-align: right;
    margin-bottom: 10px;
}



/*.accordion_expand, .accordion_collapse {
    cursor: pointer;
}

.accordion {
    font-size: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 85%;
}

.accordion ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#brev-kronologi li, .accordion li {
    background-image: none;
    margin: 0;
    padding: 0;
}

.accordion ul ul {
    display: block;
}

.accordion ul ul li a {
    padding-left: 20px;
    width: 109px;
}

.accordion a {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-left: 0;
    padding: 2px 2px 2px 17px;
    width: 112px;
}

.accordion a.expanded {
    background: #bbb url('icons/collapse.gif') no-repeat 3px 50%;
}

.accordion a.collapsed {
    background: #bbb url('icons/expand.gif') no-repeat 3px 50%;
}

.accordion a:hover {
    text-decoration: none;
}

.accordion ul a {
    background: #e8e8e8;
    border-top: 2px solid #fff;
    color: #000;
    display: block;
    font-weight: normal;
    padding: 2px 2px 2px 10px;
    width: 119px;
}

.accordion ul a:link {
    font-weight: normal;
}

.accordion ul a:hover {
    background : #f5f5f5;
    text-decoration: underline;
}

.accordion li.active a {
    background: #fff;
}

.accordion li.active li a {
    background: #e8e8e8;
}

#brev-kronologi li.footer, .accordion .footer {
    background: transparent url('footer.jpg') no-repeat 0 0;
    border-top: 2px solid #fff;
    height: 9px;
    line-height: 15px;
    margin: 0 0 10px 0;
    width: 131px;
}

.accordion .footer span {
    display: none;
}*/





    

    

/*#sidebarStatic {
    background-image:url(../images/sidebar/background.png);
    background-repeat:repeat-y;
    border: 1px solid gray;
    min-height:400px; 
    position:fixed;
    top:275px; 
    right: 100px;    
    min-height:100%;
    position:fixed;
    top:25px;
    left:0px;
    overflow:hidden;
    padding-left:5px;
    padding-top:5px;
    font: 12px Helvetica, Arial, Sans-Serif;
    color: #666;
    z-index:1;
    }*/
    
#biografi {
    margin-bottom: 5px; 
    position: relative;
}

.lukket {
    height: 150px; 
    overflow: hidden;
}

.biografilaas {
    position: absolute; 
    bottom: 0px; 
    font-size: 80%;
    width: 100%; 
    background-color: white; 
    opacity: 0.9; 
    text-align: center;
}

.biografilaas:hover {
    cursor: pointer;
}

.htContainer {
    width: 100%;
    align: center; 
}
.lesHovedtekst {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    border: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FAF8EF;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    behavior: url(http://www.edd.uio.no/cocoon/ibsen/css/border-radius.htc);
}

.lesHovedtekst:hover {
    background-color: #D7EAEF;
    cursor: pointer;
}

.htVerk {
    margin-bottom: 10px;
    font-size: 175%;
}

.htKilde {
    font-size: 80%;
    color: gray;
}

.tvHead {
    width: 70%;
    margin-top: 50px;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 125%;
}

.tvIngress {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 100%;
}

/* Klasser til mock-up av søk */

.search-form {
	margin: 0;
	padding: 38px 0 0;
	overflow: hidden;
	height: 1%;
	font-family: Arial, Arial, Helvetica, sans-serif
	text-align: center;
}

.search-form .row {
	display: inline-block;
	vertical-align: bottom;
}

.search-form .text {
	background: url(icons/bg-input-text.gif) no-repeat;
	width: 449px;
	height: 42px;
	margin: 12px 0 0;
}

.search-form .row label {
	font-size: 18px;
	line-height: 23px;
	color: #333;
	font-weight: bold;
}

.search-form .text input {
	margin: 0;
	background: none;
	border: none;
	width: 423px;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding: 10px 13px 9px;
}

.search-form .btn-submit {
	border: none;
	background: url(icons/bg-submit.gif) no-repeat;
	font-size: 18px;
	line-height: 23px;
	cursor: pointer;
	width: 80px;
	height: 42px;
	color: #FFFFFF;
	margin: 0 20px 0 12px;
	padding: 0 0 3px;
}

.search-form .row  span {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 17px;
	color: #2f6493;
	font-weight: bold;
}

.searchField {

}

.kategorivalg {
    margin-top: 20px;
    /*font-size: 10pt;*/
    font:normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

.sokevalg {
    margin-top: 20px;
    /*font-size: 10pt;*/
    font:normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#000;
}


.kategoriboks {
    margin-left: 15px;
}

.prim_sek_tekst {
    margin-left: 15px;
}

.advOptions .results {
	overflow:hidden;
	padding:13px 42px 0 0;
}

.advOptions h2 {
   	font:normal 22px/26px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 22px; 
}

.advOptions .accordion{
	list-style:none;
	margin:0;
	padding:0 0 0 22px;
	font-size:16px;
}
.advOptions .accordion > li{
	background: url(icons/arrow-accordion.png) no-repeat 0 5px;
	padding:0 0 5px 16px;
	margin:0;
}
.advOptions .accordion > li.active{background-position:1px -24px;}
.advOptions .accordion a {
    color:#4b7ea7;
    float:none;
    }
.advOptions .accordion .slide{padding:25px 0 6px;}

.advOptions .advanced-form{
	color:#444;
	font-size:13px;
	line-height:18px;
}
.advOptions .advanced-form .holder{
	overflow:hidden;
	padding:0 0 10px;
}
.advOptions .advanced-form ul{
	float:left;
	list-style:none;
	margin:0 0 0 40px;
	padding:0;
	width:165px;
}
.advOptions .advanced-form ul:first-child{
	width:230px;
	margin:0 -25px 0 0 ;
}
.advOptions .advanced-form ul li{
	padding:0 0 7px;
	margin:0;
	overflow:hidden;
}
.advOptions .advanced-form input[type="checkbox"]{
	float:left;
	margin:3px 7px 0 1px;
	padding:0;
}
.advOptions .advanced-form input[type="radiobutton"]{
	float:left;
	margin:3px 7px 0 1px;
	padding:0;
}

.advOptions .advanced-form label{
	display:block;
	overflow:hidden;
}
.advOptions .advanced-form .btn-refresh{
	background: url(../images/btn-refresh.png) no-repeat 100% -36px;
	padding:0 5px 0 0;
	float:left;
}
.advOptions .advanced-form .btn-refresh-holder{
	background: url(../images/btn-refresh.png) no-repeat;
	float:left;
}
.advOptions .advanced-form input[type="submit"]{
	height:36px;
	border:none;
	background:none;
	font-size:14px;
	color:#222;
	padding:0 12px 4px;
	margin:0;
	float:left;
	cursor:pointer;
}
.advOptions .advanced-form .btn-refresh:hover{background-position:100% -108px;}
.advOptions .advanced-form .btn-refresh:hover .btn-refresh-holder{background-position:0 -72px;}
.advOptions .advanced-form .btn-refresh:active{background-position:100% -180px;}
.advOptions .advanced-form .btn-refresh:active .btn-refresh-holder{background-position:0 -144px;}



.alternativboks {
    margin-top: 25px;
    margin-bottom: 5px;
    min-height: 150px;
    width: 95%;
    display: none;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
}

.sokekategorier {
    font-size: 9pt;
    font-variant: small-caps;
}


.visAlternativer {
    width: 100%;
    text-align: center;
    font-size: 8pt;
    color: blue;
}

.visAlternativer:hover {
    cursor: pointer;
}

.skjulAlternativer {
    width: 100%;
    text-align: center;
    display: none;
    font-size: 8pt;
    color: blue;
}

.skjulAlternativer:hover {
    cursor: pointer;
}

.alternativ {
    margin-bottom: 25px;
}

.sokeResultat {
    
}

.sokeResultat:hover {
    background-color: beige;
    cursor: pointer;
}

/* Stiler for søkeresultat fra Netlife */

.advOptions .h1, 
#twocolumns .h1 {
   	font:normal 32px/38px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 22px; 
}

.advOptions form, .advOptions fieldset, 
#twocolumns form, #twocolumns fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

.big-search-form{
	margin:0 0 17px;
	padding:0;
	overflow:hidden;
}

/*.big-search-form-genre-holder {
    text-align: center;
}*/

.big-search-form-genre{
	/*margin:0 0 17px;*/
	margin-left: 150px;
	margin-bottom: 30px;
	padding:0;
	overflow:hidden;
}

/*.big-search-form .fieldset {
    display: block;
    width: 100%;
}*/

/*.big-search-form-genre .fieldset {
    display: block;
    width: 100%;
}*/

.big-search-form .searchField {
    display: block;
    width: 100%;
    min-height: 50px;
}

.big-search-form-genre .searchField {
    display: block;
    width: 100%;
    min-height: 50px;
}

/*.big-search-form .row {
    display:block;
}*/
.big-search-form input[type="text"]{
	background: url(icons/bg-text-big.png) no-repeat;
	width:273px;
	border:none;
	padding:13px 20px;
	font-size:16px;
	line-height:20px;
	height:20px;
	float:left;
	margin:0;
}

.big-search-form-genre input[type="text"]{
	background: url(icons/bg-text-big.png) no-repeat;
	width:273px;
	border:none;
	padding:13px 20px;
	font-size:16px;
	line-height:20px;
	height:20px;
	float:left;
	margin:0;
}

.big-search-form input[type="submit"]{
	background: url(icons/btn-search.png) no-repeat;
	float:left;
	padding:0 0 8px;
	border:none;
	font-size:18px;
	color:#222;
	width:94px;
	height:50px;
	cursor:pointer;
	margin:0 23px 0 18px;
}

.big-search-form-genre input[type="submit"]{
	background: url(icons/btn-search.png) no-repeat;
	float:left;
	padding:0 0 8px;
	border:none;
	font-size:18px;
	color:#222;
	width:94px;
	height:50px;
	cursor:pointer;
	margin:0 23px 0 18px;
}

.big-search-form input[type="submit"]:hover{background-position:0 -50px;}
.big-search-form-genre input[type="submit"]:hover{background-position:0 -50px;}
.big-search-form input[type="submit"]:active{background-position:0 -100px;}
.big-search-form-genre input[type="submit"]:active{background-position:0 -100px;}

.big-search-form a{
	float:left;
	margin:11px 0 0;
}

.big-search-form-genre a{
	float:left;
	margin:11px 0 0;
}

#twocolumns{
	overflow:hidden;
	width:100%;
}

.results {
	overflow: hidden;
	padding: 13px 42px 0 0;
}

.results .tabset2,
.results .tabset {
	float: left;
	background: url(icons/bg-tabset.gif) #fff repeat-x 0 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	border-style: solid;
	border-color: #d6d6d6;
	border-width: 1px 1px 0;
}

.results .tabset2:after,
 .results.tabset:after {
	content: "";
	display: block;
	clear: both;
}

.tabset2 li,
.tabset li {
	float: left;
	padding: 0;
	margin: 0;
	border-left: 1px solid #d6d6d6;
}

.tabset2 li:first-child.active,
.tabset li:first-child.active {
	background: none;
	margin-left: -15px !important;
}

.tabset2 li:first-child,
.tabset li:first-child {border:none;}

.results.tabset2 li.active,
.results .tabset li.active {
	background: url(icons/bg-tabset-active-li.png) no-repeat 0 0;
	padding: 0 0 0 14px;
	height: 39px;
	margin: 0 -14px;
	border: none;
	background-position: 0 -10px;
}

.results .tabset2 li.active:after,
.results .tabset li.active:after {
	content:'';
	height: 39px;
	float:right;
	background: url(icons/bg-tabset-active-li.png) no-repeat 100% 100%;
	width:13px;
}

.tabset2 li.last-child:after,
.tabset li.last-child:after {display:none;}


.results .tabset2 a,
.results .tabset a {
	height: 39px;
}
.results .tabset2 a span,
.results .tabset a span {
	height: 37px;
}

.results .tabset2 a,
.results .tabset a {
	float: left;
	color: #333;
	position: relative;
	z-index: 2;
	padding: 0 13px 0 10px;
	height: 39px;
}

.results .tabset2 a:hover,
.results .tabset a:hover{
	text-decoration: none;
	background: #dbeff6;
}

.results .tabset2 .active a,
.results .tabset .active a{
	color:#fff;
	background: url(icons/bg-tabset-active-a.png) no-repeat;
	margin:-1px 0 -2px;
	padding:0 10px;
	height: 42px;
}

.results .tabset2 .active a:after,
.results .tabset .active a:after{
	content: '';
	background: url(icons/bg-tabset-active-a.png) no-repeat 100% -52px;
	background-position: 100% -61px;
	width: 2px;
	height: 40px;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
}

.results .tabset2 a span,
.results .tabset a span{
	height: 47px;
	padding: 2px 0 0;
	display: table-cell;
	vertical-align: middle;
}

.results .tab-content {
	background: #fff;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.results .tabs-holder {
	overflow: hidden;
}

.results .tabs-holder>div {
    width:660px;
    float: left;
    /*display: none;*/
}

/*.results .tabs-holder>div.active {
    width:660px;
}*/

.results .tab-content .choose-block{
	border:1px solid #28566c;
}
/*.results .choose-block .btn-close{
	background: url(icons/ico-close.png) no-repeat;
	width:27px;
	height:5px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:4px 0 0;
}
.results .choose-block .btn-close:hover{background-position:0 -28px;}*/
.results .tab-content .choose-block-holder{
	background: url(icons/bg-choose-block-tab.png) #3b6a82 repeat-x 0 100%;
	border-style:solid;
	border-color:#608699;
	border-width:1px 0 0 1px;
	/*padding:7px 9px 6px;*/
	/*min-height:36px;*/
	min-height:0px;
	padding:3px 10px 4px;
}
.results .tab-content .choose-block-holder:after{
	content:"";
	display:block;
	clear:both;
}

.results-blocks {
	overflow:hidden;
	font-size:16px;
}

.results-blocks .block{
	border-style:solid;
	border-color:#cdcdcd;
	border-width:0 1px 1px;
	padding:18px 19px 17px;
	color:#444;
}

.click-block{
	border-style:solid;
	border-color:#cdcdcd;
	border-width:0 1px 1px;
	padding:18px 19px 17px;
	color:#444;
}

.results-blocks .click-block:hover {
    cursor: pointer;
    background-color: #FAF8EF;
}


.results-blocks .heading strong {
	font-size: 18px;
	line-height: 22px;
	color: #444;
	font-weight: normal;
	float: left;
	margin: 0 10px 0 0;
}

#content .results-blocks p.context {margin:0 0 5px;}

.results-blocks .click-block .block p.context strong {color:#111;}

.results-blocks .heading {
	overflow: hidden;
	margin: 0 0 8px;
}

.results-blocks .views{
	float:left;
	background:#eeebe5;
	font-size:13px;
	line-height:20px;
	padding:0 5px 1px;
	color:#777;
}
.results-blocks .views a{color:#4b7ea7;}

.activePane {
   background-color: #FF0000;
}

.hode {
    /*background: url("icons/bg-choose-block-tab.png") repeat-x scroll 0 100% #3B6A82;*/
    border: 0px;
}

/* Overrides for timeline*/


/*.results .tab-content .purple-arrows{
	background: url(icons/ico-arrows-purple.png) no-repeat;
	width:19px;
	height:13px;
	display:inline-block;
	vertical-align:top;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px 2px 0;
}
.results .tab-content a .purple-arrows{margin-top:6px;}*/


/*.tab-holder{
	overflow:hidden;
	border-style:solid;
	border-color:#dbdbdb;
	border-width:0 1px;
	padding:28px 28px 37px;
	min-height:1718px;
}*/


/*.results .tab-content .choose-block-holder{
	min-height:0;
	padding:3px 10px 4px;
}
.results-blocks{
	overflow:hidden;
	font-size:16px;
}
.results-blocks .block{
	border-style:solid;
	border-color:#cdcdcd;
	border-width:0 1px 1px;
	padding:18px 19px 17px;
	color:#444;
}
.results-blocks .block p strong{color:#111;}
.results-blocks .heading{
	overflow:hidden;
	margin:0 0 8px;
}
.results-blocks .heading strong{
	font-size:18px;
	line-height:22px;
	color:#444;
	font-weight:normal;
	float:left;
	margin:0 10px 0 0;
}
.results-blocks .views{
	float:left;
	background:#eeebe5;
	font-size:13px;
	line-height:20px;
	padding:0 5px 1px;
	color:#777;
}
.results-blocks .views a{color:#4b7ea7;}
#content .results-blocks p{margin:0 0 5px;}
.results-blocks .breadcrumbs{
	float:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.results-blocks .breadcrumbs a{color:#4b7ea7;}
.results-blocks .breadcrumbs li{padding:0 8px 0 12px;}
.results-blocks .breadcrumbs li:first-child{padding-left:0;}*/




