textarea 
{
    resize: none;
}

.termsOfUseBody a, .termsOfUseBody a:active, .termsOfUseBody a:hover, .termsOfUseBody a:visited,
.privacyPolicyBody a, .privacyPolicyBody a:active, .privacyPolicyBody a:hover, .privacyPolicyBody a:visited
{
	text-align: left;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.ErrorText
{
    font-weight: bold;
    color: #CD1111;
    text-align: center;
}

/* TextBox */
.TextBox, .TextBoxWM, .TextBoxE, .TextBoxRO
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: Transparent;
}

.TextBoxWM { color: #999999 !important; }
.TextBox { color: #666666 !important; }
.TextBoxE { color: White !important; }
.TextBoxRO { color: #999999 !important; }

.TextBoxSmall, .TextBoxSmallE
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	background-color: Transparent;
}

.TextBoxSmallE { color: White; }

/* Auto Complete classes */
.autoCompleteList
{
	visibility: hidden;
	margin: 0px !important;
	background-color: white;
	color: #666666;
	border: solid 1px #333333;
	cursor: default;
	overflow: auto;
	height: 250px;
	text-align: left;
	list-style-type: none;
	z-index:999;
}

.autoCompleteItem, .autoCompleteItemCurrent
{
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	z-index:999;
}

.autoCompleteItemCurrent
{
	background: #666666;
}


/* Modal Pane Styles */
.modalBackground
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.deleteActivityModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalBackgroundProgress
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 100002! important;
}

/* Ellipsis */
.ellipsis
{
  line-height: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -o-text-overflow: ellipsis;
  -moz-binding: url(moz_fix2.xml#ellipsis);
}

.invite_to_community .ellipsis > DIV + DIV::after, .invite_to_community .moz-ellipsis > DIV + DIV::after
{
	background-color:#999999;
	text-align: center;
}

.moz-ellipsis > DIV:first-child
{
  float: left;
  margin-right: -26px;
}
.moz-ellipsis > DIV + DIV
{
  float: right;
  margin-top: -1.2em;
  padding-left: 26px;
}
.moz-ellipsis > DIV + DIV::after
{
  background-color: white;
  content: '...';
}

/* Device calibration */
div.ajax__calendar
{
	z-index: 1000;
}
.searchLeft
{
	width: 30px;
	height: 28px;
}

.searchBack
{
	height: 28px;
}

.searchRight
{
	width: 11px;
	height: 28px;
}

.transparentWidgetOverlayBackground
{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;    
	background-color: White;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.dropDownInErrorState {
	background: #cd1111 !important;
    color:white !important;
    font-weight:bold !important;
}

.textAreaInErrorState {
	background: #cd1111 !important;
    color:white !important;
    font-weight:bold !important;
}

/* error style used for drop down */
.controlInErrorStateStyle2, select.controlInErrorStateStyle2 option {
	background: #ff4a4a !important;
    color:#fff !important;
}
/* /error style used for drop down */