body {
	/*background: url(/pictures/dimension/contentbg.jpg) top left repeat-y   #eeeeee;*/
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	}	

.LoginBody {
	background: url(/pictures/dimension/loginbg.jpg) top left repeat-x #426f9a;
}
	
.level1 {
	background: #e5e9f0; 
}

.level1_over {
	background: #e6ecf6; 
}

.level2 {
	background: #f2f2ff; 
}

.level2_over {
	background: #e6ecf6; 
}

.level3 {
	background: #ffffff; 
}

.level3_over {
	background: #e6ecf6; 
}

td {
font-family: Tahoma;
font-size: 10px;
color: #6c6c6c;
text-decoration: none;
}

table.level2 td, table.level2_over td, table.level3 td, table.level3_over td {
	font-weight: normal;
}

.subtext {
font-family: Tahoma;
font-size: 10px;
font-weight: normal;
color: #333333;
}	

.menuikon {
width: 28px;
text-align: center;
}

A.indhold:Link, A.indhold:Active, A.indhold:Visited, A.indhold{
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #6c6c6c;
text-decoration: none;
}
A.indhold:Hover {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #d64b50;
text-decoration: none;
}

.menu {
height: 26px;
border-bottom: 1px solid #cfcfcf;	
width: 150px;
cursor: pointer;
}

.menuOver {
height: 26px;
width: 150px;
border-bottom: 1px solid #cfcfcf;
background: url(/pictures/dimension/menubg.jpg) top left repeat-x #d8d8d8;
cursor: pointer;
}

.linkOver {
background-color:#E8E8E8;
cursor: pointer;
}

.linkOut {
background-color:#FFFFFF;
cursor: pointer;
}



A.leftmenuLink:Link, A.leftmenuLink:Active, A.leftmenuLink:Visited, A.leftmenuLink {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #6c6c6c;
text-decoration: none;
}
A.leftmenuLink:Hover {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #d64b50;
text-decoration: none;
}

A.edit:Link, A.edit:Active, A.edit:Visited, A.edit {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #6c6c6c;
text-decoration: none;
}

A.edit:Hover {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #d64b50;
text-decoration: none;
}	

A:Link, A:Active, A:Visited {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #5f95c2;
text-decoration: none;
}

A:Hover {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #d64b50;
text-decoration: none;
}	

input, select, textarea, .file {
font-family: Tahoma;
font-size: 10px;
color: #6c6c6c;
}

.overskrift {
background: url(/pictures/dimension/rowbg.jpg) top left repeat-x #d8d8d8;
border-bottom: 1px solid #cfcfcf;
border-top: 1px solid #f5f5f5;
height: 16px;
width: 100%px;
font-family: Tahoma;
font-size: 10px;
color: #224152;
font-weight: bold;
}

.statusText {
height: 16px;
width: 600px;
margin-top:10px;
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
padding-left:4px;
}

.inactiveText {
font-size: 			9px; 
color: 				#b73232; 
font-weight: 		normal;
}

.startpageText {
font-size: 			9px; 
color: 				#6b8996; 
font-weight: 		normal;
}

.submit {	
background: url(/pictures/dimension/submitbg.jpg) top left repeat-x;
cursor: pointer;
font-family: Tahoma;
font-size: 10px;
color: #6c6c6c;
font-weight: bold;
border:1px solid #EEEEEE;
}

img {
vertical-align: middle;
}	

A.medier:Link, A.medier:Active, A.medier:Visited, A.medier:Hover, A.medier {
text-decoration: none;
}

.folder {
margin-top: 10px;
font-weight: bold;
font-size: 10px;
border-top: 1px solid #e9e9e9;
padding-top: 10px;
width: 200px;
height: 20px;
margin-bottom: 2px;
}

.fil1 {
font-size: 9px;
margin-left: 5px;
}	

div.iconHeader {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

div.iconDesc {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#imageContainer
{
	margin-top:			15px;
	left:				0px;
	top:				0px;
	position:			relative;
	margin-left:		10px;
}

.crop_transparentDiv
{
	background-color:	#FFFFFF;
	filter:				alpha(opacity=60);
	-khtml-opacity: 	0.6;
	-moz-opacity: 		0.6;		
	opacity:			0.6;
	position:			absolute;
}

.crop_dottedDiv
{
	position:			absolute;
	border:				1px dotted #7F7F7F;
	z-index:			10000;
}

.crop_dottedDiv div
{
	filter:				alpha(opacity=0);
	opacity:			0;
	-khtml-opacity: 	0;
	-moz-opacity: 		0;		
	width:				100%;
	height:				100%;	
	background-color:	#FFFFFF;
}

#crop_progressBar
{
	background-color:	#FFFFFF;
	border:				1px solid #000000;
	padding:			1px;
	position:			relative;
	height:				20px;
	overflow:			hidden;
}

.crop_progressBar_parentBox
{
	width:				60px;
}

.progressBar_square
{
	border:				1px solid #000;
	margin:				1px;
	float:				left;
	width:				10px;
	height:				14px;
	margin-top:			2px;
	background-color:	#7190E0;
}

