/* ----------------------------------------------------------------------------------- */
/*                      CSS / Design -  2007 MUX MediaLab, Norway                      */
/*                                 www.muxmedialab.no                                  */
/* ----------------------------------------------------------------------------------- */


/* ======================= GENERAL PAGE STRUCTURE START ======================= */

#content-link {
	display: none;
}
#container {
	width: 960px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}

#placeholder-top {
	position: relative;
	padding: 0;
	height: 175px;
	overflow: hidden;
	margin: 0;
}


#placeholder-left {
	float:left;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
}

#placeholder-right {
	float: right;
	width: 220px;
	margin-left: 10px;
	margin-top: 10px;
}


#placeholder-content {
	float: left;
	width: 520px;
	overflow: hidden;
}
#placeholder-content-no-right {
	float: left;
	width: 745px;
	overflow: hidden;
}
#placeholder-content-no-right-no-left {
	width: auto;
}

#placeholder-bottom {
	clear: both;
}



/* ======================= GENERAL PAGE STRUCTURE END ======================= */


body{
	background: #e5e9cd;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 16px;
	padding: 0;
	color: #777;
}

body.backgroundColorChange{
	background: #aadbea;
}




body,
textarea{
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #ee7d11;
	cursor: pointer;
}

a:hover {
	color: #777;
}


h1, h2, h3{
	margin: .5em 0;
}

h1{
	font-size: 180%;
	font-weight: bold;
	color: #777;
}

h2{
	font-size: 140%;
}

h2.digest{
	font-size: 100%;
}


h3{
	font-size: 100%;
}

th {
	text-align: left;
}



#placeholder-content,
#placeholder-content-no-right {
	margin: .5em 0 1em 0;
	line-height: 1.4;
}

input {
	font-size: 100%;
}

img{
	border: 0;
}

form{
	margin: 0;
	padding: 0;	
}
.clear_both {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}






#suggestionform {
	display: none;
}






#suggestionform .tile-content{
}



#suggestionform label{
	display: block;
}

#suggestionform input,
#suggestionform textarea {
	width: 91%;
	padding: 4px;
	margin:0;
	border: 1px solid #ccc;
	background: #f9f9f9;
	margin: .5em 0;
}

#suggestionform .submit{
	width: 4em;
	padding: 4px;
	margin: 0 8px 0 0;
	background: #777;
	color: #fff;
	float: right;
}




.suggestionform img{
	clear: both;
}


.clear-both-style {
	display: none;
}





/* #placeholder-top START */



#placeholder-top ul,
#placeholder-top li{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}


#placeholder-top .page-header img {
	margin: 0 0 0 6px;
}

#placeholder-top .page-header {
	margin: 0;
	height: 87px;
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
}

*html body #placeholder-top .page-header {
	position: absolute;
	top: 0;
}


#placeholder-top .small-searchinput {
	position: absolute;
	top: 45px;
	right: 10px;
}

#placeholder-top .small-searchinput input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0;
	line-height: 1;
}


#placeholder-top .small-searchinput h3{
	display: none;
}

#placeholder-top .small-searchinput .textinput{
	width: 12em;
	padding: 4px;
	margin:0;
	border: 1px solid #ccc;
	background: #f9f9f9;
}

#placeholder-top .small-searchinput .submit{
	width: 4em;
	padding: 4px;
	margin: 0 0 0 .5em ;
	background: #777;
	color: #fff;
}

*+html body #placeholder-top .small-searchinput .submit{
	height: 2.05em;
}











#placeholder-top .horizontal-menu {
	position: absolute;
	top: 0;
}

*html body #placeholder-top .horizontal-menu {
	position: static;
}




#placeholder-top .horizontal-menu h3{
	display: none;
}


#placeholder-top .horizontal-menu a{
	padding: 8px 10px;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px solid #fff;
	color: #777;
}

#placeholder-top .horizontal-menu a:hover,
#placeholder-top .horizontal-menu li.active a,
#placeholder-top .horizontal-menu .main-active a{
	background: #55c0d8;
	color: #fff;
}


#placeholder-top .menu1 {
	background: #e1f1f1;
	left: 0;
	width: 100%;
}

#placeholder-top .menu2 {
	right: 0;
}

*html body #placeholder-top .menu2 {
	float: right;
	margin-top: -31px;
}


#placeholder-top .menu2 a{
	border: 0;
	border-left: 1px solid #fff;
}














#placeholder-top .sitelocator {
	background: #56c0d8;
	margin: 1em 0 0 0;
	color: #fff;
	padding: 8px 10px;
	float: left;
	width: 720px;
}

*html body #placeholder-top .sitelocator,
*html body #placeholder-top .linktoolbar {
	margin: 113px 0 0 0;
}



