/**
 * Buttons
 */
.button-gray:active,
.button-blue:active,
.button-green:active,
.button-orange:active,
.button-red:active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.9);
}
#shortcut {
    display: block;
    font-size: 11px;
    list-style: none outside none;
    margin-top: 20px;
}

#shortcut li {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    text-align: center;
}

#shortcut li a {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 2px 2px #FFFFFF;
    background: url("../images/bg_shortcut.png") repeat-x scroll center center #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #4C535B;
    display: block;
    padding: 10px 5px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 80px;
    font-family:Tahoma;
    text-decoration: none;
}

#shortcut li a:hover 
{
    background:url("../images/bg_shortcut_h.png") repeat-x scroll center center #FFFFFF;}

#shortcut li a img {
    margin-bottom: 5px;
}

#shortcut li a {
    color: #4C535B;
    text-shadow: 0 1px 0 #FFFFFF;
}
.button-blue {
  background: #009ad5;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0075a2));
  background: -moz-linear-gradient(top, #00adee, #0075a2);
  background: linear-gradient(top, #00adee, #0075a2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0075a2');
  border: 1px solid #006388;
  zoom:1;

}
.button-blue:hover {
  background: #0088bb;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ad5), to(#006388));
  background: -moz-linear-gradient(top, #009ad5, #006388);
  background: linear-gradient(top, #009ad5, #006388);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad5', endColorstr='#006388');
  border: 1px solid #00506f;
  zoom:1;

}
.button-blue:active {
  background: #00506f;
  background: -webkit-gradient(linear, left top, left bottom, from(#006388), to(#0088bb));
  background: -moz-linear-gradient(top, #006388, #0088bb);
  background: linear-gradient(top, #006388, #0088bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006388', endColorstr='#0088bb');
  border: 1px solid #001922;
  zoom:1;

}
/**
 * Action Buttons
 */
ul.action-buttons {
  list-style-type: none;
  padding: 0;
}

/**
 * Action Buttons
 */
ul.action-buttons {
  list-style-type: none;
  padding: 0;
}
ul.action-buttons li {
  display: inline-block;
  list-style: none;
  margin: 2px 0;
  position: relative;
  zoom: 1;
  *display: inline;
}
ul.action-buttons li a {
  cursor: pointer;
}
/**
 * Pagination
 */
.pagination {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  float: left;
  margin: 0 2px;
}
.pagination li a {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
  height: 20px;
  line-height: 20px;
  outline: none !important;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
}
.pagination li.current a {
  background: #fff !important;
  color: #666;
  filter: none;
}
.pagination li.current a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Progress bars
---------------------------------------------------------------------*/
.progress {
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  display: block;
  margin: 4px 0;
  min-width: 100px;
  padding: 0;
  position: relative;
}
.progress div {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  text-align: center;
  width: 0;
}
.progress div b {
  color: #000;
  display: block;
  line-height: 2em;
  padding-left: 2px;
  text-shadow: 0 1px 0 #fff;
}
/**
 * Fieldsets
 */
fieldset {
  border: 1px solid #bbb;
  padding: 10px;
  direction:rtl;
}
fieldset legend {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 0 10px;
}
fieldset.fieldset-buttons legend {
  padding: 0;
  border-width: 0;
  margin: 0;
}
fieldset.fieldset-buttons legend .ui-buttonset {
  display: inline;
  margin: 0;
}
/**
 * Inputs and Validation
 */
.form .form-label {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0px 0px 10px;
  text-align: left;
  width: 160px;
}
.form .form-label small {
  color: #666666;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  text-align: left;
  width: 160px;
}
.form .form-label em {
  color: red;
  font-style: normal;
}
.form .form-label.no-description {
  line-height: 30px;
}
.form .form-label.no-description small {
  display: none;
}
.form .form-action {
  margin-left: 170px;
}
.form .form-input {
  line-height: 26px;
  margin: 2px 0 25px 170px;
}
.form .form-textarea {
  line-height: 1;
}
.form .form-input textarea,
.form .form-input input[type=email],
.form .form-input input[type=url],
.form .form-input .uploader
{
  width: 100%;
  max-width: 300px;
}

.form .form-input input[type=text],
.form .form-input input[type=password],
.form .form-input input[type=date],
.form .form-input input[type=number],
.form .form-input input[type=time],
.form .form-input input[type=date],
.form .form-input .selector,
.form .form-input .radiogroup {
  width: 100%;
  max-width: 180px;
}
.form .form-input textarea {
  position: relative;
}
input.large, button.large {
  font: 14px/20px tahoma,Arial, sans-serif !important;
  padding: 8px 12px;
}
.invalid {
  border: 1px solid red !important;
}
.form-error {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  -moz-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 11px;
  height: 15px;
  padding: 4px 10px;
  z-index: 9999;
}
.form-error p {
  color: #fff;
  display: block;
  margin: 0px;
  line-height: 13px;
  font-family:Tahoma;
  font-size:10px;
}
.form-error em {
  display: block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-width: 13px 13px 0px 0px;
  border-color: #000 transparent;
  /* positioning */

  position: absolute;
  top: 7px;
  left: 168px;
}
/**
 * Tooltips
 */
.tooltip {
  /* default background for browsers without gradient support */
  background: #000;
  background: rgba(0,0,0,0.7);

  color: #fff;
  display: none;
  font-weight: normal;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 40px;
  border-radius: 4px;
  min-height: 20px;
  /* creates triangle */

}
.tooltip em {
  display: block;
  /* reduce the damage in FF3.0 */

  position: absolute;
  bottom: -8px;
  /* value = - border-top-width - border-bottom-width */

  left: 52px;
  /* controls horizontal position */

  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  /* vary these values to change the angle of the vertex */

  border-style: solid;
  border-color: #000 transparent;
  border-color: rgba(0,0,0,0.7) transparent;
  zoom: 1;
}
.tooltip.bottom em {
  top: -8px;
  /* value = - border-top-width - border-bottom-width */

  border-width: 0 8px 8px;
  /* vary these values to change the angle of the vertex */
}
.tooltip.right {
  margin-left: 20px;
}
.tooltip.right em {
  border-color: transparent #000;
  border-color: transparent rgba(0,0,0,0.7);
  top: 12px;
  /* controls vertical position */

  left: -7px;
  /* value = - border-left-width - border-right-width */

  bottom: auto;
  border-width: 8px 8px 8px 0;
}
/**
 * Messages
 */
 
.message,.notifications {
  position: relative;
}
 #warppermessage {   left: 24%;
    position: fixed;
    top: 1px;
    width: 52%;
    z-index: 1000;}
.notifications p{padding:0;}
.message > div,.notifications > div{
  padding: 0 10px;
}
.message > div .ui-icon{
  float: right;
  margin-left: 0.7em;
}
.notifications > div .ui-icon {float: right;
  margin-left: 0.7em;}
.message .message-close{
  cursor: pointer;
  display: none;
  position: absolute;
  top: 16px;
  left: 25px;
  zoom: 1;
}
.notifications .message-close{left:6px;cursor: pointer;
  display: none;
  position: absolute;
  top: 6px;}
.message:hover .message-close,.notifications:hover .message-close {
  display: block;
}
/**
 * Sliders Demo
 */
.vertical-sliders .ui-slider-vertical {
  float: left;
  margin: 0 10px;
}
/**
 * Table Styles
 */
table.simple tr.highlight, .portlet > section.no-padding table.simple tr.highlight {
  background: #eeeeff;
}
table.simple td, .portlet > section.no-padding table.simple td {
  border-collapse: separate;
  border-top: 1px solid #bbb;
  padding: 10px 15px;
}
table.simple td strong span, .portlet > section.no-padding table.simple td strong span {
  color: #999;
}

.apple_overlay {
  /* initially overlay is hidden */

  display: none;
  /* growing background image */

  background-image: url(../images/overlay/white.png);
  /* 
        width after the growing animation finishes
        height is automatically calculated
    */

  width: 640px;
  /* some padding to layout nested elements nicely  */

  padding: 35px;
  /* a little styling */
  font-size: 11px;
  z-index: 9999;
}
.apple_overlay .close {
  /* default close button positioned on upper right corner */

  background-image: url(../images/close-icon.png);
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 30px;
  z-index: 999;
}
.apple_overlay.black {
  background-image: url(../images/transparent.png);
  color: #fff;
}
