.EditorTopBar {
	background-color: #000000;
	height: 25px;
	color: #FFFFFF;
	font-size:80%;
}




a.BtnEditor:link, a.BtnEditor:visited {
	width: 48px;
	height: 18px;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	
}

a.BtnEditor:hover, a.BtnEditorSel {
	width: 48px;
	height: 18px;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;

}


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;
	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;
}






