﻿.menu
{
	z-index: 9999;
	left: 200px;
	height: 36px;
	padding-top: 0px;
	position: absolute;
	top: 450px;
}

body
{
	/*	scrollbar-3dlight-color: #bb3700; 	scrollbar-face-color: #ff8700; 	scrollbar-highlight-color: #ffffff; 	scrollbar-shadow-color: #ffffff; 	scrollbar-arrow-color: #bb3700; 	scrollbar-track-color: #ff8700; 	scrollbar-darkshadow-color: #bb3700; */ /*background-repeat: no-repeat; 	background-attachment: fixed;*/
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 12px; /*font-size: 11px; /* font-size:smaller; */
	color: #000000;
	font-weight: normal; /*line-height: 1.2em;*/
	line-height: 115%; /*1.5em;*/ /*padding: 100px 0 30px 0; 	margin: 0;*/
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
}

.footertext
{
	line-height:1.5;
	font-size: 11px;
	color: White;
}

/************ GRAA SIDER PAA FORSIDERNE **************/
#colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	background: #eeeeee; /* Left column background colour */
	height:100%;
}
#colmid
{
	float: left;
	width: 200%;
	position: relative;
	left: 200px; /* was: 200px */
	background: #ffffff; /* Centre column background colour */
	height:100%;
}
#colright
{
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -500px; /* was: -400px; */
	background: #eeeeee; /* Right column background colour */
	height:100%;
}
#col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
	height:100%;
}
#col1pad
{
	margin: 0 15px 0 515px; /* was: 0 15px 0 415px; */
	/*overflow: hidden;*/
	height:100%;
}
#col1
{
	width: 100%;
	/*overflow: hidden;*/
	height:100%;
}
#col2
{
	float: left;
	width: 170px; /* was: 170px; */
	position: relative;
	margin-left: -50%;
	left: 315px; /* was: 215px; */
	/*overflow: hidden;*/
	height:100%;
}
#col3
{
	float: left;
	width: 270px; /* was: 170; */
	position: relative;
	left: 15px;
	/*overflow: hidden;*/
	height:100%;
}
/****************************************************/


.PageHeader
{
	background-image: url(./../images/headertop.gif);
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 100100;
	vertical-align: bottom;
}

/*
div#footer
{
	float: left;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 100100;
	vertical-align: bottom;
}
*/
div#header_bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #FFFFFF;
}

div#header_top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px; /* background-color: #ff8700; */
	z-index: 500;
}

