/* CSS Document */


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

body{
  margin: 0;
  padding 0;
  font-family: 'Verdana';
  font-size: 12px;
}

body form{
  margin: 0;
  padding 0;
}

#wrapper{
  width: 1238px;
  margin: 0 auto 0 auto;
}

#signin_bar{
  background-color: #2E3F53;
  border: 1px solid #404040;
  padding: 10px 5px 10px 5px;
}

#signin_bar label{
  color: #E0E9E9;
}

#signin_bar a{
  color: #E0E9E9;
}

#contentWrapper{
  height: 650px;
  margin-top: 2px;
}

#footer{
  color: #CCCCCC;
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #CCCCCC;
  margin-top: 5px;
}

#leftMain{
  width: 230px;
  height: 650px;
  border-top: 1px solid #404040;
  border-right: 1px dotted #404040;
  border-bottom: 1px solid #404040;
  border-left: 1px solid #404040;
}

#rightMain{
  width: 1002px;
  height: 650px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  border-left: 1px dotted #404040;
}

#menuTitle{
  padding: 5px 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}

#activeMenu{
  height: 600px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  overflow: auto;
}

#activeMenu a{
  text-decoration: none;
}

#activeMenu a:link{
  color: #404040;
}

#activeMenu a:hover{
  color: #FFCC33;
}

#activeMenu a:visited{
  color: #404040;
}

#placeHolder{
  height: 649px;
  overflow: auto;
}

#editor{
  width: 600px;
  margin: 30px auto 10px auto;
}

#promptWrapper{
  margin: 3px 0 3px 0;
  font-size: 0;
}

#promptParent{
  height: 42px;
  overflow: hidden;
}

#prompt{
  border: 1px solid #FFD700;
  background-color: #FFFFDD;
  height: 40px;
  padding: 0 3px 0 3px;
  font-size: 12px;
}

#changePswd{
  width: 400px;
  border: 1px solid #000000;
  margin: 0 auto 0 auto;
  padding: 13px 3px 3px 3px;
}

.reset{
  margin: 0;
  padding: 0;
}

.fL{
  float: left;
}

.fR{
  float: right;
}

.cB{
  clear: both;
  font-size: 0;
}

.notice{
  font-size: 10px;
  color: #FF0000;
}

.noticeMarker{
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}

.generalTextbox{
  width: 260px;
  height: 20px;
  padding: 2px;
}

.sTitle{
  color: #FFCC33;
  font-size: 18px;
  font-weight: bold;
}

.dash-separator{
  font-size: 0;
  border-bottom: 1px dashed #CCCCCC;
  margin: 5px 0;
}

#basa{border:none;}
