﻿/*AutoComplete flyout */
.AutoComplete {text-align: left; width:300px; padding: 2px; border: black 1px solid; background-color:white; color:black; font-size: 85%; z-index:100000; }
.AutoCompleteItem { padding:0 2px 0 2px; width:300px; list-style-image:none; }
.AutoCompleteHighlightedItem { padding:0 2px 0 2px; width:300px; background-color: silver;list-style-image:none; }

/* Calendar Z-Index */
.ajax__calendar_container { z-index:10000; }

/*Textbox Watermark*/
.unwatermarked {
}

.watermarked {
	color:gray;
	font-style:italic;
}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}  
.modalPopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.modalPopup .container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.modalPopup .header
{
    background: url(../images/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.modalPopup .header .msg
{
    font-weight: bold;
}         

.modalPopup .body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

.modalPopup .body .msg
{
    background: url(../images/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}  

.modalPopup .footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.modalPopup .close
{
    right: 7px;	
    background: url(../images/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}


