td
{
	color: #000000;
	font-family: tahoma, verdana, helvetica;
	font-size: 11px;
}

a
{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menux
{
	padding-left: 5px;
	padding-top: 2px;
	border-right: #000000 1px;
	border-top: #000000 1px;
	border-left: #000000 1px;
	border-bottom: buttonshadow 2px;
	background-color: buttonface;
	background-image: url(../icons/mnBottom30.gif);
	color: #000000;
	height: 29px;
}

.menu
{
	padding-left: 5px;
	padding-top: 2px;
	border-right: #000000 1px;
	border-top: #000000 1px;
	border-left: #000000 1px;
	border-bottom: buttonshadow 2px;
	background-color: buttonface;
	cursor: pointer;
	background-image: url(../icons/mnBottom30.gif);
	color: #000000;
	height: 29px;
}


.option
{
	height: 24px;
	padding-left: 10px;
	padding-top: 3px;
	border: 1 1 1 1 solid #ffffff;
	background-color: #f5f5f5;
	cursor: pointer;
}

.option:hover
{
	background-color: #D8E4F8;
}

.options
{
	display: none;
	padding: 1 1 1 1;
}

.deleteButton
{
	background-image: url("Images/delete.gif");
	border-style: none;
	cursor: pointer;
}
