/*
	GENERAL
*/
html, body {
	font-family: Sans-Serif, Arial, Verdana, Helvetica;
	font-size: 14px;
	/*background: #FFFFFF;
	font-family: Sans-Serif, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	color: #000000;*/
	/*text-align: left;
	vertical-alin: top;*/
	margin: 0px;
	padding: 0px;
}

a, a:LINK, a:VISITED, a:BEFORE {
	text-decoration: none;
	color: #8191A1;
}

/*
	FONTS
*/
.important {
	color: #FF0000;
	font-weight: bolder;
}

/* see .divContent p
p {
	margin-left: 7px;
}*/

/*
	HEADLINES
*/
h1, h2, h3, h4 {
	font-weight: bold;
	display: block;
	border-bottom: 1px dotted #000000;
	/*padding-left: 5px;*/
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.5em;
	line-height: 2.0em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.7em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h4 {
	font-size: 0.9em;
	line-height: 1.2em;
}

/*
	MESSAGES
*/
.infoMessage, .warningMessage, .errorMessage, .fatalMessage {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px dotted #000000;
}

.infoMessage {
	background-color: #f4efdc;
	color: #348d37;
}

.warningMessage {
	background-color: #f4efdc;
	color: #ff7f3f;
}

.errorMessage {
	background-color: #f4efdc;
	color: #ae0e0e;
}

.fatalMessage {
	background-color: #f4efdc;
	color: #ae0e0e;
}

/*
	NAVIGATION
*/
/* only when elemet.a under element.menu and element.menuSelected */
.menu > a, .menuSelected > a, .menuSelected > a:active {
	text-decoration: none;
	padding-left: 5px;
	font-weight: bold;
	/*border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;*/
	background-image: url("/xdb/skins/img/menu.gif");
	background-position: right;
	background-repeat: no-repeat;
	z-index: 100;
}

.menu > a, .menu > a:visited, .menu > a:before {
	text-decoration: none;
	color: #525252;
}

.menu > a:hover {
	display: block;
	text-decoration: none;
	background-color: #F2F7FF;
	padding-left: 10px;
	margin-right: 5px;
}

.menuSelected > a, .menuSelected > a:active {
	display: block;
	text-decoration: none;
	background-color: #6699CC;
	color: #FFFFFF;
	margin-right: 5px;
}

/*
	DIVS
*/
.divContent table {
	border-collapse: collapse;
	font-size: 1.0em;
}

.divContent td {
	font-size: 0.95em;
	vertical-align: top;
}

.divContent p {
	margin-left: 7px;
}

.divFooter {
	float: none;
	font-size: 0.8em;
	margin-top: 10px;
	border-top: 1px dotted #000000;
}

.footer > a {
	font-size: 0.8em;
}

/*
	OTHER
*/

.border {
	border: 1px solid #525252; /*#CFCFCF*/
}
.specHeader {
	background-color:#6699CC;
	background-image:url(/xdb/a4j/g/3_3_0.GAorg.richfaces.renderkit.html.GradientA/DATB/eAH7!!3TmZlpTAAXTQS2);
	background-position:left top;
	background-repeat:repeat-x;
	border: 1px solid #525252;
	min-width: 55px;
}

.frmText {
	font-weight: bold;
}

.frmTextInfo {
	font-size: 0.8em;
}