.TextAreaCode
{
	cursor: hand;
	height: 100%;
}

.MandatoryLabel
{
	font-size: 11px;
	font-weight: bold;
	color:Red;
}

.EditElementAttributesHeading
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px black;
	margin-bottom: 10px;
}

.FormDesignerTable
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	width:95%;
}

.FormDesignerTableCell
{
	border: dotted 1px #DDDDDD;
	background: #FFFFFF;
}

.FormDesignerTableRowNr
{
	border: none;
}

.FormDesignerTableHeader
{
	font-weight: bold;
	color: #666666;
}

.ErrorMessage
{
	color: Red;
}

.EFPanel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
}

.FormPanel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 10px;
}

.ContainerHidden
{
	border: solid 1px #FFFFFF; 
	z-index:-100;
}

.ContainerEmpty
{
	width: 90%;
	border: solid 1px #FFFFFF; 
	display: block;
    height: 15px;
}

.FormHelp
{
	font-size: 10px;
	color: white;
	position: absolute;
	top: 200px;
	left: 180px;
	width: 150px;
	visibility: hidden;
	z-index: 100; 
}

.helpHr
{
	height: 1px;
	width: 50px;
}

.helpPointer
{
	position: absolute;
	top: 200px;
	left: 180px;
	width: 10px;
	visibility: hidden;
	z-index: 100;
}

.helpTable
{
	border-right: black 0px inset;
	border-top: black 0px inset;
	border-left: black 0px inset;
	border-bottom: black 0px inset;
	padding: 10px 10px 10px 10px;
	color: white;
	background-color: #5655C9;
}


.efmenuitems
{
	padding-left: 15px;
	padding-right: 10px;
}

.efaspmenuitems
{
	padding-left: 15px;
	padding-right: 10px;
	width: 100%;
	text-decoration: none;
	color: Black;
}

.menuhr
{
	height: 1px;
}

.validationMark
{
	color: Red;
}

.EFFormsheader
{
	background: #e6eaff;
	border: solid 1px #000099;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 5px 0px;	
}

.EFButtonsHolder
{
	background: #ffffff;
	border: solid 0px #000099;

}

.Instructions
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fdfdfd;
	border: dotted 1px #DDDDDD;
	padding: 5px 5px 5 px 10px;
	color: #888888;
}

.DeleteRow
{
	color: #cbb1bf;
	font-weight: bold;
	margin-left: 5px;
}

.DeletePage
{
	color: #cbb1bf;
	font-weight: bold;
	margin-left: 5px;
}

.Dropzone
{
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	width: 5px;
	height: 100%;
}

.Dropzone_visible
{
	border: solid 1px #999999;
	background-color: #FFFFFF;
	width: 5px;
	height: 100%;
}

.Dropzone_active
{
	border: solid 1px #999999;
	background-color: #999999;
	width: 5px;
	height: 100%;
}

.HiddenField
{
	display: none;
}

.tabContainer
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px 4px 4px 14px;	
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background: #FAFAFA;
}
.tab
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #DDDDDD;
	color: #444444;
	height: 14px;
	cursor: hand;
}

.tabSpacer
{
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #000000;
	height: 14px;
	width: 100%;
	background-color: #FFFFFF;
}

.tabActive
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 10px 2px 10px;	
	border-bottom: solid 1px #FAFAFA;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;	
	background: #FAFAFA;
	font-weight: bold;
	color: Red;
}


/* GENERAL */
 

.GridHeader
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/gridheaderBg.gif);
	background-color: #DCDCDC;
	text-align: center;
}

.GridPager
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: Red;
	background-color: #DCDCDC;
	background-image: url(images/gridheaderBg.gif);
}

A.GridPager:link {
    text-decoration:    underline;
    color: #003366;
}

A.GridPager:visited  
{
    text-decoration:    underline;
    color: #003366;
}

A.GridPager:active   
{
    text-decoration:    underline;
    color: #003366;
}

A.GridPager:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.GridAlternating
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	background-color: #DCDCDC;
}

.GridAlternate
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	background-color: #DCDCDC;
}

.GridNormal
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	background-color: #F5F5F5;
}

.GridHilight
{
	font-weight: bold;
	background-color: #B0C4DE;
	color:White;
	font-size: 12px;
}


.EFFormBody {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	align: right;
}

.AjaxLoading
{
	font-size : 20px;
	background-color : Red;
	text-decoration : blink;
}

.AutoScroll
{
	overflow: auto;
}

.TokensList
{
	overflow: auto;
	width: 98%;
	height: 200px;
	border:thin inset;
}


#tooltip {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; 
}
