﻿body {
}

TEXTAREA.editRegion 
{
	width: 100%;
	min-height: 200px;
	height: 200px;
	max-height: 200px;
}

DIV.editRegion,DIV.editRegionBig,DIV.editRegionSmall
{	
	width: 100%;
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	
	background-color: #fff;
	overflow: auto;
}
DIV.editRegionSmall
{
	min-height: 100px;
	height: 100px;
	max-height: 100px;
}
DIV.editRegionBig
{
	min-height: 400px;
	height: 400px;
	max-height: 400px;
}
DIV.toolbar 
{
	width: 100%;
	
	background-image: url(../../images/txteditor/toolbarBg.gif);
	border: 1px solid #e5e5e5;
}
DIV.toolbar IMG 
{
	cursor: hand;
	cursor: pointer;
}
TABLE.frm 
{
}
TABLE.frm TR TD 
{
	padding: 2px;
}
TABLE.lst 
{
	
}
TABLE.lst TR TD 
{
	padding: 2px;
}
/*TABLE.frm INPUT
{
	border: 1px solid #ccc;
	font-size: 11px;
}*/
TABLE.frm TR TD
{
	 vertical-align: top;
}
.adjustedZIndex {
    z-index: 1;
}