/* 
		TL
		Mit TL css styles 
		
		Modified : 20.10.08
		Created by : Janner / Creuna
		
		Modified : 13-07-2010 Henrik Ladefoged - Illumi
		Modified : 31-03-2011 Dennis Kristiansen - Illumi
		
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* general */
#pageTop h3, #pageTop img.printHeader { display: none; }
#footerPrint { display: none; }

.left{
	float:left;
}

.right{
	float:right;
}

a.closed{
	background:no-repeat url(../Elements/bullit-plus.gif) left center;
	padding-left:20px;
}

a.opened{
	background:no-repeat url(../Elements/bullit-minus.gif) left center;
	padding-left:20px;
}

p.link{
	margin-top:-10px;
	
} 
 
#content p,
#contentMain p{
	margin-bottom:10px;
	line-height: 120%;
}

hr.jobs{
	background:#e3e5e7;
	color:#e3e5e7;	
	display:block;
	height:3px;
	margin:0;
	padding:0;
}
 
/* H2 sidebar */
h2, h3{font-weight:bold;}
h2.bluebg{
	background:#555e68 !important;
}
 
 /* NAVIGATION locked elements */
 #leftNav ul li.locked a{
	background:transparent no-repeat url("../Elements/bullit-leftnav-locked.gif") 0 2px;
	color:#90a0ae;
 }
 
 /* leftMenu - special picture */
 #leftMenu ul li.nobullit, #leftMenu ul li a.nobullit{
	list-style:none;
	margin:0 0 0 -5px;
	background-image:none;
}
 
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Accessibility elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#skip {
	position:absolute; left:-999em; top:0; }
    span.accesskey { text-decoration:none; }
    .accessibility { position: absolute; top: -999em; left: -999em; }	
	
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Forms
 * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input, textarea, select {
	display: inline; font-size: 1em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

dd{
	margin-bottom:12px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

hr {
	height: 1px;
	margin: 12px 0;
	padding: 0;
	color: #869099;
	background-color: #869099;
	border: 0;
	}
	* html body hr { margin: 1px 0; } /* Remove the progressive spacing in IE */
 
 /* FORMS */
form{
	}
	#content fieldset,
	#contentMain fieldset{
		background:#f2f7fa;
		display:block;
		padding:20px;
		margin:0 0 2px 0;
	}
	#contentMain fieldset{
		width:503px;
	}
	#content fieldset.transparent,
	#contentMain  fieldset.transparent{
		background:transparent;
		margin:20px 0 10px 0;
		padding:0;
		}
		#contentMain  fieldset.transparent{
			width:543px;
		}
		#content fieldset.geografi,
		#contentMain fieldset.geografi{
			padding:0 10px;
		}
		#content fieldset.nomargin,
		#contentMain fieldset.nomargin{
			margin-top:0;			
		}
		#content fieldset.jobcategory,
		#contentMain fieldset.jobcategory{
			margin-top:-10px;
			}
			#content fieldset.jobcategory p,
			#contentMain fieldset.jobcategory p{
				margin-left:20px;
			}	
			#content fieldset.jobcategory,
			#contentMain fieldset.jobcategory{
				display:none;
			}
		#content fieldset.leftCol,
		#contentMain fieldset.leftCol{
			float:left;
			width:33%;
		}
		#content fieldset.midCol,
		#contentMain fieldset.midCol{
			float:left;
			width:33%;
		}		
		#content fieldset.rightCol,
		#contentMain fieldset.rightCol{
			float:left;
			width:33%;
		}				
		input.btn, div.btn{
			background:#5f6a73;
			border:1px solid #e3e5e7;
			color:#fff;
			font-weight:bold;
			height:27px;
			width:166px;
			}
			input.btn.right{
				float:right;
			}
			input.btn.small{
				font-size:10px;
				font-weight:normal;
				height:17px;
				line-height:12px;
				width:40px;
			}
			div.btn{
				text-align:center;
				line-height:27px;
				}
				div.btn a{color:#fff;text-decoration:none;}
		input.text{
			border:1px solid #bfc7cc;
			color:#333333;
			height:20px;
			line-height:20px;			
			padding:0 0 0 3px;
			}
			input.bg{background:#e9e9e9;}
			input.size-long{width:241px;}
			input.cpr-first{width:58px;}
			input.cpr-last, input.zip{width:42px;}
			input.wide{width:180px}
			input.size-middle{width:150px;}
			input.size-half{width:94px;}
		input.checkbox{border: 1px solid #bfc7cc;}
		/*select.select{width:155px;}*/
		select.select{display:block;}
	label, span.label{
		line-height:20px;	
	}
	.adjustTop{
		position:relative;
		top:-3px;
	}	
	div.collabel{
		float:left;
		margin-right:17px;
		text-align:right;
		width:150px;
	}
	div.colinput{
		float:left;
		margin-bottom:7px;
		width:315px;
	}
	span.collabel{
		margin-left:50px;
		margin-right:17px;
	}
	.clearfloat{
		clear:both;
		height:0;
	}
	.mandatory{color:#d34656;}
 
 /* DATA BLOCK */
 p.data-heading{font-weight:bold;margin-top:20px;padding:0;padding-bottom:5px;}
 div.data{
	border-top:3px solid #e3e5e7;
	border-bottom:3px solid #e3e5e7;	
	padding-top:8px;
	margin-bottom:40px;	
	}
	/* ie 6*/		
	/*\*/ * html div.data {width:543px;} /**/ 	
	
	div.data.skat{width:340px;}
	div.block{
		}
		div.underline{
			border-bottom:1px solid #e3e5e7;
		}
		div.block div.collabel{width:180px;color:#666;}	
		div.block div.collabel.full{width:465px;margin-left:0;text-align:left;padding-left:70px;color:#cc0000;}
		div.block div.colinput{width:285px;color:#333;}
		div.block div.colinput.none{width:0;}
		.skat div.block div.collabel{width:150px;}
		.skat div.block div.colinput{width:110px;text-align:right;}
		span.collabel{color:#666;}
		
/* box with/without border */		
div.box{
	padding:20px 0;
	text-align:left;	
	}	
	.box h3{
		padding:0 0 10px 10px;
		}
		.box h3.icon{
			display:inline;
			}
			.box h3.icon img{
				padding-left:10px;
				vertical-align:middle;
			}
div.box.dates {
	padding: 10px;
	float: right;
	width: 170px;
	margin: 0px 0px 15px 15px;
	background-color: #E3E5E7;
	border:1px solid #E7BD61;
	}
	div.box.dates ul { padding: 0px !important; margin: 0px !important; }
	div.box.dates ul li  { list-style-type: none; margin-bottom: 7px;}
	div.box.dates ul em  { font-style: normal; display: block; font-weight: bold; }

		.box.mit-tl{
			padding-bottom:0;
			margin-bottom:10px;
			}
			.box.mit-tl.hilight{
				background:#efefef;
			}
			.box.mit-tl h3{
				margin-top:-10px;
			}
			.box.mit-tl p{
				padding:0 10px 10px 10px;
			}
	.box span.right{
		padding:0 10px 0 0;
	}
	.box.border{
		border:1px solid #000;
		}
		.border.gray{
			border:1px solid #e3e5e7;
		}		
	.box dt, .box dd{margin:0;}
	.box.jobs dt{
		float:left;
		padding:10px;
		width:360px;
	}
	.box.jobs dd{
		float:right;
		padding:10px;
		text-align:right;
		width:120px;
	}
	.box.jobs dt.even, .box.jobs dd.even , tr.even{		
		background:#f9f9f9;		
	}
	dl.table{
		padding:10px;
		}
		dl.table dt{
			float:left;
			width:280px;
			}
			dl.table dd{
				font-style:italic;
				float:left;
				}
				dl.table dd.right{
					float:right;
					font-style:normal;
				}
	
/* paging */	
div.paging{
	text-align:center;
	margin-top:10px;
	}
	a.bg{
		background:#f9f9f9;		
		padding:2px 5px 3px 5px;;
		margin-left:2px;
		margin-right:2px;
		}
		a.bg.selected{
			background:#e3e5e7;
			font-weight:bold;
		}

#pager{	
	padding-top:8px;
	margin:0 auto;
	text-align:center;	
	width:522px;
	}	
	#pager img{
		vertical-align:middle;
	}
	input.pagedisplay{
		border:0;
		color:#a0a0a0;
		margin:0;
		padding:0;
		vertical-align:middle;
		width:20px;
	}
	select.pagesize{display:none;}
	#pager img{
		cursor:hand;
	}
 
 /* IFRAME general */
 iframe{
	border:none;
	width:100%;
 }
 
 /* LOGIN iframe */
 iframe.login{
	height:450px;
 }
 
 /* Adjustments mit-tl.css vs. Dynamicweb css */
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Paging - Search results
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	
div.browse {
	margin: 0 0 30px 0;
	}
	
	div.browse ul.info, #content div.browse ul.info {
		float: left;
		width: 200px;
		margin: 0;
		list-style-type: none;
		}
		div.browse ul.info li, #content div.browse ul.info li {
			margin: 0;
			background: none;
		}
	
	div.browse ul.paging {
		float: right;
		width: 265px;
		margin: 0;
		text-align: right;
		}
		div.browse ul.paging li {
			display: inline;
			margin: 0 3px;
			padding: 0;
			background: none;
			}
			div.browse ul.paging li.selected { font-weight: bold;}
			div.browse ul.paging li.previous { margin-right: 10px; }
			div.browse ul.paging li.next { margin-left: 10px; }
			div.browse ul.paging li span { display: none; }	
			
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Cources table
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	
table#jobTable{
	margin:0;
	padding:0;
} 
table.cources{
	border:1px solid #E3E5E7;
	cursor:hand;
	margin:0;
	padding:0;
	width:100%;
	}
	table.cources th{
		background:#E7BD61;
		color:#fff;
		font-size:10px;
		margin:0;
		padding:10px;
	}
	table.cources th.header{
		background:#E7BD61 no-repeat url(../Elements/tablesort-all.gif) 5px center;
		padding-left:20px;    
		border-right:1px solid #E3E5E7;     
		margin-left:-1px;	
	}	
	table.cources th.headerSortDown{
		background-image:url(../Elements/tablesort-down.gif);
	} 
	table.cources th.headerSortUp{
		background-image:url(../Elements/tablesort-up.gif);
	} 	
	table.cources tr td{
		font-size:9px;
		padding:10px;
		white-space:wrap;
		}
		table.cources tr td.right{
			text-align:right;
		}
		table.cources tr td.no-wrap{
			/*white-space:nowrap;*/
			/* Illumi case 3575 */
			/*width: 70px;
			text-align: center;*/
		}
	table.cources.jobs{
		border:none;
		border-top:3px solid #E3E5E7;
		border-bottom:3px solid #E3E5E7;
	}
	/* fewer columns bigger text */
	table.cources-jobs th,
	table.cources.jobs tr td{
		font-size:11px;
	}
	
/* cource list */	
#courseList{
	width:100%;
}
#courseList.box {
	padding: 20px 0px 40px 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Blocks
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */					
.block{
	margin:0 0 10px 0;
	padding:0;
	} 
	.block h2{		
		padding:9px 12px 8px 12px;
		color:#fff;
		background:#e7bd61;
		}
		.block-content{
			padding:12px;
			color:#fefefe;
			background:#5f6a73;
		}
		
 #leftMenu{
	padding-top:0;
	} 
	#leftMenu h2{	
		background:#e7bd61;
		color:#fff;	
		font-weight:bold;
		padding:9px 12px 8px 12px;
	}
	#page #pageContent #leftMenu ul{
		/*margin:0;
		padding:0;*/
		height:auto;
	}


