@charset "ISO-8859-1";
/* $Id: print.css 22196 2012-02-14 15:46:20Z guenter $ */

body {
	background: none;
}
#header, #menu, #submenu, #modulemarker, .Actions {
	display: none;
}

/*special case show pagination*/
.Pagination {
	display: block;
}
.Pagination a,
.Pagination a.here {
	text-decoration: none;
	color: #1d1d1d;
}

#content {
	border: none;
	left: 0;
	top: 0;
	padding: 0;
	padding-right: 0;
	margin: 0;
	margin-left: 1px;
}

#content_table {
	border: none;
	left: 0;
	top: 0;
	padding: 0;
	padding-right: 0;
	margin: 0;
	margin-left: 0px;
}

#helpcenter_cell {
	display: none;
}

#content_cell {
	border: 0px;
}

h1 {
	border-top: 0px;
	border-bottom: 1px solid black;
}

ul.general {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

span.icon {
	background: none;

	padding-left: 0;

	display: inline;

	height: auto;
}
span.icon span {
	background: none;
	display: inline;
	visibility: visible;
}

span.texticon {
	background: none;
	padding-left: 0px;
}

/*icons of boolean values have information show them*/
span.icon_boolean_no span.icontext, span.icon_boolean_yes span.icontext {
	font-weight: bold;

	padding-right: 5px;

	display: inline;
	visibility: visible;
}

/* Main page */
th, table table th {
	border-collapse: collapse;
	border: 1px solid silver;
	font-style: italic;
}

td, table table td {
	border-collapse: collapse;
	border: 1px solid silver;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid silver;
	empty-cells: hide;
}


col.actions, th.list_actions, td.Actions {
	display: none;
}

form#form_filter table {
	border: 1px solid silver;
}

form#form_filter fieldset, form#form_filter td, form#form_filter tr, form#form_filter th {
	border: 0px;
}

form#form_filter .filter_button {
	display: none;
}


th span.sort a {
	display: inline;
}

th span.sort a span {
	display: none;
}

tr.links, td.links {
	display: none;
}