﻿/*###########  ASP.NET Server Control sytles ###########*/

/*Textbox controls*/
.formFieldOff, .formFieldOn, .formFieldWaterMark {
	border: solid 1px #999;
	height: 26px;
	padding: 4px 0px 1px 3px;
	vertical-align: middle;
	border-radius: 6px;
	font-family: DMSans, 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
.formFieldOn {
    color: #000;
    border: solid 1px #1BA0E1;
    background-color: #F0F0F0;
    border-radius: 6px;    
}
.formFieldWaterMark {color:#7A7A7A; font-size:12px; border:solid 1px #878787;}
.formFieldWaiver{font-size:13px; font-family:Arial; background-color:#fff; color:#000; border:solid 1px #fff; border-bottom:solid 1px #333; padding:3px 0px 2px 3px; vertical-align:text-bottom;}

/*drop down list controls */
.regformSelect {
	font-family: DMSans, 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	border-radius: 5px;
	padding: 5px 2px;
	border: solid 1px #999;
	font-weight: 400;
	color: #272727;
}
/*button styles*/
.buttonOff, .buttonOn{-moz-border-radius: 5px; border-radius: 5px; height:26px; font-weight:600; font-size:14px; color:#000; font-family: Trebuchet MS, Arial, Sans-Serif; text-transform:uppercase; vertical-align:middle;}

/* Validation Summary control*/
.ValSummary
{
    padding:0px 0px 5px 0px;
    border:solid 1px #990000;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    width: 90%;   
    color:#990000;
    font-weight:normal;
    text-align:left;     
}
.ValSummary .header {background:#FFE8E8 url(images/ErrorIcon.gif) no-repeat 5px; text-align:left; color:#990000; height:30px; padding-left:40px !important; padding-top:10px !important; vertical-align:text-bottom;}
.ValSummary ul
{
padding:10px;
margin:0px;
margin-left:5px;
list-style-position:inside;
}
.ValSummary li
{
margin-left:14px;
color:#990000;
list-style-type:disc;
font-size:0.9em !important;
}
.OkSummary {
    padding: 0px 0px 5px 0px;
    border: solid 1px #008000;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    width: 90%;
    font-size: 13px;
    color: #272727;
    font-weight: normal;
    text-align: left;
}

    .OkSummary .header {
        background: #e6ffe6 url(Images/Checkbox.png) no-repeat 5px;
        text-align: left;
        color: #272727;
        height: 30px;
        padding-left: 40px !important;
        padding-top: 10px !important;
        vertical-align: text-bottom;
    }

/*Link buttons that have the box around them on mouseover */
.LinkSubmit
{
	font-family:Trebuchet MS, Arial;
	font-size:13px;
	font-weight:bold;
	height:24px;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;		
	padding:3px 6px 3px 6px;
	background-color:#fff;
}
.LinkSubmit a, .LinkSubmit a:link, .LinkSubmit a:visited, .LinkSubmit a:active
{
	color:#0066CC;
	text-decoration:none;
	padding:3px 6px 0px 6px;
	border-bottom:dotted 1px #0066CC;
}
.LinkSubmit a:hover
{
	background-color:#fff;
	border:solid 1px #F20505;
	padding:2px 5px 2px 5px;	
	cursor:pointer;
	color:#F20505;
	text-decoration:none;	
}
/*###########  ASP.NET Server Control sytles ###########*/

/*###########  AJAX Control sytles ###########*/
.modalBackground {
	background-color:#000;  /* dedede*/
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*style of the modal popup itself*/
div.modalHeader
{
	padding:0px;
	margin:0px auto;
	background:transparent url(images/ModalHeader.png) no-repeat center top;
	height:37px;
	width:507px;
	overflow:hidden;
}
div.modalHeader div.Title
{
    float:left;
    width:450px;
    padding-left:20px;
    padding-top:10px;    
    font-weight:bold;
    font-style:italic;
    text-align:left;
}
div.modalHeader div.CloseIcon
{
	float:left;
	width:37px;
	background:transparent url(images/ModalClose.gif) no-repeat left top;
	height:20px;
	margin-top:10px;
	cursor:pointer;
}
div.modalPopup
{
	width:507px;
	background:transparent url(images/ModalBody.png) repeat-y center top;
	margin:0px auto;
	min-height:150px;	
}
div.modalPopup table {padding:10px;}
div.modalPopup td {padding:5px 10px; text-align:left; font-size:13px;}
div.modalFooter
{
    padding:0px;
	margin:0px auto;
	background:transparent url(images/ModalFooter.png) no-repeat center bottom;
	height:32px;
	width:507px;
	overflow:hidden;
}
div.modalFooter div.closeLink
{
	text-align:right;
	position:relative;
	/*bottom:10px;*/
	right:15px;
	font-size:12px;
}
/*for the validatorcalloutextender*/
.HighlightExtender{background-color:#ffff00; font-size:12px;}
/*AutoComplete flyout */
.autocomplete_list
{  
    visibility:hidden;
    margin:0px!important;
    padding:0px;
    background-color:inherit;
    color:windowtext;
    border:buttonshadow;
    border-width:1px;
    border-style:solid;
    cursor:default;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
    font-weight:normal;
    font-family:tahoma;
    font-size:12px;            
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
    background-color:#ffffCC;
    color:#000;
    padding:3px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color:window;
    color:windowtext;
    padding:3px;
} 
/*HOVER MENU CONTROL*/
.popupMenu{background-color:#EFEFEF; visibility:hidden; padding:10px 5px 10px 5px; border:solid 1px #999; overflow:visible; min-width:150px;}   
.popupMenu a:link, .popupMenu a:visited, .popupMenu a:active {font-size:11px !important; color:#0000FF; text-decoration:none; padding:3px 6px 0px 6px !important; border-bottom:dotted 1px #0000FF; font-weight:normal; white-space:nowrap;}
.popupMenu a:hover{background-color:#fff; border:solid 1px #cc0000; padding:2px 5px 2px 5px !important; cursor:pointer; color:#CC0000; text-decoration:none; font-size:11px; font-weight:normal;}
/*UPDATEPROGRESS*/
#OuterTableCellOverlay
{
	top: 0px;
	left: 0px;
	width: 100%;
	margin:0px;
	padding:0px;
	height: 2000px;
	position: absolute;
	z-index: 998;	
	background-color:#000;  
	filter:alpha(opacity=70);
	opacity:0.7;
	text-align:left;
}
#InnerTableCellOverlay 
{
	position:relative;
	margin:0px auto;
	margin-top:400px;
	font-family:Arial;
	font-size:16px;
	text-align: center;
	width: 450px;
	color:#A62205;
	border: 1px solid #A62205;
	font-weight:normal;
	padding: 20px;
	background-color: #fff;
	z-index: 999;
	filter:alpha(opacity=100) !important; /*IE*/
	opacity:1 !important;/* All other browsers*/	
} 
#ManageUpdateProgress, #InlineUpdateProgress {color:#A62205; position:relative; font-family:Arial; font-size:16px; text-align: center; width: 450px; border:none; padding: 10px; background-color: #fff; z-index: 1000; filter:alpha(opacity=100); -moz-opacity:1.00;}
#UpdateProgressLite{color:#A62205; position:relative; font-family:Arial; font-size:14px; text-align: center; width: 450px; border: 1px solid #A62205; padding: 10px; background-color: #fff; z-index: 1000; filter:alpha(opacity=100); -moz-opacity:1.00;}
