﻿body 
{
    /* background-image: url(../images/temp/fon.jpg); */
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: White;
}

body, td, th, button, input
{
    font: 10pt arial;
    color: White;
}

a
{
    color: White;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div.head
{
}

div.uihead
{
    text-align: left;
    font-size: 105%;
    /* color: #e20000; Хороший красный цвет */
    border-bottom: #cccccc 2px solid;
    border-top: #cccccc 2px solid;
    background-color: #404040; padding: 5 5 5 5;
}

div.pager, div.subhead
{
    text-align: left;
    font-size: 100%;
    border-bottom: #404040 1px solid;
    border-top: #404040 1px solid;
    background-color: #101010; padding: 5 5 5 5;    
}

div.uiblock
{
    margin: 10px 0px;
}

div.topmenu
{
    color: White;
    font-size: 105%;
}

div.topmenu a
{
    color: #dddddd;
}

input.button
{
    border: outset 1px;
    background-color: #404040;
    color: White;
}

input.disabledbutton
{
    border: outset 1px #606060;
    background-color: #202020;
    color: #707070;
}

input.text
{
    color: Black;
}

.autocomplete
{
    background-color: black;
    border: solid 1px #404040;
    text-align: left;
    padding: 0 20; margin: 0;
    color: White;
}

.autocomplete .item
{
    text-align: left;
}

.autocomplete .highlighteditem
{
    background-color: #404040;
    text-align: left;
}

hr
{
    border-width: 0px;
    background-color: #404040;
    color: #404040;
    height: 1px;
}

div.filminfo a
{
    color: #cccccc;
}

table.tabledata
{
    margin: 5px 0px;
}

table.tabledata tr th
{
    font-size: 10pt;
    font-family: Arial;
}
