﻿
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
button, input[type='submit'], input.btn { /overflow: visible; }

button.btn, input.btn, a.btn {
  background: #000 url('../images/shared/button-regular.png') repeat-x center left;
  border: none;
  border-top: 1px solid #98989c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  margin-left:0;
  text-transform: uppercase;
  padding: 0 20px;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 6px #949598;
  -moz-box-shadow: 0 2px 6px #949598;
  box-shadow: 0 2px 6px #949598;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3);
  *filter: chroma(color=#000000)progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3);
}
p a.btn { font-size: 0.857em; line-height: 1.2em; }
button.disabled,
input.disabled,
a.disabled,
button:disabled,
input:disabled,
a:disabled {
  background: #e3e4e5;
  border-top: 1px solid #d1d2d2;
  border-right: 1px solid #d3d4d5;
  border-bottom: 1px solid #dbdddd;
  border-left: 1px solid #d3d4d5;
  color: #b4b5b8;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
}
button.btn.disabled,
input.btn.disabled,
a.btn.disabled,
button[disabled],
input[disabled],
a[disabled] {
  background: #e3e4e5;
  border-top: 1px solid #d1d2d2;
  border-right: 1px solid #d3d4d5;
  border-bottom: 1px solid #d1d2d2;
  border-left: 1px solid #d3d4d5;
  color: #b4b5b8;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
}
a.btn.disabled {
  padding-bottom:9px;
}
button.flat, input.flat, a.flat {
  background: #000;
  border: none !important;
}
button.flat.disabled, input.flat.disabled, a.flat.disabled {
  background: #e3e4e5;
  color: #b4b5b8;
  cursor: default;
}
button.small, input.small, a.small {
  height: 20px;
}
button.large, input.large, a.large {
  height: 40px;
  font-size:1.4em;
}
button.wide, input.wide, a.wide {
  padding-left: 30px;
  padding-right: 30px;
}
a.btn {
  padding: 7px 20px 10px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.2em;
  vertical-align: middle;
}
/*override for link buttons*/
a.btn.large {
  padding: 17px 13px 10px;
  height: 16px;
}
a.btn.flat {
    padding:10px;
}

.selectInput {
	height: 25px;
	font-size: 11px;
}

/* END BUTTON STYLES*/
input.text, textarea.text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  height:10px;
  padding: 8px 4px;
  border: 1px solid #8c8c90;
  border-top: 1px solid #7d7d81;
  -webkit-box-shadow: inset 0 20px 4px -20px #949598;
  -moz-box-shadow: inset 0 20px 4px -20px #949598;
  box-shadow: inset 0 20px 4px -20px #949598;
  vertical-align: bottom;
  color:#6A6A6E !important;
  -moz-border-radius:0px; /* Firefox */
  -webkit-border-radius: 0px; /* Safari, Chrome */
  -khtml-border-radius: 0px; /* KHTML */
   border-radius: 0px; /* CSS3 */
}
input.text.focus,
textarea.text.focus,
input.text:focus,
textarea.text:focus,
input.text:active,
textarea.text:active {
  border: 2px solid #616164;
  border-top: 2px solid #6d6c70;
  padding: 7px 3px;
  outline: 0;
  background-color:#fff;
}
textarea.text {
  height: auto;
}
.text.profiled {
  padding: 13px 7px;
  font-size: 1.6em;
}
.text.profiled:focus, .text.profiled.focus {
  padding: 12px 6px;
}

label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0.5em;
}
label span {
  vertical-align: sub;
  font-weight: bold;
  text-transform: none;
}
label.separator {
  color: #4d4f53;
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
label.normal {
  color: #4d4f53;
  font-size: 1.1em;
  text-transform: uppercase;
}

label span.middle {
  color: #4d4f53;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight:normal;
}

label.error {
  background: transparent url('../images/shared/form-exclamation-small.png') no-repeat left center;
  clear: both;
  display: block;
  font-size:1.2em;
  padding: 2px 0 2px 10px;
}

    fieldset.bf {
        border: 1px solid #ADADAD;
        padding: 1em 1em 1em 1em;
    }

    .bigger {
        font-size: 14px;
    }

    img.trigger {
        cursor: pointer;
    }

    .trigger {
        cursor: pointer;
    }

    .rad {
        zoom: 1;
    }
    .rad:before, .rad:after {
        display: table;
        content: "";
        zoom: 1;
        *display: inline;
    }
    .rad:after {
        clear: both;
    }

    .trigger {
        margin-left: 5px; 
        margin-bottom: 23px;
    }

.filter select {
    position:static;
    font-size:12px;
    padding:5px;
    min-width:300px;
}

.filter span.normal {
    float: left; 
    padding:5px 5px 5px 0px;
    position:static;
}

.filter input {
    font-size:14px;
    padding:5px;
}

.filter img {
    float: left; 
    padding:5px 5px 5px 0px;
    position:static;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
a.primaryButton {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}
a.primaryButton[disabled] {
  background: #e3e4e5;
  border-top: 1px solid #d1d2d2;
  border-right: 1px solid #d3d4d5;
  border-bottom: 1px solid #d1d2d2;
  border-left: 1px solid #d3d4d5;
  color: #b4b5b8;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
}