﻿body {
	/* Nødvendig for at fikse størrelse fra SDU main CSS */
	font-size: 11px;
}

div.pageCaption {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	vertical-align: middle;
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
}

.pageCaption td, .pageCaption span {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica; /*font-size: medium;*/
}


.captionSmall {
	font-weight: bold;
}

.valueLabel {
	color: #00529B;
}

.inlineHint {
	color: #E0E0E0;
	font-style: italic;
}

a.menulink {
	font-family: Verdana, Arial, Helvetica;
	font-size: medium;
	font-weight: normal;
	cursor: auto;
	color: White;
	margin-right: 3px;
	margin-left: 3px;
}

	a.menulink:link {
		color: White;
		text-decoration: none;
		margin-right: 3px;
		margin-left: 3px;
	}

	a.menulink:visited {
		color: White;
		text-decoration: none;
		margin-right: 3px;
		margin-left: 3px;
	}

	a.menulink:hover {
		text-decoration: underline; /* color: #3399FF; */
		margin-right: 3px;
		margin-left: 3px;
		cursor: pointer; /* For at få pæn curser i FF */
	}

	a.menulink:active {
		/*color: White;*/
		color: #ff9900;
		text-decoration: none;
		margin-right: 3px;
		margin-left: 3px;
	}

.popupBoxWindow {
	width: 300px;
	border: 4px solid #004685;
	text-align: left;
	padding: 5px;
	background-color: White;
}



/* Liste med data */
.dataList {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*border: 1px solid #CCCCFF;*/
	padding: 6px;
	border-spacing: 3px;
	empty-cells: show;
	caption-side: top;
	border-collapse: collapse; /* 	border-left-style: solid; 	border-left-width: 1px; 	border-right: 1px solid #C0C0C0; 	border-top-style: solid; 	border-top-width: 1px; 	border-bottom: 1px solid #C0C0C0; */
	border: 1px solid #C0C0C0;
}

	.dataList th {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding: 6px; /*background-color: #CCCCFF;*/ /*background-color: #D8E7FE;*/ /*color: white;*/
		text-align: left;
		font-weight: bold;
		background-color: #cdcdcd;
	}

	.dataList td {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding: 6px;
		text-align: left;
	}

/* Liste med data - END */

/* DIV med søge felt over lister */
.sectionBox {
	border: 1px dashed #C0C0C0;
	padding: 5px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a66;
	margin-bottom: 10px;
}

	.sectionBox table {
		border-collapse: collapse;
	}

	.sectionBox td {
		padding: 3px;
	}

/* DIV med søge felt over lister - END */

/* Log - Begin */

.logNoteBox {
	border: 1px solid #C0C0C0;
	padding: 5px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6a6a66;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	max-width: 100%;
	overflow: auto;
}

/* Log - End */

.money {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/Graphics/Money32.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

	.money strong, .money i, .money p, .money span {
		color: #4F8A10;
		background-color: #DFF2BF;
	}


.logonAndRes {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 10px;
	background-repeat: no-repeat;
	background-position: 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #4F8A10;
	background-color: #DFF2BF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

	.logonAndRes strong, .logonAndRes i, .logonAndRes p, .logonAndRes span, .logonAndRes td, .logonAndRes label {
		color: #4F8A10;
		background-color: #DFF2BF;
	}

.textBox {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 10px;
	background-repeat: no-repeat;
	background-position: 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

/* Message boxes - BEGIN */

.validation {
	color: #D63301 !important;
	background-color: #FFCCBA;
	background-image: url('/Graphics/validation.png');
}

	.validation strong, .validation i {
		color: #D63301 !important;
		background-color: #FFCCBA;
	}

/* Message boxes - END */

/* Updatepanel - working - BEGIN */

.TransparentBackground {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.6;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.UpdateProgressStyle {
	border-style: solid;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
}

/* Updatepanel - working - END */
/*
#divOverlay
{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#divBlanket
{
	background-color: #000000;
	top: 0;    
	bottom: 0;
	left: 0;
	display: block;
	opacity: 0.8;
	position: absolute;
	width: 100%;    
	}
*/

.dialog {
	display: none;
	margin: 0px auto;
	position: relative;
	width: 500px;
	color: #00529B;
	background-color: #BDE5F8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('/Graphics/info.png');
}


.previewImage {
	max-width: 120px;
	max-height: 120px;
	width: expression(this.width > 120 ? "120px" : true);
	height: expression(this.height > 120 ? "120px" : true);
}

/* Benyttes på admin siden */
.previewImageFull {
	max-width: 600px;
	max-height: 600px;
	width: expression(this.width > 600 ? "600px" : true);
	height: expression(this.height > 600 ? "600px" : true);
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-right: auto;
}

/***** Ligthbox - viser billede i forgrunden - Begin *****/

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF url('../Graphics/Progress.gif') no-repeat scroll center center;
	z-index: 300;
}

#lightbox {
	position: fixed;
	/*max-width: 400px;
	max-height: 400px;
	width: expression(this.width > 400 ? "400px" : true);
	height: expression(this.height > 400 ? "400px" : true);*/
	z-index: 300;
	border: 1px solid;
	border-color: black;    
	
}

#lightbox img
{
	display: block;
	max-width: 800px; 
	height: auto; 
	max-height: 800px;
	width: auto;
}




#aLightboxLink, #imgPreview {
	border-bottom-width: 1px;
	border-style: none;
	border-color: Red;
}
/***** Ligthbox - viser billede i forgrunden - End *****/

/***** Menu tiles - Begin ******/

/* Med CSS3 */
.menuTilesMouseOver {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7); /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);*/
}

/* Uden CSS3 */
.menuTilesMouseOverClasic {
	background-color: #EAF4FB;
}

.menuTiles {
	margin-top: 20px;
}

	.menuTiles li {
		display: inline;
		float: left;
		margin-bottom: 25px;
		margin-left: 45px;
	}

	.menuTiles img {
		border-style: none;
		float: left;
		width: 32px;
		margin-right: 20px;
	}

	.menuTiles i {
		float: left;
		margin-right: 20px;
		font-size: 27px;
	}

	.menuTiles div {
		width: 280px;
		height: 50px;
		vertical-align: top;
		cursor: pointer;
		padding: 10px 15px 10px 15px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px 5px 5px 5px;
		border: thin;
		border-style: solid;
	}

.menuTilesCaption {
	margin-left: 50px;
}

.menuTilesContainer {
	margin: 0 auto;
	width: 800px;
}

/***** Menu tiles - End ******/

/***** Bootstrap Labels - Begin *****/

.label 
{
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	color: #FFFFFF;
	display: inline;
	/*font-size: 75%;*/
	font-weight: bold;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.label-default {
	background-color: #999999;
}

.label-primary {
	background-color: #428BCA;
}

.label-success {
	background-color: #5CB85C;
}

.label-info {
	background-color: #5BC0DE;
}

.label-warning {
	background-color: #F0AD4E;
    color: black;
}

.label-danger {
	background-color: #D9534F;
}

/***** Bootstrap Labels - End *****/


/* Knapper - Begin */

input[type='submit'], .linkAsButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b5b5b5;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

	input[type="submit"]:hover, .linkAsButton:hover {
		background-color: #f6f6f6;
	}

	input[type='submit']:active, .linkAsButton:active {
		position: relative;
		top: 1px;
	}

.linkAsButton:visited .linkAsButton:link {
	color: #666666;
}