@charset "UTF-8";
/* CSS Document */

/* DIVERSE FÆLLES */

* {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
html, body {height: 100%;}
html {overflow-y: scroll;}

a img {border: none;}

td, th {vertical-align:top;}


/* FONTE */
h1 {font-size: 24px; line-height: normal; font-weight: bold; text-align:left; text-decoration: none; margin-bottom: 10px;}
h2 {font-size: 14px; line-height: normal; font-weight: bold; text-align:left; margin-top: 10px;}
h3 {font-size: 12px; line-height: normal; font-weight: bold; text-align:left;}
small {font-size:9px;line-height: 12px;}
a {text-decoration: none;}
a:hover {text-decoration:underline;}
.Content ul, .StaticContent ul {padding-left: 20px;}


/* Content Editor */
.ContentEditor {z-index: 50}
.ContentEditorClose {
	position:absolute; 
	top: 4px; 
	left: 100%;
	margin-left: -31px;
	width: 25px; height: 25px;

	z-index: 51; 
	border: 1px solid #7e9db9; 
}
.ContentEditor textarea {width: 400px;}




/* LOG UD BESKED */
div.LogoutMsg {
	background-color: #F0F060;
	border: 1px solid #000000;
	padding: 5px;
	
	position: absolute;
	left:0; right:0; top: 5px;
	margin: 0 auto;
	width: 370px;
	
	font-size: 12px;
	color: #000;
	
	cursor: pointer;
	z-index: 50;
}
/* TOOLBAR */
div.CMS_Toolbar {
	width: 200px;
	height: 30px;
	
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -100px;
	z-index: 50;
}
div.CMS_Toolbar div {
	width: 200px;
	height: 30px;
	background: url(../gfx/toolbar_bg.png);
}
div.CMS_Toolbar div div {
	width: auto;
	height: auto;
	background:none;
	text-align: left;
	padding: 1px 30px 0px 30px;
}

/* TREE CSS */

.CMS_Structure ul {
	padding-left: 20px;
	margin: 0px;
}
.CMS_Structure li, .CMS_Structure a {
	font-weight: normal;
	color: #000000;
}

/* POPUPS */
.PopupContent p {text-align: left;}

.PopupOverlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:#000;
}

.PopupWrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.PopupContentWrapper {
	position:relative;
	left:0;	right:0;
	margin: 0 auto;
	
	background-color:#FFF;
}

.PopupContent {
	overflow: auto;
}

.PopupClose {
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left: -20px;
	margin-top: -9px;
	cursor:pointer;
}

.PopupLoading {
	display: block;
	position:relative;
	
	left:0;	right:0;
	margin: 0 auto;
	
	top: 25%;
}

/* POPUP INDHOLD */
.PopupContent *, .GalleryDescription {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.PopupContent h1 {
	font-size:18px;
	font-weight: bold;
}
.PopupContent ul {
	padding-left: 20px;
	margin-left: 0px;
	list-style-type:disc;
}

.PopupContent input[type="text"], .PopupContent input[type="password"], .PopupContent textarea {
	padding: 1px;
	border: 1px solid #7F9DB9;
	margin: 0px;
	margin-bottom: 1px;
}
.PopupContent input.error_check {
	border: #FF0000 1px solid !important;
	background-color: #FFCCCC !important;
}

.PopupContent input.structure_url {
	border: none;
	background-color:#EEE;
}
.PopupContent input.structure_url[disabled] {
	background-color:#FFF;
}
