/* BG work page - background stuff.   */
.twoColFixLtHdr #containerW { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #headerW { 
	background-color: #004f00 transparent 50%;
	background-position:top;
	padding: 0 0 0 0;
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	height: 55px;
	z-index: 55;
} 
.twoColFixLtHdr #headerWL {
	background-image: url(/images/fs_work_logobox.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding: 0 0 0 0;
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	height: 185px;
	z-index: 85;
}
.twoColFixLtHdr #sidebarW {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 0px 5px 15px; /*top bottom left right */
	margin: 140px 0px 0px 0px; /*top bottom left right */
}
.twoColFixLtHdr #mainContentW { 
	margin: 0 0 0 0px;
	padding: 5px 5px 0px 0px; 
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* css styles for the menu   */

.linklistli {
	margin-right: 2px;
	line-height: 20px;
/*
	padding-left: 5px; 
	text-indent: -5px;*/
	list-style-type:  circle;
	list-style-image: url(/images/fs_work_dot.gif)
/*	list-style-position: inside;
*/}
.linklistul {
	margin-top: 0; 
	margin-left:0;
	margin-bottom: 0; 
	border-top-width: 0; 
	border-bottom-width: 0; 
	padding: 0 0 0 1.2em; 
}

/* css styles for the forms   */

select {
	color: #000;
	border: 1px solid #CFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #CCC;
}
select:focus {
	background: #ffffc0;
	border: 1px solid #007979;
}
textarea {
	font: 500 13px Arial, Helvetica, sans-serif;
	color: #000;
	background: #CCC;
	border: 1px solid #CFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
textarea:focus {
	background: #ffffc0;
	border: 1px solid #007979;
}
input.textbox {
	border: 2px solid #CFF;
	font: 500 13px Arial, Helvetica, sans-serif;
	color: #000;
	background: #CCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
input.textbox:focus {
	background: #ffffc0;
	border: 2px solid #007979;
}
input.submit {
	font: 500 14px Arial, Helvetica, sans-serif;
	background: #004F00;
	color: #F0EFD3;
	border: 3px ridge #009900;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input.submit:focus {
	background: #ffffc0;
	color: #333300;
}

label {
	clear: left;
	float:left;
	width:25%;
	margin-right:5px;
	text-align:right;
	padding: 1px;
  }
.labelright {
	width: 72%;
	clear: none;
	float: right;
}
.formfieldnotrequired {
	color: #666;
}
.formfieldrequired {
	color: #000;
}
.labelrow {
	clear: both;
	padding-top: 1px;
}
fieldset {
	padding: 5px;
	border:1px solid #004F00;
}
legend {
  padding: 2px 5px;
  border:1px solid #004F00;
  color:#004F00;
  font-size:90%;
  text-align:right;
  }
form {
	margin: 0px;
	padding: 0px;
}

/* css styles for the links   */

a:link    {
	font-weight:      normal;
	color:            #004f00;
	font-style: italic;
  } 
a:visited {
  /* Applies to all visited links */
	font-weight:      normal;
	color:            #4f2404;
	font-style: italic;
  } 
a:hover   {
  /* Applies to links under the pointer */
	font-weight:      normal;
	color:            #4b7802;
	font-style: italic;
  } 
a:active  {
  /* Applies to activated links */
	font-weight:      normal;
	color:            #b08b17;
	font-style: italic;
  } 

/* css styles for AutoCompletes   */

.autocomplete {
  position:absolute;
  width:150px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.autocomplete ul li.selected { background-color: #ffb;}
.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
}
