/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*
.add { background-image: url() 0 6px no-repeat !important; }
*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

body { 
/*    scrollbar-3dlight-color:#AEADAD; 
    scrollbar-arrow-color:#FE7A36;
    scrollbar-base-color:#E7E7E7;
    scrollbar-darkshadow-color:#E7E7E7;
    scrollbar-face-color:#E7E7E7;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#242627; */
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    cursor: default }
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    white-space: normal}
textarea {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #505050;
    margin-left: 7px;
    margin-top: 0px;
    margin-bottom: 0px}
input {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #505050;
    vertical-align:middle;
    margin-left: 7px;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px}
form {  
    margin-top: 0px;
	margin-bottom: 0px}
.textfield {
	font-size: 12px;
	background-color: #EEEEEE;
	border-top: 1px solid #838383;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #838383;
	padding: 2px;
}
.maintable {
	background-color: #DEE4EB;
	border: 1px #000000 solid;
	padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;
	clip:  rect(   ); margin-right: 20px; margin-left: 20px;
	margin-top: 40px; margin-bottom: 40px;
}
.selecttable { border: 1px #000000 solid; font-weight: normal; background-color: #CED7E1; color: #303E4E}
.selectbox {  font-size: 12px; background-color: #EEEEEE}
.ovtable {  background-color: #6B84A3; border: 1px #6B84A3 solid}
.ovtableheader { background-color: #FFC17D; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-top: 6px; padding-right: 5px; padding-bottom: 6px; padding-left: 5px ; border: solid; border-width: 0px 0px 1px; border-color: black black #93A6BD ; vertical-align: top; white-space: nowrap}
.ovtablecell { background-color: #B3C0D0; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-top: 6px; padding-right: 5px; padding-bottom: 6px; padding-left: 5px ; border: 0px none ; vertical-align: top}
.ovoptiontable {  background-color: #B3C0D0; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; border: 1px #6B84A3 solid}

#loading-mask {
  position: absolute;
  left:     0;
  top:      0;
  width:    100%;
  height:   100%;
  z-index:  20000;
  background-color: white;
}

#loading {
  position: absolute;
  left:     50%;
  top:      50%;
  padding:  2px;
  z-index:  20001;
  height:   auto;
  margin:   -35px 0 0 -30px;
}

#loading .loading-indicator {
  background: white;
  color:      #555;
  font:       bold 13px tahoma,arial,helvetica;
  padding:    8px 42px;
  margin:     0;
  text-align: center;
  height:     auto;
}
