body {
    background-color: white;
    font-family: Arial;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

input {
    margin: 0;
}

input[type=text],
input[type=password] {
    border: 1px solid gray;
    height: 22px;
}

textarea {
    border: 1px solid gray;
}

a {
    color: #0070bd;
    /*color: #336699;*/
    /*color: #0099FF;*/
    font-weight: normal;
}
a:hover {
    color: red;
}

div#site {
    width: 1000px;
    margin: 10px auto;
}

div#sidebar {
    width: 200px;
    float: left;
    padding-top: 12px;
}

div#site-admin {
    width: 1000px;
    margin: 0 auto;
}

div#auth {
    float: left;
    font-size: 14px;
    padding: 8px 0 0 16px;
    height: 120px;
    color: black;
    text-align: left;
    color: #404040;
    width: 400px;
}

div#auth .greeting{
    font-size: 16px;
    font-weight: bold;
    color: black;
}

div#logo {
    float: right;
    text-align: right;
    color: red;
    font-size: 14pt;
}

div#logo h1 {
    font-size: 14pt;
    font-weight: normal;
    margin-top: 0;
}

div#logo img.logo {
    width: 224px;
    height: 68px;
    float: right;
}

div#sublogo {
    float: left;
    text-align: left;
}

div.submenu {
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: #fcfcfc;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-align: right;
}

div.submenu a {
    text-decoration: none;
}

div.submenu ul {
    list-style: none;
    font-size: 10pt;
    margin: 10px;
    padding: 0;
}

div.submenu ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #d0d0d0;
}

div#links {
    font-size: 9pt;
    text-align: right;
    float: right;
    width: 785px;
    height: 33px;
    padding: 22px 0 0 15px;
}


div#links a {
    text-decoration: none;
    font-weight: bold;
    color: #0099FF;
}

div#links a:hover {
    color: red;
}

div#content-index {
    margin: 10px 0 0 15px;
    text-align: center;
    float: left;
    width: 785px;
}

div#content {
    margin: 10px 0 0 15px;
    text-align: left;
    float: left;
    width: 785px;
}

div#content-admin,
div#admin-content {
    margin: 10px 0 0 15px;
    text-align: left;
    float: left;
    width: 785px;
}

div.block.form {
    width: 100%;
    text-align: left;
}

div.block.index {
    width: 324px;
    margin-top: 15px;
}

div.index .icon {
    height: 75px;
    float: left;
}

div.index .title {
    font-weight: bold;
    font-size: 18pt;
    text-align: right;
}

div.index .subtitle {
    font-weight: bold;
    font-size: 12pt;
    color: gray;
    text-align: right;
}

div.block {
    float: left;
}

div.block_content {
    clear: both;
    padding: 10px 5px 10px 5px;
    margin: 0px 20px 0px 20px;
}

#content div.block_content {
    clear: both;
    padding: 10px 20px 0px 20px;
}

div.block_content h1,h2,h3,h4,h5,h6,p {
    padding-bottom: 20px;
    margin: 0;
}

div.block_content h1,h2,h3 {
    color: #303030;
}

div.block_content .info {
    font-size: 11pt;
    color: #404040;
    text-align: justify;
}

div.block_vl {
    background: url('images/block_vl.png') repeat-Y left;
}

div.block_vr {
    background: url('images/block_vr.png') repeat-Y right;
}

div.block_lt {
    background: url('images/block_lt.png') no-repeat;
    height: 20px;
    width: 20px;
    float: left;
}

div.block_rt {
    background: url('images/block_rt.png') no-repeat;
    height: 20px;
    width: 20px;
    float: right;
}

div.block_ht {
    background: url('images/block_ht.png') repeat-X;
    height: 20px;
}

div.block_lb {
    background: url('images/block_lb.png') no-repeat;
    height: 20px;
    width: 20px;
    float: left;
}

div.block_rb {
    background: url('images/block_rb.png') no-repeat;
    height: 20px;
    width: 20px;
    float: right;
}

div.block_hb {
    background: url('images/block_hb.png') repeat-X;
    height: 20px;
}

div.clear {
    clear: both;
}

div.right {
    float: right;
    padding-bottom: 10px;
}

div.sublist {
    margin: 20px 0;
    padding: 0 20px;
}

form .label,
.form .label {
    float: left;
    width: 25%;
    font-size: 11pt;
}

form .label2,
.form .label2 {
    float: left;
    width: 40%;
    font-size: 11pt;
}

.form td.label, .form td.label2 {
    float: none;
}

form input,
.form input {
    clear: right;
}

form div.input,
.form div.input {
    clear: both;
    padding-bottom: 5px;
}

form div.errors,
.form div.errors {
    border: 2px solid red;
    background-color: #fff0f0;
    margin-bottom: 15px;
}

form .errors ul,
.form .errors ul {
    color: red;
}

.order_link {
    font-size: 14pt;
    color: black;
    text-align: center;
}

.order_link a {
    color: #008000;
}

div.description {
    font-style: italic;
    margin-bottom: 16px;
    font-size: 16px;
}

div.text ul {
    list-style-image: url(images/bullet.gif);
}

div.text ul li {
    margin-bottom: 10px;
}

