/* Generelt design */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
body {
	background-color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75%;
	text-align: left;
	margin: 8px;
	}
html>body {
	font-size: 12px;
	}
h1 {
	font-size: 2em;
	margin: 0 0 0.5em 0;
	color: #009bd9;
	}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	}
h3 {
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: bold;
	}
p, li, td, th, fieldset, address {
	font-size: 1em;
	margin: 0 0 1em 0;
	}
ul li {
	margin: 0.5em 0 0 1.5em;
	}
ol li {
	margin: 0.5em 0 0 2.5em;
	}
img {
	border: none;
	text-decoration: none;
	}
dt {
 	margin: 1em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0 0 0 2em;
	}
address {
	font-style: normal;
	}
acronym, abbr, .acronym {
	border-bottom: 0.0833em dashed;
	cursor: help;
	}
a, a:link {
	color: #009bd9;
	text-decoration: none;
	}
a:visited {
	color: #000D66;
	}
a:hover {
	text-decoration: underline;
	}
th a, th a:link {
	color: white;
	}
th a:visited {
	color: white;
}

.accesskey {
	text-decoration: none;
	border-bottom: 0.0833em solid #ADCD35;
	}
.fejl {
	color: #CD4035;
	}
.ok {
	color: #5FB833;
	}
div.script {
	display: none;
	}
input.fejl, select.fejl, textarea.fejl, span.fejl select, span.fejl input, span.fejl textarea {
	color: #fff;
	background-color: #a00;
	}
.loading {
	display: none;
	}
.loading img {
	height: 1.5em;
	margin: 0 0 -0.5em 0;
	}
option.none {
	color: #777;
	}
.editable {
	background-color: #ffffd3;
	}

span.withnotes {
	position: relative;
	left: 20em;
	}
span.withnotes span {
	position: absolute;
	left: -20em;
	}
li ul li span.withnotes {
	left: 18.5em
	}
li ul li span.withnotes span {
	left: -18.5em;
	}
li ul li ul li span.withnotes {
	left: 17em
	}
li ul li ul li span.withnotes span {
	left: -17em;
	}

table {
	margin: 0 0 1em 0;
	}
table.border {
	border-collapse: separate;
	border: none;
	}
table.border th, table.border td {
	padding: 4px;
	border: none;
	}
table.contacts {
	white-space: nowrap;
	}
th {
	empty-cells: hide;
	color: #fff;
	background-color: #009bd9;
	}
tr {
	background-color: #ADCD35;
	}
tr.alt {
	background-color: #D3EC46;
	}
table.contacts tr:hover, table.contacts tr:hover td {
	background-color: #CD4035;
	color: white;
	}
td.int {
	text-align: right;
	}
span.sort {
	font-weight: normal;
}
.sortOld {
	color: #C3E0FD;
}
table.contacts tr:hover td.editable {
	background-color: inherit;
	border: 2px dashed #ffffd3;
	padding: 2px;
	}

optgroup, option.optgroup {
	font-style: normal;
	padding-left: 0;
	font-weight: bold;
}

/* Layout */

div.left {

	width: 25%;

	}



div.boks {
	margin: 0 0 5px 0;
	clear: both;
	}
div.login {

	border: 1px solid #ADCD35;

	background-color: #ADCD35;

	color: #FCFEEF;

	}

div.menu {
	border: 1px solid #ADCD35;

	background-color: #ADCD35;

	color: #FCFEEF;

	}

div.export {

	border: 1px solid #ADCD35;

	background-color: #D7E1AF;

	color: black;

}
div.innerBoks {
	padding: 0.33333em;
	}
div.cornerLR {
	margin: -1px;
	background: transparent url('images/cornerLR.png') no-repeat scroll bottom right;
	}
div.cornerLL {
	background: transparent url('images/cornerLL.png') no-repeat scroll bottom left;
	}
div.cornerUL {
	background: transparent url('images/cornerUL.png') no-repeat scroll top left;
	}
div.cornerUR {
	background: transparent url('images/cornerUR.png') no-repeat scroll top right;
	}

div.boks h1 {
	margin: 0 0 0.5em 0.75em;
	}
div.boks h2 {
	margin: 0 0 0.5em 1.3636em;
	}
div.boks p {
	margin: 4px 0 -4px 1.5em;
	}
div.boks p.fejl {
	margin: 1em;
	}

div.menu a, div.login a{
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #FCFEEF;
	}
div.menu a:hover, div.login a:hover {
	text-decoration: none;
	color: #fff;
	}

