/* MASTER STYLE SHEET FOR NAVIGATION */

.tblNavigationWrapper {
	margin: 0px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 5px 10px 10px 10px;
}

.tblNavigation {
	width: 100%;
	margin: 0px;
	border: 0px;
	background-color: #ffffff;
}

.ItemDefault, .ItemActive {
    color: #000000;
	font-size: 12px;
    line-height: 15px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.ItemDefault {
	background-color: #ffffff;
}

.ItemDefault a {
	display: block;
    color: #000000 !important;
	text-decoration: none !important;
}

.ItemActive {
	background-color: #530203;
    color: #ffffff !important;
	border: 1px solid #a85758;
}

.ItemActive a {
	display: block;
    color: #ffffff !important;
	text-decoration: none !important;
}

.ItemDesc {
	font-size: 10px;
    line-height: 13px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    padding: 0px;
	margin: 2px 0px 0px 10px;
	clear: both;
}

/* Row Hover Effect Classes */

.RowDefault {
	/* dummy class */
}

.RowDefault td {
	border: 1px solid #ffffff;
}

.RowHover {
	/* dummy class */
}

.RowHover td {
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
}