.menuTitle {
	font-weight: bold;
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 16px;
}

.menuRowActive {
	font-weight: normal;
	height: 16px;
}

.menuRowNotActive {
	font-weight: normal;
	color: #FF0000;
	height: 16px;
}

.menuMenuRow {
	font-weight: bold;
	border: 1px none #000000;
	text-decoration: underline;
	height: 16px;
}

.menuRowBackground1 {
	background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 16px;
}

.menuRowBackground2 {
	background-color: #E5E5E5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 16px;
}

.menuRowrowActive {

}

.menuRowNotrowActive {
	text-decoration: line-through;
}

.errorTableCell {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.pageLink {
	color: #000000;
	text-decoration: underline;
}

.pageLink:hover {
	color: #000066;
	text-decoration: underline blink;
}