#placeholder-top .sitelocator .tile-content,
#placeholder-top .linktoolbar .tile-content{
	display: inline;
}

#placeholder-top .sitelocator h3{
	display: inline;
	margin: 0 .5em 0 0;
}

#placeholder-top .sitelocator a{
	color: #fff;
	margin: 0 .5em 0 0;
	background: url(images/duerher_pil.gif) no-repeat right center;
	padding: 0 1em 0 0 ;
}

#placeholder-top .sitelocator a:hover{
	text-decoration: underline;
}





#placeholder-top .linktoolbar {
	background: #aadbea;
	margin: 1em 0 0 0;
	color: #fff;
	padding: 8px 10px;
	float: left;
	width: 200px;
	overflow: hidden;
}

#placeholder-top .linktoolbar h3{
	display: none;
}

#placeholder-top .linktoolbar a{
	color: #777;
	cursor: pointer;
	margin: 0 1.5em 0 0 ;
}

#placeholder-top .linktoolbar li.first a{
	background: url(images/skrivut.gif) no-repeat;
	padding: 0 0 0 25px; 
}

#placeholder-top .linktoolbar li.last a{
	background: url(images/tipsenvenn.gif) no-repeat;
	padding: 0 0 0 25px; 
}



/* #placeholder-top END */









/* FRONTPAGE START */



#placeholder-frontpagebanner {
	background: #55c0d8 url(images/slogan.gif) no-repeat 11px 10px;
	height: 110px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin: 8px 0;
	margin-top: -31px;
	padding: 0 10px;
	line-height: 1.4;
}

#placeholder-frontpagebanner .tile-content{
	padding: 0;
}








#placeholder-frontpagearticles {
	height: 100%;
	overflow: hidden;
	background: url(images/frontpage_bkgrnd.gif) repeat-y;
}

#placeholder-frontpagearticles .tileWrapper{
	float: left;
	width: 320px;
	overflow: hidden;
}

#placeholder-frontpagearticles .tile-common h3{
	margin: 0;
	padding: 8px 10px;
	color: #fff;
	font-size: 140%;
}


#placeholder-frontpagearticles .tile1 .tile-common{
	float: left;
	width: 312px;
}

#placeholder-frontpagearticles .tile1 .tile-common h3{
	background: #467394;
}

#placeholder-frontpagearticles .tile2 .tile-common{
	float: left;
	width: 312px;
}

#placeholder-frontpagearticles .tile2 .tile-common h3{
	background: #82a996;
}

#placeholder-frontpagearticles .tile3 .tile-common{
	float: left;
	width: 320px;
	padding-bottom: 1em;
}

#placeholder-frontpagearticles .tile3 .tile-common h3{
	background: #ee7d11;
}

#placeholder-frontpagearticles .tile1,
#placeholder-frontpagearticles .tile2{
	padding-bottom: 4em;
}

#placeholder-frontpagearticles .tile1 .tile-common h3 a,
#placeholder-frontpagearticles .tile2 .tile-common h3 a,
#placeholder-frontpagearticles .tile3 .tile-common h3 span a {
	color: #ffffff;
}
#placeholder-frontpagearticles .tile1 .tile-common h3 a:hover,
#placeholder-frontpagearticles .tile2 .tile-common h3 a:hover,
#placeholder-frontpagearticles .tile3 .tile-common h3 span a:hover {
	color: #cccccc;
}



#placeholder-frontpagearticles .tile-common div h3{
	background: none!important;
	margin: 1em 0 0 0;
	padding: 0;
	display: block; 
	font-size: 100%;
}

#placeholder-frontpagearticles .tile-common div h3 a{
	color: #777;
}


#placeholder-frontpagearticles .tile3 .tile-common div {
	padding: 8px 10px ;
}


#placeholder-frontpagearticles .tile3 .tile-common .articlelist-link-internal {
	margin: 0;
	padding: 0;
	list-style: none;
}



#placeholder-frontpagearticles .tile-content {
	padding: 0;
	padding: 8px 10px;
}



#placeholder-frontpagearticles .ingress{
	font-weight: bold;
	line-height: 1.3;
	margin: 1em 0;
}


#placeholder-frontpagearticles .tile1 .readMore a,
#placeholder-frontpagearticles .tile2 .readMore a{
	background: url(images/tile1_readmore.gif) no-repeat;
	display: block;
	height: 28px;
	padding: 5px 0 0 36px;
	position: absolute;
	bottom: 6.5em;
	color: #777;
	font-weight: bold;
}

#placeholder-frontpagearticles .tile1 .readMore a:hover,
#placeholder-frontpagearticles .tile2 .readMore a:hover{
	color: #ee7d11;
}



#placeholder-frontpagearticles .tile2 .readMore a{
	background: url(images/tile2_readmore.gif) no-repeat;
}




