.RedEditTabBkgd {
	background-attachment: scroll;
	background-image: url(/images/edit_tab_center_vert.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	vertical-align: middle;
}
.SmallButton {
	height: 13px;
	width: 13px;
	padding-bottom: 1px;
}
.WhiteEditText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-left: 2px;
}
.LastUpdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}
.LastUpdated a:link, .LastUpdated a:visited, .LastUpdated a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
.LastUpdated a:hover {
	color: #000;
	text-decoration: none;
}
.SaveCancelButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	background-color: #CCC;
	margin: 4px 4px 0px 10px;
}