/* app stuff */

#container .yui-nav {    /*updated to add 0 bottom margin*/
margin-bottom:0px;
}

.ajaxbusy
  {
  color: #ff6600;
  padding-left: 20px;
  padding-bottom: 10px;
  background: url(/images/icons/anim_progress.gif) no-repeat;
  }

.nobold_dt dt
  {
  font-weight: normal;
  }
  
.stInputInactive
  {
  color:#808080;
  }

.stDisplayNone
  {
  display:none;
  }

.stDisplayInline
  {
  display:inline;
  }

.stDisplayBlock
  {
  display:block;
  }

.stStatusbar
  {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  }

.stStatusbar th
  {
  color: #40637A;
  font-weight: 400;
  text-align: left;
  }

.stStatusbar td
  {
  text-align: right;
  }

.stToolbox
  {
  float:right;
  width: 220px;
  margin-left: 10px;
  }

.stToolbox ul li
  {
  margin-bottom: 4px;
  }

/* viewers */
.stCallHistory .chContainer
  {
  padding: 13px 10px 10px 30px;
  margin-bottom: 10px;
  }

.stCallHistory .chHeader
  {
  font-weight: bold;
  padding-bottom: 10px;
  }

.stCallHistory .chBody
  {
  padding: 15px;
  }

.stCallHistory .chFileName
  {
  }

.stCallHistory .chOwner
  {
  border-bottom: 1px dotted #000;
  }

.stCallHistory .chTypeNote
  {
  background-image: url(/images/icons/comment.gif);
  background-repeat:  no-repeat;
  background-position: 8px 12px;
  }

.stCallHistory .chTypeAttachment
  {
  background-image: url(/images/icons/disk.gif);
  background-repeat: no-repeat;
  background-position: 8px 12px;
  }

.stCallHistory .chTypeEmail
  {
  background-image: url(/images/icons/email_page.gif);
  background-repeat: no-repeat;
  background-position: 8px 12px;
  }

.stCallHistory .chColor1
  {
  background-color: #cad9e2;
  }

.stCallHistory .chColor2
  {
  background-color: #e3e3e3;
  }

.stControlRight
  {
  position: absolute;
  top: 201px;
  left: 0px;
  width: 11px;
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  }

.stRoundedBox
  {
  border-style: solid;
  border-color: #CCC;
  border-width: 1px;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  }

/* call logger */
#stItarConfirmBox
  {
  background: #cad9e2;
  border: 2px solid #fdb924;
  position: absolute;
  width: 700px;
  padding: 20px;
  }


/* tslightbox style like solnav */
.tslightbox {
border:none !important;
margin:0px;
padding:0px;
}

.tslightbox .hd {
background:url(/images/960/sprite-042810.png) -160px -600px no-repeat;
border:none !important;
font-size: 14px !important;
font-color: #ff0 !important;
font-weight: bold !important;
height:25px !important;
line-height:25px !important;
padding-left:10px !important;
margin:0px !important;
}

.tslightbox .bd {
background-color:#f7f7f7!important;
color:#000;
padding:10px;
margin:0px;
xoverflow-y:scroll !important;
}

.tslightbox .ft {
background-color:#f7f7f7!important;
color:#000;
padding:10px;
margin:0px;
}

.tslightbox .container-close {
background:url(/images/960/sprite-042810.png) -862px -600px no-repeat !important;
height:10px !important;
margin:7px 10px 0 !important;
width:10px !important;
}

.mask {
background-color:#000!important;
}


