/*
Document   : style
Created on : 02.11.2010, 22:04:09
Author     : Oxotnick
Description:
Purpose of the stylesheet follows.
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
font-family: fantasy,verdana,sans-serif;
font-size: 11px;
background-color: #fdfcfc;
margin: auto;
max-width: 450px;

}

.niz {
background: #ddd url('in.png') repeat-x bottom;
font-size: 12px;
text-align: right;
font-weight: bold;
color: #3e3e3e;
}

.verh {
background-color: #d0d0d0;
font-size: 12px;
text-align: center;
font-weight: bold;
color: #fff;
margin-bottom: 2px;
}

.inf {
background: #eee url('in.png') repeat-x bottom;
font-size: 11px;
color: #4e4e4e;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 2px;
}

.mess, .err {
font-size: 11px;
background-color: #fff;
border: dotted 1px #c1c1c1;
padding: 3px;
}

.err {color: #f00;}

.navig {
background: #fff url('n.png') repeat-x bottom;
padding: 3px;
margin-top: 3px;
margin-bottom: 2px;
border-top: 1px solid #c1c1c1;
color: #4e4e4e;
font-size: 11px;
}

.fr {
font-size: 11px;
color: #4e4e4e;
border-bottom: 1px solid #c1c1c1;
border: 1px solid #c1c1c1;
padding: 3px;
margin-bottom: 3px;
}

a:link, a:visited {text-decoration: none; color: #455579; font-size: 11px;}
a:hover, a:active {text-decoration: underline; font-size: 12px; color: #354569;}

input {background: #eee; text-align: left; padding: 1px 1px 1px 1px; border: 1px solid #ccc;
            font-size: 11px; margin: 2px;}
textarea {background: #eee; text-align: left; padding: 1px 1px 1px 1px; border: 1px solid #ccc;
            font-size: 11px; margin: 2px;}