#placeholder-frontpagearticles .tile3 .tile-common ul,
#placeholder-frontpagearticles .tile3 .tile-common li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#placeholder-frontpagearticles .tile3 .tile-common p{
	margin: .5em 0;
}


/* FRONTPAGE END */












/* placeholder-left START */

#placeholder-left h3,
#placeholder-right h3{
	padding: 8px 10px;
	background: #aadbea;
	margin: 0;
}

#placeholder-left .tile-content,
#placeholder-right .tile-content,
.newsArchiveDateList{
	background: #e1f1f1;
	margin: 0 0 10px 0;
}


#placeholder-left .tile-content{
	padding-bottom: 10px;
	padding-top: 5px;
}




#placeholder-left ul,
#placeholder-left li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#placeholder-left .vertical-menu li a{
	display: block;
	padding: 5px 12px;
	color: #777;
	margin-left: 10px;
	height: 100%;
}
#placeholder-left li a{
}

#placeholder-left .vertical-menu li.subCategories > a{
	background: url(images/leftmenu_pil_subcat.gif) no-repeat 0px 9px;
}

* HTML BODY #placeholder-left .vertical-menu li.subCategories a{
	background: url(images/leftmenu_pil_subcat.gif) no-repeat 0px 9px;
}


#placeholder-left .vertical-menu ul ul li a{
	padding-left: 24px;
}


#placeholder-left .vertical-menu ul ul ul li a{
	padding-left:36px;
}



#placeholder-left .active{
	font-weight: bold;
}

#placeholder-left .active li{
	font-weight: normal;
}


/* placeholder-left END */







/* placeholder-right START */

#login-form-container label,
#login-form-lostpassword-container label,
#login-form-logout label,
#login-form-changepassword label{
	display: block; 
	float: left;
	width: 6em;
	padding-top: .4em;
}


#login-form-changepassword label{
	display: block;
	width: 100%;
	padding-top: .4em;
}


#placeholder-right .tile-content {
	padding: 10px 0px 10px 10px;
	height: 100%;
	overflow: hidden;
}


#login-form-container input,
#login-form-lostpassword-container input,
#login-form-logout input,
#login-form-changepassword input{
	padding: 4px;
	margin: 0 0 8px 0;
	border: 1px solid #ccc;
	background: #f9f9f9;
	width: 10em;
}

#login-form-container .submit,
#login-form-lostpassword-container .submit,
#login-form-logout .submit,
#login-form-changepassword .submit{
	float: right;
	width: 5.5em;
	background: #777;
	color: #fff;
	border: none;
	margin: 0 8px 0 0;
}


#login-form-container .login-form-link,
#login-form-lostpassword-container .login-form-link,
#login-form-logout .login-form-link {
	margin: 5px 0;
}





#login-form-changepassword .login-form-link{
	display: block;
	width: 100%;
	float: left;
	margin: 1em 0;
}



#login-form-container .submit,
#login-form-lostpassword-container .submit,
#login-form-logout .submit,
#login-form-changepassword .submit{
	width: 6.5em;
}
	
#login-form-lostpassword-container .submit {
	width: 8em;
}
	
	
	
#login-form-lostpassword-container {
	display: none;
}




#login-form-logout p{
	font-weight: bold;
}

#login-form-logout {
	
}

	
#login-form-changepassword {
	display: none;
}
















.newsletter-form{
	height: 100%;
	overflow: hidden;
}

.newsletter-form .textinput{
	padding: 4px;
	margin: 8px 0;
	border: 1px solid #ccc;
	background: #f9f9f9;
	width: 92%;
	clear: both;
	display: block;
}

.newsletter-form .submit{
	clear: both;
	width: 4.5em;
	background: #777;
	color: #fff;
	border: none;
	margin: 0 8px 0 10px;
	padding: 4px;
}

*+html body .newsletter-form .submit{
	margin-left: 12px;
}











.categoryDropdownMeny select {
	background: #f9f9f9;
	width: 96%;
}





.small-articlelist ul, 
.small-articlelist li,
.small-calendarlist ul,
.small-calendarlist li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#placeholder-left .small-articlelist li,
#placeholder-left .small-calendarlist li,
.small-articlelist li,
.small-calendarlist li {
	padding: 5px 0;
}

.small-articlelist .tile-content,
.small-calendarlist .tile-content{
	padding: 10px!important;
}

.small-articlelist .newsarchivelink,
.small-calendarlist .newsarchivelink {
	margin: 15px 0 0 0;
}









.articleAttachments h3{
	background: #ee7d11!important;
	color: #fff;
	padding: 8px 10px;
	margin: 0;
}

