#cpanelstats {
  position: absolute;
  top:     150px;
  left:    425px;
  background-color:  #EFF7E0;
  width:   250px;
  color:   #303030;
  margin:  8px 5px 8px 10px;
  padding: 8px 14px 15px 14px;
}

#cpanelprofile {
  position: absolute;
  top:     150px;
  left:    25px;
  background-color:  #EFF7E0;
  background-image:  url(../images/cpprofile-bkg.gif);
  background-repeat: repeat-y;
  width:   342px;
  color:   #303030;
  margin:  8px 5px 8px 10px;
  padding: 8px 14px 15px 14px;
}

#cpanelprofile td {
  font-size:100%;
}

#cpanelprofile a {
  color:#b06747;
  text-decoration:none;
  font-weight:bold;
  font-size:75%;
}

#cpanelprofile a:hover {
  text-decoration:underline;
}

.dontforget {
  font-weight:bold;
  font-size:80%;
  color:#071779;
  font-style:italic;
}

.cpanel-input {
  background:#FFFADB url(../images/input-bkg.gif) repeat-x;
  border:1px solid #CBB945;
  padding:2px;
  font-size:70%;
  font-family:Trebuchet MS;
}

.cpanel-input-ad-keywords {
  background:#FFFADB url(../images/input-bkg.gif) repeat-x;
  border:1px solid #CBB945;
  padding:2px;
  font-size:100%;
  font-family:Trebuchet MS;
  margin-bottom:2px;
}


.cpanel-field-header {
  font-family:Trebuchet MS;
  font-size:80%;
  font-weight:bold;
}

.cpanel-field-header-required {
  font-family:Trebuchet MS;
  font-size:80%;
  font-weight:bold;
  color: #870020;
}

.cpanel-form-select {
  background:#FFFADB url(../images/input-bkg.gif) repeat-x;
  background-color: #FFFADB;
  font-family:Trebuchet MS;
  font-size:70%;
}

.cpanel-form-button {
  background-color: #bccaef;
  border:solid 1px #8293c1;
  font-family:Trebuchet MS;
  font-size:70%;
  cursor:pointer;
}

.cpanel-form-button:hover {
  background-color: #e4e7f1;
  cursor:pointer;
}

.cp-tablink {
  font-weight:bold;
  font-size:75%;
  color:black;
  text-decoration:none;
}

a:hover.cp-tablink {
  text-decoration:underline;
}

.cp-editadlink {
  font-weight:bold;
  color:#880088;
  text-decoration:underline;
  cursor:pointer;
}

.cp-adbox {
  background-image:  url(../images/item-bkg.gif);
  background-repeat: repeat-x;
  border:  solid 1px #C7CFC2;
  padding: 2px 6px 6px 6px;
  margin:  5px 25px 15px 25px;
}

.cp-editadbox {
  /* background-image:  url(../images/item-edit-bkg.gif);
  background-repeat: repeat-x;
  border:  solid 1px #C7CFC2; */
  padding: 2px 6px 6px 6px;
  margin:  5px 25px 15px 0px;
}

.controlpanellabel {
  position:absolute;
  top:0px;
  right:25px;
  font-size:100%;
  font-weight:bold;
  color:#006020;
}

.controlpaneltabs {
  position:relative;
  height:35px;
  background-image:url(../images/cpanel-tab-line.gif);
  background-repeat: repeat-x;
  background-position: 0px 23px;
}

.active-tab {
  position:absolute;
  top:0px;
  height:50px;
  width:155px;
  font-size:75%;
  background-image:url(../images/cpanel-tab-active.gif);
  background-repeat: no-repeat;
  padding:4px 0px 0px 10px;
}

.inactive-tab {
  position:absolute;
  top:0px;
  height:50px;
  width:155px;
  background-image:url(../images/cpanel-tab-inactive.gif);
  background-repeat: no-repeat;
  padding:4px 0px 0px 10px;
}

.helpbox {
  background-color:#E5EFD7;
  padding:10px;
  margin-left:3px;
}



