﻿.rte_menu_container {
}
.rte_cmd {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 1px;
	padding: 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #B2B2B2;
	background-color: #E9E8E8;
	background-attachment: scroll;
	margin: 1px;
	padding: 0px;
}

.rte_cmd_bold {
	background-position: 0px 0px;	
}
.rte_cmd_italic {
	background-position: -60px 0px;
}
.rte_cmd_strikethrough {
	background-position: -120px 0px;
}
.rte_cmd_insertunorderedlist {
	background-position: -20px 0px;
}
.rte_cmd_insertorderedlist {
	background-position: -80px 0px;
}
.rte_cmd_justifyleft {
	background-position: -460px 0px;
}

.rte_cmd_justifycenter {
	background-position: -420px 0px;
}

.rte_cmd_justifyright {
	background-position: -480px 0px;
}

.rte_cmd_indent {
	background-position: -400px 0px;
}
.rte_cmd_outdent {
	background-position: -540px 0px;
}

.rte_cmd_inserthorizontalrule {
	background-position: -360px 0px;
}
.rte_cmd_createlink {
	background-position: -500px 0px;
}
.rte_cmd_unlink {
	background-position: -640px 0px;
}
.rte_cmd_insertimage {
	background-position: -380px 0px;
}
.rte_cmd_undo {
	background-position: -160px 0px;
}
.rte_cmd_redo {
	background-position: -100px 0px;
}
.rte_cmd_removeformat {
	background-position: -580px 0px;	
}
.rte_cmd_print {
	background-position: -440px -20px;		
}
