.EditorTopBar {
	background-color: #000000;
	height: 25px;
	color: #FFFFFF;
	
}
.EditorHeaderTD {
	border-bottom: 1px solid #999999;
}

a.BtnEditor:link, a.BtnEditor:visited {
	width: 48px;
	height: 18px;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

a.BtnEditor:hover, a.BtnEditorSel {
	width: 48px;
	height: 18px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FF9900;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}


a.BtnEditorRed:link, a.BtnEditorRed:visited {
	width: 48px;
	height: 18px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #DD0000;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
}
a.BtnEditorRed:hover, a.BtnEditorRedSel {
	width: 48px;
	height: 18px;
	background-color: #FF0000;
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	border-top: 1px solid #DD0000;
	border-bottom: 1px solid #DD0000;
	border-left: 1px solid #DD0000;
	border-right: 1px solid #DD0000;
	font-weight: bold;
}





