#content table
{
	background-color: transparent;
	width:100%;
	
}
#content table thead
{
	
}
#content table th
{
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
#content table tbody
{
	border-style:solid;
	border-width:1px;
	border-color:black;
}
#content table tr
{
	
}
#content table td
{
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
}
#content table .odd
{
	background-color:transparent;
}
#content table .even
{
	background-color:transparent;
	background-image: url('res/back_table_semitrans.png');
	background-repeat: repeat;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7
{
	font-size:14pt;
	font-weight:bold;
}


#content table.system-status-report tr.ok th,
#content table.system-status-report tr.info th,
#content table.system-status-report tr.error th,
#content table.system-status-report tr.warning th
{
	padding-top:0px;
	padding-left:25px;
	background-position: left middle;
}
tr.dblog-page-not-found .active,
tr.dblog-access-denied .active
{
	background-color: #CAD9B3;
	color: black;
}
tr.dblog-user .active
{
	background-color: #CECFAD;
	color:black;
}
td.active
{
	background-color: transparent;
	/*background-color: #E7E9D6;
	color:black;*/
}
tr.dblog-error .active
{
	background-color: #FFCCCC;
	color: #220000;
}
#content table.update tr.error
{
	background-color: #FFCCCC;
}
#content table.update tr.error a,
#content table.update tr.error a:link,
#content table.update tr.error a:active,
#content table.update tr.error a:visited,
#content table.update tr.error a:hover,
#content table.update tr.warning a,
#content table.update tr.warning a:link,
#content table.update tr.warning a:active,
#content table.update tr.warning a:visited,
#content table.update tr.warning a:hover,
#content table.update tr.ok .versions table.version a,
#content table.update tr.ok .versions table.version a:link,
#content table.update tr.ok .versions table.version a:active,
#content table.update tr.ok .versions table.version a:visited,
#content table.update tr.ok .versions table.version a:hover
{
	color:blue;
}
#content table.update tr.warning
{
	background-color: #FFFFDD;
}
#content table.update tr.unknown
{
	background-color: #CCCCCC;
	color: black;
}
#content table.update tr.ok .versions table.version
{
	background-color: #DDFFDD;
}
.noderelationships-noderef-page-content
{
	background-color: #DDFFDD;
	color: black;
}
.noderelationships-noderef-page-content a,
.noderelationships-noderef-page-content a:link,
.noderelationships-noderef-page-content a:active,
.noderelationships-noderef-page-content a:visited,
.noderelationships-noderef-page-content a:hover
{
	color: black;
}
.ui-widget-overlay
{
	background-color: black;
}

#webfm
{
	color:black;
}
#webfm a,
#webfm a:link,
#webfm a:active,
#webfm a:visited,
#webfm a:hover
{
	color:black;
}
#webfm-cxtCont
{
	color: black; 
}















