/*
	Background Logo:		#B0DAB4 
	Light Logo border:		#DDFFD6
	?VISTA? Light Logo Background	#EFFBEF
	Dark Logo Background	#D6F7D6
	Light Logo Background	#ECF9E9
	Logo border:			#DDFFD6
	Old_Light Blue:			#D7DEF8
	Light Blue: 			#E1EAF3
	Dark  Blue: 			#B0C5DA
	Dark Gray:				#5A5D5A
	Light Gray:				#848284 
	Lightest Gray:			#DDDDDD
	Light Gray Background   #F0F0F0
*/

* { margin: 0; padding: 0;}


.body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight:		normal;
	font-size: 			11px;
	color: 				black;
	text-decoration: 	none;
}

.ajLightBlueBody {
	background:		#E1EAF3;
}

.ajLogoBody {
	background:		#B0DAB4;
}

.ajMinWidthBlock {
	position: 	relative;
	width:		900px;
	height:		10px;
	background:	red;
}

.stopFloat {
	display: block; 
	clear: both;
	float: none;
	font-size: 1px;
	overflow: hidden;
}

.ajHeaderBase {
	height:				28px;
	width:				100%;
	background: 		top left repeat ;
	background-image: 	url(../images/pageBackground_green.gif);
	border-top:			1px solid #5A5D5A;  
}

.ajNotePanel {
	border: 	 black 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:   10px;
	color:  	 black;
	background:  #E1EAF3;
	padding:  	 5px;
}

.ajDarkGrayBorder{
	border: 	 #5A5D5A 1px solid; 
}

.ajLightGrayLine {
	border-top: 	#848284 1px solid; 
	height: 		1px; 
	margin:			10px
}

#footer {
	margin-top:15px;
	width: 	100%;
	padding: 10px 0px;
  	text-align:	center;
  	z-index: 5;
}

/*  AJAX related items */
.ajaxHidablePanel {
	display:		none;
	padding:		5px 10px 10px 10px;
	width:			75%;
	border:			2px solid #B0DAB4;
	background:		#DDFFD6;
}

/*  The first button in a Form is the default selected when a user presses Enter while in a textField.  BUT the Submit
 *  button is typically the last button on the page.  So this CSS allows the Submit button to be first on the page
 *  while still displaying it as the last button on the page. */
.formSubmitButtonSwap {
  direction: rtl;
  float:left;
}
.formSubmitButtons input {
  direction: ltr;
  float: none;
}
/** CSS above required by Forms with multiple submit buttons and at least one textfield. */


/*  Used for highlighting text in editInPlace.js*/
.ajEditableElement {
     BACKGROUND-COLOR: 	black;
     background: 		#DDFFD6;
}

.ajaxWarning {
	width:			225px;
	z-index: 		5;
	display: 		none;	
    background: 	#ECF9E9;
	margin:			25px 10px 10px 10px;
	padding: 		10px;
	border: 	 	1px solid #5A5D5A;
	text-align: 	center;
}

.absoluteAjaxWarning {
	position:		absolute;
	width:			225px;
	z-index: 		5;
	display: 		none;	
    background: 	#ECF9E9;
	margin:			25px 10px 10px 10px;
	padding: 		10px;
	border: 	 	1px solid #5A5D5A; 
}

/*  Used to block the window from being accessed */
.modalWindow {
	position:	absolute;
	display:	none;
	top: 	0px;
	left: 	0px;
	width:	4000px;  /* Causes scrollbar to appear but 100% only covers screen area and not scrollable areas */
	height:	10000px; /* Causes scrollbar to appear but 100% only covers screen area and not scrollable areas */
	z-index: 1000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

/*  The first button in a Form is the default selected when a user presses Enter when*/ 
.formSubmitButtonSwap {
  direction: rtl;
  float:left;
  }
 .formSubmitButtons input {
	direction: ltr;
	float: none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight:		normal;
	font-size: 			11px;
	color: 				black;
	text-decoration: 	none;
	margin: 			3px; 
	padding:			1px 2px;
	width: 		 		100px;
}

.uploadProgressMeter{
	background: white url(../images/progressBarLoaded.gif) no-repeat;
	background-position: -500px 0px;
	border: 1px solid gray;
	width:250px;
}
