@CHARSET "UTF-8";
/*************************************/
/*
 * MISC
 */

.focus_edit_link {
    float: right;
}
.focus_edit_link a {
    font-size: 8pt;
    color: #336699;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
}
.focus_edit_link a:hover {
    text-decoration: underline;
}

/*************************************/
/*
 * FORMS
 */

.brForm {
    position: relative;
}
.brForm fieldset {
    border-style: none;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}
.brForm fieldset.submit {
	border-top: 1px solid black;
    margin: 0;
    padding: 10px 0 0 0;
}
.brForm fieldset div {
    margin-bottom: 5px;
    position: relative;
}
.brForm fieldset label {
    clear: none;
    color: #777777;
    display: block;
    float: none;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    position: absolute; top: 0.3em;
    width: 102px;
}
.brForm fieldset legend {
    color: #777777;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 10px;
}
.brForm fieldset input,
.brForm fieldset select,
.brForm fieldset textarea,
.brForm fieldset fieldset {
    margin: 0;
    position: relative; left: 110px;
    width: 200px;
}
.brForm fieldset.submit input,
.brForm fieldset.submit select {
    position: static;
    width: auto;
}

/*************************************/
/*
 * ACCESS (login)
 */

.brLogin .section-1 input {
    left: 90px;
}
.brLogin .section-1 span {
    position: relative; left: 90px;
}
.brLogin .section-2.submit {
	border-style: none;
}
.brLogin .section-2.submit input {
    position: relative; left: 90px;
}

/*************************************/
/*
 * COMPANY ACCOUNT
 */

.companyAccount .section-1 {
}
.companyAccount .section-2 {
    position: absolute; left: 50%; top: 74px;
    width: 50%;
}
.companyAccount .section-3 {
    width: 50%;
}
.companyAccount .section-4 {
}
.companyAccount #account {
    background-image: url(/images/account_info_icon.gif);
}

/*************************************/
/*
 * COMPANY CONTACT
 */

.companyContact .section-1 {
    position: absolute; left: 50%; top: 0px;
    width: 50%;
}
.companyContact .section-2 {
    width: 50%;
}
.companyContact .section-3 {
    margin-top: 20px;
}
.companyContact .section-3 label {
    display: inline;
    margin: 0 15px 0 0;
    position: static;
    width: auto;
}
.companyContact .section-3 input {
    position: static;
    vertical-align: middle;
    width: auto;
}
.companyContact .section-4 {
}

/*************************************/
/*
 * COMPANY PAY METHOD
 */

.payMethod .section-1 {
    width: 50%;
}
.payMethod .section-2 {
    position: absolute; left: 50%; top: 0px;
    width: 50%;
}
.payMethod .section-3 {
}
.payMethod .section-4 {
}
.payMethod #ccExpDate input {
    width: 4em;
}
.payMethod #ccDefault fieldset {
}
.payMethod #ccDefault fieldset input {
    position: static;
    vertical-align: middle;
    width: auto;
}
.payMethod #ccDefault fieldset label {
    display: inline;
    margin-right: 10px;
    position: static;
}
.payMethod #ccDefault fieldset legend {
    display: none;
}

/*************************************/
/*
 * DASHBOARD
 */

.dashboard #service-summary {
    background-image: url(/images/account_info_icon.gif);
}

.dashboard #service-summary .service-count {
    left: 30px;
    position: relative;
    text-align: right;
}

.dashboard #service-summary .service-status {
    position: relative;
}

.dashboard #ticket-summary {
    background-image: url(/images/request_support_icon.gif);
}

.dashboard #billing-summary {
    background-image: url(/images/billing_support_icon.gif);
}

.dashboard #promotional {
    background-image: url(/images/billing_support_icon.gif);
}

.dashboard.promo-wrapper {
    height: 94px;
    padding-top: 10px;
    padding-bottom: 20px; 
}

.dashboard .promobox {
    background-image: none;
    background-repeat: no-repeat;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 0.8em;
    float: left;
    height: 94px;
    margin-left: 5px;
    text-align: center;
    width: 92px;
}

.dashboard .promobox a {
    color: #3e7cbb;
    padding: 0 2px;
}

.dashboard .promobox img {
    margin: 10px 0 5px 0;
}
.dashboard .promobox strong {
    color: #2a699b;
    display: block;
    font-size: 0.9em;
    text-transform: uppercase;
}

.dashboard .searchfield {
    font-size: 0.95em;
    margin-right: 4px;
}

/*************************************/
/*
 * IP REQUEST FORM
 */