#footer {
    margin-top: 15px;
    color: #c0c0c0;
    font-size: 12px;
    padding: 0 30px 20px 0;
}

#footer a {
    font-weight: normal;
    margin: 0px 5px;
}

#footer .copyright {
    float: left;
}

#footer .menu {
    float: right;
}

.header_menu {
    height: 36px;
    padding: 8px 40px 0 40px;
}

.menu_line {
    background: url(images/but_bg.gif) repeat-X;
    height: 36px;
}

.menu_button .l {
    background: url(images/but_left.gif) no-repeat 0 0;
    height: 36px;
}

.menu_button .r {
    background: url(images/but_right.gif) no-repeat 100% 0;
    height: 36px;
}

.menu_button .wrap {
    padding: 0px 8px;
    font-weight: bold;
    color: #777777;
}

div#links ul {
    padding-top: 10px;
    padding-left: 0;
}

div#links ul li {
    display: inline;
    font-size: 9pt;
    padding: 0 6px;
}

tr.red td {
    color: red;
}

tr.blue td {
    color: #0000ff;
}

.admin_panel {
    background-color: #f0f0f0;
}

.admin_panel a {
    color: black;
    font-weight: bold;
    font-size: 10pt;
    padding: 0 20px;
/*    border-right: 1px solid gray;*/
    text-decoration: none;
}

.admin_panel a:hover {
    background-color: white;
    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.messages ul li {
    margin: 0;
    padding: 0;
}

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

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

table.bill_form {
    background-color: #fafafa;
    margin: 20px 0;
    border-collapse: collapse;
}

table.bill_form td {
    padding: 5px;
    font-size: 9pt;
    border: 1px solid black;
}

table.bill_form td.label {
    width: 20%;
}

#content-index .left-col {
    float: left;
    width: 380px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}

#content-index .right-col {
    float: right;
    width: 380px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}

#content-index .left-news {
    float: left;
    margin-top: 10px;
    width: 380px;
    text-align: left;
    margin-bottom: 10px;
}

#content-index .right-news {
    float: right;
    margin-top: 10px;
    width: 380px;
    text-align: left;
    margin-bottom: 10px;
}

#content-index .left-news h4,
#content-index .right-news h4 {
    margin: 0 0 10px 0;
    padding: 0;
}

#content-index .left-news ul,
#content-index .left-right ul,
    font-size: 12px;
    margin: 0;
    padding: 0 16px;
}

#content-index .left-news ul li {
    padding: 5px 0;
}

#content-index .left-news ul li a {
    font-weight: normal;
}

.reestr_item {
    margin: 10px 0 15px 0;
/*     border-bottom: 1px dotted #909090; */
}

.reestr_item .logo {
    display: block;
    margin: 0 10px 10px 0;
    float: left;
    width: 130px;
    height: 90px;
    text-align: center;
}

.reestr_item h4 {
    color: #404040;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
}

.reestr_item h4 a {
    text-decoration: none;
    color: #404040;
}

.reestr_item h4 a:hover {
    color: #0099FF;
}

.reestr_item p {
    color: #606060;
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
}

.reestr_item p a {
    text-decoration: none;
    font-weight: normal;
    color: #0000cd;
}

.reestr_item p a:hover {
    color: #0099FF;
}


.news_item {
    text-align: left;
    margin: 10px 0 15px 0;
    border-bottom: 1px dotted #909090;
}

.news_item h4, .news_item h5 {
    color: #404040;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 11px;
}

.news_item h4 a, .news_item h5 a {
    text-decoration: none;
    color: #404040;
}

.news_item h4 a:hover, .news_item h5 a:hover {
    color: #0099FF;
}

.news_item p {
    color: #606060;
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
}

.news_item p a {
    text-decoration: none;
    font-weight: normal;
    color: #0000cd;
}

.news_item p a:hover {
    color: #0099FF;
}


.listing {
    text-align: center;
}

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

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

#content .search {
    margin-bottom: 30px;
    font-size: 14px;
}

.banners {
    text-align: left;
}

.banners .item {
    padding: 10px 0;
    text-align: center;
}

.banners .item a {
}
.banners h3 {
    font-size: 16px;
    color: #404040;
    padding-bottom: 10px;
}

.banners .item a img {
/* border: 1px solid #c0c0c0; */
    border: 1px solid #c0c0c0;
    padding: 4px;
}

.left_menu {
    text-align: left;
    margin-bottom: 10px;
}

.left_menu h3 {
    font-size: 16px;
    color: #404040;
    padding-bottom: 10px;
}

.left_menu a {
    font-size: 14px;
    text-decoration: none;
}

.left_menu a:hover {
}

.left_menu li {
    list-style-type: circle;
    list-style-position: inside;
    padding: 5px 0;
}

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

table.card th {
    border: 1px solid #DCDCDC;
    font-family: arial;
    font-size: 11pt;
    color: #303030;
    vertical-align: middle;
    text-align: center;
    background: url(images/span_grey.jpg);
}

table.card td.subhead {
    font-weight: bold;
    font-size: 10pt;
    color: #606060;
    text-align: center;
}

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

table.card td.label {
    font-size: 10pt;
    width: 50%;
}

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

/* Motion Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 92px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
margin: 0 18px 0 18px;
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.filter {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.ui-widget {
    text-align: left;
}
