/* Datagrid */

a:link,
a:visited 					{ color: #4e6681; }
a:hover						{ color: #8395a7; }
a:active 					{ color: #4e6681; }

table.datagrid
{	
	font-size: 12px;
	border-collapse:collapse;
	width: 100%;
}

table.datagrid th {
 	background: #597492 url('../images/graphite-hover.gif') repeat-x top;
	letter-spacing: 2px;
	text-align: left;
	padding: 2px 4px 2px 6px;
	color: #FFF;
}

table.datagrid td {
	border-right: 1px solid #465c73;
	border-bottom: 1px solid #465c73;

}

table.datagrid tr {
	background: #FFF;	
}

table.datagrid tr.odd {
	background: #F0E9E6;
}

table.datagrid tr:hover {
	background: #DDD;
}

/* Datagrid end */

/* Form table */

table.formtable
{
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #465c73;
	background: #F0E9E6;	
	border-collapse:collapse;
	
}

table.formtable thead
{
}

table.formtable thead th
{
    background: #597492 url('../images/graphite-hover.gif') repeat-x top;
    color: #FFF;
}

table.formtable tbody td
{
	padding: 4px;

}

table.formtable tbody tr
{
	border-bottom: 1px dotted #465c73;
	vertical-align: top;
}


/* Form table end */



.didier {
	
	border: 1px solid green;
	width: 100%;	
}

/* Filter box */

.filterBox
{
	margin-left: auto;
	margin-right: auto;	
}

.headerBox
{
	border-top: 1px solid #465c73;
	background: #F0E9E6;	
	padding:4px 0px 4px 4px;
	text-align: center;
}

.classificationBox
{
	float: left;	
}

.searchBox
{
	float: right;
	height: 20px;
	vertical-align:bottom;
}



/* contentBox */

.contentBox
{
	border: 1px solid #465c73;
	background: #F0E9E6;	
	margin-left:auto;
	margin-right:auto;
	width: 80%;
}

.logBox
{
	border: 1px solid #465c73;
	background: #F0E9E6;	
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

#logViewer
{	
	overflow:auto;
	height:300px;	
}

.contentBoxHeader
{
	padding: 4px 0px 4px 20px;
	color: #FFF;
	font-weight: bold;
	background: #597492 url('../images/graphite-hover.gif') repeat-x top;
}

.contentBoxTitle 
{
	padding: 17px 20px 20px 20px;
	margin: 0;
	color: #444;
	background-color: #F0E9E6;
	font-weight: bold;
	border-bottom: 1px dotted #465c73;
	text-align: center;
}

.contentBoxContent
{
	padding: 4px 20px 4px 20px;
	margin: 0;
	background-color: #F0E9E6;
	color: #000;
}

.contentBoxFooter{
	padding: 17px 20px 20px 20px;
	margin: 0;
	background-color: #F0E9E6;
	text-align: justify;
}

.column
{
	float: left;
	margin: 0;
	padding: 0;	
}



/* boxtable end */


/* Florian tweaks */
.tdPadding
{
	padding: 0 0 0 4px;	
}
.tdPaddingRed
{
	padding: 0 0 0 4px;	
	background-color:#FF0000;
	color:#FFFFFF;
}

#zoomdiv
{
	float:right;
	width:440px;
	visibility:hidden;
	border:2px groove #0C4474;
	padding: 5 5 5 5;
	margin: 5 0 0 5;
	background-color:#E1FCBC;
}

#choicecatdiv
{
	float:left;
	width:450px;
}

#expanddiv
{
	float:left;
	width:450px;
	visibility:hidden;	
	background-color: #DEDDCD;
	border:2px ridge #0C4474;
}

#treediv
{
	float:left;
	width:450px;
	overflow:auto;
	background-color: #DEDDCD;
	visibility:hidden;
	border:2px ridge #0C4474;
}