﻿/* Styles for Apply CSS Style Feature */
img.imageLeft
{
	float:left;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
}
img.imageRight
{
	float:right;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
img.homeButtons
{
	margin-right:2px;
	margin-bottom:2px;
}

/* Styles for displaying the editor toolbars */
.epTopToolbarsContainer
{
	background-color: #E2EDFD;
	position:absolute;
	z-index:100; /* Bring to foreground */
	left:0px;
	width:100%;
	top:0px;
	line-height:0px;
}
.epBottomToolbarsContainer
{
	background-color: #E2EDFD;
	position:absolute;
	z-index:100; /* Bring to foreground */
	left:0px;
	width:100%;
	bottom:0px;
}
.epToolbarsWrapper
{
	padding:5px;
}
.epToolbarsWrapper table
{
	width:100%;
}
.epToolbarsWrapper .col2
{
	text-align:right;
}