﻿

.FormArea
{
	width: 640px;
	padding: 5px 10px 5px 10px;
	background-color:#E3E9EC;
	border:#465c87 solid 2px;
	color: Black;
	line-height:1.8em;
}

.FormArea h2, .FormArea h3
{
	color:#465c87;
}

.AutoCompleteList
{
	line-height:1.5em;
	z-index:1000;
	padding-left:3px;
}

.AutoCompleteHighlightedItem
{
	line-height:1.5em;
	background-color:Yellow;
	padding-left:3px;
}

.ErrorStyle
{
	/*background-color: #FAFAD2;*/
	background-color: #FDFF73;
}
.SearchPanel
{
	width: 795px;
	margin-top:-7px;
	margin-bottom: 10px;
	background-color:#F7F6F3;
	border: solid 1px #5D7B9D;
}

.SearchPanelNoWidth
{
	margin-top:-7px;
	margin-bottom: 10px;
	background-color:#F7F6F3;
	border: solid 1px #5D7B9D;
}

.SearchHeader
{
	background-image: url(Images/grid_header.jpg);
	background-repeat:repeat-x;
	color: White;
	font-weight:bold;
	font-size:10pt;
	padding:3px 0 1px 0;
}

.SearchBody
{
	background-color:#F7F6F3;
	color:#333333;
	padding: 0px 5px 0 5px;
	margin-top: 5px;
	z-index:999;
}

.MessageBody
{
	background-color:#F7F6F3;
	color:#333333;
	width:100%;
}

.SearchHeading
{
	float:left;
	margin-left: 5px;
	height: 20px;
	font-size:small;
}

.SearchHeadingNoMargin
{
	float:left;
	font-weight:bold;
	margin-left: 5px;
	font-size:small;
}

.HideButton
{
	float:left;
	padding-bottom:5px;
	padding-right: 5px;
	padding-left:5px;
	cursor:hand;
}

.HelpButton
{
	vertical-align:middle;
}

/* -------------- Popup styles ----------------- */

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	z-index:998;
}

.popupContainer
{
    border: black solid 4px;
    z-index:999;
    background-color:#F7F6F3;
}

.popupHeader
{
    width:100%;
    height:25px;
    background-image: url(Images/grid_header.jpg);
	background-repeat:repeat-x;
    cursor: move;
}

.popupHeaderLabel
{
	color: White;
	font-size:small;
	font-weight:bold;
	width:98%;
	margin-top: 0;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
}

.popupBody
{
    padding: 10px 3% 5px 3%;
    width:94%;
    color:Black;
    background-color:#F7F6F3;
}

.popupFooter
{
    margin: 10px 3% 0 3%;
    width: 94%;
    height: 50px;
    text-align:center;
    z-index:100;
}

.popupPanel
{
	z-index:100;
}

/* --------- Update progress panel ------------------ */


.ExportButtonsContainer
{
	float:right; 
	text-align:right; 
	margin-right:25px;
	margin-bottom:5px;
}


.UpdateProgressPanel
{
	z-index: 999;
	background-color:#fff;
	color:black;
	width: 150px;
	height:170px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-75px;
	margin-top:-85px;
	padding: 10px;
	border: solid 2px #5D7B9D;
	font-size:medium;
	font-family: Trebuchet MS, Verdana, Tahoma;
}

* html .UpdateProgressPanel
{
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

.UpdateProgressModalBackground
{
    z-index: 998;
    background-color: #6D7B8D;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
	height:100%;
	width:100%;
}

* html .UpdateProgressModalBackground
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#UpdateProgressHideSelect
{
    z-index: 997;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    display: inline !important;
}

* html #UpdateProgressHideSelect
{
    position: absolute;
    height:100%;
	width:100%;
}

.WizardHeader
{
	height:25px;
    background-image: url(Images/grid_header.jpg);
	background-repeat:repeat-x;
}

.FormButton
{
	color: Black;
	font-weight:bold;
	background-color:#E3E9EC;
	border: solid 2px #465c87;
	margin-right:5px;
	margin-top:0;
	margin-bottom:0;
	height:25px;
}

.FormButtonLink
{
	color: Black;
	font-weight:bold;
	background-color:#E3E9EC;
	border: solid 2px #465c87;
	margin-right:5px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}

.LinkSelected
{
	cursor: default;
}

.WizardArea
{
	padding: 5px;
}

.H3Label
{
	color:#465c87;
	font-size:13px;
	font-weight:bold;
}

.H2Label
{
	color:#465c87;
	font-size:14px;
	font-weight:bold;
}

.WatermarkStyle
{
	text-align:center;
	color:Gray;
}

.ajax__calendar_container { z-index : 1000 ; }

