/*--- CSS Document --------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                         */
/*  Print CSS for Dialog Värdegrund                                                                                                                                        */
/*                                                                                                                                                                         */
/*  Created by Futurniture AB                                                                                                                                              */
/*                                                                                                                                                                         */
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
html{
	font-size: 125%;
}
body{
	font-family: Arial, Sans-Serif;
	font-size: 50%;
}
a{
	color: #000;
	text-decoration: none;
}
#head, #content, #foot, div.column_tripple a{
	display: none;
}
#RegisteredUserListContainer table{
	border-collapse:collapse;
	width: 100%;
	text-align: left;
}
#RegisteredUserListContainer table th{
	padding: 3px 10px 3px 0;
	border-top: 1px solid #000;
}
#RegisteredUserListContainer table td{
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #000;
	vertical-align: text-top;
	white-space: nowrap;
	}
#RegisteredUserListContainer table td.wordwrap{
	white-space: normal; 
}
#RegisteredUserListContainer table td,
#RegisteredUserListContainer table th{
	border-bottom:1px solid #000;
}
