/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #21212D;
}
body
{
    background: url(images/fon_dark.jpg);
}
BODY, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #21212D;
}
a
{
	color: #0106CD;
    text-decoration: none;
	font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear:both;
}
/* --------------------------- main menu --------------------------- */
a.mainMenu
{
    padding: 8px 8px 8px 8px;
	color: #030;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.mainMenu:hover
{
	color: #0a0;
    text-decoration: none;
}
a.someMenu
{
	color: #030;
    display: block;
    background: url(images/kavun-small.gif) no-repeat left;
    padding: 5px 10px 5px 30px;
	font-weight: bold;
	font-size: 1.1em;
}
a.someMenu:hover
{
	color: #0a0;
    text-decoration: none;
}
/* --------------------------- column --------------------------- */
.column
{
    vertical-align: top;
    padding: 10px;
}
.columnHeader
{
    font-size: 1.1em;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background: #008100;
    margin: 2px;
    padding: 2px 0;
}
div.subMenu
{
    padding: 5px 5px 15px 5px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    margin-bottom: 30px;
}
a.subMenu
{
    font-size: .9em;
	color: #030;
    display: block;
    border-bottom: 1px solid #C0C0C0;
    padding: 2px;
    font-weight: bold;
    margin-top: 3px;
}
a.subMenu:hover
{
    text-decoration: none;
	color: #C0C0C0;
}
/* --------------------------- content --------------------------- */
#content
{
    vertical-align: top;
    line-height: 20px;
    padding: 10px;
}
h1
{
	font-size: 1em;
	text-align: center;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    padding: 2px;
    margin: 10px 0;
	color: #000000;
}
h2
{
	font-size: 1.1em;
	color: #000000;
}
p
{
    margin: 8px 0 0 0;
}
td.price
{
    border: 1px solid #AAAAAA;
    padding: 3px;
}
td.item
{
    border-bottom: 1px solid #AAAAAA;
    padding: 5px;
}
/* --------------------------- form --------------------------- */
table.form
{
}
.form td
{
    font-size: 8pt;
    vertical-align: top;
}
td.formErr
{
    font-size: 8pt;
    vertical-align: top;
    background: #FFEAEA;
}
.form th
{
    font-size: 9pt;
    border-bottom: 1px solid #C0C0C0;
    padding-top: 15px;
}
form
{
    margin: 0;
}
TEXTAREA, INPUT, SELECT
{
	FONT-SIZE: 11px;
	FONT-FAMILY: arial cyr, verdana, sans-serif;
	background: #FFFFFF;
	border: 1px solid black;
}
.button
{
	FONT-SIZE: 11px;
	FONT-FAMILY:  arial cyr, verdana, sans-serif;
	border-style: outset;
	background-color: #EEEEEE;
	border-width: 2px;
	border-color: #CCCCCC;
	color: #000000;
}
.radio_tr
{
	font-size: 11px;
	background: transparent;
	border: none;
}
div.formNote
{
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
}
/* --------------------------- footer --------------------------- */
div.copyright {
    font-size: .8em;
    border-top: 2px solid #C0C0C0;
    margin-top: 5px;
    padding-top: 5px;
}
#copyright a
{
    text-decoration: none;
    color: #030;
    font-weight: bold;
}
#copyright a:hover
{
    text-decoration: underline;
    color: #0A0;
}
#footer
{
    background: #FFFFFF;
    border-top: 1px #228778 dotted;
}
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.greenLine
{
    border-bottom: 2px solid #008100;
}
.alertText, .okText
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.okText
{
    color: #000000;
    text-align: center;
}
.lineList
{
	font-size: 90%;
	margin-bottom: 7px;
}
a.lineList
{
	color: #444444;
	background-color: #EEEEEE;
	border: 1px solid #C0C0C0;
	text-decoration: none;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
}
a.lineList:hover
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-decoration: none;
}
div.commentList
{
    border: 1px solid #C0C0C0;
    margin: 3px;
    padding: 5px;
    background: #FFFFFF;
}
div.commentTitle
{
    border: 1px solid #C0C0C0;
    background: #E8E8E8;
    padding: 3px 3px 3px 20px;
    font-size: .9em;
    font-style: italic;
    margin-top: 7px;
}
.commentAdmin
{
    background: #FFF;
    margin: 5px 5px 5px 30px;
    padding: 3px;
    font-style: italic;
    border-left: 1px solid #C0C0C0;
}
div.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    border: 1px solid #C0C0C0;
    background: #DBFBDB;
}

