/**
*	sitebase.css
*	
*       This is the default stylesheet of CoreTreks Site Base for CorePublish frontends
*	
*	Please DO NOT CHANGE this file. 
*	To override any style, create a "style.css" file in the same directory (/css), and 
*	override/add your styles there. This makes sure you can update this file (sitebase.css)
*	from a newer distribution without worrying about keeping your changes.
*
*	@author Geir Helge Tjostolvsen-Schmidt and Arve Skj�restad
*	
*/

/* ==== GENERAL STYLES ==== */
html, body {
	background: url(../images/bodybg3.jpg) no-repeat left top #FFFFFF;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
}
div, td, span {
	font-family: verdana,helvetica,geneva;
	font-size: 11px;
	font-weight: normal;
}

a {
	font-family: verdana,helvetica, geneva;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
	a:link {color: #000000; font-weight: normal; text-decoration: none;}
	a:visited {color: #000000; font-weight: normal; text-decoration: none;}
	a:hover {color: #000000; font-weight: normal; text-decoration: none;}

input, select, textarea {
font-family: verdana,helvetica, geneva;
font-size: 10px;
font-weight: bold;
padding: 2px;
}

a.link_right_menu, span.link_right_menu {
	font-size: 11px;
	color: #FFFFFF;
}
	a.link_right_menu:link {color: #FFFFFF; text-decoration: none;}
	a.link_right_menu:visited {color: #FFFFFF; text-decoration: none;}
	a.link_right_menu:hover {color: #FFFFFF; text-decoration: none;}	

a.link_cat {
	font-size: 11px;
	font-weight: bold;
}
	a.link_cat:link {font-weight: bold; text-decoration: none;}
	a.link_cat:visited {font-weight: bold; text-decoration: none;}
	a.link_cat:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #5881AD;}

a.link_cat_a {
	font-size: 11px;
	font-weight: bold;
	background-color: #5881AD
	color: #FFFFFF;
}
	a.link_cat_a:link {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #5881AD;}
	a.link_cat_a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #5881AD;}
	a.link_cat_a:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #5881AD;}	

a.link_cat_sub {
	font-size: 11px;
	text-decoration: none;
}
	a.link_cat_sub:link {text-decoration: none;}
	a.link_cat_sub:visited {text-decoration: none;}
	a.link_cat_sub:hover {text-decoration: none;}

a.link_cat_sub_a {	
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}
	a.link_cat_sub_a:link {color: #FFFFFF; text-decoration: none;}
	a.link_cat_sub_a:visited {color: #FFFFFF; text-decoration: none;}
	a.link_cat_sub_a:hover {color: #FFFFFF; text-decoration: none;}	

a.link_hightlight {
	font-size: 11px;
	text-decoration: none;
}
	a.link_hightlight:link {text-decoration: none;}
	a.link_hightlight:visited {text-decoration: none;}
	a.link_hightlight:hover {text-decoration: none; background-color: #E8EEEF;}
a.link_hightlight_w {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
	a.link_hightlight_w:link {color: #FFFFFF; text-decoration: none;}
	a.link_hightlight_w:visited {color: #FFFFFF; text-decoration: none;}
	a.link_hightlight_w:hover {color: #000000; text-decoration: none; background-color: #E8EEEF;}

/* ==== PLACEHOLDER DEFINITIONS ==== */

/* This is the "main container" surrounding the other divs */
.ctsitebase-pagecontainer {
        width:700px;
	/*margin-left: 47px;	*/
	margin-left: auto;
	margin-right: auto;
}

/* This holds the "top" placeholder */
.ctsitebase-placeholder-1 {
}
.ctsitebase-maincontainer {
	width: 700px;
	background: url(../images/bg_line.gif) repeat-y #FFFFFF;
}
/* This holds the "left" placeholder */
.ctsitebase-placeholder-2 {
        float:		left;
	width:		516px;
}

/* This holds the "right" placeholder */
.ctsitebase-placeholder-3 {
        float:		left;
	width: 		170px;	
	margin-left:	14px;
}

.ctsitebase-placeholder-spacer {
	clear:		both;
	height: 20px;
	background-color: #FFFFFF;
}

/* This holds the "bottom" placeholder */
.ctsitebase-placeholder-4 {
	background: url(../images/bottom_line.gif) repeat-x;
	height: 	51px;	
	vertical-align: middle;
}
.ctsitebase-placeholder-4-bg {
	height: 46px;
}
/* ==== MENU TILE SPECIFIC DEFINITIONS ==== */
.ctsitebase-categorymenu {
	
}

ul.ctsitebase-categorymenu {
	margin: 	0;
	padding: 	0;
	list-style: 	none;
	width: 		150px;
	border-bottom: 	none;
	margin-top: 	20px;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
	margin-top: 0px;
}

ul.ctsitebase-categorymenu li {
position: relative;
}

	
/* applies to both menu types */
ul.ctsitebase-categorymenu li a {
	display: block;
	text-decoration: none;
	color: #777777;
	background: #E8E4E4;
	padding: 5px 10px 5px 20px; /* top-right-bottom-left */
	border: none;
	border-bottom: solid 1px #FFFFFF;
}

/* only applies to the 'tree' menu */
ul.ctsitebase-categorymenu li a.treemenu {
	
	/* overridden properties */
	padding: 5px 10px 5px 10px; /* top-right-bottom-left */
	border-bottom: 0px;

	/* new properties */
	font-family: tahoma,verdana,helvetica,geneva;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;	
        background-color: #D8D6D5;
}

/* level 2 - only present in the 'tree' menu */
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
	display: block;
	color: #713F3F;
	background: #E8E4E4;
	margin:0px;
	padding: 2px 10px 2px 10px;
	border-bottom: 0px;

	font-family: tahoma,verdana,helvetica,geneva;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

/* level 3 - only present in the 'tree' menu */
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
	display: block;
	color: #713F3F;
        background: #E8E4E4;
	margin:0px;
	padding: 2px 10px 2px 20px;
	border-bottom: 0px;

	font-family: verdana,helvetica,geneva;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
	
}

ul.ctsitebase-categorymenu li span {
	display:none;
}

* html ul.ctsitebase-categorymenu li { 
float: left; 
height: 1%; 
}

* html ul.ctsitebase-categorymenu li a { 
height: 1%; 
}

ul.ctsitebase-categorymenu li a:hover { 
color: #713F3F; 
background: #f9f9f9; 
text-decoration: none;
}
		
		
ul.ctsitebase-categorymenu li:hover ul, li.over ul { 
display: block; 
}
 


/* ==== ARTICLE LIST SPECIFIC DEFINITIONS ==== */
.ctsitebase-articlelist,
.ctsitebase-articlelist-twocols {
	padding-left: 10px;
}

.ctsitebase-articlelist-twocols {
	padding-bottom:10px;
}


.ctsitebase-articlelist-twocols-topcol, 
.ctsitebase-articlelist-twocols-bottomcol {
	width: 100%; 
}
 

.ctsitebase-articlelist-twocols-bottomcol {
	margin-top:20px;
}

.ctsitebase-articlelist-twocols-leftcol,
.ctsitebase-articlelist-twocols-rightcol {
        float: left;  
        width:48%
}

.ctsitebase-articlelist-twocols-leftcol {
        margin-right:10px;
}


.ctsitebase-articlelist-twocols-rightcol {
        margin-left:10px;
}

.ctsitebase-articlelist-twocols {

}


/* use this to always align the matching left and right article in the two-column list */
.ctsitebase-articlelist-twocols .ctsitebase-articlelist-twocols-leftcol .ctsitebase-articlelist-row, 
.ctsitebase-articlelist-twocols .ctsitebase-articlelist-twocols-rightcol .ctsitebase-articlelist-row {
}

.ctsitebase-articledisplay-hr {
	height: 1px;
	color: #E8E4E4; 
}

.ctsitebase-articlelist-header, 
.ctsitebase-articlelist-header-first {
        font-family: verdana,helvetica,geneva;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;

}
.ctsitebase-articlelist-header-w { 
        font-family: verdana,helvetica,geneva;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
        /* color: #FFFFFF; */
}

.ctsitebase-articlelist-ingress, 
.ctsitebase-articlelist-ingress-first {
	/* no styles needed here for this impl. */	
}

.ctsitebase-articlelist-ingress-w { 
	/* color: white; */
}

.ctsitebase-articlelist-date {
	/* no styles needed here for this impl. */	
}

.ctsitebase-articlelist-thumbnail-left {
	float:left;
	margin-right: 5px;
	border: 0px solid yellow;
}
.ctsitebase-articlelist-line {
	background-image: url(../images/art_line.gif);
	background-repeat: repeat-y;
	height: 100%;
}

.ctsitebase-articlelist-thumbnail-right {
	float:right;
	margin-left: 5px;
	border: 0px solid yellow;
}

.ctsitebase-articlelist-thumbnail {
        text-align: left;
	margin-bottom: 5px;

}
ctsitebase-articlelist-thumbnail-td {
	padding-left: 15px;
}

.ctsitebase-articlelist-navigation,
.ctsitebase-articlelist-navigation a,
.ctsitebase-articlelist-navigation a:link,
.ctsitebase-articlelist-navigation a:visited,
.ctsitebase-articlelist-navigation a:hover {
	font-family: verdana,helvetica, geneva;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 20px 0px 10px 0px;
}

.ctsitebase-articlelist-links {
        text-align: left;
	margin: 5px 0px 15px 0px;

}

.ctsitebase-articlelist-link-internal, 
.ctsitebase-articlelist-link-internal:link, 
.ctsitebase-articlelist-link-internal:visited, 
.ctsitebase-articlelist-link-internal:hover {
	font-weight: bold;
	text-decoration: none;
        list-style: circle;
}

.ctsitebase-articlelist-link-external {

}


/* the navigation bar showing "previous | 2 | 3 | 4 | 5 | next" */

.ctsitebase-articlelist-navigationbar {
	text-align:left;
	margin-left: 20px;
}

.ctsitebase-articlelist-navigationbar-link:link,
.ctsitebase-articlelist-navigationbar-link:visited,
.ctsitebase-articlelist-navigationbar-link:hover,
.ctsitebase-articlelist-navigationbar-link-active,
.ctsitebase-articlelist-navigationbar-link-active:link,
.ctsitebase-articlelist-navigationbar-link-active:visited,
.ctsitebase-articlelist-navigationbar-link-active:hover,
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.ctsitebase-articlelist-navigationbar-link-active,
.ctsitebase-articlelist-navigationbar-link-active:link,
.ctsitebase-articlelist-navigationbar-link-active:visited,
.ctsitebase-articlelist-navigationbar-link-active:hover
{
	font-weight:bold;	
}



/* the navigation text showing "showing 6 to 10 of total 21 articles" */
.ctsitebase-articlelist-navigationtext {
	margin-left: 20px;
	text-align: left;
}

/* ==== SMALL ARTICLE LIST SPECIFIC DEFINITIONS ==== */
.ctsitebase-smallarticlelist {
	border: 	1px solid rgb(234, 234, 234);
	padding:	10px;
	margin-top:	10px;
	margin-right:	10px;
}


/* ==== SMALL ARTICLE DISPLAY SPECIFIC DEFINITIONS ==== */
.ctsitebase-smallarticledisplay {
	margin-top:	10px;
	margin-right:	10px;
}

.ctsitebase-smallarticledisplay-colored {
	background-color: rgb(234, 234, 234);
	padding:	10px;
	margin-top:	10px;
	margin-right:	10px;
}

/* ==== ARTICLE DISPLAY SPECIFIC DEFINITIONS ==== */
.ctsitebase-articledisplay-area {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;

}

.ctsitebase-articledisplay-header,
.ctsitebase-articledisplay-header-de2 {
        font-family: verdana,helvetica,geneva;
	font-size: 13px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}

 


.ctsitebase-articledisplay-ingress,
.ctsitebase-articledisplay-ingress-de2 
{
	font-size: 	12px;
	font-style: 	italic;
	margin-bottom:  10px;
}

.ctsitebase-articledisplay-body, 
.ctsitebase-articledisplay-body-de2
{
        font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 	12px;
	color: 		#000000;
}

.ctsitebase-articledisplay-body a,
.ctsitebase-articledisplay-body-de2 a 
{
	font-size: 	11px;
}

.ctsitebase-articledisplay-back-button {
	margin:  30px 0px 15px 0px;
}
.ctsitebase-articledisplay-image {
	margin-bottom: 2px;
}
.ctsitebase-articledisplay-image-text {
	color: #FFFFFF;
	margin-bottom: 15px;
}
.ctsitebase-placeholder-2 .ctsitebase-articledisplay-image-text {
	color: #000;
}

/* ==== DIRECT EDIT 2 SPECIFIC DEFINITIONS ==== */
.ctsitebase-articledisplay-directedit-button {
        text-align:	right;
}

/* General de2 styles when beeing edited */
.ctsitebase-articledisplay-header-de2,
.ctsitebase-articledisplay-ingress-de2, 
.ctsitebase-articledisplay-body-de2 
{
        border: 		1px dotted gray;
        padding:		2px;
        -moz-user-modify: 	read-write;
	-moz-user-input: 	enabled;
	-moz-user-select: 	normal;       
	-moz-outline: 		dotted gray 1px;
}


/* MM archive images  - alignment */
.cp-mmarchive-image-left {
        margin-right:	10px;
        margin-top:	10px;
        margin-bottom:	10px;
}

.cp-mmarchive-image-right {
        margin-left:	10px;
        margin-top:	10px;
        margin-bottom:	10px;
}


/* ==== SITE LOCATOR SPECIFIC DEFINITIONS ==== */
.ctsitebase-sitelocator {
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
span.sitelocator, span.sitelocator a {
	font-size: 9px;
}


/* ==== LINK TOOLBAR SPECIFIC DEFINITIONS ==== */
.ctsitebase-linktoolbar {
	text-align:right;
	vertical-align:bottom;
	margin-top:20px;
	margin-right:15px;
	margin-bottom:15px;
}

/* ==== LOGIN FORM  SPECIFIC DEFINITIONS ==== */
.ctsitebase-loginform,
.ctsitebase-loginform-loggedin
 {
	border: 	1px solid rgb(234, 234, 234);
	padding:	10px;
	margin-top:	10px;
	margin-right:	10px;	
}

.ctsitebase-loginform div {
	font-weight: 	bold;
}

.ctsitebase-loginform-text {
	width: 		90px;
	margin: 	0px 5px 0px 0px;
	border: 	1px solid #BBBBBB;
}

.ctsitebase-loginform-submit {
	background: 	#1E0505;
	border-top: 	solid 1px #AE3A3A;
	border-right: 	solid 1px #AE3A3A;
	border-bottom: 	solid 1px #AE3A3A;
	border-left: 	solid 1px #AE3A3A;
	font-size: 	9px;
	font-weight: 	bold;
	color: 		#FFFFFF;
	text-transform: uppercase;
	padding: 	1px;
}


/* ==== ARTICLE SEARCH SPECIFIC DEFINITIONS ==== */
/* css for both the normal article search and the AJAX article search */


#ctsitebase-ajaxarticlesearch-result,
#ctsitebase-ajaxarticlesearch-searching,
.ctsitebase-ajaxarticlesearch-input,

.ctsitebase-searchinput {
	margin: 20px;
}

.ctsitebase-ajaxarticlesearch-input {
	/* background-color: rgb(234, 234, 234); */
	margin-top:	10px;
	margin-right:	10px;
	padding:0px;
}

.ctsitebase-ajaxarticlesearch-input div, 
.ctsitebase-searchinput-header {
	font-weight:bold;
	display:block;
}

.ctsitebase-searchinput-header,
.ctsitebase-searchinput-text {
	margin-bottom:10px;
}

.ctsitebase-ajaxarticlesearch-input span {
	font-style:italic;
}

.ctsitebase-searchinput form {
	display:inline;
}

.ctsitebase-searchinput-searchfield,
.ctsitebase-searchinput-button  {
	display: inline;
}
.ctsitebase-searchinput-searchfield input {
	border-top: 	solid 1px #AE3A3A;
	border-right: 	solid 1px #AE3A3A;
	border-bottom: 	solid 1px #AE3A3A;
	border-left: 	solid 1px #AE3A3A;
	font-size: 	9px;
	font-weight: 	bold;
}

.ctsitebase-searchinput-button input {
	background: #1E0505;
	border-top: solid 1px #AE3A3A;
	border-right: solid 1px #AE3A3A;
	border-bottom: solid 1px #AE3A3A;
	border-left: solid 1px #AE3A3A;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1px;
}


/* ==== ERROR MESSAGE SPECIFIC DEFINITIONS ==== */

.ctsitebase-errormessage #top {
	background: url(../images/top_bg.gif) #FFCC00;
	width: 		720px;
	height: 	84px;
	padding: 	0px 20px 0px 20px;

}

.ctsitebase-errormessage #header,
.ctsitebase-errormessage #url,
.ctsitebase-errormessage #message  {
	margin-left:170px;
}


.ctsitebase-errormessage #header {
	margin-top:	20px;
	margin-bottom:	10px;
	font-family: arial,verdana,helvetica,geneva;
	font-size: 15px;
	font-weight: bold;
	font-size: 22px;
}

.ctsitebase-errormessage #message {
	margin-bottom:	10px;
}

.submenu {
	background-color: #E56817;
}

.prof {
	background: url(../images/prof.gif) no-repeat;
}