/*
 *
 * Javascript XML Backend Framework
 *
 * Print CSS
 *
 */


body {
	color:				black;
	font-size:			12px;
	font-family:		arial, verdana, sans-serif;
}

/* all hiding of elements */
#left_collumn,
#context_indication,
ul.navigation,
table tfoot {
	display:			none;
}

.fl_panel {
	border-bottom:		2px solid black;
	margin:				5px 0px 10px 0px;
	padding-bottom:		10px;
}
.panel_head {
	font-size:			1.5em;
	font-weight:		bold;
	line-height:		1.5em;
}
.panel_content {
	height:				auto !important;
}

fieldset {
	border:				1px solid #888;
	margin-bottom:		5px
}
fieldset legend {
	font-size:			1.2em;
}
table {
	border:				1px solid black;
	padding:			5px;
}
table th {
	padding:			2px;
	border-bottom:		1px solid black;
	text-align:			left;
}
table td {
	padding:			2px;
	border-bottom:		1px solid #888;
}

.alignRight {
    text-align: right;
}

.hidePrint {
    display: none;
}

.nowrap {
    white-space:nowrap;
}