* {
    margin: 0;
    padding: 0;
}
body {
    color: #545d60;
    font-family: Verdana, Arial, lucida, sans-serif;
    font-size: 75%; /* 100% == 16px */
    line-height: 127%;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
legend,
.no-display {
    display: none;
}
img {
    border: none;
}
img.float-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.float-right {
    float: right;
    margin: 0 0 10px 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
ul,
ol {
    margin: 20px;
}
p {
    margin: 20px 0;
}
a {
    color: #158aaf;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.add {
    background: transparent url('/media/images/icon_add.png') no-repeat left center;
    display: block;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    white-space: nowrap;
}
a.add:hover {
    color: #000;
    text-decoration: underline;
}
h1 {
    color: #158aaf;
    font-size: 200%;
    line-height: 128%;
    margin-bottom: 20px;
}
h2 {
    font-size: 150%;
    line-height: 128%;
    margin-bottom: 20px;
}
#container {
    margin: 20px;
}
#header {
    border-bottom: 3px solid #3a4d51;
    margin-bottom: 8px;
    padding-bottom: 1px;
}
#header a.logo {
    display: block;
    float: left;
}
#header h3 {
    float: left;
    font-size: 250%;
    line-height: 117%;
    margin: 24px 0 0 20px;
}
#header h3 a {
    color: #3a4d51;
    text-decoration: none;
}
#buttons {
    float: left;
}
#buttons a {
    background-color: #3a4d51;
    color: #fff;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}
#buttons a:hover {
    background-color: #4f777f;
}
#buttons a.admin {
    background-color: #000;
    margin-left: 25px;
}
select,
textarea,
input {
    border: 1px solid #000;
}
#searcher {
    margin-bottom: 15px;
    text-align: right;
}
#searcher input {
    text-align: left;
    padding: 1px;
    width: 80px;
}
input.submit {
    cursor: pointer;
    text-align: center;
}
#searcher input.submit {
    margin-left: 10px;
    padding: 0;
    text-align: center;
    width: auto;
}
#searcher label {
    display: inline;
    margin: 0 3px 0 10px;
}
table {
    border-collapse: collapse;
    .border-bottom: 1px solid #000;
    width: 100%;
}
table.not-full {
    width: auto;
}
table th,
table td {
    background-color: #eee;
    border: 1px solid #000;
    padding: 2px 6px;
}
table tr.even td {
    background-color: #ddd;
}
table td.white {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #fff;
}
table td.center {
    text-align: center;
}
table td.right {
    text-align: right;
}
table td.nowrap {
    white-space: nowrap;
}
table td.price {
    font-weight: bold;
    text-align: center;
}
table th {
    background-color: #ccc;
}
table tr.domains-head td {
    background-color: #fff;
    font-size: 92%;
    font-weight:bold;
}
table tr.toggle-domains td {
    cursor: pointer;
}
table tr.domains td {
    background-color: #fff;
    font-size: 92%;
}
table tr.found td {
    background-color: #ffd0bf;
}
table tbody.hide {
    display: none;
}
table td a.ico {
    position: relative;
    top: 2px;
}
div.toggle {
    font-size: 92%;
    margin-bottom: 5px;
}
form p {
    margin: 10px 0 0 0;
}
form label {
    display: block;
    font-weight: bold;
}
form span.errorMessage {
    display: block;
    font-size: 92%;
    color: #f00;
}
p.error {
    background-color: #f00;
    color: #fff;
    padding: 2px 6px;
}
#login-form {
    border: 1px solid #3a4d51;
    margin: 100px auto;
    padding: 5px 20px 15px 20px;
    width: 150px;
}
img.dateIcon {
    cursor: pointer;
    position: relative;
    top: 3px;
}
#set-payment p {
    margin-bottom: 4px;
}
#set-payment p img {
    margin-right: 6px;
}
#search-form {
    margin-bottom: 20px;
}
#search-form.hide {
    display: none;
}
#search-form th {
    text-align: right;
    width: 210px;
}

