* {
  font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif", "Times New Roman", "Serif";
  font-size: 10pt;
}

body {
  text-align: center;
  color: black;
  background: #DCDCDC url("../img/bg.jpg") top repeat-x;
}

a, a:link, a:active, a:visited {
  color: #0146AE;
  text-decoration: none;
}

a:hover {
  color: #002d71;
  text-decoration: underline;
}

#main {
  border: 3px solid #999;
  background-color: white;
  width: 974px;
  margin: 30px auto;
  padding: 15px 0px;
  min-height: 880px;
  margin-bottom: 30px;
}

#content, #content-full {
  width: 774px;
  margin-left: 170px;
  padding: 5px;
  text-align: left;
}

#content-full {
  margin-left: 15px;
  width: 95%;
}


/* Menu */

#menu {
  text-align: center;
  margin-left: 5px;
  width: 150px;
  float: left;
}

.menusection {
  margin-bottom: 10px;
  text-align: left;
}

.menusection a, .menusection a:link,
.menusection a:active, .menusection a:visited {
  display: block;
  width: 100%;
  padding: 4px 5px 4px 7px;
  color: #999;
  text-decoration: none;
  background-color: #F9F9F9;
  margin: 2px 0;
}

.menusection a:hover, .menusection a.active {
  background-color: #C7D5E9;
  color: #0051CB;
}

.menusection a.active:hover {
  background-color: #B8C5D7;
  color: #0146AE;
}

.menutitle {
  display: block;
  width: 100%;
  background: #C3C1C1 url("../img/menubg.jpg") top repeat-x;
  padding: 4px 5px;
  border: 1px solid #BBB;
  color: black;
}


/* Forms */

fieldset {
  border: 1px solid #e2e2e2;
  background-color: #f4f4f4;
  margin-bottom: 15px;
}

legend {
  font-weight: bold;
  color: #0073cc;
}

label {
  font-weight: bold;
  cursor: pointer;
}

dl {
  clear: both;
}

dl:hover label, label:hover {
  color: black;
}

dl:hover dt {
  border-right: 1px solid black;
}

dt {
  float: left;
  width: auto;
  border-right: 1px solid #555;
  color: #555;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

fieldset dt {
  width: 45%;
  text-align: left;
}

dd {
  margin-left: 5px;
  margin-top: 7px;
  vertical-align: middle;
  position: relative;
}

input, textarea {
  position: relative;
  vertical-align: middle;
  margin: 5px;
  margin-left: 10px;
  padding: 2px;
  border: 1px solid #e2e2e2;
}

input:hover, textarea:hover {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
}

input:focus, textarea:focus {
  background-color: #fafafa;
  border: 1px solid #0073cc;
}

label {
  position: relative;
  vertical-align: middle;
}

input.error, select.error, textarea.error {
  border-color: #FF0000;
  border-width: 2px;
}

select.error, textarea.error {
  border-style: solid;
}


h2#active_action {
  margin-top: 0;
}

.success, .failure {
  font-weight: bold;
}

.success {
  color: #009900;
}

.failure, .error {
  color: #FF0000;
}

img {
  border: 0;
}


/* Tables */

table {
  border-collapse: collapse;
  border: 1px solid #BBB;
  margin: 0 auto;
}

th {
  background: #C3C1C1 url("../img/menubg.jpg") top repeat-x;
  padding: 4px 15px;
  color: black;
}

td {
  padding: 3px 15px;
}

th.whmlinks {
  text-align: center;
  width: 250px;
}

td.whmlinks {
  text-align: center;
}

th.actions {
  width: 100px;
  text-align: center;
}

td.actions {
  text-align: center;
}

div#license_error {
  text-align: center;
}

div#license_error h3 {
  font-size: 13pt;
}

div#license_error h4 {
  font-size: 11pt;
  color: red;
}

div#fix_license_form {
  width: 70%;
  margin: 15px auto;
}

div.notice {
  background-color: #ffecec;
  border: 1px solid #f4cdcd;
  padding: 6px 10px;
  margin-bottom: 15px;
}