@charset "utf-8";
/* CSS Document */

/************************************************************************************************************
(C) www.dhtmlgoodies.com, October 2005
	
This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.	

Terms of use:
You are free to use this script as long as the copyright message is kept intact. However, you may not
redistribute, sell or repost it without our permission.
	
Thank you!
	
www.dhtmlgoodies.com
Alf Magne Kalleland
	
************************************************************************************************************/	

/* Design of Page xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

html{
	height:95%;
}
body{	
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
	padding:5px;
	
	font-size:9pt;
	line-height:130%;
	background-color:#D6D8D8;
	text-align:center;
}
a {
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
a:link { text-decoration:none; font-weight:bold; color: #0000DD; }
a:visited { text-decoration:none; font-weight:bold; color:#0000DD; }
a:hover { text-decoration:none; font-weight:bold; color:#FF0000; }
a:active { text-decoration:none; font-weight:bold; color:#0000FF;}
a:focus { text-decoration:none; font-weight:bold; color:#0000FF;}


#mainContainer{
	width:950px;
	margin: 5px auto 5px auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	background-color:#FFF;
}
#leftColumn{
	width:150px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#mainContent{
	width:730px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	float:left;
	height:100%;
}

#bottom_bar{
	text-align:center;
	padding-bottom:5px;
}


#topBar{
	height:0px;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
		
}
#searchbox{
	
	float:right;
/*	display:none;  */
	}
#logo{
	float:left;
	padding-left:0px;
	padding-top:24px;	
}
#bar_background{
	padding-left:417px;
	padding-right:0px;
	padding-top:24px;
	background-image: "../images/design/top_bar_small.jpg";
	width:433px;
}
#bar_navi{
	padding-left:130px;
	background-color:#FFFFFF;
	text-align:right;
	padding-right:75px;
	padding-top:7px;
}

#info_box_text{
	float:right;
	padding:5px;
	padding-right:0px;
	width:200px;
	border:1px solid #0000CC;
	background-color:#D6D8D8;
	text-align:left;	
}
#title{
	width:100%;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
	float:left;
	height:60px;
	font-size:14px;
	font-weight:bold;
}

#tabmenu{
	font-weight:bold;
	color:#FFFFFF;
/*	background:#3A5298; */
	text-align: center;
	}

#tabmenu a{
	font-weight:bold;
	color:#FFFFFF;
/*	background:#3A5298;*/
	text-align: center;
	}
	
#tabmenu a:hover{
	font-weight:bold;
	color:#FF0000;
/*	background:#3A5298;/*/
	text-align: center;
	}


#tabmenu a:active{
	font-weight:bold;
	color:#CCCCCC;
/*	background:#000099; */
	text-align: center;
	}


/* End of Page Layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/* Menu Layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:153px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:150px;	
		padding-left:2px;	

	}
	
		#dhtmlgoodies_slidedown_menu a.hover{
		color: #00FF00;
		text-decoration:none;	
		display:block;
		clear:both;
		width:150px;	
		padding-left:2px;	

	}
	
	#dhtmlgoodies_slidedown_menu a.active{
		color: #00FF00;
		text-decoration:none;	
		display:block;
		clear:both;
		width:150px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:2px;
		border-bottom:1px solid #B3B3B4;
		font-weight:bold;
	}
		#dhtmlgoodies_slidedown_menu .slMenuItem_depth1.hover{	/* Main menu items */
		margin-top:2px;
		border-bottom:1px solid #FF0000;
		font-weight:bold;
	}		
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:2px;
		width:135px;
		color:blue;
	}		
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:2px;
		width:130px;
		color:#0066FF;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:2px;
		width:100px;
		color:#0099FF;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:2px;
		width:80px;
		
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
}
	
/* End of Menu Layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


/* Floating Menu Layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

div.banner {
  margin: 0;
/*  font-size: 80%;
  font-weight: bold;
  line-height: 1.1;*/
  text-align: right;
  position: fixed;
  top: 8em;
  left: 10em;
  width: 8.5em;
  right: auto;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
/*  font-family: Arial, sans-serif;*/
  background:#900;
  border: thin outset #900;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }
div.banner em { color: #000}

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover {   border: thin outset #900; }

/*End of Loating Menu Layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/