/**************************************
 * Misc styles
 */


/********** Nervous finger ************/

#ITSBusyDiv
{
  position: absolute;
  height: 99.9%;
  width: 99.9%;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  background-image: url(../images/header/1x1.gif);
  background-repeat: repeat;
  /*
  visibility: hidden;
  display: none;
  */
  overflow: hidden;
  cursor: wait;

  text-align: center;
  z-index: 65535;
}

#ITSBusyDiv div
{
  width: 50%;
  height: 50%;
  background-image: url(../../images/img/dottedclock31x31.gif);
  background-position: center;
  background-repeat: no-repeat;

  margin-left: auto;
  margin-top: 20%;
  padding: 0px;
  border-width: 0px;
  font-weight: bold;
}




/*********** Unknown **************/

#webguiContainer
{
  overflow: auto;
}


.menuItem
{
    font-family:arial,sans-serif;
    font-size:10pt;
    background-color: #172972;
    color: #97A1C9;
    cursor: pointer;
}


.inactive
{
  color: #999989;
}

.on
{
 text-decoration: underline;
}

.off
{
 text-decoration: none;
}

.menuText
{
 padding: 0px;
 margin: 0px;
 font-size: 8pt;
}

.tab
{
}

.nonedit
{
 color: #000000;
}

.pulldown
{
 border: 0px;
 background-color: #FDFDF3;
}




/*********** BIDI RTL **************/

.RTL
{
  filter:flipH();
}



/*********** About box **************/

#WebguiAboutBoxBg
{
  position: absolute;
  top: 0; left: 0;
  height: 99.99%; width: 99.99%;
  background-color: white;
  filter: Alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
  z-index: 65536;
}

#WebguiAboutBox
{
  position:   absolute;
  top:        44%;
  left:       50%;
  width:      497px;
  height:     341px;
  margin-top: -170.5px;
  margin-left:-249px;
  border: solid 2px black;
  border-color: #666666 black black #666666;
  text-align: center;
  background-color: #FFF;
  background-image: url(../../../system/sl/image/aboutboxcontent.jpg);
  background-position: center middle;
  background-repeat: no-repeat;
  /*cursor: pointer;*/
  z-index: 65537;
}

#WebguiAboutBoxInfo
{
  position: absolute;
  top: 175px; left: 20px;
  height: 88px; width: 464px;
  margin: 0; padding: 0; border-width: 0;
  font: normal 11px Arial, Helvetica, sans-serif;
  text-align: left;
  overflow: auto;
}

#WebguiAboutBoxCopy
{
  position: absolute;
  /*top: 283px;*/ bottom: 42px; left: 20px;
  height: 20px; width: 464px;
  margin: 0; padding: 0; border-width: 0;
  font: normal 10px Arial, Helvetica, sans-serif;
  text-align: left;
  overflow: hidden;
}

#WebguiAboutBoxBtn,
#WebguiAboutBoxBtn:hover
{
  position: absolute;
  bottom: 8px; right: 20px;
  height: 18px; width: 58px;
  margin: 0;
  padding: 1px 2px 0 2px;
  border: solid 1px #676E75 black black #676E75;
  font: normal 11px Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: black;
  background-color: #F2E1AF;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}

#WebguiAboutBoxBtn:hover
{
  border-color: black;
  background-color: #FFC54E;
}
