/************ LOG IN PAGE *******************/
#login-form
{
  width: 40em;
  margin: 4em auto;
}

#login-form div
{
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
}

#login-form fieldset
{
  border: solid 1px #aaa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 1.6em;
  padding: 0.6em;
  background: #efefef;
}

#login-form table
{
  width: 100%;
}

#login-form td
{
  width: 50%;
  padding: 0.2em;
}

#login-form input.text
{
  width: 12em;
  height: 1.2em;
  font-size: 1.05em;
}

#login-button
{
  float: right;
  font-size: 1.05em;
  font-weight: bold;
}

a#reset-link
{
  margin-top: 15px;
  font-size: 14px;
  display: block;
  width: 220px;
  margin: auto;
  text-align: center;
}

/****************** RESET PAGE ***************************/

div#reset-form
{
  width: 350px;
  padding: 15px;
  height: 100%;
  border: solid 1px #393939;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url('../img/blue-grad-bg-200.jpg') repeat-x top #0D214F;
  color: #fff;
  font-size: 14px;
  text-align:justify;
  margin: auto;
}

div#reset-form a,div#reset-form a:visited,div#reset-form a:active
{
  color: #fff;
  text-decoration: underline;
}

div#reset-form a:hover
{
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

div#reset-form h2
{
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}

div#reset-form form
{
  width: 260px;
  margin: auto;
}

div#reset-form label
{
  display: block;
  font-size: 18px;
  padding-top: 15px;
}

div#reset-form input.text
{
  font-size: 18px;
  width: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('../img/subtle-grey-grad.gif') repeat-x;
  border: inset 1px #aaa;
  padding: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/******************* CONTROL PANEL ************************/

#cp-main
{
  width: 700px;
  float: left;
  padding-left: 15px;
}

/* single column */
div.cp-main-full-width
{
  width: 968px !important;
}

#cp-main a.icon
{
  display: block;
  float: left;
  width: 110px;
  height: 100px;
  font-size:12px;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
}

#cp-main a.icon:hover
{
  font-weight: bold;
}

#cp-main a.icon img
{
  width: 64px;
  height: 64px;
  display: block;
  margin: auto;
  margin-bottom: 6px;
}

#cp-main a.icon span
{
  display:block;
  font-size:50px;
  font-weight:bold;
  color:#c00;
  height:63px;
  padding-top:7px;
  text-decoration:none !important;
}

#cp-main a.fade
{
  opacity:0.4;
  filter:alpha(opacity=40);
  cursor: default;
}

#cp-main a.fade:hover
{
  font-weight: normal;
  text-decoration: none;
  color: rgb(16, 55, 144);
}


#cp-main img.roll-up-button
{
  float: right;
  margin-top: 3px;
  cursor: pointer;
}

div.domain-title
{
  font-weight: bold;
  padding-left: 10px;
  font-size: 1.1em;
}

div.domain-name
{
  height: 140px;
  font-weight: bold;
  padding-left: 15px;
  font-size: 1.1em;
  overflow: auto;
}

#cp-right
{
  float: right;
  width: 250px;
  padding-right: 15px;
}

/* ---- SERVER STATS ------------- */
#server-stats div.feed-body
{
  font-size: 1em;
}

#server-stats .server-num
{
  font-size: 1.6em;
  font-weight: bold;
}

#server-stats h2
{
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 7px;
}

#server-stats p
{
  text-indent: 0px;
  padding-bottom: 20px;
}

form table
{
  margin: auto;
}

form table td
{
  padding: 2px;
}

form table td.row-heading
{
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 20px;
}

form table input.text
{
  width: 99%;
  font-size: 1em;
  padding: 1px;
}

form table select
{
  font-size: 1em;
  padding: 1px;
}

form table textarea
{
  width: 99%;
  height: 100px;
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  padding: 1px;
}

table.support-ticket
{
  width: 500px;
  margin: auto;
}

table.support-ticket td
{
  padding: 2px;
}

table.support-ticket div.message
{
  background: #fff;
  border: solid 1px #c9c9c9;
  padding: 5px;
  margin: 5px 0px 15px 0px;
}


table.support-ticket td textarea.reply
{
  width: 99%;
  height: 80px;
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  padding: 3px;
}


table.support-ticket td form.close-button
{
  position: relative;
  left: 130px;
  top: -24px;
}

/* WEB MAIL MENU LOG IN */
div#web-mail-menu
{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  margin-top: -100px;
  display: none;
  z-index: 100;
}

div#web-mail-menu a.cv-submit
{
  font-size: 18px;
  padding: 3px;
}

div#web-mail-menu input.text
{
  width: 200px;
}

div#web-mail-menu span
{
  font-size: 14px;
}

div#modal
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index: 50;
}

/************ SITE MANAGEMENT ***************/
div#site-management h2
{
  font-size:18px;
}

div#site-management div.managed-site
{
  font-weight:bold;
  height:140px;
  overflow:auto;
  padding-left:15px;
}

/********** RETURN TO MENU LINKS ************/
a.back-to-menu
{
  font-size: 18px;
  text-decoration: none;
}

a.back-to-menu img
{
  position: relative;
  top: 6px;
}


/************* CHANGE DETAILS *********************/

form#details-form input.text
{
  width: 280px;
  font-size: 18px;
  border: solid 1px black;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

form#details-form input.medium-length
{
  width: 200px;
}


form#details-form input.short-length
{
  width: 100px;
}