﻿/* 7.25.2008 GP Additional style for new update progress. - START */

.BodyText 
{
	font: normal normal 14px arial
}

#progressBackgroundFilter 
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-color : #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

#processMessage 
{
	color: Blue;
	font: normal normal 14px arial;
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center 
}

/* END */


/*Modal Popup*/

.modalBackground {
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px
}

.modalPopup 
{
	color: red;
	/*background-color:#ffffdd;*/
	/*background-color: #DAA520;*/
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:10px;
	width:250px;
	font-weight: 500;
	text-align: center
}

.modalPopupForm
{
	color: black;
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:10px;
	/*width: 405px;
	height: 200px;
	font-weight: 100;
	text-align: cente*/
}

.autocomplete_completionListElement
{
visibility : hidden;
margin : 0px!important;
/*background-color : inherit;*/
background-color : #D3D3D3;
color : windowtext;
border : buttonshadow;
border-width : 1px;
border-style : solid;
cursor : 'default';
overflow : auto;
height : 100px;
text-align : left;
list-style-type : none;
}

.autocomplete_highlightedListItem
{
background-color: #ffff99;
color: black;
padding: 1px;
}

.autocomplete_listItem
{
background-color : white;
color : windowtext;
padding : 1px;
}

.toolbar {
		 padding:0;
		 margin:0;
	 	 font-size: 12px;
         font-family: Verdana;
         padding: 2px;
         color:#F7F7DE;
         filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ECC20C,endColorStr=#979366);
			Table{
				background-color: Yellow;
			}
}

.CreatePaySiteFrame {
	padding: 10px;
	width: 450px;
	height: 100%;
   border: 	thin;
}

#Confirm {
   font-weight: bolder;
	font-size: 30pt;
}

.GridHeaderStyle {
	 background-color: #949263;
}

.ItemStyle {
	 background-color: #FFFFE0;
	}

.AltItemStyle {
	 background-color: #EFC308;
	}
.PageBkgrd {
background-color: #FFFFE0;
	}
/************ MaskedEdit Related Styles ***********************/
.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;
}


