.header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height: 217px;
	vertical-align: middle;
}

.repeat {	
	background-image:url(images/repeat.jpg);
	background-repeat:repeat-y;
}

.footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 37px;
	vertical-align: middle;
}

.iconmenu {
	margin-left: 10px;
}

.iconmenu_container {
	padding-bottom: 10px;
}

.loginform_text {
	color: white;
	font-family: Arial;
	font-size: 12px;
}

.loginform_button 
{
	cursor:hand;
	cursor:pointer;
	color: white;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 9pt;
}

.tableall td {
	border: 1px solid #333333;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1f497d;
	font-variant:small-caps;
	border-left: 5px solid #1f497d;
	padding-left: 10px;
	line-height: 40px;
}

div.TreeViewWrapper
{
    float: left;
    background: transparent url('buttons/TreeViewWrapper.gif') repeat-y;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 179px;
    cursor: pointer;
    cursor: default;
}

div.treeviewContainer
{
    width: 157px;
    min-height: 120px;
    padding-left: 22px;
    background: transparent url('buttons/TreeviewBg.gif') no-repeat;
}

div.bottom
{
    width: 179px;
    height: 13px;
    background: transparent url('buttons/BtmBg.gif') no-repeat;
}