.articleAttachments ul, 
.articleAttachments li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.articleAttachments li a{
	display: block;
	padding: 5px 12px;
	background: url(images/leftmenu_pil_inactive.gif) no-repeat 0px 10px;
}


#placeholder-content .articleAttachments li a{
	margin-left: 10px;
}

#placeholder-content .articleAttachments h3{
	margin-top: 10px;
}


#placeholder-content .articleAttachments .tile-content {
	background: #e1f1f1;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* placeholder-right END */









/* Calendar START */

.small-calendar .tile-content {
	padding: 10px!important; 
}


.small-calendar-popup {
    display: none; 
}

.small-calendar table{
	width: 100%;
	border-collapse: collapse;
}

.small-calendar table.calendar-layout {
	margin-bottom: 10px;
}

.small-calendar td{
	text-align:center;
}

.small-calendar .calendar-header td.previous,
.small-calendar .calendar-header td.next{
	width: 15%;
	text-align:center;
}

.small-calendar .calendar-header td.previous a,
.small-calendar .calendar-header td.next a{
	display:block;
	width: 30px;
	border: 1px solid #aadbea;
	font-weight: bold;
}

.small-calendar .calendar-header td.previous a:hover,
.small-calendar .calendar-header td.next a:hover{
	background: #aadbea;
	text-decoration:none!important;
}


.small-calendar ul,
.small-calendar li {
	margin: .5em 0;
	list-style: none;
	padding: 0;
}

.small-calendar .calendar-layout th{
	text-align: center;
}


.small-calendar .calendar-layout td{
	width: 14.3%;
	border: 1px solid #aadbea;
}


.small-calendar td.today{
	font-weight:bold;
	background: #fff;
}

.small-calendar td.inactive{
	background: none;
}

.small-calendar td.hasevents{
	font-weight: bold;
	background: #aadbea;
}






.calendar-header td{
	border: 0;
	padding: 0;
	margin: 0;
}


.small-calendar-popup{
	position: absolute;
	width: 300px;
	border: 1px solid #aadbea;
	text-align:left;
	padding: 10px;
	background: #fff;
}

.small-calendar-popup{
	margin-left: -300px;
}


.small-calendar-popup h4 {
	font-size: 120%;
	padding: 0;
	margin: 0;
	width: 260px;
}

.small-calendar-popup-close {
    text-align: right;
}
a.window-close-button {
    text-indent: 9999px;
    border: 0px;
    background: url(images/close.gif) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 0;
    margin-right: auto;
	margin-bottom: 10px;
	float: right;
}

.small-calendar div.tile-content div.small-calendar-popup ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
	
}







/* Calendar END */





/* PLACEHOLDER-CONTENT */

/*
#placeholder-content p,
#placeholder-content h2{
	line-height: 1.5;
	margin-top: 1em;
}
*/

#placeholder-content .full-articlelist ul,
#placeholder-content .full-articlelist li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#placeholder-content .full-articlelist ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#placeholder-content .full-articlelist div {
	margin: 2em 0 0 0;
}

#placeholder-content .full-articlelist div p{
	margin: 0 0 .5em 0;
}

#placeholder-content .full-articlelist .articlelist-link-internal{
	margin: 0;
}


#placeholder-content .full-articlelist .list-thumbnail-left a{
	float:left;
	margin: 0 1em .5em 0;
	padding: 0;
}


#placeholder-content .full-articlelist .list-thumbnail-right a {
	float: right;
	margin: 0 0 .5em 1em;
	padding: 0;
}








#placeholder-bottom {
	color: #fff;
	height: 100%;
	overflow: hidden;
	width: 100%;
	clear: both;
	padding: 8px 0;
}



#placeholder-bottom p{
	padding: 0;
	margin: 0;
	display: inline;
}

#placeholder-bottom .tile-content{
	padding: 8px 10px;
	background: #777;
}

#placeholder-bottom a{
	color: #aadbea;
}

#placeholder-bottom a:hover{
	color: #fff;
}






#coretrek-colofon {
	padding: 0 8px;
}






/* Tile: List Users */
.listUsers {
	clear: both;
}
.listUsers .searchInput .inputCol1 {
	padding-left: 50px;
	width: 40%;
	float: left;
}
.listUsers .searchInput .inputCol2 {
	float: left;
	
}
.listUsers .searchInput .sideColumns {
	float: left;
	padding-right: 25px;
}
.listUsers select {
	vertical-align: top;
}
.listUsers .searchInput {
	margin-bottom: 15px;
}
.listUsers td {
	padding-right: 10px;
	white-space: nowrap;
}
.listUsers th {
	white-space: nowrap;
	padding-right: 10px;
}
.listUsers .list {
	overflow: auto;
	width: 100%;
}
.articleListUsers {
	margin-top: 20px;
}
.articleListUsers .list {
	overflow: auto;
}
