﻿.WaterMakerClass1
{
     border-color: Red;
     border-width: 1px;     
     color: Gray;
     width:50px;    
     
}
.WaterMakerClass2
{
     border-color: Red;
     border-width: 1px;     
     color: Gray;    
     width:100px;
     
}
.WaterMakerClass3
{
     border-color: Red;
     border-width: 1px;     
     color: Gray;
     width:200px;    
     
}


.AutoCompleteList
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: .8em;
   font-weight: normal;
   border: solid 1px #006699;
   line-height: 20px;
   padding: 10px;
   background-color: White;
   margin-left:10px;
   list-style-type:none;
   text-align: left;
    
}

.AutoCompleteItem
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;   
}

.AutoCompleteSelectedItem
{
    color: White;
    background-color: #006699;
    cursor: pointer;
}



.Required
{
	color: red;
}

.RequiredHighLight
{
	border-color:rgb(233, 157, 60);
	z-index:100;

}

.toUpper
{
	text-transform: uppercase;
}

.calendar {
    border:solid;
    border-color:black;
    background-color: white;
    z-index:100;
}
.calendar .ajax__calendar_today { 
    font-weight: bold;
}

    .calendar .ajax__calendar_active
    {
        color: white;
        font-weight: bold;
        background-color: gray;
    }

.parent { position:relative; width:100%; height:100%; left:0px; top:0px; background-color:red;}
.child { position:absolute; width:200px; height:200px; z-index:2; }
.opacity { position:absolute; width:100%; height:100%; z-index:1; }





