body {
    background-color: #C8E2B4;
}

a{
    font-family:"Courier New", Courier, mono;
    color: #2F2F2F;
    font-size: 12px;
}

.frame {
    background-image: url(images/bgGradient.jpg);
    background-repeat: no-repeat;
    padding: 140px 140px 50px 140px;
    width: 990px;
    height: 1000px;
}


.line1 {
    background-image: url(images/lineBg1.gif);
    padding: 3px 10px 3px 10px;
    color:#000000;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
}

.line2 {
    background-image: url(images/lineBg2.gif);
    padding: 3px 10px 3px 10px;
    color:#000000;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
}          

.bg {
    background-color: #D6D8DD;
}

body, td, th, p, h3, h4, div, span, ul, li, ol{
    font-family: Arial, Helvetica, sans-serif;
    color: #5F6166;
    font-size: 12px;
}

a{
    font-family:"Courier New", Courier, mono;
    color: #2F2F2F;
    font-size: 12px;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #5F6166;
    font-size: 16px;
}

input, select, option, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    background-color: #D8F2C4;
}

h1{
    /* font-family: "Times New Roman", Times, serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #3F3F3F;
    font-size: 20px;
    font-weight: normal;
    text-align:center;
}

.epigraph {
    font-family:"Courier New", Courier, mono;
    font-size: 11px;
    text-align: right;
}

.article {
    color: #3F3F3F;
    font-family: "Times New Roman", Times, serif;
    text-indent: 2em;
    text-align:justify;
    font-size:14px;
}

.author {
    color: #3F3F3F;
    font-family: "Times New Roman", Times, serif;
    text-indent: 2em;
    text-align:right;
    font-size:14px;
}

.article strong{
    color: #2F2F2F;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration:underline;
    text-align:center;
    color:#555555;
    padding-bottom:0px;
    margin-bottom:0px;
}

.formHdr {
    text-align:right;
}

.reminder {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9px;
    text-align:center;
}

.doc_body, .doc_foot, .doc_head {
    padding: 5px;
    width:420px;
}

.doc_descr {
    text-align:justify;
    font-size:13px;
    font-weight:bold;
    width: 685px;
}

.doc_body {
    border-bottom: solid 1px #777777;
    text-align:justify;
    width: 685px;
}

.doc_head {
    border-bottom: solid 1px #777777;
    text-align:center;
}

.doc_foot {
    width:700px;
    text-align:right;
}

table.list th {
    border-top: solid 1px #777777;
    border-bottom: solid 1px #777777;
    padding: 1px 5px 1px 5px;
    vertical-align:top;
}

table.list td {
    border-top: solid 1px #777777;
    padding: 1px 5px 1px 5px;
    vertical-align:top;
}

table.register {
    border: solid 1px #777777;
    padding: 10px;
}

table.register th {
    font-size: 14px;
}

table.register input, select, textarea {
    font-size: 10px;
}

table.wizard {
    padding: 20px;
}

#content {
    width: 420px;
    padding: 20px;
    text-align: left;
}

#invoice_label {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    width:150px;
    vertical-align:top;
}

#invoice_value {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align:top;
}

.head {
    width: 700px;
    border-bottom: solid 1px #777777;
    margin-bottom: 20px;
}

.login {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:right;
}

.bgcolor {
    background-color: #C8E2B4;
    color: #4E5055;
    font-weight:bold;
    font-size:13px;
}

.tab_active, .tab_inactive {
    border: 1px solid #777777; /* Параметры рамки */
    border-bottom: none; /* Убираем границу снизу */
    display: inline; /* Устанавливаем как встроенный элемент */
/*  background: #ffeebf; /* Цвет фона */
    font:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    background: #D8F2C4; /* Цвет фона */
    margin: 0px; /* Убираем отступы */
    white-space: nowrap; /* Запрещены переносы текста */
    text-align: left;
}

.tab_active {
    padding: 3px; /* Поля вокруг текста */
}

.tab_inactive {
    background: #C0DBAD; /* Цвет фона */
    padding: 1px; /* Поля вокруг текста */
}

.content {
  width: 695px;
  border: solid 1px #777777; /* Параметры рамки */
/*  background: #f3f0e9; /* Цвет фона */
  padding: 7px; /* Поля вокруг текста */
  margin: 0px 0px 1em 0px; /* Значение отступов */
  text-align:justify;
}

.foot {
    clear: both;
    border-top: solid 1px #777777;
    text-align:center;
    padding: 10px;
}

#formTitle {
    text-align:center;
    border-bottom:1px solid #777777;
}

#formLabel {
    text-align:right;
    border-top:1px solid #777777;
}

#formValue {
    text-align:left;
    border-top:1px solid #777777;
}

#formFoot {
    text-align:center;
    border-top:1px solid #777777;
}

#new_msg {
    text-decoration:bold;
}

.profile {
   font:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

input.profile {
   width:200px;
}
