﻿.validatorCalloutHighlight 
{
    background-color: #FFFACD; 
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

div.waitScreen {
      width: 100%; 
      height: 100%;
      background-color:#E6E6FA ; 
      position:fixed ;
      top:0px ;
      left:0px ;
      background-image: url('../images/loading.gif'); 
      background-repeat: no-repeat; 
      background-position: 500px center;
       -moz-opacity: 0.85; /*Moz, FF */
       opacity: 0.85;  /*Opera, CSS3 */
      filter: alpha(opacity=85); /* IE */ 
}

div.UploadScreen {
      width: 100%; 
      height: 100%;
      background-color:#E6E6FA ; 
      position:fixed ;
      top:0px ;
      left:0px ;
      text-align:center;
      vertical-align:middle;
       -moz-opacity: 0.85; /*Moz, FF */
       opacity: 0.85;  /*Opera, CSS3 */
      filter: alpha(opacity=85); /* IE */ 
}

/* AutoComplete item */
.ClassListItemCompletion
{
	font-family:Arial;
	font-size:8pt;
	overflow : auto;
    border-width : 0px;
    border-style : solid;
    list-style-type :none;
    margin:0px;
    padding:0px;
    cursor:pointer;
    z-index:1000;
    font-weight:normal;
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem 
{ 
	text-align : left;
	background-color:#B0C4DE;
	font-weight:normal;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
	background-color: #000080;
	color: #fff;
	font-size: 8pt;
	width:100%;
	font-weight:normal;
}

   
.WatermarkedTextCenter
{
	font-family:Arial;
	font-size:9pt;
	/*background-color:#F0F8FF;*/
	background-color:#FFFFFF;
	text-align:center;
	color:#A9A9A9;
	font-style:italic;
	border:1px solid #0066FF;
}

.WatermarkedTextCenterSuchen
{
	font-family:Arial;
	font-size:9pt;
	background-color:#FFFFFF;
	text-align:center;
	color:#A9A9A9;
	font-style:italic;
	background-image:url(images/googlesearchico.gif);
	background-repeat:no-repeat;
}

.WatermarkedTextLeft
{
	font-family:Arial;
	font-size:9pt;
	background-color:#FFFFFF;
	text-align:left;
	color:#A9A9A9;
	font-style:italic;
	border:1px solid #0066FF;
}

.WatermarkedTextLeftSuchen
{
	font-family:Arial;
	font-size:9pt;
	background-color:#FFFFFF;
	text-align:left;
	color:#A9A9A9;
	font-style:italic;
	background-image:url(images/googlesearchico.gif);
	background-repeat:no-repeat;
}

.WatermarkedTextRight
{
	font-family:Arial;
	font-size:9pt;
	/*background-color:#F0F8FF;*/
	background-color:#FFFFFF;
	text-align:right;
	color:#A9A9A9;
	font-style:italic;
}
	
