/*********** EDIT HERE TO CUSTOMIZE RICH TEXT EDITOR STYLES ***********/
.rteDiv table tbody tr td img.rteImage, .rteImage {
	padding: 5px;
        margin: 0;
        border: 0 none;
	cursor: pointer;
	cursor: hand;
}

.rteDiv table tbody tr td img.rteImageRaised, .rteDiv table tbody tr td img.rteImage:hover, .rteImageRaised, .rteImage:hover {
	background: #d7dce1;
	border: 1px solid #7b8b9b;
	padding: 4px;
	cursor: pointer;
	cursor: hand;
}

.rteDiv table tbody tr td img.rteImageLowered, .rteDiv table tbody tr td img.rteImage:active, .rteImageLowered, .rteImage:active {
	background: #d7dce1;
	border: 1px solid #7b8b9b;
	padding: 4px;
	cursor: pointer;
	cursor: hand;
}

.rteDiv table tbody tr td  {
        border-bottom:0 none;
}

.rteVertSep {
	margin: 5px 4px;
}

.rteBack {
	padding: 0;
	letter-spacing: 0;
}

.rteBack tbody tr td, .rteBack tr td {
	background: none;
	padding: 0;
	vertical-align: middle;
}

.rteTitle {
	font-family: Trebuchet MS, Helvetica, Arial;
	padding-top: 3px;
	font-weight: bold;
	color: #3b4b5b;
	height: 20px;
	text-align: center;
}
.rteDiv {
	background: url(../images/richtext/skin.gif) 0 0 repeat-x #bcbcbc;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #bcbcbc;
	display: block;
	padding: 0;
	margin-top: 3px;
	position: relative;
}

.rteDiv table {
	margin: 3px 0 0 3px;
}

.rteDiv textarea {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #bcbcbc;
	background: url(../images/richtext/textarea.jpg) 0 0 repeat-x #fff;
	margin: 0 2px;
	cursor: text;
}

.rteDiv select {
	font-family: Trebuchet MS, Helvetica, Arial;
	background: #fff;
	border: 1px solid #bcbcbc;
}

.rteDiv iframe {
	border-width: 1px;
	border-style: solid;
	border-color: #bcbcbc;
	background: url(../images/richtext/textarea.jpg) 0 0 repeat-x #fff;
	margin: 0 1px;
	cursor: hand;
}

.select-h1 {
	background: url(../images/richtext/h1.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-h2 {
	background: url(../images/richtext/h2.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-h3 {
	background: url(../images/richtext/h3.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-h4 {
	background: url(../images/richtext/h4.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-h5 {
	background: url(../images/richtext/h5.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-h6 {
	background: url(../images/richtext/h6.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-p {
	background: url(../images/richtext/paragraph.png) 2px 0 no-repeat;
	padding-left: 25px;
}
.select-code {
	background: url(../images/richtext/code.png) 2px 0 no-repeat;
	padding-left: 25px;
}
