/*	
	div.settingsContent {
	float: none;
 z-index:25;
	position:absolute;
	height:auto;
	left:0;
	top:0;
	bottom:0;
	width:200px;
}*/
table#table_settings_roller {
/*	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
*/	margin:10px;
	text-align:center;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	white-space:nowrap;
	width:97%;
}

table#table_settings_roller td, th{
	border-bottom: 1px solid black;
	white-space:nowrap;
} 


/* table#table_settings_roller th{
	background-color: OliveDrab;
}*/ 
div.settingscontrols {
	background-image:url(style_images/baggrund.gif);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	margin-left:0;
	margin-right:0;
	margin-top:3px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:2px;
}
div.settingscontrolsOpen {
	background-image:url(style_images/baggrund.gif);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	margin-left:0;
	margin-right:0;
	margin-top:3px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:2px;
}
div.topControls {
	width:600px;
	white-space:nowrap;
	/* margin-top:22px;*/
}

div.userinfo { 
	/* background-color: #a4c2c2;*/
	margin:0;
	/*margin: 3px;*/
	/* padding: 2px;*/
	}

.personhead {
	background-color: #F1F1F3; 
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px; 
	margin-top: 0;
	margin-left:0;
	margin-right:0px;
	margin-bottom:3px;
	font:10px arial;
	color: #000000;
	letter-spacing:0.1em; 
	text-transform: capitalize;
	/* text-align:center; */
	}


div#personList, div#borderOpenTop { 
	background-color: White;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: none; 
	/*clear: both;*/
	margin-left: 10px ;
	padding-left: 1px; 
	
	
	}

div#personList {
	border-top: 1px solid #CCCCCC;
}

div#personList *, div#borderOpenTop * {
	font:10px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
/*	text-align:left;*/
	}

div#personList form, div#borderOpenTop form {

	margin:5px;
}	
	
.greystyle { 
	color: grey;
}

.workGroup{
	padding: 10px;
}
	

/* folde ind og ud */	
.expanded {
  background-image:  url('style_images/menu-expanded.png');
  background-repeat:  no-repeat;
  background-position: left center;
  cursor: pointer;
  padding-left: 20px;
}

.collapsed {
  background-image:  url('style_images/menu-collapsed.png');
  background-repeat:  no-repeat;
  background-position: left center;
  cursor: pointer;
  padding-left: 20px;
}

.dissapearable p{
	margin: 0;
	padding: 0;
}

.brugerRettigheder {
vertical-align:top;
}


/* folde ind og ud slut */	

