/* =Styling all elements
=======================================================================================================*/
* {
	margin: 0;
	padding: 0;
	zoom: 1; 
}

div.submit {
	 margin-left: 150px;
}
div.frontheader {

}

a {
	outline: none;
	border: none;
	color: #5b8b7a;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
input {
	vertical-align: middle;
	outline: none;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
acronym, abbr {
	cursor: help;
}

/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
.clearboth {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
}
/* End hide from IE Mac */
/*=======================================================================================================*/
.clear {
	clear:both;
}

button {
	cursor: pointer; background: none; border: 0px none;
}

h1 {
	font-size: 16pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Body
------------------------------------------------------------------------------------------------*/
body {
	background: #fefefe; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; color:#ffffff;
}

body.page {
	background:#fff; color: #333;font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; text-align: center; 
}

body.page p {
	margin-bottom: 10px;
}

.global-error {
	position: absolute; top: 0px; left: 0px; width: 100%; background: #ffbaba; text-align: center; border-bottom: 2px solid #d8000c; color: #d8000c;
}

.global-error div {
	padding: 5px;
}

/* Wrapper 
------------------------------------------------------------------------------------------------*/
#wrapper {
	width:970px;
	margin:0 auto;
}
/* Logo 
------------------------------------------------------------------------------------------------*/
#logo {
	padding-bottom:50px;
	padding-top:10px;
}

#lang {
	float:right;
	color:#000000;
}
#lang {
	list-style:none;
	margin-right:170px;
}
#lang li {
	float:left;
	margin-right:5px;
}

#lang li a {
	background:url(../images/arrow_img.jpg) no-repeat right center;
	padding-right: 18px;
	display:block;
	color:#000000;
	height:16px;
}

#lang .extra {
	margin-left: 30px;
}

#lang .icon {
	display:block;
	padding-left: 23px;
	height: 16px;
	line-height:15px;
}

#lang .icon.lang-en {
	background: url(../images/eng_flag.jpg) left center no-repeat;
}

#lang .icon.lang-da {
	background: url(../images/danis_flag.jpg) left center no-repeat;
}

.line {
	background: none height:1px; margin: 10px 0; border-top: 1px dashed #2c5c4b;
}

/* Content Section 
------------------------------------------------------------------------------------------------*/
#content_section {
	clear:both;
	padding-top:30px;
	margin: 0 auto;
	text-align: center;
	min-height: 220px;
}

#content_section .inner {
	margin: 0 auto;
	width: 645px;
	text-align: left;
}

#content_section.split {
	
}

#content_section.autosize {
	/* background: url(../images/red-box-top.gif) center 0px no-repeat; */
	height: auto;
	clear:both;
}

.wrapper {
	background:url(../images/cont-bg.png) center top no-repeat;
	margin-top: 15px;
}

.box-bottom {
	background:url(../images/cont-bg.png) center bottom no-repeat;
	height: 15px;
	clear: both;
}

#content_section.autosize .inner {
	height: auto;
}


/* Left Content Section
------------------------------------------------------------------------------------------------*/
.section {
	width: 645px;
}

#left_section {
	float:left;
	width:310px;
}

.section h1,
#left_section h1 {
	height:50px;
}

#left_cont {
	font-size: 10pt; padding-left: 80px; background: url(../images/public.png) left top no-repeat;
}
#left_cont b {
	margin-bottom:5px;
	font-size: 10pt;
	line-height: 12pt;
	display: block;
}
#left_cont.contents p {
	padding-bottom:15px;
}

#left_cont b {
	margin-bottom:5px;
	font-size: 10pt;
	line-height: 12pt;
	display: block;
}
.contents p {
	font-size: 8.5pt;
	line-height: 11pt;
}




/* Right Content Section
------------------------------------------------------------------------------------------------*/
#right_section {
	float:right;
	width:300px;
}

#right_section.alt {
	float:none;
	width: 645px;
}

#right_section h1 {
	height:50px;
}
#right_cont p {
	padding-bottom:15px;
}

/* LOGIN FORM */
form {
	padding: 0px; margin: 0px;
}

form .message {
	text-align: center;
	background: #ffeeee;
	color: #ad0000; font-weight: bold; 
	/* border: 1px solid #dd0000; */
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 0; 
}

form .message.success {
	background: #f7ffee;
	/* border: 1px solid #75dd00; */
	color: #488700;
}

form div label {
	display: block; font-weight: bold; padding-bottom: 2px;
}

form div.text {
	margin-bottom: 10px;
}

form div.text div {
	font-weight: bold; color:#ddd; margin-bottom: 8px;
	display: inline;
}

form div.password {
	width:160px; float:left;
}

form div.login {
	margin-top: 14px; width:160px; float:left
}

form div.login button {
	background: none; border: none; padding: 0px; margin: 0px; outline: 0px; -moz-outline: 0px;
}

form {
	padding-top:5px;
}

form div {
	padding-bottom:2px; margin-top:3px; clear: left;
}

form input {
	font-family: Tahoma, Arial, Helvetica, sans-serif; color: #333; background: #fafafa  url(../images/input-shadow.gif) repeat-x; border: none;
	border: 1px solid;
	border-color: #000 #aaa #aaa #000;
}

form div label span {
	color: #000;
	margin-left: 10px;
}

form div.error input {
	border: 1px solid;
	border-color: #000 #aaa #aaa #000;
	background: #ffffce;
	float: left;
}

form div select {
	font-family: Tahoma, Arial, Helvetica, sans-serif; color: #333; background: #fafafa  url(../images/input-shadow.gif) repeat-x; border: none;
	border: 1px solid;
	border-color: #000 #aaa #aaa #000;
	font-size: 9pt;
	padding: 0;
}

form select.disabled,
form input.disabled {
	background: #333 !important;
	color: #fff; font-weight: bold;
}


form div .warning {
	display: none;
}

form div.error .warning {
 	background: url(../images/icons/warning.png) left center no-repeat;
 	display: block;
 	padding-left: 20px;
 	font-size: 8pt;
 	margin-left: 152px;
 	color:#fc0; font-weight: bold;
}
 
form div.checkbox,
form div.radiogroup {
	clear: none;
}
form div.radiogroup label {
	float: left; margin-right: 20px;
}

form div.radiogroup input,
form div.checkbox input {
	margin-right: 10px; vertical-align: middle;
}

form div small {
	display: block; clear: both;
}

form div label {
	float: left; width: 145px; text-align: right; padding-right: 5px;
}

form div small {
	display: block; clear: both; width: 300px; margin-left: 150px;
}

form div.radiogroup label,
form div.checkbox label {
	width: auto;
}

form.profile div.error input {
	
}

form div label input {
	background: none !important; border: none !important;
}

.red_txt {
	color:#ff4242;
}
/* Footer Section
------------------------------------------------------------------------------------------------*/
#footer {
	padding-top:30px;
	margin-top:10px;
	width:650px;
	text-align:center;
	font-size: 8pt;
	text-align:center;
	color:#010101;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
