body, textarea {
	font-family: tahoma, arial;
	font-size: 10pt;
	background-color: white;
	color: black;
	margin-top: 0px;
	margin-left: 0px;}

.bgBlack
{
	background-color: Black;
}

.navItemSelected
{
	background-color: Gray;
}

td 
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: Black;
}

a, a:visited {
	text-decoration: none;
}

a.link, a.link:visited
{
	color: Blue;
}

.pageHolder {
	position: absolute;
	top: 75px;
	left: 0px;
}

.divHeader {
	position: relative;
	top: 5px;
	left: 5px;
}

.pageGreeting {
	font-size: 12pt;
	font-weight: bold;
}

a.linkLogout, a.linkLogout:visited
{
	font-size: 10pt;
	color: Gray;
	text-decoration: none;
}

a.linkLogout:hover
{
	color: Red;
}

a.linkNav, a.linkNav:visited
{
	text-decoration: underline;
}

a.linkNav:hover
{
	color: #FFFFFF;
}

.toolbarIcon
{
	cursor: hand;
}

.borderInput {
	border: solid 1px black;
}

.borderTop {
	border-top: 1px solid black;
}

.borderLeft {
	border-left: 1px solid black;
}

.borderBottom 
{
	border-bottom: 1px solid black;
}

.detailHidden {
	display: none;
}

.hand {
	cursor: hand;
}

.red
{
	color: Red;
}

.fullBorder
{
	border: solid 1px black;
}

.tbButton
{
	border: solid 1px buttonface;
}

.tbButton:hover
{
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

.tbButtonDepressed
{
	border: 1px solid;
	border-color: threedshadow threedhighlight threedhighlight threedshadow;
}

.menuItem, .menuItem:visited
{
	color: #FFCC33;
}

.menuItem:hover
{
	color: silver;
}

.menuItemSelected, .menuItemSelected:visited
{
	color: black;
}
