html, body {
	height: 100%;
	overflow: visible;
}
body {
	margin: 0;
	padding: 0;
	background-color: #E4E4E4;
    background-repeat: repeat-x;
    text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	overflow-y: auto;
}
a {
   outline: none;
}
a:link {
	color: #002089;
}
a:visited {
	color: #333;
}
a:hover {
	color: red;
}
.right {
	float: right !important;
}
label {
	color: #333;
}
label:after {
	content: ":";
}
#wrapper {
	text-align: left;
	min-width: 200px;
	max-width: 1120px;
	padding: 20px 40px;
	overflow: hidden;
	margin: auto;
	min-height: 100%;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: white;
	background-image: url(../grf/wrap_bak.png);
	background-repeat: repeat-y;
	padding-bottom: 60px;

}
#top_wrap {
	background-color: #657178;
	border-top: 3px solid #545a60;
	background-image: url(../grf/top_wrap_bak.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#header,#top_menu, .MLMmenuAlign  {
	text-align: left;
	min-width: 200px;
	max-width: 1200px;
	padding: 0px;
	overflow: hidden;
	margin: auto;
	background-color: #2178b0;
	background-image: url(../grf/header_brukerportal.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#top_menu, .MLMmenuAlign {
	background: none;
	
}
#top_menu a {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
}
#header {
	height: 95px !important;
}
#logout {
	display: block;
	float: right;
	margin-top: 20px;
	color: white;
	padding: 5px 20px;
	background-image: url(../grf/black_bak.png);
	text-decoration: none;
	border-right: 6px solid #d2ad14;
	border-left: 1px dotted white;
}
#logout:hover {
	background-image: url(../grf/butt_bak.png);
	border-right: 6px solid #e10000;
	font-weight: bold;
}
#top_menu {
	background-image: none;
	background-color: #4b5b6b;
	height: auto;
	border-bottom: 1px solid #ccc;
	color: white;
}
#top_menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: none;
}
#top_menu ol li {
	float: left;
}
#top_menu ol li a {
	float: left;
	padding: 10px 40px;
	color: white;
	font-size: medium;
	text-decoration: none;
	border-left: 1px solid #9099a2;
	border-right: 1px solid #333e49;
	background-image: url(../grf/top_submenu_bak.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#top_menu ol li:first-child a {
	border-left: none;
}

#top_menu ol li a:hover {
	background-color: #d2ad14;
}
#top_menu ol li .sel {
	color: #4b5b6b;
	background-color: #E7E7E7;
	background-image: url(../grf/top_menu_selected_bak.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#top_menu ol li .sel:hover {
	background-color: #E7E7E7;
}
#top_sub_menu {
	clear: both;
	float: none;
	margin: 0;
	text-align: right;
	padding: 7px 10px;
	background-color: #E7E7E7;
	font-size: small;
	color: #666;
	border-top:1px solid #E7E7E7;
	border-bottom: 1px solid #fff;
	background-image: url(../grf/top_submenu_bak.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#left_menu {
	width: 213px;
	background-color: #fff;
	float: left;
	margin-left: -290px;
	margin-top: -40px;
	padding: 10px 15px;
	border-top: 1px solid #333e49;
	background-image: url(../grf/left_menu_bak.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 50px;
}
#left_menu .btn_left {
	width: 230px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -15px;
	margin-top: -10px;
}
#left_menu .btn_left li a {
	width: 100%;
	padding: 6px;
	display: block;
	text-align: center;
	background-color: #4b5b6b;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #333e49;
	border-top: 1px solid #9099a2;
	border-left: 1px solid white;
}
#left_menu .btn_left li a:hover {
	background-color: #6f7d8b;
}
#left_menu .btn_left li a:active {
	background-color: #7c8c9c;
}
#left_menu h1 {
	font-size: medium;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-top: 20px;
	color: black;
}
.shortcuts {
	list-style: none;
	margin: 0;
	padding: 7px;
}
.shortcuts li {
	padding-bottom: 4px;
}
.pagin {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom: 2px solid #4b5b6b;
}
.pagin li {
	float: left;
	padding: 2px 3px;
}
.pagin li a:link, .pagin li a:visited {
	color: #000;
}
.pagin li a:hover {
	color: red;
}
.pagin li span {
	font-weight: bold;
	color: #e00;
}
.pagin .right {
	float: right;
}
.pagin .right a:link, .pagin .right a:visited {
	color: #002089 !important;
}
.pagin .right a:hover{
	color: red !important;
}
#main_content {
	margin-left: 250px;
}
.tbl_list {
	width: 100%;
	border-collapse: separate;
	border-style: solid;
	border-width: 2px;
	border-color: #4b5b6b;
	border-spacing: 1px;
	empty-cells: show;
}
.select_style td:first-child {
	width:10px;
	text-align: center;
}
.tbl_list tr:hover {
	background-color: #fffdde;
}
.tbl_list caption {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.tbl_list td {
	padding: 1px;
	border: 1px dotted #4b5b6b;
}
.tbl_list th {
	padding: 1px;
	border: 1px solid #4b5b6b;
	background-color: #4b5b6b;
	color: white; 
}
img {
	border:none;
}
.btn, .btn_tbl {
	list-style: none;
	margin: 0;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.btn li, .btn_tbl li {
	float: left;
}
.btn li a, .btn_tbl li a {
	float: left;
	margin-left: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #999; 
	padding: 5px 10px;
	background-color: #ddd;
	background-image: url(../grf/butt_bak.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #333;
}
.btn li:first-child a, .btn_tbl li:first-child a {
	margin-left: 0;
}
.btn li a:hover {
	background-color: #eee;
	color: red;
}
.btn_tbl li {
	float: left;
}
.btn_tbl li a {
	background-color: #4b5b6b;
	background-image: none;
	border-color: #4b5b6b;
	color: white;
	padding: 2px 7px;
}
.btn_tbl li a:hover {
	background-color: #6f7d8b;
}
/*

NYE

*/
hr {
	color: #fff;
	border:0;
	background-color: #fff;
	height: 1px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #ccc;
	margin:5px 0px;
}
.front_pic {
	display: block;
	background-color: white;
	border: 0px solid #ccc;
	padding: 10px;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}

.pic_text  {
	clear: both;
	padding: 5px 0px;
	margin: 0;
	color: #666;
	font-size: x-small;
}
#login input[type=text] {
	width: 98%;
}
#login input[type=password] {
	width: 98%;
}
#login label {
	padding-top: 3px;
	color: #666;
	font-size: x-small;
}
#login {
	width: 18%;
	background-color: #E7E7E7;
	float: right;
	border: 1px solid #ccc;
	background-image: url(../grf/top_submenu_bak.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 40px;
	padding-top: 30px !important;
	margin-top: -40px;
}
#login div:first-child {
	padding: 20px;
}
#login ol {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 3px;
	font-size: small;
}
#login h1 {
	margin: 0px;
	font-size: medium;
}
#login hr {
	color: #fff;
	border:0;
	background-color: #fff;
	height: 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
}
#login ol li {
	float: left;
	margin-left: 7px;
}
#login ol li:first-child {
	margin-left: 0px;
}
#login ol li a{
	
}
.no_bgimage {
	background-image: none !important;
}
.frontpage {
	border: 0px solid red;
	width: 100%;
	margin-top: 10px;
}
.frontpage .content {
	float: left;
	border: 0px dotted gray;
	width: 38%;
	font-size: medium;
	padding: 0 1%;
}
.frontpage .content h1 {
	font-size: x-large;
}
.frontpage img {
	width: 100%;
	height: auto;
}
.frontpage .content *:first-child {
	margin-top: 0px;
}
.frontpage .content:first-child {
	padding-left: 0;
	padding-right: 2%;
}
.news_box {
	width: 30%;
	float: left;
	padding: 1%;
	display: block;
	background-color: white;
	border: 0px solid #ccc;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	margin-left: 1%;
	color: #666;
	border: 1px solid #ccc;
}
.news_box * {
	margin: 0;
	padding: 0;
}

