/*
 * Controls the icons that are displayed according to the specified rules,
 * depending on the validity of the data entered
 */
/*
 "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) "zpIsEmpty" or "zpNotEmpty".
 3) "zpIsEditing" or "zpNotEditing".
 4) "zpIsValid" or "zpNotValid".
        5) Always "zpStatusImg", this is the one styled.
*/

.zpFormWinxp span.zpStatusImg {
 padding: 0px 12px;
 height: 18px;
 line-height: 18px;
 background-repeat: no-repeat;
 background-position: center 2px;
 opacity: 0.66;
 filter: alpha(opacity=66);
 margin-left:5px;
 display: inline-block;
 float: none;
 padding-top: 1px;
 padding-bottom: 6px;
 vertical-align: top;
}

.zpFormWinxp .zpIsEditing span.zpStatusImg {
 opacity: 1.0;
 filter: alpha(opacity=100);
}

.zpFormWinxp .zpIsRequired span.zpStatusImg {
 background-image: url(icons/required.gif);
}


.zpFormWinxp .zpIsRequired .zpNotEmpty .zpNotValid span.zpStatusImg {
 background-image: url(icons/required_invalid.gif);
}

.zpFormWinxp .zpNotEmpty .zpNotValid span.zpStatusImg {
 background-image: url(icons/invalid.gif);
}

.zpFormWinxp .zpIsValid span.zpStatusImg {
 background-image: url(icons/validated.gif);
}

.zpFormWinxp .zpIsFetching span.zpStatusImg {
        background-image: url(icons/fetching.gif) !important;
}

/*
 * Controls the look and feel of the form
 */

.zpFormWinxp .errOutput{
        background-color: #C70032;
        padding: 10px;
        margin-bottom: 20px;
        font-weight: bold;
        color: white;
        display: none;
}

.zpFormWinxp .fieldError {
        font-weight: bold;
}

.zpFormWinxp input {
        background:#FFFFFF;
        border: solid 1px #7F9DB9;
        margin-bottom: 5px;
        font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
        font-size: 12px;
        height: 16px;
        line-height: 12px;
}

.zpFormWinxp fieldset{
        line-height: 100px;
}

.zpFormWinxp 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;
}

.zpFormWinxp .zpFormLabel {
        padding-right: .2em;
        width: 10em;
        margin-bottom: 5px;
        float: left;
        font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
        font-size: 11px;
        line-height: 19px;
}

.zpFormWinxp .zpConsole {
        background-color: #dddddd;
        width:80%;
        border: 1px solid black;
        padding:.3em;
}

.zpFormWinxp {
        background: #ECE9D8;
        border: solid 1px black; 
        font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
        font-size: 11px;
        padding-top:10px;
}

.zpFormWinxp .zpFormContent{
        background: url("winxp/xpform.jpg") repeat-x bottom #FCFCFE;
        border: solid 1px #919b9c;
        margin: 0px 10px;
        padding: 0px 10px 10px 10px;
}

* html .zpFormWinxp .zpFormContent{
        padding-top: 10px;
}

.zpFormWinxp .button{
        background: url("winxp/button_xp.gif");
        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;
}

.zpFormWinxp .zpFormButtons{
        text-align: right;
        margin: 10px;
}

.zpFormWinxp fieldset{
        margin: 10px 0px;
        padding: 10px;
        border: solid 1px #D0D0BF;
        font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
        font-size: 11px;
}

* html .zpFormWinxp fieldset{
        padding-top: 10px;
}

.zpFormWinxp legend{
  color: #0046DC;
  padding: 3px 5px;
  font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

* html .zpFormWinxp legend{
  margin-bottom: 10px;
}

.zpFormWinxp fieldset{
        line-height: 25px;
}

.zpFormWinxp .zpFormError{
  color: #F73460;
  padding-left: 10px;
  font-weight: normal;
  vertical-align: top;
  line-height: 20px;
  display: inline-block
}

.zpFormWinxp .multipleButton{
        margin-left: 10px;
        width: 24px;
        font-size: 15px;
        vertical-align: top;
        margin-top: 2px;
        text-align: center;
        line-height: 10px;
        padding-top: 1px;
}

.zpFormWinxp select {
        background:#FFFFFF;
        border: solid 1px #7F9DB9;
        margin-bottom: 5px;
        font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
        height: 19px;
        line-height: 19px;
}

.zpFormWinxp .dropDownArrow{
    height: 23px;
        background-image: url(winxp/down_arrow.gif);
        padding: 0px 12px;
        line-height: 12px;
        background-repeat: no-repeat;
        margin-left:-1px;
        display: inline-block;
        float: none;
        padding-top: 0px;
        padding-bottom: 12px;
        vertical-align: top;
        cursor: pointer;
        cursor: hand;
        margin-top:1px;
}

form {
        padding: 0px;
        margin: 0px;
}


#target {
        width: 750px;
        height: 150px;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-base-color: #FDCEC8;
}

