/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #002323;
}

BODY, td, th
{
    font-family: arial,helvetica,"liberation sans","dejavu sans condensed",sans-serif;
    font-size: 9pt;
    color: #999966;
}
a
{
	color: #B3A284;
    text-decoration: none;
	font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear:both;
}
.font07
{
    font-size: .7em;
}
/* --------------------------- lang buttons --------------------------- */
#linkRu, #linkUa, #linkEn, #buttonRu, #buttonUa, #buttonEn
{
    border: 0;
}
#linkRu
{
    margin-left: 1px;
}
#linkUa
{
    margin: 0 12px;
}
#linkEn
{
    margin-right: 1px;
}
/* --------------------------- main menu --------------------------- */
a.mainMenu
{
    width: 165px;
    display: block;
    padding-left: 15px;
    line-height: 22px;
	color: #B3A284;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    white-space: nowrap;
    background: url(images/bg-menu.gif) repeat-y left;
    text-transform: uppercase;
    margin: 0 0 9px 15px;
}
a.mainMenu:hover
{
	color: #FFF;
    text-decoration: none;
}
/* --------------------------- column --------------------------- */
#photoFrameCanvas
{
    position: absolute;
    top: 0;
    width: 100%;
}
#photoFrame
{
    position: relative;
    top: 90px;
    margin-left: 192px;
}
#photoFrame img
{
    border: 3px solid #FFFFFF;
    border-bottom: 20px solid #FFFFFF;
}
#tdColumnL
{
    vertical-align: top;
    border-left: 2px solid #737C8B;
}
#columnL
{
    margin: 70px 10px 0 10px;
    padding-left: 5px;
}
.columnHeader
{
    font-size: 1.1em;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background: #285495;
    margin: 2px;
    padding: 2px 0;
}
div.subMenu
{

}
a.subMenu
{
    font-size: .9em;
	color: #000;
    display: block;
    border-bottom: 1px solid #285495;
    padding: 2px;
    font-weight: bold;
}
a.subMenu:hover
{
    text-decoration: none;
	color: #444;
	background: #FFF;
}
.newsList
{
    margin: 0 7px;
    font-size: .9em;
}
/* --------------------------- content --------------------------- */
#content
{
    text-align: left;
    float: left;
    height: 451px;
    width: 463px;
    overflow: auto;
}
h1
{
	font-size: 1.5em;
	color: #999999;
}
h2
{
	font-size: 1.3em;
	color: #999999;
}
p
{
    margin: 8px 0 0 0;
}
.listing
{
    border: 1px solid #013633;
    margin: 5px 0;
}
.listing th
{
    background: #DBFBDB;
    padding: 3px;
    font-weight: bold;
    border-bottom: 1px solid #013633;
}
.listing td
{
    border-bottom: 1px solid #013633;
    background: #214A42;
    padding: 3px;
}
/* --------------------------- form --------------------------- */
table.form { width: 90%; }
.form td
{
    font-size: 8pt;
    vertical-align: top;
}
td.formErr
{
    font-size: 8pt;
    vertical-align: top;
    color: #FF0000;
}
.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: #C6C690;
	border: 1px solid black;
}
.button
{
	FONT-SIZE: 11px;
	FONT-FAMILY:  arial cyr, verdana, sans-serif;
	border-style: outset;
	background-color: #214A42;
	border-width: 2px;
	border-color: #333;
	color: #B3A284;
	font-weight: bold;
}
.radio
{
	font-size: 11px;
	background: transparent;
	border: none;
}
div.formNote
{
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
}
/* --------------------------- footer --------------------------- */
#footer
{
    color: #A99980;
    font-size: .9em;
    padding-top: 30px;
}
#footer a
{
    color: #A99980;
}
#footer a:hover
{
    color: #BCB297;
    text-decoration: none;
}
#copyright
{
    color: #999;
    text-align: right;
    margin-bottom: 20px;
}
#copyright a
{
    text-decoration: none;
    color: #999;
    font-weight: normal;
}
#copyright a:hover
{
    text-decoration: none;
    color: #EEE;
}
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.alertTextSmall
{
    color: #D50301;
    font-weight: bold;
    text-align: center;
}
.okText
{
    color: #000000;
    text-align: center;
}
.lineList
{
	font-size: 90%;
	margin-bottom: 7px;
}
a.lineList
{
	color: #444444;
	background-color: #CBFECB;
	border: 1px solid #008100;
	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
{
    margin: 3px;
    padding: 5px;
}
div.commentTitle
{
    background: #214A42;
    padding: 3px 3px 3px 20px;
    font-size: .9em;
    font-style: italic;
    margin-top: 7px;
}
.commentAdmin
{
    margin: 5px 5px 5px 30px;
    padding: 3px;
    font-style: italic;
    color: #C6C690;
}
div.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    border: 1px solid #C0C0C0;
    background: #DBFBDB;
}
div.voteBar
{
    border: 1px solid #C0C0C0;
    background: #EEEEEE;
    font-size: 6px;
    margin: 3px 0;
}
a:focus
{
    outline: none;
}
.img-container
{
    border: 1px solid #455F4C;
    padding: 2px;
    height: 134px;
    width: 134px;
    display: table-cell;
    vertical-align: middle;
}
.img-caption { margin-bottom: 15px; }
