/* $Id: winxp2.css 5197 2006-11-17 14:07:36Z vasyl $ */
/*
 "zpStatusImg" 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 .zpStatusImg class <span> we style:
 1) "zpIsRequired" or "zpNotRequired".
 2) "zpIsEditing" or "zpNotEditing".
 3) "zpIsEmpty" or "zpNotEmpty".
 4) "zpIsValid" or "zpNotValid".
  5) Always "zpStatusImg", this is the one styled.
*/

span.zpStatusImg {
 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;
}
.zpIsEditing span.zpStatusImg {
 opacity: 1.0;
 filter: alpha(opacity=100);
}

.zpIsRequired span.zpStatusImg {
 background-image: url(icons/required.gif);
 vertical-align: top;
}

.zpIsEditing .zpNotEmpty span.zpStatusImg {
 background-image: url(icons/editing.gif);
}

.zpNotEditing .zpNotEmpty .zpNotValid span.zpStatusImg {
 background-image: url(icons/required_invalid.gif);
}

.zpIsValid span.zpStatusImg {
 background-image: url(icons/validated.gif);
}

.zpIsFetching span.zpStatusImg {
        background-image: url(icons/fetching.gif) !important;
}

/*
 * Controls the look and feel of the form
 */

.errOutput{
  background-color: #3200c7;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  display: none;
}

.fieldError {
  font-weight: bold;
}

input {
  background-color:#ffffff;  
  
  border: solid 1px #7F9DB9;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
/*  height: 19px; */
  line-height: 17px;
}



input[disabled]{
  background-color:#F00000;  
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,EndColorStr='#ffcee6ff',StartColorStr='#ffe2f9ff');*/
  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;
}
input:disabled {
  background-color:#F00000;  
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,EndColorStr='#ffcee6ff',StartColorStr='#ffe2f9ff');*/
  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;
}


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;
}

.spformLabel {
  /* padding-right: 2.3em;*/
  padding:0em 1em 0em 0em;
  /*margin-right: 2.3em;*/
  text-align: right;
  
  margin-top: 0px;
  float: right;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

.spformLabelspecial {
  
  text-align: right;
  width: 9em;
  margin-top: 0px;
  float: left;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

.zpConsole {
  background-color: #dddddd;
  width:80%;
  border: 1px solid black;
  padding:.3em;
}

{
  /*background: #c6dbff;*/
  padding: 0px 0px 0px 0px;
  /*
  border: solid 1px black;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  padding-top:10px;*/
}

/*.spformContent{
  
  background: #e7efff;
  border: solid 1px #919b9c;
  margin: 0px 10px;
  
  padding: 0px 5px 0px 5px;
}
*/

.button{
  background-image: url("winxp/button_xp.gif");
  height: 20px;
  width: 80px;
  border: none;
  line-height: 16px;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  padding-bottom:6px;
  cursor: hand;
}

.button_red{
  background-image: url("winxp/button_xp_red.gif");
  height: 20px;
  width: 80px;
  border: none;
  line-height: 16px;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  padding-bottom:6px;
  cursor: pointer;
}

.button2{
  background-image: url("winxp/button_xp2.gif");
  height: 20px;
  width: 120px;
  border: none;
  line-height: 16px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom:6px;
  cursor: pointer;
}


* html .button{
  padding-bottom:4px;
}

* html .button_red{
  padding-bottom:4px;
}

* html .button2{
  padding-bottom:4px;
}

.spformButtons{
	
  text-align: right;
  margin-top: 5px;
}


fieldset{
  /*margin: 10px 0px;*/
  /*padding: 10px;*/
  /*border: solid 1px #C6C3CE;*/
  width: 98%;
  border: solid 1px #c0c0c0;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

* html fieldset{
  padding-top: 10px;
}

legend{
  color: #707070;
  font-weight: bold;
  padding: 3px 5px;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

* html legend{
  margin-bottom: 10px;
}

.spformError{
  color: #6034F7;
  padding-left: 6px;
  font-weight: normal;
  vertical-align: top;
  line-height: 20px; 
  display: inline-block
}

.multipleButton{
        margin-left: 10px; 
        width: 24px;    
        font-size: 15px;
        vertical-align: top;
        margin-top: 2px;
        text-align: center;
        line-height: 10px;
        padding-top: 1px;
}
select {  /* Select Style */
        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;
}
 
.spformCheckbox { /*checkbox style*/
        border:none;
}

.spformRadio {
        border:none;
}

.zpWrongValue{
	background-color: #EA888C !important;
}

 .dropDownArrow { /* IE7 */
        height: 20px;
        background-image: url(basic/down_arrow_hilite.gif);
        padding: 0px 12px;
        background-repeat: no-repeat;
        margin-left:-1px;
        margin-top:1px;
        display: inline-block;
        cursor: pointer;
}

 .dropDownArrow { /* other */
        background-image: url(basic/down_arrow.gif);
        padding:10px 10px;
        padding-top:0px;
        background-repeat: no-repeat;
        margin-left:-1px;
        display: inline;
        vertical-align:top;
        cursor: pointer;
} 

 * html .dropDownArrow { /* IE6 */
        height: 20px;
        background-image: url(basic/down_arrow_hilite.gif);
        padding: 0px 12px;
        background-repeat: no-repeat;
        margin-left:-1px;
        margin-top:1px;
        display: inline-block;
        cursor: pointer;
}

.dropDownArrow:hover,
	  .dropDownArrow:active
		  .dropDownArrow:focus {
        background-image: url(basic/down_arrow_hilite.gif);
} 
