﻿.menutitle
{
	color:white;
	height:24px;
	background-image: url(images/menutitle.png);
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}
.menuitem
{
	height:24px;
	width:200px;
	background-image: url(images/menuitem.png);
	font-weight:bold;
	padding-left:10px;
	font-size:8pt;
	padding-top:3px;
}
.menu.menutitle a
{
	text-decoration:none;
	color:white;
	height:24px;
	background-image: url(images/menutitle.png);
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}
.menuitem a
{
	text-decoration:none;
	color:#666666;
}
.menuitem a:hover
{
	color:Black;
}

.fieldstatus a 
{
	color:#666666;
	text-decoration:none;
}

.fieldstatus a:hove 
{
	color:red;
}

.fieldstatus td
{
	border-left: solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	padding-left:3px;
	padding-right:3px;
	color:#000066;
}

.fieldstatus th
{
	border-left: solid 1px #dddddd;
	background-color:#006699; color:White;
}

.borderedtable
{
	width: 450px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

.borderedtable thead td
{
	text-align:center;
	font-weight:bold;
	border-right: 1px solid black;
	border-top: 1px solid black;
}


.borderedtable tbody td
{
	border-right: 1px solid black;
	border-top: 1px solid black;
}