#contentRight h2.bluebg{
	background:#555e68;
	color:#fff;	
	font-weight:bold;
	padding:9px 12px 8px 12px;	
}

#contentMain ul{
	margin:20px;
}

.mittl-tip{
	background:#555E68;
	border:2px solid #fff;
	color:#fff;
	display:none;
	padding:20px;
	position:absolute;
	width:300px;
}
/*

	MitTL Foraer


*/ 
div.mittl-fora { margin: 0px 10px 5px 10px;}
div.mittl-fora ul { margin: 10px !important; padding: 0px !important;}

div.mittl-fora-list ul {
	margin: 0 !important;
	padding: 10px !important;
}
div.mittl-fora-list, div.mittl-fora.filer, div.calendarlist-long  {
	border: 1px solid #E7BD61;
	margin: 0px 10px 5px 10px;
	height: 1%;
	float: left;
	width: 544px;
	
	}
	div.mittl-fora-list h2, div.mittl-fora.filer h2, div.mittl-fora.blogentry h2 {
		background-color: #E7BD61;
		padding: 6px 10px 6px 5px;
		color: #fff;
		}
		a.collapse { 
			background-color: #E7BD61;
			padding: 6px 10px 6px 26px;
			color: #fff !important;
			/* text-transform: uppercase; */
			font-weight: bold;
			outline: none;
			display: block;
			background:  #E7BD61 url('../Elements/mittl-icon-collapse.png') no-repeat 3px 3px !important;
			}
			a.collapse.expandable { background: #E7BD61 url('../Elements/mittl-icon-expand.png') no-repeat 3px 3px !important;}

			a.collapse:hover { 
				text-decoration: none;
			}


	div.mittl-fora-list ul li {
		list-style-type: none;
	}
	div.mittl-fora-list.medielinks {
			
	}
	.medialinklist li a,	
	.medialinklist li.video a,
	.medialinklist li.podcast a,
	.medialinklist li.web a,
	.medialinklist li.lyd a,
	.medialinklist li.billede a
	 {
		padding: 4px 0px 4px 25px;
		display: block;
		/* background: url('../Elements/mittl-icon-video.png') no-repeat 0px 3px; */
		}
		.medialinklist li.video a { background: url('../Elements/mittl-icon-video.png') no-repeat 0px 3px;}
		.medialinklist li.podcast a { background: url('../Elements/mittl-icon-podcast.png') no-repeat 0px 3px;}
		.medialinklist li.web a { background: url('../Elements/mittl-icon-web.png') no-repeat 0px 3px;}
		.medialinklist li.lyd a { background: url('../Elements/mittl-icon-lyd.png') no-repeat 0px 3px;}
		.medialinklist li.billede a { background: url('../Elements/mittl-icon-billede.png') no-repeat 0px 3px;} 
		

	div.mittl-fora-list ul li span.info { text-transform: uppercase; margin-left: 5px;}

div.mittl-fora-list.calendarlist {
	}
	div.mittl-fora-list.calendarlist em.date {
		width: 170px;
		float: left;
		font-style: normal;
	}
	div.mittl-fora-list.calendarlist ul li a { 
		padding: 3px 0px 3px 0px; 
		display: block;
	}

div.calendarlist-long {
	}
	div.calendarlist-long h2  {
			background-color: #E7BD61;
			padding: 6px 10px 6px 5px;
			color: #fff !important;
			text-transform: uppercase;
			font-weight: bold;
			display: block;
	}
	div.calendarlist-long ul { list-style-type: none; padding: 10px !important; margin: 0px !important; }
	div.calendarlist-long ul li a { 
		/* font-size: 140%;  */
		display: block;
		line-height: 140%; 
		padding: 3px 10px 3px 24px;
		background:  url('../Elements/mittl-icon-expand.png') no-repeat 0px 2px !important;
		color: #D2991C !important;
		font-weight: normal;
		}
		div.calendarlist-long ul li a.collapse.expandable { background: url('../Elements/mittl-icon-collapse.png') no-repeat 0px 2px !important;}

	div.calendarlist-long ul li p { 
		display: none; 
		padding: 10px 10px 10px 24px;
		}
		div.calendarlist-long ul li p a { background: none !important; padding-left: 0px; }

	div.calendarlist-long h1 { 
		margin-bottom: 10px;
	}

 div.mittl-fora.filer {
	
	}
	div.mittl-fora.filer div.Tree {
		padding: 10px;
		}
		div.mittl-fora.filer div.Tree p { margin-bottom: 0px !important; line-height: 130%; }

	div.mittl-fora.status
	{
		background-color : #ca3644;
		padding: 10px;
		color: #fff;
		font-size: 130%;
		margin: 10px;
		width: 526px;
		}
		div.mittl-fora.status span {
			font-size: 250
		}
		div.mittl-fora.status.positive {
			background-color: green;
		}

	div.mittl-fora.filer ul, div.mittl-fora.filer li {
		padding: 0px !important;
		margin: 0px !important;
	}
	div.mittl-fora.filer div.innerform { padding: 10px; display: none;}
	div.mittl-fora.filer li {
		list-style-type: none;
		}
		div.mittl-fora.filer ul li.folders span.folderlink {
			font-size: 150%;
			padding-left: 25px;
			margin-right: 20px;
			background: url('../Elements/mittl-icon-folder.png') no-repeat 0px 5px;		
		}
		div.mittl-fora.filer ul li ul li.folders {
			padding: 2px 0px 4px 40px !important;
			display: block;
		}
		div.mittl-fora.filer ul li.files  {
			padding: 4px 0px 4px 30px !important;
			display: block;
			}
			div.mittl-fora.filer a.file  {
				margin-right: 20px;
				padding-left: 10px; 
				background: url('../Elements/mittle-icon-arrow-right.png') no-repeat 0px 6px !important
				}
				/* div.mittl-fora.filer a.file.pdf { background: url('../Elements/mittle-icon-pdf.png') no-repeat 0px 8px !important;}
				div.mittl-fora.filer a.file.jpg { background: url('../Elements/mittle-icon-jpg.png') no-repeat 0px 8px !important;}
*/

		div.mittl-fora.filer ol li { display: block; line-height: 150%; }
		div.mittl-fora.filer span.info-icon {
			padding: 2px 0px 2px 22px;
			background: url('../Elements/mittl-icon-uploadactive.png') no-repeat 0px 0px;
		}



		input.formButton {
			background-color: #737E87;
			padding: 2px 20px;
			color: #fff;
			border: 3px solid #e3e5e7;
			font-weight: bold;
			cursor: pointer;
			float: right;
			vertical-align: top;
			margin-left: 5px;
			}
/*
folder
toolrename
tooldelete
toolnewfolder
toolupload
*/
a.toolrename,
a.tooldelete,
a.toolnewfolder,
a.toolupload,
a.tooluploadactive
	{
	width: 19px;
	height: 17px;
	padding: 4px 10px 0px 7px;
	}
	a.toolrename { background: url('../Elements/mittl-icon-rename.png') no-repeat left top; }
		a.toolrename:hover { background: url('../Elements/mittl-icon-rename-hover.png') no-repeat left top; }
	a.tooldelete { background: url('../Elements/mittl-icon-delete.png') no-repeat left top; }
		a.tooldelete:hover { background: url('../Elements/mittl-icon-delete-hover.png') no-repeat left top; }
	a.toolnewfolder { background: url('../Elements/mittl-icon-newfolder.png') no-repeat left top; }
		a.toolnewfolder:hover { background: url('../Elements/mittl-icon-newfolder-hover.png') no-repeat left top; }
	a.toolupload { background: url('../Elements/mittl-icon-uploadinactive.png') no-repeat left top; }
		a.tooluploadactive { background: url('../Elements/mittl-icon-uploadactive.png') no-repeat left top; }

a.toolrename:hover, a.tooldelete:hover, a.toolnewfolder:hover, a.toolupload:hover { text-decoration: none;}

div.mittl-fora-list.latestfiles ul li  { display: block; margin-bottom: 5px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Calendar
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.calendar {
	/* width: 152px; */
	padding: 2px; 
	clear: both;
	display: block;
	/* background-color: #fff; */
	margin-bottom: 5px;
	}
	div.module.calendar h2 {
		text-align: center;
		padding: 3px 0px 3px 0px;
	}
	div.module.calendar.header {
		/* padding: 4px 0px 4px 0px; */
		text-transform: capitalize;
		text-align: center;
		/* background-color: #ececec; */
		background-color: #363c42;
		margin: 0px 0px 2px 0px;
		padding: 2px;
		color: #fff;
		}
		div.module.calendar a.previouslink, div.module.calendar a.nextlink {
			display: inline; 
			background-color: #E7BD61;
			font-weight: bold;
			color: #fff;
			padding: 2px;
			} 
			div.module.calendar a.previouslink {
			float: left;
			} 
			div.module.calendar a.nextlink {
				float: right;
			}
	div.module.calendar table {
		clear: both;
		border-collapse: collapse;
		margin: 0px auto 0px auto;
	}
	div.module.calendar td {
		border: 1px solid #555e68;
		border-collapse: collapse;
		text-align: center;
		padding: 1px 3px 1px 2px;
		/* padding: 3px 2px 3px 2px; */
		background-color: #f4f4f4; 
		background-color: #363c42;
		color: #fff;
		}
		div.module.calendar td.weeknumber {
			padding: 0px;
			background-color: transparent;
			font-size: 80%;
			}
			div.module.calendar td.active {
				background-color: #e7bd61;
			}
			div.module.calendar td.active a {
				color: #fff;
				display: block;
				}
				div.module.calendar a:hover { text-decoration: none; }
				div.module.calendar td:hover {
					background-color: #1d2024;
					color: #fff;
				}
				div.module.calendar td.active:hover {
					background-color: #b98411;
				}
				div.module.calendar td.weeknumber:hover {background-color: #fff; color: #000;}

	div.module.calendar th  {
		text-align: center;
		background-color: #E7BD61;
		color: #fff;
		/* padding: 3px 2px 3px 2px; */
		text-transform: uppercase;
		font-weight: normal;
		font-size: 90%;
		}
		div.module.calendar th.weeknumber  {
		}

	.small, .medium, .large {
		border: 1px solid #737E87;
		font-size: 100%;
		margin-bottom: 5px;
		padding: 2px 2px;
		margin-top: -1px;
		}
		.small { width: 100px; }
		.medium { width: 200px; } 
		.large { width: 515px; }
		.small:focus, .medium:focus, .large:focus {
			/* border-color: #E7BD61; */
			/* background-color: #737E87;
			color: #fff; */
		}
		.textArea {
			height: 100px;
		}
		.dateTime {
		}
		div.fieldgroup {
			display: block;
		}

	div.mittl-fora label, div.mittl-fora-newdoc label { 
		display: block;
		padding: 2px 15px 2px 0px;
		line-height: 100%;
		font-size: 90%;

		}

	div.mittl-fora.bloglist { 
		border: 1px solid #E7BD61;
		width: 544px;
		float: left; 
	}
	div.mittl-fora.bloglist ul, div.mittl-fora.bloglist li { list-style-type: none; margin: 0px; padding: 0px;}
	div.mittl-fora.bloglist h2  {
			background-color: #E7BD61;
			padding: 6px 10px 6px 5px;
			color: #fff !important;
			text-transform: uppercase;
			font-weight: bold;
			display: block;
	}
	div.mittl-fora.bloglist li, div.mittl-fora-list.bloglist li  { 
		display: block;
		margin-bottom: 5px;
		}
		div.mittl-fora.bloglist li em { 
			display: block;
			font-style: normal;
			font-size: 90%;
		 }

		div.DocumentComments	{ padding: 10px;}
		div.DocumentComments li { 
			list-style-type: none;
			padding: 0px 0px 0px 10px;
			background: url('/files/Design/Elements/07_elements/yellow_bullet.gif') no-repeat 0px 4px;
			}


		div.mittl-fora.blogentry {
			border: 1px solid #E7BD61;
			}
			div.mittl-fora.blogentry div.inner { padding: 10px; }

		div.mittl-fora.blogentry em { 
			display: block;
			font-style: normal;
			padding: 4px 0px;
			border-bottom: 1px solid #999;
			margin: 0px 0px 5px 0px; 
			color: #333;
			font-size: 90%;
		}
		textarea.textAreaBlogComment {
			width: 516px;
			height: 100px;
		}


	div.mittl-fora-newdoc { 
		border: 1px solid #E7BD61;
		border: 1px solid #d2991c;
		margin: 0px 10px 5px 10px;
		width: 544px;
		float: left; 
		}
		div.mittl-fora-newdoc a.collapse, div.mittl-fora.filer a.collapse {
			background-color: #d2991c !important;
		} 
		div.mittl-fora-newdoc div.innerform { display: none;}

div.mitTLEditme {
	padding: 10px;
	}
	div.mitTLEditme label { color: #fff; line-height: 12px; }
	div.mitTLEditme div.field {
		margin-bottom: 10px;
	}
	div.mitTLEditme div.field input {
		float: left; 
		margin: 0px 5px 0px 0px;
		}

p.mitTLEditMeStatus {
	background-color: green;
	color: #fff;
	padding: 10px;
}


/*
div.CommentState
a.ButtonReject
a.ButtonEdit
*/

/* ie 6*/		
/*\*/ * html #contentMain{overflow:hidden;} /**/
/*\*/ * html #leftMenu ul {width:164px;} /**/

 
