/* --------------------------- template --------------------------- */
#page
{
    width: 990px;
    margin: 0 auto;
    background: url(images/bg-page.jpg) no-repeat bottom center;
}
#header
{
    height: 340px;
    background: url(images/bg-header.jpg) no-repeat top center;
}
#main-container
{
/*    min-height: 755px;    */
}
#feed { position: absolute; bottom: 125px; right: 30px; }
/* --------------------------- top menu --------------------------- */
#top-menu { text-align: right; padding: 10px; }
#top-menu a
{
    color: #0D3B6A;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
}
#top-menu a:hover { color: #0D559B; }
#top-menu a.current-top { color: #BC2C21; }
/* --------------------------- main menu --------------------------- */
#main-menu
{
    padding-top: 240px;
    padding-left: 30px;
}
.menu-h a
{
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 30px;
}
.menu-h a:hover, a.current-main
{
    text-decoration: none;
    background: url(images/bg-main-menu-hover.gif) repeat-x bottom;
}
/* --------------------------- sub menu --------------------------- */
#sub-menu { padding: 0 5px; }
#sub-menu a
{
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 2px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #fff;
}
#sub-menu a:hover, a.current-sub { background: #4BD34F; }
/* --------------------------- column --------------------------- */
#left-column { margin: 0 5px; }
.columnHeader { text-align: center; background: #4BD34F; color: #27711F; font-weight: bold; border: 1px dashed #fff; border-bottom: none; }
div.voteBar
{
    border: 1px solid #C0C0C0;
    background: #EEEEEE;
    font-size: 6px;
    margin: 3px 0;
}
#voteDiv, .left-panel { padding: 0 5px; border: 1px dashed #fff; border-top: none; }
/* --------------------------- content --------------------------- */
.content { margin-bottom: 80px;  }
.listing
{
    border: 1px solid #fff;
    margin: 5px 0;
}
.listing th
{
    background: #4BD34F;
    padding: 3px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.listing td
{
    border-bottom: 1px solid #fff;
    padding: 3px;
}
/* --------------------------- form --------------------------- */
table.form
{
}
.form td
{
    font-size: 8pt;
    vertical-align: top;
    padding: 3px;
}
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;
}
/* --------------------------- calendar --------------------------- */
#calendar { width: 650px; height: 155px; }
#calendar h1 { color: #B2FFB2; font-size: 1.3em; font-style: italic}

/* --------------------------- footer --------------------------- */
#copyright
{
    padding: 100px 0 0 40px;
}
#about
{
    position: absolute;
    bottom: 200px;
    right: 215px;
}
#about a { font-size: 1.2em; text-decoration: none; color: #fff; }
/* --------------------------- map --------------------------- */
.div_map { margin-left: 20px; }
.div_map a { display: block; }
/* --------------------------- misc --------------------------- */
.font09 { font-size: .9em; }
.lineH
{
    border-bottom: 1px dashed #fff;
}
.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
{
    border: 1px solid #fff;
    padding: 3px 3px 3px 20px;
    font-size: .9em;
    font-style: italic;
    margin-top: 7px;
}
.commentAdmin
{
    background: #4BD34F;
    margin: 5px 5px 5px 30px;
    padding: 3px;
    font-style: italic;
}
div.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    border: 1px solid #C0C0C0;
    background: #DBFBDB;
}

