﻿.toppanel_container
{
	position:				fixed;
    z-index: 				100000;
	margin:					0px;
	padding:				0px;    
    top: 					0px;
    width: 					100%;
	height: 				25px;
	border-top:				3px solid #272727;
}
/*---------------------------------------------*/
.toppanel_container_innhold
{
	display: 				none;
	margin:					0px;
	padding:				0px;	
    top: 					0px;
	width: 					100%;
	height: 				240px;
	background-color:		#272727;
	filter:					alpha(opacity = 95);
	-moz-opacity:			0.95;
	-khtml-opacity: 		0.95;
	opacity: 				0.95;
}
.toppanel_table
{
	border-collapse: 		collapse;
	width: 					964px;
	height: 				220px;
}
.toppanel_soek
{
	width: 					200px;
	height: 				220px;	
	padding:				5px;
	border-left: 			1px solid #333333;	
}
.toppanel_nyheter
{
	width: 					200px;
	height: 				220px;
	padding:				5px;
	border-left: 			1px solid #333333;	
}
.toppanel_rss
{
	width: 					200px;
	height: 				220px;
	padding:				5px;
	border-left: 			1px solid #333333;	
}
.toppanel_admin
{
	width: 					320px;
	height: 				220px;
	padding:				5px;
	border-left: 			1px solid #333333;	
}
/*---------------------------------------------*/
.toppanel_soek h2, .toppanel_nyheter h2, .toppanel_rss h2, .toppanel_admin h2
{
	margin:					0px;
	padding: 				0px;
    font-family:			Arial;
    font-size:				18px;
	font-weight:			normal;
    color:					#C0C0C0;
	padding-bottom:			10px;    
}
.toppanel_soek td, .toppanel_nyheter td, .toppanel_rss td, .toppanel_admin td
{
	margin:					0px;
	padding: 				0px;
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#15ADFF;
}
.textfield_toppanel
{
	width: 					150px;
	height: 				14px;
	border: 				1px solid #1A1A1A;
	background-color:		#414141;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight: 			normal;
	color: 					#FFFFFF;
}
.button_24, .button_94
{
	height: 				24px;	
	text-align: 			center;
	border: 				none;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight: 			bold;
	color: 					#000000;
	cursor: 				pointer;
	cursor: 				hand;
}
.button_24
{
	width: 					74px;
	background: 			transparent url('../img/bt_login.png');
	background-repeat: 		no-repeat;
	background-position:	center;	
}
.button_94
{
	width: 					94px;
	color: 					#FFFFFF;	
	background: 			transparent url('../img/bt_register.png');
	background-repeat: 		no-repeat;
	background-position:	center;	
}
.toppanel_soek td a, .toppanel_nyheter td a, .toppanel_rss td a, .toppanel_admin td a
{
	font-family: 			Arial;
	font-size: 				12px;
	font-weight:			normal;
	color: 					#FFFFFF;
	text-decoration:		none;	
}
.toppanel_soek td a:hover, .toppanel_nyheter td a:hover, .toppanel_rss td a:hover, .toppanel_admin td a:hover
{
	color: 					#15ADFF;
}
/*---------------------------------------------*/
.tab_container
{
	width: 					220px;
	height: 				25px;
	margin-left:			auto;
	margin-right:			20px;
	float: 					right;	
}
.tab_left
{
	width: 					100%;
  	height: 				25px;
	background-image:		url('../img/tab_left.png');
	background-repeat: 		no-repeat;
	background-position:	left;	
}
.tab_center
{
	width: 					160px;
  	height: 				25px;
	margin-left:			auto;
	margin-right:			auto;  		
	background-image:		url('../img/tab_center.png');
	background-repeat: 		repeat-x;
	background-position:	left;	
}
.tab_right
{
	width: 					100%;
  	height: 				25px;
	background-image:		url('../img/tab_right.png');
	background-repeat: 		no-repeat;
	background-position:	right;	
}
a:link.open, a:visited.open, a:link.close, a:visited.close
{
	display: 				block;
	line-height:			20px;
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#FFFFFF;
	text-decoration:		none;
}
a.open
{
	background-image:		url('../img/bt_open.png');
	background-repeat: 		no-repeat;
	background-position:	right 0px;	
}
a:hover.open
{
	background-image:		url('../img/bt_open.png');
	background-repeat: 		no-repeat;
	background-position:	right -19px;	
}
a.close
{
	background-image:		url('../img/bt_close.png');
	background-repeat: 		no-repeat;
	background-position:	right 0px;	
}
a:hover.close
{
	background-image:		url('../img/bt_close.png');
	background-repeat: 		no-repeat;
	background-position:	right -19px;	
}