/*
 * $Id: default.css 1965 2010-04-26 08:47:09Z lth $
 * Copyright (c) 2007 by Netcom Partner Sdn Bhd
 */

body, html {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#909090;		
	height:100%
}

* html body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body {
	position:relative;
	min-height:100%;
	height:100%;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:auto;
	margin:0px auto -24px auto;
	padding:0px 0px 0px 0px;
	width:940px;
	background-color: white;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html #body {
	position:relative;
	min-height: 100%;
	height: 100%;
	voice-family:none;
	height: 100%;
}

html>body #body {
	height:auto;
}

* html html>body #body {
	height:auto;
}

#header {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	height:158px;
}

#login {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 180px;
	font-size: 8pt;
}

#login h1 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

#login p {
	margin: 5px 0px 5px 0px;
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
}

#login input {
	border: 1px solid #C4161C;
	margin: 0px 0px 0px 0px;
	background-color: white;
	width: 160px;
}

#login input[type="submit"] {
	margin: 0px 0px 10px 0px;
	color: white;
	background-color: #C4161C;
	text-align: center;
}

#login span.label {
	display: block;
	margin: 0px 0px 5px 0px;
	color: gray;
}

#menu {
	margin: 0px 0px 0px 20px;
	padding: 0;
	width: 200px;
	float: left;
	font-size: 10pt;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 5px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#menu li.selected a {
	color: #C4161C;
}

#menu a {
	text-decoration: none;
	color: black;
}

#submenu {
	margin: 0px 0px 0px 16px;
	font-size: 8pt;
	font-weight: normal;
}

#submenu ul {
	list-style-type: none;
}

#submenu li.selected a {
	color: #C4161C;
}

#utility {
	margin: -35px 0px 0px 0px;
}

#utility #lang_icons {
	text-align: right;
}

#utility #lang_icons img {
	border: 1px solid gray;
	margin: 0px 5px 0px 0px;
}

/*
#menu {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:5px solid #bbbbbb;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:8pt;
}

#menu ul, #menu li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	display:inline;
}

#menu ul li a {
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 5px;
	color:black;
	text-decoration:none;
}

#menu ul li.selected a {
	background-color:#bbbbbb;
}

#utility {
	margin: 0;
	padding: 0;
	position: relative;
	top: -100px;
}

#utility #lang_icons {
	margin:0px 0px 0px 0px;
	padding:3px 5px 5px 5px;
}

#utility #lang_icons a img {
	margin:0px 5px 0px 5px;	
	padding:0px 0px 0px 0px;
	border:none;
	text-decoration:none;
}

#sidebar {
	margin:-27px 0px 10px 5px;
	padding:0px 0px 0px 0px;
	float:left;
}
*/

.sidebar {
	margin: auto -215px auto auto;
	padding: 10px 10px 10px 10px;
	float: right;
	width: 180px;
}

.sidebar img {
	width: 100%;
}

#right_bar .logo a {
	text-decoration: none;
	border: none;
}

#right_bar .logo img {
	margin: 0px 0px 20px 0px;
	border: 0;
}

/*
#sidebar #submenu {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	background-color:#bbbbbb;
	font-family:Verdana,sans-serif;
	width:150px;
	font-size:7.5pt;
}

* html #sidebar #submenu {
	font-size:8pt;
}

#sidebar #submenu ul, #submenu li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#sidebar #submenu ul li a {
	color:black;
	text-decoration:none;
}

#sidebar #submenu a:hover { 
	background-color:#777777;
}
*/

#sidebar #left_bar {
	margin:20px 0px 0px 0px;
	text-align: center;
	width:150px;
}

#sidebar #left_bar img {
	max-width:150px;
}

* html #sidebar #left_bar img {
	width:expression(this.width > 150? 150: true);
}

#center {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html #center {
	position: relative;
	float: left;
	display: inline;
	top: 0px;
	left: 0px;
}

#center #content {
	margin:0px 210px 10px 220px;
	padding:0px 5px 10px 5px;
	text-align:justify;
}

* html #center #content {
	margin:20px 210px 10px 10px;
}

#center #content img {
	border:none;
}