#target_rev {
        width: 400px;
        height: 150px;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-base-color: #FDCEC8;
}

#target table {
        height: 150px;
        overflow-y: scroll;
}

#target * {
        padding: 1px;
        margin: 0px;
}

td.header {
        background-color: #FEEAE8;
        margin: 0px;
        padding: 0px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        padding-left: 5px;
}

table.CustomerManagement {
	margin: 1px 1px 1px 25px;
}

table.SearchResults {
	margin: 1px 1px 1px 25px;
}
body {
        margin: 0px;
        padding: 0px;
}

div.WelcomeMSG {
        position: absolute;
        top: 35px;
        left: 185px;
        z-index: 100;
        height: 28px;
        line-height: 28px;
        width: 600px;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
        font-family: Sans-serif;
        border: 2px solid red;
}

div.WelcomeMSGa {
        position: absolute;
        top: 15px;
        left: 185px;
        z-index: 100;
        height: 28px;
        line-height: 28px;
        width: 600px;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
        font-family: Sans-serif;
        border: 2px solid red;
}

form {
	margin:0px;
	padding:0px;
}

/* ----------------------------------------- Updated */

body, div, td, p, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000;
}

a img { border:none; }

/* ----------------------------------------- Order Admin */

#order_admin {
  width:780px;
  margin:20px 0px 20px 20px;
  border:solid 1px #f2f2f2;
  background-color:fff;
}
#order_admin form {
  margin:0px;padding:0px;
}

#order_admin td.col1 {
  width:180px; 
  background-color:#f15c30;
}
#order_admin td.col2 {
  background-color:#fff;
}


#admin_search {
  
}
#admin_search .content {
  color:#fff;
}
#admin_search .inp_text {
  width:160px;
  height:16px;
  margin:1px 0px;
  padding:3px 3px 0px 3px;
  vertical-align:middle;
  border:solid 1px #fff;
  background-color:#fff;
}
#admin_search .inp_check {
  margin:0px;
  padding:0px;
  vertical-align:middle;
}
#admin_search .inp_btn {
  width:168px;
  height:24px;
  margin:3px 0px 3px 0px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
  border:none;
  background-image:url(/graphics/btn_bg.png);
  background-repeat: repeat-x;
  background-color:#F98A6B;  
}
#admin_search .inp_btn:hover {
  background-color:#FFA894;     
}
#admin_search .inp_btn2 {
  width:168px;
  height:24px;
  margin:0px 0px 3px 0px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
  border:none;
  background-image:url(/graphics/btn_bg.png);
  background-repeat: repeat-x;  
  background-color:#F98A6B;     
}
#admin_search .inp_btn2:hover {
  background-color:#FFA894;     
}
#target_rev { /* Search Results */
  width: auto;
  height: auto;
  /*overflow-y: scroll;
  overflow-x: hidden;*/
  scrollbar-base-color: transparent;
  overflow:visible;
}
#admin_results {

}
#admin_results td {
  height:24px;
  line-height:24px;
  padding-top:0px;
  padding-bottom:0px;
}
#admin_results td a { color:#000; text-decoration:none; }
#admin_results td a:hover { text-decoration:underline; }

#admin_customer {

}
#admin_customer div.field {
  width:270px;
  height:24px;
}
#admin_customer div.field div.label {
  width:75px;
  line-height:24px;
  float:left;
}
#admin_customer div.field div.input {
  width:190px;
  line-height:24px;
  float:right;
  text-align:right;
}
#admin_customer div.field div.input input {
  width:180px;
  height:16px;
  margin:2px 0px;
  padding:1px 1px 0px 1px;
  vertical-align:middle;
}
#admin_customer div.field div.input select {
  width:186px;
  font-size:12px;
  margin:2px 0px;
  padding:1px 1px 0px 1px;
  vertical-align:middle;
}
#admin_customer input.inp_btn {
  width:185px;
  height:23px;
  margin:0px 0px 3px 0px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
  border:none;
  background-image:url(/graphics/btn_bg.png);
  background-repeat: repeat-x;  
  background-color:#F47549;  
}
#admin_customer input.inp_btn:hover {
  background-color:#f15c30;     
}
#admin_customer input.inp_btn2 {
  width:91px;
  height:23px;
  margin:0px 0px 3px 0px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
  border:none;
  background-image:url(/graphics/btn_bg.png);
  background-repeat: repeat-x;  
  background-color:#bbb;     
}
#admin_customer input.inp_btn2:hover {
  background-color:#aaa;     
}

.heading {
  line-height:24px;
  padding:0px 10px;
  font-weight:bold;
  color:#fff;
  /*background-image:url(/graphics/btn_bg.png);
  background-repeat: repeat-x;*/  
  background-color:#F98A6B;
}
.content {
  padding:10px;
  color:#000;
}
.highlight {
  background-color:#f2f2f2;  
}