div#content
{
	/*top: 250px; */
	width: 100%; /* overflow: auto; */
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

@media screen
{
	body > div#header
	{
		position: fixed;
	}
	body > div#footer
	{
		position: fixed;
	}
	body > div#header_bottom
	{
		position: fixed;
	}
	body > div#header_top
	{
		position: fixed;
	}


}
/*
* html body
{
	/*overflow: hidden;
}
*/
/** html div#content
{
	height: 100%;
	top: 250px;
	width: 100%; /* width: 850px; */
/*overflow: auto;*/
/*}
*/

/****************************************************/
/*** FRIENDLY COLORS (PRINTNING QUESTIONNAIRE) ******/

.friendlyColor1a
{
	color: #d9d8ab;
}

.friendlyColor1b
{
	color: #8a8d05;
}

.friendlyColor2a
{
	color: #fedbb4;
}

.friendlyColor2b
{
	color: #f8971c;
}

.friendlyColor3a
{
	color: #eaf1c1;
}

.friendlyColor3b
{
	color: #c1d72e;
}

.friendlyColor4a
{
	color: #d0e2f4;
}

.friendlyColor4b
{
	color: #6caedf;
}

.friendlyColor5a
{
	color: #fff1be;
}

.friendlyColor5b
{
	color: #ffd403;
}

/****************************************************/

.tableHeader
{
	color: #000000;
	background-color: #EEE8AA;
}

.tableCell
{
	color: #000000;
	background-color: #fff1dd;
}

.tableBackground
{
	color: #000000;
	background-color: #FFFFE0;
}

.vejledning
{
	line-height: 1.5em;
	font-size: 12px;
	color: #000000;
}

p
{
	font-size: 12px;
	color: #000000;
	line-height:1.5em;
}

td
{
	font-size: 11px;
	color: #000000;
}

.border
{
	border-bottom: 1px dotted #FF8700;
}

.tdGrey
{
	background-color: #F7F7F7;
}

.overskrift
{
	font-family: Arial;
	font-size: medium;
	color: #000000;
	font-weight: bolder;
}

.overskrift2
{
	font-size: medium;
	color: #FF8700;
	font-weight: bold;
}

.fineBorder
{
	border: solid 1px #999999;
	padding: 5px 5px 5px 5px;
}

.fineBorderWithoutPadding
{
	border: solid 1px #999999;
	padding: 0px;
	margin: 0px;
}

.fineBorderCell
{
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	padding: 5px;
}

.profileCell
{
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	height: 25px;
	padding: 5px;
}

.indent1
{
	margin-left: 40px;
}

.indent2
{
	margin-left: 80px;
}

.normal
{
	color: #000000;
}

.input
{
	border: 1px solid #BBBBBB;
	height: 18px;
	color: #000000;
}

input
{
	border: 1px solid #BBBBBB;
	height: 18px;
	color: #000000;
}

.checkbox
{
	border: 0px;
	height:auto;
}

.textarea
{
	border: 1px solid #85673A;
}

.button
{
	/*font-family: verdana,geneva,arial,helvetica,sans-serif;
	line-height: 1.5em;
	font-size: 12px;*/
	font-weight: normal;
	color: #000000;
	background: #fad39f; /* height: 24px; */
	cursor: hand;
	border-bottom: 1px solid #b79a74;
	border-right: 1px solid #b79a74;
	border-top: 1px solid #ffe7ba;
	border-left: 1px solid #ffe7ba;
	height:25px;
}

.button2
{
	font-weight: normal;
	color: #000000;
	background: #EEEEEE;
	height: 15px;
	cursor: hand;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.tdListeHeader
{
	background: #b0d760;
	font-weight: bold;
}

.tdListeCell
{
	background-color: #eeeeee;
}

.tdSporgeskema
{
	border-width: 1px;
	border-style: solid;
	color: #000000;
	border-collapse: collapse;
}

.tdSporgeskemaRequired
{
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.Error
{
	color: Red;
}

.TabelBredde
{
	width: 100%;
}

.TabelFeltForklaringBredde
{
	text-align: left;
	width: 40%;
}

.TabelFeltBredde
{
	text-align: left;
	width: 60%;
}

.FeltBredde
{
	width: 294px;
}

/********** MODAL POPUP ******************/
.modalBackground
{
	background-color: #6D7B8D; /* Blue Slate Gray */
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

/*.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}*/


.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #ff8700;
	padding: 3px;
	width: 250px;
}

.modalHeader
{
	background-color: #ffba6d;
	border: solid 1px #ff8700;
	color: Black;
	font-weight: bold;
	text-align: center;
}

.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}

.demoarea
{
	padding: 20px;
	background: #FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p
{
	padding: 5px;
}

.demoheading
{
	padding-bottom: 20px;
	color: #5377A9;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
}

.demobottom
{
	height: 8px;
	background: #FFF url(images/demobottom.png) no-repeat left bottom;
}

/**************** * ViewEdit Tables * ********************/
table.ViewEditTable
{
	background-color: #ffffff;
}

.ViewEditTable td
{
	height: 25px;
}



/**************** * DPP Tables * ********************/

.observationResultCell
{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: center;
}

.ObservationTableScreen
{
	width: 550px;
}

.ObservationCommentHeader
{
	width: 550px;
	background: #8a8d05;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: white;
	padding: 8px;
}

table.dppTable
{
	font-size: 15px;
}

.dppTable tr.header
{
	background: #8a8d05;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: white;
}

.dppTable td.answer
{
	width: 70px;
	vertical-align: middle;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.dppTable td.answerRight
{
	width: 70px;
	vertical-align: middle;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.dppTable td.category
{
	width: 325px;
	padding: 8px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	color: white;
}

.dppTable td.questionNo
{
	width: 25px;
	height: 50px;
	border-bottom: solid 1px #000000;
	text-align: center;
}

.dppTable td.question
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 300px;
	height: 50px;
}

.dppTable td.questionEmptyPrint
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 400px;
	height: 50px;
}

.dppTable td.responseRight
{
	border-bottom: solid 1px #000000;
}

.dppTable td.response
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.QuestionnaireCommentWidth
{
	width: 550px;
}


/**************** * Gridview * ********************/

.gridview
{
	font-size: 11px;
}

.gridview tr.normal
{
	color: yellow;
	background-color: #fff1e1;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.gridview tr.alternate
{
	color: black;
	background-color: #ffe9d0;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.gridview table
{
	margin-top: 10px;
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}


.gridview td
{
	padding: 5px;
}

.gridview th
{
	color: white;
	background-color: #ff8700;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.gridview th
{
	text-align: center;
	padding: 5px;
}


/*
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color: #223322;
   color: black;
}
*/


/********** SCROLLER *************/
#scr1 div
{
	visibility: hidden;
}
#scr1, #scr1 div.default
{
	width: 160px;
	height: 120px;
	overflow: hidden;
	visibility: visible;
}
#scr1 table tr td div
{
	visibility: visible;
}

#scr1
{
	background-color: #ffffff;
	margin: 0px auto;
}

/*********************************/
.heading
{
	padding: 5px 10px 5px 10px;
	font-weight: bold; /* border-bottom: dashed 1px #000000; */
	margin: 5px 10px 5px 10px; /* text-decoration: underline; */
}

.paragraph
{
	margin: 5px 10px 5px 10px;
}

/*'''***************************************/

.collapsePanel
{
	width: 260px;
	height: 0px; /* background-color: Yellow; */
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 260px;
	height: 20px;
	color: black; /* background-color: Lime; */
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

/****** Udskrifter af skeamer *************/

.onlineSurvey table
{
	margin-top: 10px;
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

/****** Generel tabel *************/

.DCUMTableLight
{
	font-size: 11px;
	margin-top: 10px; /*width: 100%;*/
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
}

.DCUMTableLight tr
{
	background-color: #fff1e1;
	height: 25px;
	vertical-align: middle;
	text-align: left;
}

.DCUMTableLight tr.normal
{
	color: yellow;
	background-color: #fff1e1;
}

.DCUMTableLight tr.alternate
{
	color: black;
	background-color: #ffe9d0;
}

.DCUMTableLight tbody tr.even td {
	background-color: #ffffff;
}

.DCUMTableLight tbody tr.odd td {
	background-color: #f6f6f6;
}

.DCUMTableLight tbody tr.hover td {
	background-color: #e0e0e0;
}

.DCUMTableLight tbody tr.selected td {
	background-color: #ffe7cd;
	color: #000000;
}

.DCUMTableLight td
{
	padding: 3px;
	/*background-color: #fff1e1;*/
	border-bottom: solid 1px #ececec;
}

.DCUMTableLight td.checkBoxCell
{
	width:20px;
}

.DCUMTableLight th
{
	color: white;
	background-color: #ff8700;
	height: 10px;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

.DCUMTableLight thead tr .headerSortUp {
    background-image: url(../images/asc.gif); 
}

.DCUMTableLight thead tr .headerSortDown {
    background-image: url(../images/desc.gif); 
}

.DCUMTableLight .header { 
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    /*border-right: 1px solid #dad9c7; */
    margin-left: -1px; 
}

.DCUMTableLight .highlight 
{
	background-color:Yellow;
}

.DCUMTable
{
	font-size: 11px;
	margin-top: 10px; /*width: 100%;*/
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
}

.DCUMTable tr
{
	background-color: #fff1e1;
}

.DCUMTable tr.normal
{
	color: yellow;
	background-color: #fff1e1;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMTable tr.alternate
{
	color: black;
	background-color: #ffe9d0;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMTable tbody tr.even td {
	background-color: #fff1e1;
}

.DCUMTable tbody tr.odd td {
	background-color: #ffe9d0;
}

.DCUMTable tbody tr.hover td {
	background-color: #eed8cf;
}

.DCUMTable tbody tr.selected td {
	background-color: #888800;
}

.DCUMTable td
{
	padding: 5px;
	/*background-color: #fff1e1;*/
	border-bottom: solid 1px #ffd59b;
}

.DCUMTable th
{
	color: white;
	background-color: #ff8700;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

.DCUMTable thead tr .headerSortUp {
    background-image: url(../images/asc.gif); 
}

.DCUMTable thead tr .headerSortDown {
    background-image: url(../images/desc.gif); 
}

.DCUMTable .header { 
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    /*border-right: 1px solid #dad9c7; */
    margin-left: -1px; 
}

/************ tablesorter - default blue **************/

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



/****** Generel tabel *************/

.DCUMStatusTable
{
	font-size: 11px;
	margin-top: 10px; /*width: 100%;*/
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	border: solid 1px #ffd59b;
}

.DCUMStatusTable tr.normal
{
	color: yellow;
	background-color: #fff1e1;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMStatusTable tr.alternate
{
	color: black;
	background-color: #ffe9d0;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMStatusTable td
{
	padding: 5px;
	background-color: #fff1e1;
	border-bottom: solid 1px #ffd59b;
}

.DCUMStatusTable th
{
	color: white;
	background-color: #ff8700;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

/*     unsorted       */

#tooltip
{
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	max-width:400px;
	color: #333;
	display: none;
}


.accordionhead
{
	width:250px;
	cursor:pointer;
}

.accordionbody
{
	background-color:#efefef;
	width:250px;
	margin:4px;
	padding:4px;
	border:solid 1px #cccccc;
}