#content table.buttons img {
	margin: 0px 20px 0px 0px;
}

#content form {
	font-size:8pt;
}

#content input {
	border:1px solid gray;
	font-size:8pt;
}

#content select {
	border:1px solid gray;
	font-size:8pt;
}

#content textarea {
	border:1px solid gray;
	font-size:8pt;
}

#content span.mtd {
	display:inline;
	color:black;
	font-variant:small-caps;
}

#content div.imagedir {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 99%;
	display: block;
}

#content div.imagethumb {
	margin:2px 2px 2px 2px;
	padding:0px 0px 0px 0px;
	width:120px;
	float:left;
	text-align:center;
}

#content div.imagethumb img {
	border:2px solid gray;	
}

#center #content .section1 h1 {
	font-size:10pt;
	font-weight:bold;
	color: #C4161C;
}

#center #content .section1 h2 {
	color: #C4161C;
	font-size:9pt;
	font-weight:bold;
}

#center #content .scroll {
	width:700px;
	overflow:auto;
	max-height:500px;
}

* html #center #content .scroll {
	width:500px;
	height:500px;
}

#center table.reporttable {
	border:1px solid #cccccc;
	width:700px;
}

* html #center table.reporttable {
	width:500px;
}

#center table.reporttable th {
	font-size:8pt;	
	background-color:#ccc;
	padding:0px 3px 0px 3px;
	border:1px solid black;
	height:10px;
}

#center table.reporttable tr td {
	font-size:8pt;	
	border:1px solid #ccc;
}

#center #content #excel a {
	text-decoration:none;
	color:black;
	font-size:8pt;
	margin-left:2px;
}

#center #content #excel img {
	border:none;
}

#center fieldset.kommentar table {
	width:100%;
}

#center td.full_width input {
	width:97%;
}

#center input.small {
	width:100px;
}

#center td.full_width textarea {
	width:97%;
	height:100px;
}

#center fieldset.um_flytteformular table tr td input.full_width {
	width:96%;
}

#center #right_bar {
	margin: 0px 10px 10px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:185px;
}

#center #right_bar .pagemenu , .links {
	margin:20px 0px 2px 0px;
	padding:0px 0px 0px 0px;
}

#center #right_bar .title {
	font-weight:bold;	
	font-size:8pt;
}

#center #right_bar a {
	text-decoration:none;
	color:black;
}

/*
#center #right_bar a:hover {
	background-color:#bbbbbb;
}
*/

div.sideclear {
	width: 100%;
	display: block;
}

div.dummy {
	clear:both;
	height:18px;
	line-height:18px;
	padding:bottom:0px;
}

* html div.dummy {
	clear: both;
	padding-bottom: 0px;
	line-height: 18px;
	height: 18px;
}

#footer {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:absolute;
	bottom:0;
	background-color:#b11119;
	border:1px solid #b11119;
	color:white;
	font-size:7pt;
	font-family:Verdana,sans-serif;
	width:940px;
	height:30px;
}

#footer p.left {
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:310px;
	float:left;
}

#footer img {
	border: none;
	margin: 10px 5px 0px 5px;
	height: 15px;
}

#footer div.address {
	margin: 15px 5px 0px 0px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer p.center {
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:center;
	width:310px;
	float:left;
}

#footer div.left {
	width: 40%;
	float: left;
}

#footer div.right {
	width: 40%;
	float: right;
	text-align:right;
}

* html #footer {
	padding: 2px 5px 2px 5px;
	margin: 0px auto;
	background-color: #B11119;
	color: white;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	height: 18px;
	font-size: 7pt;
	line-height: 8pt;
	width: 930px;
}

* html #footer div.left {
	padding: 0;
	margin: 0;
	float: left;
	width: 33%;
}

* html #footer div.center {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	width: 33%;
}

* html #footer div.right {
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	width: 33%;
}

div.trackntrace h2 {
	font-size: small;
	margin-bottom: 0px;
}

div.trackntrace table {
	width: 100%;
	border-top: 1px solid #C4161C;
	border-bottom: 1px solid #C4161C;
}

a.forms-validation-message {
	color: #C4161C;
	text-decoration: none;
}


