/* divs für Kinderanzeige display_<hasChildren>_<expanded> */
div.display_true_true
{
	width:100%;
	display:all;
}
div.display_true_false
{
	width:100%;
	display:none;
}
div.display_false_true
{
	width:100%;
	display:none;
}
div.display_false_false
{
	width:100%;
	display:none;
}

table.data
{
	table-layout:fixed;
	background-color:white;
}
td.data
{
	padding:0px 0px 0px 5px;
}

/* Treeview-Zeile (<table> und <td>) treeentry_sel_<selected>_<index%2> */
table.data_sel_true_0
{
	border:1px solid #00007f;
}
td.data_sel_true_0
{
	background-color:#eaeaea;
	border:1px solid white;
}
table.data_sel_false_0
{
	border:1px solid white;
}
td.data_sel_false_0
{
	background-color:#eaeaea;
	border:1px solid white;
}

table.data_sel_true_1
{
	border:1px solid #00007f;
}
td.data_sel_true_1
{
	background-color:white;
	border:1px solid white;
}
table.data_sel_false_1
{
	border:1px solid white;
}
td.data_sel_false_1
{
	background-color:white;
	border:1px solid white;
}

table.treeview 
{
	padding:0px 0px 0px 1px;
	width:100%;
}

table.subheader
{
	padding:0px 0px 0px 1px;
	border:1px solid white;
	table-layout:fixed;
}

td.subheader
{
	border:1px solid white;
	background-color: #EEEEEE;
	color: #000000;
	font-weight:bold;
	text-align: center;
}


div#dktree, div#fileinfo, div#fileinfo td {
	font-family: 	arial, helvetica, sans-serif;
	font-size:		15px;
}
div#fileinfo {
	float:			right;
	margin-top:		30px;
	padding:		8px;
	border: 1px solid #CCCCCC;
}
div#fileinfo td.yellow, div#dktree span.yellow {
	background-color:	#FFFFCC;
}
div#fileinfo td a {
	font-size:		12;
}
div#dktree {
	vertical-align:top;
	padding-top:3px;
}
div#dktree a {
	text-decoration:none;
}
div#dktree a img {
    border:none;
}
.btn    {
        border-top: 1px solid #FF6600;
        border-left:1px solid #FF6600;
        border-right:1px solid #CC6600;
        border-bottom:1px solid #CC6600;
        background: url(../images/doctree/button_back.gif) repeat-x;
        font-size:      12px;
        font-family: arial, helvetica, sans-serif;
        font-weight: normal;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Slim IV Baum */
a.tree-all {
	/*font-size: smaller;*/
	text-decoration: none;
}

div.tree-root {
	margin-top: 10px;
	margin-left: -30px;

}

div.tree-node {
	border: 0px solid black;
	padding: 2px;
	margin-left: 40px;
	margin-top: 0px;
	clear:left;
}
div.tree-node a{
	text-decoration:none;
}

.tree-selected-node{
	background:#ffffcc;
}

a.tree-switch-active {
	text-decoration: none;
	display: block;
	float: left;
	margin-right:2px;
	margin-top:-2px;
}

a.tree-switch-inactive {
	text-decoration: none;
	display: none;
	float: left;
}

div.tree-closed {
	display: none;
	padding: 0px;
	margin: 0px;
}

div.tree-open {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.tree-file {
	margin-left: 43px;
	clear:left;
}
div.tree-file a {
	text-decoration:none;
}