div.export a {
	font-weight: bold;
	}

ul.export {
	margin: 4px 0 -4px 0;
	}

li.export {
	margin: 0 0 0 1.5em;
	padding: 0;
	background-color: transparent;
	}



ul.menu {
	list-style-type: circle;
	margin: 4px 0 -4px 0;
	}
li.menu {
	margin: 0 0 0 1.5em;
	padding: 0;
	background-color: transparent;
	}
li.menu:hover {
	list-style-type: disc;	
	}
ul.menu li.last, ul.export li.last {
	margin-bottom: 1em;
	}
div#avanceret {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	padding-bottom: 3%;
	background: transparent;
	}
div#udenom > div#avanceret {
	position: fixed;
	}


div#udenom {
	clear: both;
	width: 100%;
	}

body.backend div#indhold {
	clear: both;
	position: absolute;
	left: 28%;
	top: 3.5em;
	width: 71%;
	margin-top: 8px;
	}

body.login {
	text-align: center;
	}
body.login div#udenom {
	width: 40%;
	min-width: 400px;
	margin: 10em auto 0 auto;
	text-align: left;
	}
body.login select#conferenceChooser {
	width: 94%;
	}

div#messages {
	padding: 0.5em 0.5em 0.1em 0.5em;
	margin: 0 0 2em 0;
	background-color: #D7D1AF;
	font-weight: bold;
	}




/* Program */
table.programme {
	border-spacing: 0 0.5em;
	border-collapse: separate;
	}
table.programme th.time {
	background-color: white;
	color: black;
	}
table.programme caption {
	margin: 0 0 0.5em 0;
    padding: 1em 0 0 0;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
	}
table.programme th, table.programme td {
	padding: 1em;
	border: none;
	vertical-align: top;
	}
table.programme tr.pause {
	background-color: white;
	}
table.programme td.edit {
	background-color: white;
	}
table.programme .plenum {
    background-color: #009bd9;
    color: white;
    }
table.programme .parallel {
	background-color: #bed62f;
	}
table.programme tr.parallel td.session0 {
	background-color: #bed62f;
	}
table.programme tr.parallel td.session1 {
	background-color: #d1e26d;
	}
table.programme tr.parallel td.session2 {
	background-color: #dfeb99;
	}
table.programme tr.parallel td.session3 {
	background-color: #e9f1b8;
	}
table.programme tr.parallel td.session4 {
	background-color: #eff5cd;
	}
table.programme span.description {
	display: block;
	padding: 0.5em 0 0 0;
	font-size: 0.9em;
	}




/* Formularer */
fieldset {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	page-break-inside: avoid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #bab8b6;
	}
legend {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	}
input.standard, select.standard, textarea.standard {
	width: 163pt;
	}
input.wide, select.wide, textarea.wide {
	width: 326pt;
	}
input.postnummer {
	width:  33pt;
	}
input.bynavn {
	width: 123pt;
	}
input.hjemmeside {
	width: 136pt;
	}
input.optional, select.optional, textarea.optional {
	border: 2px solid #ADCD35;
	}
input.required, select.required, textarea.required {
	border: 2px solid #CD4035;
	}

label.input, span.datolabel, span.multilabel, span.tekst, label.tekst {
	display: block;
	float: left;
	clear: both;
	position: relative;
	left: 16em;
	margin: 0.2em 0 0 0;
	}

label.input span.label, span.multilabel span.label {
	display: block;
	position: absolute;
	text-align: left;
	left: -16em;
	top: 0.3em;
	width: 15em;
	}

span.datolabel span.label {
	display: block;
	position: absolute;
	text-align: left;
	left: -16em;
	top: 1.3em;
	width: 15em;
	}

span.label input {
	margin: -0.3em 0 0.2em 0;
	}

span.tekst, label.tekst {
	left: 0;
	}





/* Udskriftsvenligt layout */

@media print
{

body {
	color: #000;
	background-color: #ffffff;
}
h2 {
	color: #000;
	}
fieldset, .form {
	border: 0.0833em solid #000;
	}
p, li, td, th, fieldset, address {
	color: #000;
	}
a:link {
	color: #000;
	}
a:hover {
	color: #000;
	}
a:visited {
	color: #000;
	}

.noprint, div.menu, #messages {
	display: none;
	margin: 0;
	line-height: 0;
	padding: 0;
	}
div#indhold, body.backend div#indhold {
	position: static;
	width: 100%;
	margin-top: 8px;
	left: 0;
	top: 0;
	}

}



.generationTime {
	color: #fff;
	}
