/* E57B7B --------------------------- template --------------------------- */
html { color: #191970; background: #E0FFFF; font: 14px/1.5 Arial, Helvetica, sans-serif; }

#page { width: 980px; margin: 20px auto 0 auto; }
/* --------------------------- header --------------------------- */
#header { height: 170px; background: #195DA6; }
#top-img { margin-left: 1px; height: 142px; overflow: hidden; text-align: center; }
#top-img img { margin: 0 1px 10px 1px; }
/* --------------------------- content --------------------------- */
/* --------------------------- main column --------------------------- */
#main-column { margin-left: 180px; width: 800px; }
.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;
    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: 1.1em;
	border: 2px outset #56472A;
	background-color: #836F47;
	color: #E6DECC;
	font-weight: bold;
}
.radio
{
	font-size: 11px;
	background: transparent;
	border: none;
}
div.formNote
{
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
}
/* --------------------------- footer --------------------------- */
#footer-container { background: #195DA6; height: 80px; }
#footer { margin: 0 auto; width: 980px; }
#copyright { padding: 20px 0 10px 40px; font-size: .8em; color: #99E3E3; }
#copyright a { text-decoration: none; color: #fff; font-weight: bold; }
#copyright a:hover { text-decoration: none; color: #FF9999; }
/* --------------------------- login form --------------------------- */
#user-bar
{
    text-align: right;
    padding: 2px 10px;
}
#user-bar a { text-decoration: none; font-weight: bold; }
#login-form-container
{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
#login-form-container a { font-size: .9em; }
#login-form
{
    width: 280px;
    margin: 100px auto 0 auto;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
    display: none;
    text-align: left;
}
#login-form label { float: left; font-size: 1.1em; margin-top: 4px; clear: all; }
#login-form .input { display: block; font-size: 1.2em; margin: 3px 0 0 100px; }
#login-form .button { margin: 15px 5px 5px 5px; display: inline; font-size: 1em; }
#login-footer a { margin: 0 10px; }
/* --------------------------- map --------------------------- */
.div_map { margin-left: 20px; }
.div_map a { display: block; }
/* --------------------------- calendar --------------------------- */
#news_cal table { width: 170px; margin: 10px auto 0 auto; }
#news_cal table a { font-weight: bold; text-decoration: none; }
#news_cal tr { border-bottom: 1px solid #DBD4CA; }
#news_cal th { padding: 0 3px 7px 3px; }
#news_cal td { text-align: center; }
#news_cal h1 { font-size: 1.1em; text-align: center; margin-top: 7px; color: #554627; }
#news_cal select { border: 1px solid #836F47; color: #836F47; }
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #DBD3C0;
}
.v-line { border-left: 2px solid #AAAAAA; }
.alertText, .okText
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    padding-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;
}
.lineList a
{
	color: #4D82FF;
	text-decoration: none;
	margin: 0 3px;
}
.lineList a:hover
{
	color: #000000;
	text-decoration: none;
}
.lineList span { margin: 0 3px; }
/* ---------------------------------------- comment --------------------------------- */
div.commentList
{
    margin: 3px;
    padding: 5px;
}
div.commentTitle
{
    font-size: .9em;
    font-style: italic;
    float: left;
    width: 120px;
}
.commentAdmin
{
    padding: 10px 0 0 20px;
    font-style: italic;
    border-top: 1px solid #DAD2C5;
    color: #6A5D46;
}
.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666699;
}
.branchLine a { text-decoration: none; }
div.voteBar
{
    border: 1px solid #C0C0C0;
    background: #EEEEEE;
    font-size: 6px;
    margin: 3px 0;
}
.newsList { margin-left: 15px; }
.star { color: red; font-weight: bold; }

a { color: #336666; }
a:visited {  }
a:hover { color: #CC3366; }
a:active {  }