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

BODY, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #444444;
}
a
{
    color: #1B20FE;
    text-decoration: none;
}
a:hover
{
    color: #1B20FE;
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear:both;
}
.font07
{
    font-size: .7em;
}
/* --------------------------- top link line --------------------------- */
td.topLink
{
    background: url(images/menu-inv.gif) no-repeat left;
}
a.topLink
{
    display: block;
    padding: 7px 12px 8px 12px;
    color: #FFF;
    font-weight: bold;
    font-size: .85em;
    white-space: nowrap;
}
a.topLink:hover
{
    color: #FFF;
    padding: 8px 11px 7px 13px;
    text-decoration: none;
    background: url(images/menu-inv.gif) repeat-x;
}
/* --------------------------- main menu --------------------------- */
div.mainMenu
{
    background: #D9AA90;
    border: 1px solid #C37573;
    padding: 7px;
    margin-left:15px;
}
a.mainMenu
{
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid #C37573;
}
a.mainMenu:hover
{
    color: #C37573;
    text-decoration: none;
    background: #FEF5EE;
}
/* --------------------------- column --------------------------- */
.columnHeader
{
    font-size: 1.1em;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background: #285495;
    margin: 2px;
    padding: 2px 0;
}
div.subMenu
{
    border: 1px solid #9CBFF5;
    margin: 10px 0 10px 10px;
    background: #EFF6FF;
}
a.subMenu
{
    display: block;
    padding: 5px;
}
a.subMenu:hover
{
    text-decoration: none;
    background: #FFFFFF;
}
.newsList
{
    margin: 0 7px;
    font-size: .9em;
}
/* --------------------------- content --------------------------- */
#content
{
    vertical-align: top;
    padding: 10px;
    font-size: 10pt;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
p
{
    margin: 8px 0 0 0;
}
.listing
{
    border: 1px solid #C0C0C0;
    margin: 5px 0;
}
.listing th
{
    background: #FFEDE5;
    padding: 3px;
    font-weight: bold;
    border: 1px solid #C0C0C0;
}
.listing td
{
    border: 1px solid #C0C0C0;
    background: #FFFCF7;
    padding: 3px;
}
table.result
{
    background: #C0C0C0;
}
.result th
{
    font-size: 8pt;
    background: #F2FAFF;
    font-weight: bold;
}
.result td
{
    font-size: 8pt;
    background: #F2FAFF;
}
th
{
    font-size: 9pt;
}
/* --------------------------- 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: #E0FFE0;
	border-width: 2px;
	border-color: #969294;
	color: #000000;
}
.radio
{
	font-size: 11px;
	background: transparent;
	border: none;
}
div.formNote
{
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
}
/* --------------------------- footer --------------------------- */
#footer
{
    border-left: 1px #F1F1F1 solid;
    border-right: 1px #F1F1F1 solid;
    color: #F1F1F1;
    font-size: .9em;
    padding: 10px;
}
#footer a
{
    color: #B71203;
}
#footer a:hover
{
    color: #E31703;
    text-decoration: none;
}
#copyright
{
    background: #FFE5D4;
    border-top: 1px solid #721500;
    font-size: 7pt;
    padding: 10px 0 5px 10px;
}
#copyright a
{
    color: #000000;
    text-decoration: none;
}
#copyright a:hover
{
    color: #000000;
    text-decoration: underline;
}
/* --------------------------- misc --------------------------- */
#photo1
{
    background-color: #FFEB7A;
    text-align: right;
    height: 151px;
}
.gallery
{
    font-size: 9pt;
    color: #142F04;
}
.oneImg
{
    border: 1px solid #000000;
    background-color: #F8F8F8;
}
.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: #FFE5D4;
	border: 1px solid #721500;
	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: #EAFDEA;
}
div.commentTitle
{
    border: 1px solid #C0C0C0;
    background: #DBFBDB;
    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;
}
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;
}
