/* FORM LAYOUT */
form .group {
  margin-bottom: 1em;
  clear: both;
}
form .group.nomargin { margin-bottom: 0; }

/* */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/**/



/* LABELS */
label { display: block; font-weight: bold; }
label.inline { display: inline; }
label.small { padding: 0; }
label.forradio { font-weight: normal; }
label.forradio.padded {
  margin-bottom: 0.5em;
}




form.normal .error {
	margin: 0 10px 0.5em 10px;
	color: #c00;
	font-weight: bold;
}
form.normal .success {
	margin: 0 10px 0.5em 10px;
	color: #3c0;
	font-weight: bold;
}

form.normal label {
	display: block;
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-top: 6px;
}
form.normal input.text {
	width: 260px;
	float: none;
}
form.normal .line { clear: both; }





form.editor .editorcolumns {
	width: 480px;
	margin: 0 0 0 40px;
}
form.editor .editorcolumns .body {
	padding: 0;
	background-image: url(../gfx/admin/editorcolumns.gif);
	background-repeat: repeat-y;
}
form.editor input.submit {
	display: block;
	width: 30%;
	margin: 10px 10px 0 auto;
}

form.editor dl {
	padding: 0px 0;
	display: block;
}
form.editor dt {
	display: block;
	float: left;
	clear: both;
	width: 120px;
	padding: 6px 10px 0px 10px;
	-moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;	
  
}
form.editor dt label {
	font-weight: bold;
}
form.editor dd {
	display: block;
	width: 360px;
	margin-left: 120px;
	padding: 6px 10px 4px 10px;
	border-bottom: 1px solid #ddd;
}
form.editor dd input.text {
	border-width: 0px;
	display: block;
	padding: 8px 10px 6px 10px;
	margin: -6px -10px -4px -10px;
	width: 360px;
}
/*
form.editor dd input.text:hover, form.editor dd textarea:hover {
	outline: 1px dotted #f90;
}*/
form.editor dd label {
	display: block;
}
form.editor dd label input {
	vertical-align: baseline; margin-right: 2px;
}
form.editor input.file {
	margin: 0 0 4px 0;
	width: 310px;
}
form.editor .file_layer img {
	display: inline;
	vertical-align: middle;
	margin: 0 4px 0.5em 0;
}
form.editor .file_layer .actionlink {
	padding: 0;
}
form.editor .upload_layer { display: none; border-top: 1px solid #ccc; padding: 0.5em 0 0.5em 0; }

form.editor dd.jed_container {
	width: 480px;
	border: 0; margin: 2.5em 0; padding: 0;
	overflow: auto;
}

form.editor .wide { width: 600px; margin: 0; }
form.editor .wide.editorcolumns .body { background-image: url(../gfx/admin/editorcolumns-wide.gif); }
form.editor .wide dt { width: 160px; }
form .wide dd { width: 440px; margin-left: 160px; }

form.editor .wide dd.jed_container { margin-left: 40px; }

form.editor .wide dd input.text { width: 440px; }
form.editor .wide dd .textarea { width: 440px; }


form.editor .textarea {
	padding: 8px 10px 6px 10px;
	margin: -6px -10px 0px -10px;
	border: 0;
	width: 100%;
	min-height: 40px;
	border: 0;
	line-height: 18px;
	height: 40px;
	overflow: auto;
}

form.editor dd select {
	border: 1px solid #ccc;
	padding: 2px 0 2px 0;
	margin: -4px 0 0 -4px;
	font-size: 12px;
}
form.editor dd select.borderless {
	border: 0px solid #ccc;
}
form.editor dd option {
	padding: 0px 4px;
}
form.editor .separator dt {
	padding-top: 6px;
}
form.editor .separator dd {
	border-top: 1px solid #eee;
	padding-top: 6px;
}


/* a.submit subclass */
.deletecancel {	float: left; margin: 10px 0 0 10px; }


/* For lists */
.buttons {
	float: right;
	/*width: 18em;*/
	margin: -4px 0;
}

a.button, .buttons a.button {
  display: block;
	display: inline-block;
	margin: 0 0em 0 0;
	padding: 3px 6px 2px 6px;
	border-bottom: 1px solid;
	border-color: transparent;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.buttons a.button {
	float: right;  
}
a.button.edit {
	color: #20758d;
}
a.button.edit:hover {
	background-color: #20758d;
	border-color: #1a5e71;
	color: white;
}

a.button.delete {
	color: #c00;
}
a.button.delete:hover {
	background-color: #c00;
	border-color: #810000;
	color: white;
}

a.button.show {
	color: #378d20;
}
a.button.show:hover {
	background-color: #378d20;
	border-color: #2c711a;
	color: white;
}

a.button.new {
	color: #608d20;
}
a.button.new:hover {
	background-color: #608d20;
	border-color: #4d711a;
	color: white;
}
a.button:active {
	background: #000 ! important;
	color: white ! important;
}
.jedbuttons {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;	

}
.jedbuttons a.button {
	float: left;
}
.jedbuttons .jedbuttonsbuttons {
	width: 360px;
	float: right;
}
.jedbuttons .label {
	float: left; width: 120px;
	padding: 3px 6px;
	font-size: 11px;
	color: #888;
	text-align: right;
	background: url(../gfx/admin/plus.gif) no-repeat 10px 7px;
}
.jedbuttons a.text { color: #378d20; }
.jedbuttons a.text:hover {
	background-color: #378d20;
	border-color: #2c711a;
	color: white;
}
.jedbuttons a.image { color: #20758d; }
.jedbuttons a.image:hover {
	background-color: #20758d;
	border-color: #1a5e71;
	color: white;
}
.jedbuttons a.hr { color: #77439f; }
.jedbuttons a.hr:hover {
	background-color: #77439f;
	border-color: #4e2b69;
	color: white;
}
.jedbuttons a.html,
a.button.grey { color: #999; float: right; }
.jedbuttons a.html:hover {
	background-color: #999;
	border-color: #666;
	color: white;
}
.jedbuttons a.h3 { color: #ec6e00; }
.jedbuttons a.h3:hover {
	background-color: #ec6e00;
	border-color: #bd5800;
	color: white;
}
.jedbuttons a.h4 { color: #eca900; }
.jedbuttons a.h4:hover {
	background-color: #eca900;
	border-color: #bd8700;
	color: white;
}


ul.filelist li {
	margin: 0 0 3px 0;
}
ul.filelist li h5 { margin: 10px 10px 3px 10px; padding: 0; }

ul.filelist li ul {
	margin: 0px 0 0px 0;
	min-height: 20px;
	position: relative;
	overflow: auto;
}
ul.filelist li ul li {
	padding: 4px 20px 4px 50px;
	width: auto;
	height: 24px;
	margin: 0;
}
ul.filelist li ul li:nth-child(odd) { background: #fcfcfc !important; }
ul.filelist li ul li:nth-child(even) { background: #f6f6f6 !important; }

ul.filelist li ul li a {
	font-weight: normal;
}
ul.filelist li ul li img {
	float: left;
	width: 16px; height: 16px;
	margin-left: -22px;
}
ul.filelist .handle {
	float: left;
	width: 23px;
	height: 20px;
	margin: -3px 0 0 -45px;
	background: url(../gfx/admin/move-handle.png) no-repeat 5px 6px;
}

ul.filelist .buttons input {
	width: 1em;
}


#updatesort input { margin: 0; }

ul.filelist ul.rootlevel {
	margin-top: 2em;
}
ul.filelist ul.rootlevel li { padding-left: 34px; }
ul.filelist ul.rootlevel li .handle { display: none; }



.jed {
	border: 1px solid #ccc;
	border-top: none;
	font-size: 12px;
	margin: 4px 0 0 0;
	width: 478px;
	background: #fff;	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	user-select: none;	
	position: relative;
}
.jed, .jed * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.jed .element {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	clear: both;
	background: url(../gfx/admin/jed-bg.gif) repeat-y top right;
}
.jed .handle {
	width: 100px;
	padding: 6px 9px 6px 10px;
	float: left;
	font-size: 10px;
	color: #666;
	cursor: move;
}
.jed .data {
	float: left;
	width: 330px;
	-moz-user-select: text;
	-khtml-user-select: text;
	user-select: text;
}
.jed .data * {
	-moz-user-select: text;
	-khtml-user-select: text;
	user-select: text;
}
form.editor .wide dd.stripped .jed .data { width: 410px; }
form .forum .jed .data { width: 390px; }

.remover {
	display: block;
	float: left;
	width: 14px;
	padding: 10px 8px 10px 7px;
}
.remover a {
	display: block;
	width: 14px; height: 14px;
	overflow: hidden;
	background: url(../gfx/admin/close-fafafa.gif) no-repeat top right;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	text-decoration: none;
	color: #aaa;
}
.remover a:hover {
	background-position: bottom right;
	color: #666;
}

.jed .textarea, form.editor .jed .textarea {
	padding: 6px;
	margin: 0;
	border: 0;
	width: 318px;
	min-height: 40px;
	line-height: 1.5em;
	height: 40px;
	overflow: auto;
	/*resize: none;*/
}
.jed .html {
	font-family: Consolas, Monaco, "Andale Mono", monospace; 
}
.jed .h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 10px 6px 0px 6px;
	height: 27px;
	min-height: 27px;
}
.jed .h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px 6px 0px 6px;
	height: 21px;
	min-height: 21px;
}

.jed .hr {
	border-top: none;
	margin: -1px 0;
}
.jed .hr .handle {
	padding: 4px 9px;
	border-top: 1px solid #eee;
	height: 15px;
}
.jed .hr .remover {
	padding: 5px 8px 4px 7px;
	border-top: 1px solid #eee;
}
.jed .hr .data {
	height: 23px;
	padding: 0 10px;
	width: 310px;
}

.jed .element .description {
	padding: 10px;
	font-size: 11px;
}

.jed .element.file .data {
	background: #fafafa;
}
.jed .element div.file {
	padding: 5px 5px 0px 5px;
	text-decoration: none;
}
.jed .element div.file img {
	display: inline;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 2px;
}

.jed input.file,
form.editor .jed input.file {
	margin: 6px 10px 4px 10px;
	width: 310px;
}
.jed .deletemessage {
	display: none;
	color: #c00; font-weight: bold;
	padding: 0px 10px 10px 10px;
	width: 300px;
}
.jed .image .data {
	min-height: 33px;
}
.jed .image .deletemessage {
 	position: absolute;
	padding: 10px;
	z-index: 10;
}
.jed .imagecontrols {
	height: 20px;
	padding: 20px 0 10px 0;
	background: #fafafa url(../gfx/admin/imagecontrols-bg.gif) repeat-x;
}
.jed .imagecontrols label {
	display: block;
	margin: -15px -140px 0 10px;
	width: 140px;
	height: 15px;
	color: black;
	opacity: 0.5;
	font-size: 12px;
}
.jed .imagecontrols div {
	float: right;
	width: 160px;
}
.jed .imagecontrols select {
	font-size: 12px;
	width: 140px;
	margin: 0 0 0 10px;
	padding: 0px;
}
.jed .placeholder {
	background: #eee;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2) inset;
}
.jed .ui-sortable-helper {
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

.jed .nicEdit-main {
	padding: 6px;
	cursor: text;
	-moz-user-select: text;
	-khtml-user-select: text;
	user-select: text;	
	
}
.jed .nicEdit-panelContain {
	background: #fafafa !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0 -1px !important;
	width: 332px !important;
}

.nicEdit-pane input[type="submit"] {
	margin-left: 60px !important;
}


.jed label.iscolumn {
	float: right;
	text-align: right;
	width: 7em;
	font-size: 11px;
	padding: 3px 10px 0 0;
}


form .jed .userimage textarea.textarea {
	width: 380px;
	margin: 0 10px;
	resize: none;
}
form .jed .imageb textarea.textarea {
	width: 260px; 
	float: right;
	margin: 0;
}
form .forum .jed .userimage textarea.textarea { width: 360px; }
form .forum .jed .imageb textarea.textarea { width: 240px; }


.userimage img.file {
	margin: 5px 10px;
	cursor: move;
	max-width: 120px;
}
form .jed .userimage select {
	margin: 10px;
	width: 390px;
}


form.editor .jeddt dt {
	float: none; margin-bottom: -400px; height: 400px;
}




div.file img.preview {
  max-width: 100%;
  margin: 0 auto 0.75em auto;
}





form.editor dd.stripped {
	padding: 0;
	border-top: 1px solid transparent;
}
.stripped .jed {
	background: none;
	border: none;
	width: 480px;
	margin: 0;
}
form .wide .stripped,
form .wide .stripped .jed {
	width: 440px;
}
form .forum .stripped .jed {
	width: 420px;
}

.stripped .jed .element {
	background: none;
	border: none;
}
.stripped .jed .remover   { display: none; }
.stripped .jed .remover a { background-image: url(../gfx/admin/close-f6f6f6.gif); }

.userimages { overflow: auto; }
.userimages .jed { overflow: hidden; }

.edituser_userimages {
	min-height: 380px;
}

.userimages,
.stripped .jed .image {
	background: url(../gfx/admin/jed-bg-removeronly.gif) repeat-y top right;
}
.stripped .jed .userimage .remover {
	display: block;
}
.stripped .jed .data {
	border-bottom: 1px solid #ddd;
	width: 359px;
}
.stripped .jed .text .data {
	border-right: 1px solid #ddd;
}

.stripped .jed .data textarea { width: 346px; }
.stripped .jed .handle {
	display: none;
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 6px;
}
.stripped .jed .nicEdit-panelContain {
	margin: 0 0px !important;
	width: 358px !important;
	border-bottom-color: #eee !important;
}

.commentimages {
	border: 1px solid transparent;
	border-width: 1px 0;
	background: none;
}

#password_open { display: none; }



.forum .title {

}
.forum .title h2,
.forum .title input {
	border: 0;
	font-size: 24px;
	line-height: 36px;
	padding: 10px; margin: 0;
	font-weight: bold;
	width: 100%;
}

.forum .post {
	border-top: 1px solid #ccc;
	background: url(../gfx/admin/forumcolumns.gif) repeat-y;
}
.forum .post .info {
	float: left;
	width: 180px;
	background: #f6f6f6;
	padding: 10px;
}
.forum .post .info .name a.black,
.forum .post .info .name a.black:visited { font-size: 14px; font-weight: bold; }
.forum .post .info .date {
	color: #999;
}
.forum .post .info .edit {
	margin-top: 1.5em;
}
.forum .post .text {
	float: right;
	width: 420px;
}
.forum .post .text .content {
	width: 100%;
	padding: 11px 60px 28px 20px;
}
.forum .post .text textarea { display: block; resize: none; margin-top: -8px; margin-bottom: -26px; }

.forum .post ul.images li {
	margin-top: 2em;
}
.forum .post ul.images li .billedetekst {
	margin-top: 1em;
}
.forum .newcomment 				{ background: none !important; border: none; margin-top: 2em; }
.forum .newcomment .info  { background: none; }
.forum .newcomment h4			{ padding: 0.5em 0; }
.forum .newcomment .text textarea#comment_text {
	padding: 10px 20px;
	margin: 10px 0 0 0;
	width: 100%;
	height: 100px;
	min-height: 100px;
	line-height: 18px;
	overflow: auto;
}
.forum .newcomment .text input.submit { width: 30%; display: block; margin-left: auto; }


.forum .newcomment .jed .element       { border-bottom: 1px solid #ccc; }
.forum .newcomment .jed .element .data { border-bottom: none; }

.forum .editcomment .jed .element       { border-top: 1px solid #ccc; }
.forum .editcomment .jed .element .data { border-bottom: none; }


.forum .list a,
.forum .list a:link, .forum .list a:visited /* For IE6 */
{
	padding: 6px 10px 6px 26px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
.forum .list a .description {
	line-height: 14px;
}
.forum .list a .svar {
	float: right; text-align: right;
	width: 20%;
	vertical-align: middle;
	padding: 5px 0 0 0;
	line-height: 20px;
}
.forum .list a .svar div {
	float: right; text-align: right;
	width: 26px; margin: -2px 2px 5px 0;
	font-size: 24px; color: #ccc;
}
.forum .list a.unread 							{	background-image: url(../gfx/unread.png); }
* html .forum .list a.unread        { background-image: url(../gfx/unread-f6f6f6.gif); }
* html .forum .list a.unread:active { background-image: none; }

.forum .compact .list a .svar { display: none; }


.edituserpic #cropperwrapper {
	width: 520px;
	text-align: center;
	margin-bottom: 10px;
}
.edituserpic #cropperwrapper img {
	margin: 0 auto;
}
.edituserpic .previewwrapper { float: right; width: 90px; }
.edituserpic .preview {
	position: relative; overflow: hidden;
	width:  90px; 
	height: 90px;
}
.edituserpic .previewwrapper .label { padding-bottom: 0.5em; }

.success,
.box .success.content {
	border: 1px solid #252;
	border-width: 1px 0;
	background: #ddf0dd;
	color: #252;
	font-weight: bold;
	margin: 0 0 1em 0;
}
.success img { display: inline; vertical-align: middle; margin-right: 10px; }



.ugensbillede {
	
}
.ugensbillede li {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.ugensbillede .date {
	float: left;
	width: 60px;
	color: #999;
	text-align: center;
}
.ugensbillede .date .weeknumber {
	font-size: 18px; font-weight: bold;
}
ul.ugensbillede img {
	float: left;
}
ul.ugensbillede .text {
	float: right;
	width: 260px;
	padding: 5px 0;
}
.ugensbillede .text a {
	font-weight: normal;
}
.ugensbillede .buttons {
	margin: 0;
	width: 120px;
}
.ugensbillede .date .detail {
	padding-top: 0.25em;
	font-size: 11px;
}



.poll {
	padding-top: 1em;
	width: 380px;
}
.poll .option {
	display: block;
}
.poll .option input.radio {
	vertical-align: baseline;
	margin-right: 2px;
}
.poll .submit {
	margin-left: 1.5em;
}
.forum .post .success {
	padding: 6px;
	margin: 1em 0 0 0;
}
.poll .backlink {
	display: none;
	float: right;
	width: 40%;
	text-align: right;
	margin-top: -20px;
}


.poll_results {
	padding-top: 1em;
	width: 420px;
	margin: 0 -20px;
}
.poll_results li {
	clear: left;
	overflow: auto; /* to make the box auto-wrap its floating contents */
	line-height: 20px;
	padding: 2px 20px;
}
/*.poll_results li.alt {
	background-color: #f9f9f9;
}*/
.poll_results li .title {
	float: left;
	width: 13.5em;
}
.poll_results li .percentage {
	float: left;
	width: 3em;
	padding-right: 1em;
	text-align: right;
	font-size: 11px;
}
.poll_results li .result {
	float: left;
	background: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#222));
	background: linear-gradient(#555, #222);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	height: 1.2em;
	margin: 0.25em 0 0 0;
}
.poll_results .notes {
	width: 380px;
	padding: 0.5em 20px 0 20px;
}
.poll_results a.inline {
	float: right;
	width: 40%;
	text-align: right;
}


.poll_options {
	display: none;
}
.poll_options .settings {
	padding: 6px 10px 0px 10px;
}
.poll_options .settings .cancel_button {
	float: right;
	width: 40%;
	text-align: right;
}
.poll_options div.text {
	padding-bottom: 16px;
}
.poll_options .option {

}
.poll_options .option input.text {
	width: 360px;
	float: none;
	margin-left: 10px;
}




/* Ansøgningsskema */
.blivmedlem .content {
  padding: 10px 1em;
  margin: 0 -2px -1px -2px;
}
.blivmedlem .group {
  position: relative;
}
.blivmedlem label {
  color: #333;
  padding: 0.3em 0.4em;
}
.blivmedlem .text {
  font-size: 1.334em; line-height: 1.5em;
  padding: 0.25em;
  margin-top: 0;
}
.blivmedlem .half {
  float: left;
  width: 50%;
}
.blivmedlem .half:first-child {
  padding-right: 20px;
}
.blivmedlem .group.postnrby .half:first-child {
  width: 25%;
}
.blivmedlem .group.postnrby .half {
  width: 75%;
}
.blivmedlem .group.uddannelse .half:first-child {
  width: 80%;
}
.blivmedlem .group.uddannelse .half {
  width: 20%;
}
.blivmedlem label.forradio {
  font-size: 1.334em;
  line-height: 1.5em;
}
.blivmedlem .group.your_works label.forradio {
  font-size: 1em; line-height: 1.5em;
}
.blivmedlem .group.has_error:before {
  content: "›";
  color: #c00;
  font-size: 24px;
  position: absolute;
  left: -1.5em;
  top: 1.35em;
}
#stoette_tidligere_ja {
  padding-left: 1.8em;
}



