
/* for tabs */

body #slidetabsmenu .select a {
  background-position:0 -26px;
}

body #slidetabsmenu .select a span {
  background-position:100% -26px;
  color: #ffffff;
}


/* this should be merged? */

.bold {
  font-weight:bold !important;
}

#sub-tabs-slidetabsmenu .select a {
  background-position:0 -26px;
}

#sub-tabs-slidetabsmenu .select a span {
  background-position:100% -26px;
  color: #ffffff;
}

.save:hover {
  cursor:pointer;
}

.pointer {
  cursor:pointer;
}


/* ----  InPlaceEditor styles --------------------------------------------- */
.inplaceeditor-form {
  
}

form.inplaceeditor-form input.editor_field {
  background:#EFF9FC;
  width:365px;
  border:1px solid #ccc;
  padding:3px 4px;
  height: 60px;
}

*:first-child+html .editor_field {
  width:385px;
  padding:0 0px 5px 9px; /* IE7 */
}
* html .editor_field { /* IE6 hack */
  padding:0 0 5px 9px;
  width:385px;
}

form.inplaceeditor-form input.editor_ok_button {
  clear: both;
  width: auto;
  margin-right:5px;
  background:#F5F5F5 url(../images/icn-add.gif) no-repeat scroll 12px 4px;
  border:1px solid #CCCCCC;
  color:#529214 !important;
  float:left;
  font-size:13px;
  font-weight:bold;
  padding:3px 12px 3px 35px;
  text-decoration:none;
}

form.inplaceeditor-form input.editor_ok_button:hover {
  background:#E6EFC2 url(../images/icn-add.gif) no-repeat scroll 12px 4px;
  border:1px solid #C6D880;
}

form.inplaceeditor-form a.editor_cancel.editor_cancel_link {
  margin-right:0pt !important;
  background:#F5F5F5 url(../images/cancel-message-icn.gif) no-repeat scroll 8px 5px;
  border:1px solid #CCCCCC;
  color:#D12F19 !important;
  float:left;
  font-size:13px;
  font-weight:bold;
  padding:3px 12px 3px 28px;
  text-decoration:none;
}
form.inplaceeditor-form a.editor_cancel.editor_cancel_link:hover {
  background:#FBE3E4 url(../images/cancel-message-icn.gif) no-repeat scroll 8px 5px;
  border:1px solid #FBC2C4;
}
.inplaceeditor-empty {
    font-style: italic;
    color: #999;
}

.green {
  color: green;
}


.tooltip {
}

.tooltip.text {
  background-color: #FFF;
  padding: 5px;
  border: 1px solid black;
  width: 30em;
  z-index: 1000;
}