/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #F1F1F1;
}

BODY, td, th
{
    font-family: arial,helvetica,"liberation sans","dejavu sans condensed",sans-serif;
    font-size: 9pt;
    color: #000000;
}
a
{
	color: #0106CD;
    text-decoration: none;
	font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear:both;
}
.font07
{
    font-size: .7em;
}
/* --------------------------- header --------------------------- */
#header
{
    background: url(images/top-img-3.jpg) no-repeat;
    text-align: right;
    vertical-align: top;
}
#header img#logo
{
    margin: 30px 52px 0 0;
}
#add-menu
{
    text-align: left;
    padding-left: 10px;
    margin-top: 35px;
}
#add-menu a { color: #020F46; }
#add-menu a:hover { color: #313986; text-decoration: none; }
#lang { text-align: right; margin-top: 45px; padding-right: 20px; }
#lang img { padding: 0 3px; }
/* --------------------------- main menu --------------------------- */
a.mainMenu
{
    padding: 0 8px;
    line-height: 29px;
	color: #D3DBE0;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.mainMenu:hover
{
	color: #FFF;
    text-decoration: none;
}
/* --------------------------- column --------------------------- */
#photoFrameCanvas
{
    position: absolute;
    top: 0;
    width: 100%;
}
#photoFrame
{
    position: relative;
    top: 190px;
    margin-left: 290px;
}
#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;
}
#tdColumnR
{
    vertical-align: top;
    border-right: 2px solid #737C8B;
}
#columnR
{
    margin: 10px 10px 0 10px;
    padding-right: 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: 1.1em;
	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;
}
/* --------------------------- scroller --------------------------- */
#scroller_container {
    position: relative;
    width: 300px;
    height: 60px;
    overflow: hidden;
}

#scroller {
    white-space: nowrap;
    line-height: 60px;
    font-size: 60px;
}

#scroller p {
    padding: 0;
}

/* --------------------------- content --------------------------- */
#content
{
    padding: 10px;
}
h1
{
	font-size: 1.5em;
	color: #285495;
}
h2
{
	font-size: 1.3em;
	color: #285495;
}
p
{
    margin: 8px 0 0 0;
}
.listing
{
    border: 1px solid #C0C0C0;
    margin: 5px 0;
}
.listing th
{
    background: #DBFBDB;
    padding: 3px;
    font-weight: bold;
    border-bottom: 1px solid #C0C0C0;
}
.listing td
{
    border-bottom: 1px solid #C0C0C0;
    background: #EAFDEA;
    padding: 3px;
}
/* --------------------------- form --------------------------- */
table.form
{
}
.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: #FFFFFF;
	border: 1px solid black;
}
.button
{
	FONT-SIZE: 11px;
	FONT-FAMILY:  arial cyr, verdana, sans-serif;
	border-style: outset;
	background-color: #737C8B;
	border-width: 2px;
	border-color: #969294;
	color: #D3DBE0;
	font-weight: bold;
}
.radio
{
	font-size: 11px;
	background: transparent;
	border: none;
}
div.formNote
{
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
}
/* --------------------------- footer --------------------------- */
#footer
{
    background: #000032;
    color: #F1F1F1;
    font-size: .9em;
    padding: 5px;
}
#footer a
{
    color: #B71203;
}
#footer a:hover
{
    color: #E31703;
    text-decoration: none;
}
#copyright
{
    color: #29569A;
    text-align: right;
    font-size: .8em;
}
#copyright a
{
    text-decoration: none;
    color: #5A89CB;
    font-weight: normal;
}
#copyright a:hover
{
    text-decoration: none;
    color: #DDD;
}
/* --------------------------- 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
{
    border-bottom: 1px solid #444;
    margin: 3px;
    padding: 5px;
}
div.commentTitle
{
    background: #B9D3FA;
    padding: 3px 3px 3px 20px;
    font-size: .9em;
    font-style: italic;
    margin-top: 7px;
}
.commentAdmin
{
    background: #FAFAFA;
    margin: 5px 5px 5px 30px;
    padding: 3px;
    font-style: italic;
}
div.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    border: 1px solid #C0C0C0;
}
div.voteBar
{
    border: 1px solid #C0C0C0;
    background: #EEEEEE;
    font-size: 6px;
    margin: 3px 0;
}
a:focus
{
    outline: none;
}
