/* Sixxac Menu http://sixxac.com */
.SXMenuFull { border: 0px; padding-left: 5px; padding-right: 5px; padding-top: 8px; padding-bottom: 1px; }
.SXMenuContainer { margin-left: 11px; /*  width: 100%;*/ }
.SXMenuItem { font-weight: normal; cursor: hand; text-align: left; 
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: Black;}
.SXMenuItem A { color: #3e4a59; width: 100%; text-decoration: none; }
.SXMenuItem A:link { color: #3e4a59; width: 100%; }
.SXMenuItem A:active { color: #3e4a59; width: 100%; }
.SXMenuItem A:visited { color: #3e4a59; width: 100%; }
.SXMenuEnabled A:hover, .SXMenuSelected A:hover { color: #800001; background-color: Transparent; text-decoration: underline; /*  width: 100%; */ }
.SXMenuEnabled {}
.SXMenuDisabled { color: black; cursor: default; width: 100%; }
.SXMenuSelected {}
.SXMenuActive { color: black; font-style: normal; font-weight:bold; cursor: default; background-color: Transparent; }
.SXMenuLink {}

/* ----- Table ----- */
.RedTable {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-style: solid;
	border-color: Black;
}
.RedTable th  { 
	color: #800001; 
	font-weight: bold; 
	height: 10pt; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid; 
	border-color: Black;
	padding-top: 4px; 
	padding-right: 6px; 
	padding-bottom: 4px; 
	padding-left: 6px; 
	margin: 0; 
}
.RedTable td { 
	border: 0; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-bottom: 4px; 
	padding-left: 6px; 
}