.iprequest .infobox-icon {
    background-image: url(/images/request_support_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.iprequest .section {
    margin: 0 0 20px;
    padding: 20px;
}

.iprequest .question {
    margin: 1em 0 0;
    padding: 0;
}

.iprequest h3 {
    color: #336699;
}

.iprequest label.note {
    font-size: 0.75em;
    font-style: italic;
}

.iprequest ul.formed {
    margin: 0.5em 0 1em;
    padding-left: 2em;
    position: relative;
}

.iprequest ul.formed li {
    line-height: 1.75em;
    position: relative;
}

.iprequest ul.formed label {
    /*line-height: 1.75em;*/
}

.iprequest ul.formed input {
    left: 8em;
    position: absolute;
    /*top: 2px;*/
}

.iprequest ul.terms {
    list-style-type: disc;
}

.iprequest ul.terms li {
    margin: 0.5em 0;
}

.iprequest textarea {
    margin: 0;
}

.iprequest .question span.formed input {
    margin: 0 0.5em 0;
}

/*************************************/
/*
 * ACCOUNT BANDWIDTH PAGE
 */

.account-bandwidth {

}

.account-bandwidth h3 {
  color: #336699;
  margin-top: 1.5em;
}

.bandwidth-report {
  float: left;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C5C5C5;
  margin: 20px 0px 0px 0px;
}

.bandwidth-report thead td {
  background-image: url(/images/buy_bg.gif);
  background-repeat: repeat-x;
  font-weight: bold;
  text-align: left;
  border: 0px solid #C5C5C5;
  padding: 4px 4px 4px 4px;
}

.bandwidth-report thead td h2 {
  background-image: url(/images/manage_icon_tool.gif);
  background-repeat: no-repeat;
  line-height: 26px;
  padding-left: 30px;
  margin: 3px 0px;
}
/* column labels */
.bandwidth-report th {
  background-image: url(/images/table_bar_bg.gif);
  background-repeat: repeat-x;
  background-color: #4284B7;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11pt;
  text-align: left;
  text-transform: uppercase;
  height: 40px;
  padding: 0px 10px 0px 10px;
  border: 0px solid #C5C5C5;
  margin: 0px;
}

.bandwidth-report .alt-row {
  background-color: #e8e8e8;
}

.bandwidth-report .account-status {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}

.bandwidth-report .account-number {
  text-align: center;
}

.bandwidth-report .account-identity {
  width: 100%;
}

.bandwidth-report img {
  border-width: 0px;
  margin: 0px;
}

.bandwidth-report a {
  color: #FFF;
}

/*************************************/
/*
 * CONTROL PANEL: HEADER
 */

.cp-hdrs {
    margin-bottom: 15px;
}
.cp-hdrs h1,
.cp-hdrs h2,
.cp-hdrs h3,
.cp-hdrs h4,
.cp-hdrs h5,
.cp-hdrs h6 {
    padding: 0;
}
.cp-hdrs a {
    padding: 0;
}
.cp-tabs {
    height: 1px;
}
.cp-tabs ul {
    cursor: default;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    top: -7px;
    z-index: 1;
}
.cp-tabs li {
    background-color: transparent;
    background-image: url(/images/tab-left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d7d9d9;
    cursor: default;
    float: left;
    margin: 0;
    position: relative;
}
.cp-tabs li span {
    background-color: transparent;
    background-image: url(/images/tab-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 0 8px;
    padding: 10px 10px 6px 4px;
}
.cp-tabs li:hover {
    background-image: url(/images/tab-left_hover.gif);
    margin-bottom: -3px;
    top: -3px;
}
.cp-tabs li:hover span {
    padding-bottom: 9px;
}
.cp-tabs li.active {
    /* Enforce hover style. */
    border-bottom: 2px solid #fdfdfd;
    margin-bottom: -3px;
    top: -3px;
}
.cp-tabs li.active span {
    /* Enforce hover style. */
    padding-bottom: 9px;
}
.cp-acts {
    margin-bottom: 15px;
}
.cp-acts ul {
    display: inline;
    line-height: 24px;
    padding-left: 0;
}
.cp-acts li {
    border-right: 1px solid gray;
    cursor: default;
    display: inline;
    margin-left: 6px;
    padding-right: 6px;
}
#cpForm .error-message {
    color: red;
    font-size: 10px;
}
#cpForm fieldset {
    margin-left: 50px;
}
#cpForm fieldset label {
    width: 105px;
}
#cpForm fieldset input,
#cpForm fieldset select,
#cpForm fieldset textarea,
#cpForm fieldset fieldset {
    left: 120px;
    vertical-align: middle;
}
#cpForm fieldset input[type=checkbox] {
    margin: 2px 0;
    width: auto;
}
#cpForm fieldset.submit {
    margin-left: 0;
}
#cpForm fieldset.submit input {
    position: static;
}
#cpForm .append {
    line-height: 25px;
    position: absolute; left: 330px;
}

/*
 * CONTROL PANEL: EMAIL HOSTING
 */
.cp-email .dashboard_table span {
    font-size: 0;
    padding: 6.5px;
    vertical-align: middle;
}
.cp-email .dashboard_table span.listItem {
    font-size: 1em;
    padding: 0;
}
.cp-email .dashboard_table span.active {
    background-image: url(/images/status_icon_dot_green.gif);
}
.cp-email .dashboard_table span.inactive {
    background-image: url(/images/status_icon_dot_red.gif);
}
.cp-email fieldset {
    border-width: 0;
}


