/* GENERAL STYLES */
/* Rich text editor styling start */

#holderBody {
background: #fff;
}

#holder {
border: 1px solid #ccc;
padding: 10px;
margin: 5px;
text-align: left;
}

/* list styles */

.mceContentBody ul{
	/*margin-left: -40px !important;*/
	list-style: none; 
	/*margin: 0px auto;*/
	padding: 0;
}

.mceContentBody ul li{
	background-image: url(/media/41/listboxover.gif);
	background-repeat: no-repeat;
	background-position: left center;
    	/*margin-left: 20px;*/
	padding: 0 0 5px 15px;
}

/* end list styles */

/* Rich text editor styling end */



/*************************************************/

/* image styles */

.imageLeft {
	float:left;
	padding: 10px 10px 10px 0;
}

.imageRight {
	float: right;
	padding: 10px 0 10px 10px;
}

.imageTopRight {
	float: right;
	padding: 0 0 10px 10px;
}

.imageTopLeft {
	float:left;
	padding: 0 10px 10px 0;
}

/* EDITOR PROPERTIES */
.imageLeft {

}

.imageRight {

}

.imageTopLeft {

}

.imageTopRight {

}

.columnTopCell {
background-color:#ece1ce;
}

.blueCell {
background-color:#0c488d;
color:#ffffff;
font-weight:bold;
}

