/* TEXT DECORATION */

body, td {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    line-height: 1.4;
}

input, textarea {
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.625;
}

input[type=text], input[type=password], textarea {
    margin: 0;
    border: 1px solid #222;
    color: #222;
}

input[type=submit] {
    margin: 0;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #008;
}
a:hover {
    text-decoration: underline;
    color: #008;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

p {
    padding: 0;
    margin: 0 0 16px 0;
}

/* DESIGN */

body {
    background-color: white;
    font-family: Arial;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    color: #000;
}

form {
    margin: 0;
    padding: 0;
}

div.clear {
    clear: both;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

table.form td {
    vertical-align: top;
    padding-bottom: 8px;
}

.form .label {
    padding-right: 32px;
}

table.admin_list {
    width: 100%;
    border-collapse: collapse;
    font-size: 9pt;
}

table.admin_list th {
    background-color: #e0e0e0;
    border: 1px solid white;
    padding: 3px 5px;
    text-align: center;
}

table.admin_list td {
    padding: 3px;
    border: 1px solid white;
    background-color: #fafafa;
}

table.admin_list tr.nopayed td {
    color: red;
}

table.admin_list tr.striked td {
    text-decoration: line-through;
    color: #888;
}

table.admin_list a {
    color: black;
    text-decoration: underline;
}

div.errors {
    border: 2px solid red;
    background-color: #fff0f0;
    padding: 10px;
    color: red !important;
    margin: 15px 0;
}

div.errors ul li {
    margin: 0;
    padding: 0;
}

div.messages {
    border: 2px solid green;
    background-color: #f0fff0;
    padding: 10px;
    color: green;
    margin: 15px 0;
}

div.errors ul li {
    margin: 0;
    padding: 0;
}

table.admin_form {
    background-color: #fafafa;
    margin: 0;
}

table.admin_form td {
    padding: 5px;
    font-size: 9pt;
}

.listing {
    text-align: center;
    margin: 16px 0;
}

.listing a {
    padding: 2px 5px;
    margin: 0 2px;
    text-decoration: none;
    font-weight: none;
    font-size: 14px;
    border: 1px solid #e8e8e8;
}

.listing a.selected {
    background-color: #f6f6f6;
}


/* SITE DESIGN */


body {
    background-color: #e2e2e2;
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    line-height: 1.625;
}

#site {
    margin: 20px auto 30px auto;
    width: 1000px;
}

#page {
    background-color: white;
    border-top: 1px solid gray;
}

#headerWrapper {

}

#header {
}

#header h1 {
    padding: 10px 30px;
    margin: 0;
}

#header h1 a:hover {
    text-decoration: none;
}

#header div.top_logo img {
    float: right;
}

#header .top_menu {
    padding: 0 12px;
/*    height: 36px; */
    background-color: #222;
    display: block;
}

#header .top_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .top_menu ul li {
    display: block;
    float: left;
    padding: 0 8px;;
    line-height: 36px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#header .top_menu ul li a {
    display: block;
    color: white;
    text-decoration: none;
}

#header .top_menu ul li:hover a {
    text-decoration: underline;
}

#contentWrapper {
    padding: 0 24px;
}

#content {
    padding: 24px 0;
/*     width: 670px; */
}

#content .text_block {
    margin-bottom: 24px;
}

#rightWrapper {
    float: right;
    padding: 0 12px 0 24px;
    font-size: 14px;
}

#right {
    width: 260px;
    padding: 24px 0;
}

#right a {
    font-weight: bold;
}

#right .right_block {
    margin-bottom: 48px;
}

#right .right_block p.title {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

#right .right_block ul {
    padding: 0;
    margin: 0;
    list-style: circle;
}

#right .right_block ul li.separator {
    list-style: none;
    border-top: 1px dotted #aaa;
    margin: 8px 0;
    line-height: 0;
    width: 70%;
}

#footer {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-bottom: 8px;
}

#footer .subscribe {
    text-align: right;
    padding-top: 8px;
    padding-right: 8px;
    font-size: 12px;
}

table.defaultTable {
    border-collapse: collapse;
}

table.defaultTable th, table.defaultTable td {
    border: 1px solid gray;
    padding: 3px 5px;
}

table.card {
    border-collapse: collapse;
    width: 100%;
}

table.card th {
    border: 1px solid #606060;
    font-family: arial;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

table.card td.subhead {
    font-weight: bold;
    text-align: center;
}

table.card td {
    border: 1px solid #606060;
    font-family: arial;
    vertical-align: middle;
    padding: 3px 2px;
}

table.card td.label {
    width: 50%;
}

table.card td.value {
    width: 50%;
}

ul.reports ul {
    margin: 5px 0;
}

.counter {
    background-color: #606060;
    width: 180px;
    height: 32px;
    padding: 8px 0;
    margin: 10px auto;
    text-align: center;
}

.counter .digit {
    margin: 1px;
    padding: 2px;
    background-color: #3a3a3a;
    color: white;
    font-size: 20px;
    border: 1px solid black;
    font-weight: bold;
}

.content, .content td, .content th {
    font-size: 12px !important;
}
table.standart {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}
table.standart td,
table.standart th {
    border: 1px solid black;
    padding: 2px;
}
