.ActionButton
{
	width:100px;
}

.TextAreaCode
{
	cursor: pointer;
	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: #e6eaff;
	border: solid 1px #000099;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 5px 0px;
}

.Instructions
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fdfdfd;
	border: dotted 1px #DDDDDD;
	padding: 5px 5px 5px 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%;
	display:inline;
}

.Dropzone_visible
{
	border: solid 1px #999999;
	background-color: #FFFFFF;
	width: 5px;
	height: 100%;
	display: block;
}

.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: pointer;
}

.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: #F5F5F5;
}

.GridNormal
{
	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: #F5F5F5;
}

.GridHilight
{
	font-weight: bold;
	background-color: #B0C4DE;
	color:White;
	font-size: 12px;
}


.EFFormBody {
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.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; 
}

.HelpTextWatermark
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color:#F0F8FF;
	color:gray;
}

.HelpTextWatermark
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color:#F0F8FF;
	color:gray;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(./images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px; 
  margin-bottom:1px;
}
#TB_title
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#e8e8e8;
	height: 27px;
	*width: 101%;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load
{
	background: url('./images/loadingAnimation.gif');
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}