
/* Cell */
.fmtdf {
	border: 1px solid #FFE400;
}

/* Cell */
.fmtd {
	border-top: 0px solid #FFE400;
	border-right: 1px solid #FFE400;
	border-bottom: 1px solid #FFE400;
	border-left: 1px solid #FFE400;
}

/* SubItem Images */
.fmsi img {
	text-align: right;
	vertical-align: top;
	margin-right: -9px;
	margin-top: 2px;
}


/* TopItem */
.fmti:link, .fmti:visited, .fmti:active {
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	border-left: solid 1px #000000;
	margin: 0px;
	padding-left: 9px;
	padding-right: 12px;
	padding-top: 2px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
.fmti:hover {
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding-left: 9px;
	padding-right: 12px;
	padding-top: 2px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}


/* SubItems */
.fmsi:link, .fmsi:visited, .fmsi:active {
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #FFFFC8;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
	display:block;
}
.fmsi:hover {
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #FFE400;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
	display:block;
}

