﻿body
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	/* background-color: #7d6a4a; */
}
input
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}
table
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	width:100%;
}
select
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}
.root
{
	width: 1000px; /* page width */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.topbar-seperator
{
	background-color: #C6D7E7;
}
.topbar-end
{
	border-bottom:solid 2px #C6D7E7;
	background-color: transparent;
}
.topbar-base
{
	height:4px;
	background-color: #27598b;
}
.topbar-unselected
{
	vertical-align:middle; 
	padding: 0px 2px 0px 2px; 
	border-bottom: solid 2px #C6D7E7;
	
	font-weight: bold;
	font-size: 13px;
	color: #27598b;
	background-color: transparent;
}
.topbar-unselected a
{
	border-bottom: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #27598b;
	background-color: transparent;
}
.topbar-unselected a:hover 
{
	border-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ffff00;
}

.topbar-selected
{
	vertical-align:middle; 
	padding: 0px 2px 0px 2px; 
	border-bottom: solid 2px #27598b;
	
	font-weight: bold;
	font-size: 13px;
	color: white;
	background-color: #27598b;
}
.topbar-selected a
{
	font-weight: bold;
	font-size: 13px;
	color: white;
}
.topbar-selected a:link
{
	font-weight: bold;
	font-size: 13px;
	color: white;
}
.topbar-selected a:visited
{
	font-weight: bold;
	font-size: 13px;
	color: white;
}
.topbar-selected a:hover 
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #0099cc;
	background-color: #ffff00;
}

.tree table
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	width:auto;
}
