/*
 "bwStatusImg" class images for form fields -- apply appropriate rules here.
 The script auto-applies one of each of these CLASS attributes to a series of
  nested <span>s with an innermost .bwStatusImg class <span> we style:
 1) "bwIsRequired" or "bwNotRequired".
 2) "bwIsEditing" or "bwNotEditing".
 3) "bwIsEmpty" or "bwNotEmpty".
 4) "bwIsValid" or "bwNotValid".
  5) Always "bwStatusImg", this is the one styled.
*/

.bwFormWinxp2 span.bwStatusImg {
 padding: 0px 12px;
 height: 18px;
 line-height: 18px;
 background-repeat: no-repeat;
 background-position: center;
 opacity: 0.66;
 filter: alpha(opacity=66);
 margin-left:5px;
 display: inline-block;
 float: none;
 padding-top: 5px;
}
.bwFormWinxp2 .bwIsEditing span.bwStatusImg {
 opacity: 1.0;
 filter: alpha(opacity=100);
}

.bwFormWinxp2 .bwIsRequired span.bwStatusImg {
 background-image: url(./?id=49933);
 vertical-align: top;
}

.bwFormWinxp2 .bwIsEditing .bwNotEmpty span.bwStatusImg {
 background-image: url(./?id=49942);
}

.bwFormWinxp2 .bwNotEditing .bwNotEmpty .bwNotValid span.bwStatusImg {
 background-image: url(./?id=49934);
}

.bwFormWinxp2 .bwIsValid span.bwStatusImg {
 background-image: url(./?id=49936);
}

.bwFormWinxp2 .bwIsFetching span.bwStatusImg {
	background-image: url(./?id=49937) !important;
}

/*
 * Controls the look and feel of the form
 */

.bwFormWinxp2 .errOutput{
  background-color: #C70032;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
  display: none;
}

.bwFormWinxp2 .fieldError {
  font-weight: bold;
}

.bwFormWinxp2 input {
  background:#FFFFFF;
  border: solid 1px #7F9DB9;
  margin-bottom: 5px;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  height: 19px;
  line-height: 17px;
}

.bwFormWinxp2 textarea {
  background:#FFFFFF;
  border: solid 1px #7F9DB9;
  margin-bottom: 5px;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.bwFormWinxp2 .bwFormLabel {
  padding-right: .2em;
  width: 10em;
  margin-top: 0px;
  float: left;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

.bwFormWinxp2 .bwConsole {
  background-color: #dddddd;
  width:80%;
  border: 1px solid black;
  padding:.3em;
}

.bwFormWinxp2 {
  background: #ECE9D8;
  border: solid 1px black;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  padding-top:10px;
}

.bwFormWinxp2 .bwFormContent{
  background: url(./?id=49938) repeat-x bottom #FCFCFE;
  border: solid 1px #919b9c;
  margin: 0px 10px;
  padding: 0px 10px 10px 10px;
}

.bwFormWinxp2 .button{
  background: url(./?id=49939);
  height: 21px;
  width: 73px;
  border: none;
  line-height: 16px;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  margin-left: 10px;
}

.bwFormWinxp2 .bwFormButtons{
  text-align: right;
  margin: 10px;
}


.bwFormWinxp2 fieldset{
  margin: 10px 0px;
  padding: 10px;
  border: solid 1px #D0D0BF;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

* html .bwFormWinxp2 fieldset{
  padding-top: 10px;
}

.bwFormWinxp2 legend{
  color: #0046DC;
  padding: 3px 5px;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}
* html .bwFormWinxp2 legend{
  margin-bottom: 10px;
}

.bwFormWinxp2 .bwFormError{
  color: #F73460;
  padding-left: 10px;
  font-weight: normal;
  vertical-align: top;
  line-height: 20px; 
  display: inline-block
}

.bwFormWinxp2 .multipleButton{
	margin-left: 10px; 
	width: 24px;	
	font-size: 15px;
	vertical-align: top;
	margin-top: 2px;
	text-align: center;
	line-height: 10px;
	padding-top: 1px;
}
.bwFormWinxp2 select {
	background:#FFFFFF;
	border: solid 1px #7F9DB9;
	margin-top: 5px;
	font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
	height: 19px;
	line-height: 19px;
}

.bwFormWinxp2 .bwFormIgnore{
	display: none;
	height: 0px; width: 0px;
	padding: 0px;
}