.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;

    background-color: lemonchiffon;
    
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.validatorCalloutHighlight 
{
    background-color: inherit; 
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.Progress
{
  border: dashed 1px #000000;
  background-color: #EEEEEE;
  background-image: url(spinner.gif);
  background-position: 10% 90%;
  background-repeat: no-repeat;
  cursor: wait;
  
  /*padding: 0px;*/
  width: 100%;
  text-align: center;
}


.DocumentStyle{
	background-color:  White;
   margin-left: 10px;
	margin-top: 0px;
	
}

Table{	
   color: black	;
   margin-top:5px;
   padding:5px;
   text-align:left
}

.FieldOffStyle {
   background-color: silver;
   color: black;	
}

.FieldOnStyle {
	background-color: transparent;
	color: blue;
}
Fieldset {
	border-color: Silver;
	padding:1em
}

Fieldset span, input {	
	margin:2px
}

Legend {font-weight:bold;
	color: Blue
}

/* 07.20.2007 G. Pearson New styles for UC_FormProjectInfo tab. - <START> */
.SectionTitle {color: blue;
	font-weight:bold;
	position:relative;
	left:10px	
}
.GroupTitle {color: black;
	font-weight:bold;
	position:relative;
	vertical-align: top
}
.GroupText {color: black;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle 
}
.GroupArea {color: black;
	padding-top:5px;
	padding-bottom:5px;	
	font-weight:normal;
	position:relative;
	left:25px
}
.GroupSubArea {color: black;
	position:relative;
	left:25px
}
/* 07.20.2007 G. Pearson New styles for UC_FormProjectInfo tab. - <END> */

/* 08.1.2007 G. Pearson New styles for UC_AdminSelectUser tab. - <START> */
.HiddenColumn {display:none;}
.Alt {background-color:silver;}
.WhiteRow {background-color:#F5F5F5; text-align:center} /* White Smoke */
.Row {text-align:center}
.DKRow {background-color:#979366}
.BrownRow {background-color:#F7F7DE}
/* .Highlight {background-color:#6495ED} Cornflower Blue */
.Highlight {background-color:#990000;text-align:center}
.Highlight2 {color:#990000;text-align:center}
.NoHighlight {color:#666666}
.GridHeader {color:#666666; /* color:#0000CD; */
	text-align:center;
	background-color:#DAA520;
	padding:20px
} 

.BoldLabel {font-weight:bold}

.WideBoldLabel {width:250px; font-weight:bold
}

.MainMessage {margin:10px;
	font-weight: bold;
	background-color:Transparent;
	padding:0;
	color: black;
}

.ErrorMessage {margin:10px;
	background-color:Transparent;
	padding:0;
	color: black;
	font: normal normal 14px arial
}

.Login {padding:5px;
	margin:5px
}

ul {list-style-type:none;	
	list-style-image: url(images/arrow.gif);
	list-style-type: circle
}

hr {display:block;
	width:90%
}

.Wrapper {width:850px;
	margin:0;
	padding:0px 25px 0px 0px;
	border-style: solid solid solid none;
	border-width:1px
}

.Wizard {margin:10px;
	left:50px;
	margin: 0;
	padding: 0
}
	
.SideBar {background-color:#DAA520;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#F7F7DE;
	line-height:1.5em;
	width:175px;
	text-align:center
}

.SideBarButton {margin:0;
	vertical-align: top;
	color:blue;
	text-align:center
}

.Comment {display:block;
	width:100%;
	height:81px
}

.Note {position:relative;
	left:10px}

.BlueNote {color:Blue;
	font-weight:bold 
}
	
.Note2 {float:none;
	
}

.Info {font-family:Arial;
	font-size: 10pt
}

.Indent {position:relative;
	left:25px}
/* 08.1.2007 G. Pearson New styles for UC_AdminSelectUser tab. - <END> */



/* 08.1.2007 B. Wham New Styles for Panels Enabled/Disabled and Readonly - <STARt> */
.PanelOn {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  vertical-align: top;
}
.PanelOff {
	background-color: silver;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
}
.PanelReadOnly {
	background-color: #F5F5F5;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
	color: black;
}
/* 08.1.2007 B. Wham New Styles for Panels Enabled/Disabled and Readony - <END> */

.InputFormContainer
{
	background-color: #D3D3D3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	border-left: dashed;
	border-right: dashed;
	border-top : solid;
	border-bottom: dashed;
	border-width: 1px;
}

/*.InputFormLabel
{
	font-weight: bold;
	width: 300px
}*/

.InputForm 
{
	background-color: #DAA520 /*#D3D3D3*/;
	float:none;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	border: solid 1px;
	margin: 10px 5px 10px 5px;
}

.InputForm2
{
	background-color: white;
	float:none;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	border: solid 1px;
	margin: 10px 5px 10px 5px;
}

.InputForm .title {
	text-align:left;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: .1em;
	border: solid 0px;
}

.InputForm ul 
{
	float:none;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
    padding-top: 5px;
	/*line-break: strict;
   layout-flow: horizontal;*/
}

.InputForm2 ul 
{
	float:none;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
    padding-top: 5px;
}

.InputForm hr {
	color: #FFCC66;
}

.InputForm label
{
	float:left;
	/*width:5em;*/
	vertical-align:top;
	text-align:right;
	border: solid 0px;
}

.InputForm2 label
{
	float:left;
	vertical-align:top;
	text-align:right;
	border: solid 0px;
}

.aspPanel 
{
	margin: 10px 5px 10px 5px;
	border: solid 0px black;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: black;
    /*color: white;*/
    /*background-color: #2E4d7B;*/
    background-color: #DAA520;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}
 
.accordionContent
{
    /*background-color: #D3DEEF;*/
    background-color: #D3D3D3;    
    border: 1px dashed #2F4F4F;
    border-top: none;
    /*padding: 5px;
    padding-top: 10px;*/
}

.UpperTextbox
{
	text-transform:uppercase
}