.news_box img {
	width: 100%;
	height: auto;
}
.news_box a:after {
	content: " >>"
}
/* 
	clearfix 
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/
.MLMmenuAlign { /* horizontal menu container alignment */
	padding: 0px;
	padding: 0px;
}
.MLMmenuAlign * {
	padding: 0;
	margin: 0;
	border: none;
}
.MLMmenuAlign table {
	border-collapse: collapse;
	empty-cells: hide;
}
#top_menu .menu_bot_bg {
	display: none;
}
.MLMmenu { /* horizontal menu container */

	}
.MLMmenu td {

	
}
.MLMmenu a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	padding: 10px 40px;
	color: white;
	font-size: medium;
	text-decoration: none;
	border-left: 1px solid #9099a2;
	border-right: 1px solid #333e49;
	background-image: url(../grf/top_submenu_bak.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100% !important;
	
}

.MLMmenusub { /* horizontal submenu container (menu leaves) */
	border: 1px solid #9fa2a7;
	z-index: 100;
	}

.MLMmC { /* horizontal menu item link text */
	background-color:transparent;
	color: #222222;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

.MLMmenu a:hover { /* menu item hover */
	background-color: #d2ad14;
	}
.MLMmenu .sel:hover { /* menu item hover */
	background-color: #E7E7E7;
	}

.MLMsubmC { /* horizontal submenu item link text */
	background-color: #4b5b6b;
	color: #fff;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	}

.MLMsubmoC { /* horizontal submenu item link text hover state */
	background-color: #f4b855;
	color: #000000;
	}

.MLMmbbg { /* horizontal menu bottom trim */
	}

.MLMmenuVAlign { /* vertical menu container alignment */
	padding-left: 6px;
	padding-right: 6px;
	}

.MLMmenuV { /* vertical menu container */
	position: relative;
	}

.MLMmenuVsub { /* vertical submenu container */
	border: 1px solid #9fa2a7;
	z-index: 100;
	}

.MLMmvC { /* vertical menu item link text */
	background-color: #eeeef1;
	background-image: url(../Images/menuT.gif);
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #9fa2a7;
	border-left: 1px solid #9fa2a7;
	border-right: 1px solid #9fa2a7;
	color: #222222;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	}

.MLMmvC:hover, .MLMmvC:hover a, .MLMmvoC { /* vertical menu item link text hover state */
	background-color: #f9f8fd;
	background-image: url(../Images/menuOverT.gif);
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #9fa2a7;
	border-left: 1px solid #9fa2a7;
	border-right: 1px solid #9fa2a7;
	color: #000000;
	}

.MLMsubmvC { /* vertical submenu item link text */
	background-color: #dddddd;
	color: #222222;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	}

.MLMsubmvoC { /* vertical submenu item link text hover state */
	background-color: #f4b855;
	color: #000000;
	}
.MLMmenu .sel {
	color: #4b5b6b;
	background-color: #E7E7E7;
	background-image: url(../grf/top_menu_selected_bak.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.MLMmveTL { /* vertical menu top left edge */
	}

.MLMmveT { /* vertical menu top center edge */
	}

.MLMmveTR { /* vertical menu top right edge */
	}

.MLMmveBL { /* vertical menu bottom left edge */
	}

.MLMmveB { /* vertical menu bottom center edge */
	}

.MLMmveBR { /* vertical menu bottom right edge */
	}
