/* --------------------------- template --------------------------- */
html { color: #383124; background: #EDE7D7 url(images/bg.jpg); font: .8em/1.5 Arial, Helvetica, sans-serif; }

#canvas { background: url(images/bg-top.jpg) repeat-x top; }
#page { width: 980px; margin: 0 auto; }
/* --------------------------- header --------------------------- */
#header { height: 300px; background: url(images/bg-header.jpg) no-repeat top; }
#library-title { position: absolute; top: 0; right: 82px; width: 483px; height: 46px; }
#library-title img { width: 483px; height: 46px; border: none; }
#top-message
{
    position: absolute;
    top: 70px;
    left: 325px;
    width: 410px;
    height: 135px;
    font-size: .9em;
}
#top-message h1 { font-size: 1.3em; padding-left: 30px; }
#top-message a { color: #383124; text-decoration: none; }
#top-message a:hover { color: #ED0315; text-decoration: none; }
#calendar
{
    position: absolute;
    bottom: 9px;
    right: 30px;
    width: 185px;
    height: 195px;
    background: url(images/bg-calendar.jpg) no-repeat;
    padding: 15px 10px;
}
.today { background: #DBD4CA; }
#nav-bar
{
    position: absolute;
    top: 218px;
    left: 325px;
    width: 410px;
    height: 18px;
    font-size: .9em;
    text-align: right;
}
#nav-bar a img { margin: 0 5px; }
#nav-bar img.flag { width: 22px; height: 15px; }
/* --------------------------- main menu --------------------------- */
#main-menu
{
    position: absolute;
    bottom: 28px;
    left: 35px;
    width: 720px;
    height: 31px;
    font: 1em Arial, Helvetica, sans-serif;
}
.menu-h { font: 1em Arial, Helvetica, sans-serif; }
.menu-h li { padding: 0 1px; }
.menu-h a { text-decoration: none; font-weight: bold; color: #E6DECC; padding: 8px 8px; }
.menu-h a:hover, .menu-h a.mm-current { text-decoration: none; background: #836F47; }

/* --------------------------- content --------------------------- */
#main-container { background: url(images/logo.jpg) no-repeat left top; }
/* --------------------------- left column --------------------------- */
#left-column { float: left; margin-left: 20px; width: 240px; }

.columnHeader { text-align: left; font-weight: bold; font-size: 1.2em; color: #8A754F; margin-bottom: 5px; }
.sub-menu { padding-bottom: 15px; }
.sub-menu a { color: #383124; display: block; font-weight: bold; text-decoration: none; padding-left: 15px; }
.sub-menu a:hover, .sub-menu a.sm-current { color: #C47558; background: url(images/ico/arrow-right-orang.gif) left no-repeat; }
.sub-menu a.sm-current { background: url(images/ico/arrow-right-orang.gif) left no-repeat; }

.sub-menu ul { margin: 5px 0 0 10px; list-style: none; line-height: 15px; }
.sub-menu ul li { margin-bottom: 3px; padding-bottom: 2px; }
.sub-menu ul a { font-weight: normal; font-size: .9em; }
.sub-menu ul a.sm-current { background: none!important; font-weight: bold; }

#photoFrame { margin: 20px 0 0 20px; height: 170px; }
/* --------------------------- main column --------------------------- */
#main-column { margin-left: 280px; width: 694px; }
#bg-content-top { height: 11px; background: url(images/bg-content-top.jpg) no-repeat bottom; }

#tools-container { height: 25px; margin-top: 15px; }
#search-form-container { float: left; width: 340px; margin-left: 24px; }
.search-input { width: 200px; padding: 0 3px; }
.search-button { border: 2px outset #CBC9BC; background: #CBC9BC; font-size: .9em; width: 120px; font-weight: bold; }

#bg-content-left, #main-content
{
    height: auto !important;
    height: 588px;
    min-height: 588px;
}
#bg-content-left
{
    background: url(images/bg-content-left.jpg) no-repeat bottom left;
    padding-left: 40px;
}
#main-content
{
    background: url(images/bg-content.jpg) repeat-y;
    padding: 0 20px 0 0;
}
#bg-content-bottom { margin-top: -11px; width: 694px; height: 44px; background: url(images/bg-content-bottom.jpg) no-repeat; }
.listing
{
    border: 1px solid #DBD3C0;
    margin: 5px 0;
}
.listing th
{
    background: #F5EACE;
    padding: 3px;
    font-weight: bold;
    border-bottom: 1px solid #DBD3C0;
}
.listing td
{
    border-bottom: 1px solid #DBD3C0;
    background: #FCF7E3;
    padding: 3px;
}
.list0, .list1 { padding: 3px; margin: 10px 0; border: 1px solid #DBD3C0; }
.list0 { background: #F2EDDE; }
.list1 { background: #F7F5E8; }
.signature { font-size: .85em; }
.signature a { color: #fff; font-weight: bold; }
.signature a:hover { color: #E6DECC; }
/* --------------------------- 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: 1.1em;
	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;
}
.form_container, .panel
{
    background: #F4F0E7;
    border: 1px solid #DAD2C5;
    padding: 10px;
}
/* --------------------------- footer --------------------------- */
#footer {
    background: url(images/bg-footer.gif) repeat-x top #55472B;
    margin-top: 20px;
    padding: 20px 10px;
    color: #FCF9F4;
}
#copyright { margin: 20px 0 10px 40px; }
#copyright a { text-decoration: none; color: #fff; }
#copyright a:hover { text-decoration: none; color: #C47558; }
/* --------------------------- 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: both; }
#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 { background: url(images/v-line.gif) repeat-y top left; }   */
.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;
}
.commentNote
{
    margin: 0 0 10px 120px;
    padding: 10px 0 30px 35px;
    background: url(images/bg-comment.gif) no-repeat top left;

}
.commentAdmin
{
    padding: 10px 0 0 20px;
    font-style: italic;
    border-top: 1px solid #DAD2C5;
    color: #6A5D46;
}
.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    margin: 0 -7px 10px -12px;
    border-bottom: 1px solid #DAD2C5;
}
.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; }
