
div.tree
{
 float: left;
 width: 150px;
 min-height: 400px;
}

div.list, div.cms
{
 float: left;
 width: 500px;
}

table.overview
{
 width: 500px;
}
table.overview th, table.overview td
{
 vertical-align: top;
 text-align: left;
}
div.scroll
{
 max-height: 100px;
 overflow: auto;
}

div.group
{
 border: 1px solid #00547A;
 margin-bottom: 10px;
 padding: 3px;
}
div.groupTitle
{
 font-weight: bold;
 font-size: 110%;
 padding-bottom: 10px;
}
div.field 
{
 clear: both;
 margin: 0px 0px 10px 0px;
 padding-bottom: 10px;
}
div.field div.title
{
 float: left;
 width: 200px;
 font-style: italic;
}
div.field div.input
{
 float: left;
 width: 280px;
 min-height: 25px;
}

input.text, input.password, select.form, textarea.form, .fake
{
 margin: 0px;
 width: 100%;
 border: 1px solid #00547A;
 background-color: #FFFFFF;
}
.fake
{
 border: 1px solid #545454;
 background-color: #EEEEEE;
}
textarea.form
{
 height: 200px;
 margin-bottom: 10px;
}
input.submit
{
 width: auto;
 border: 1px outset;
 background-color: #FFFFFF;
 color: #00547A;
 cursor: pointer;
}

