/* main */
html, body {
    margin: 0px; padding: 0px; 
    height: 100%;
    font-family: Arial; font-size: 1em;
    
}
body { text-align: center; }

a { color: black; text-decoration: underline; }
a:hover { text-decoration: none }

.main_wrap {
    position: absolute; 
    left: 0px; top: 0px; width: 800px; height: 600px;
    text-align: left;
}

.break { clear: both }

/* header */
.head_line {
    position: absolute; height: 100px;
}

.head_line .left  { position: absolute; width: 240px; height: 100px; left: 0px; top: 0px;background-color: #dcdcdc; background: url(../i/pedia/top_left.jpg) center top; }
.head_line .center { position: absolute; width: 290px; height: 100px; left: 240px; top: 0px; background-color: black; background: url(../i/pedia/top_center.jpg) center top; }
.head_line .right {
    position: absolute; width: 270px; height: 100px; left: 530px; top: 0px;
    background-color: #3d94d3; background: url(../i/pedia/top_right.jpg) center top;
}
.head_line .right .menu { margin-top: 10px; }
.head_line .right .menu .header { text-align: center; font-weight: bold; font-size: .6em; }
.head_line .right .menu table {}
.head_line .right .menu td { text-align: center; padding: 1px 3px; font-size: .7em }
.head_line .right .menu td a { text-decoration: none; color: white; font-weight: bold;}
.head_line .right .menu td a:hover { text-decoration: underline }

/* center */
.center { position: absolute; width: 800px; height: 500px; top: 100px; left: 0px}

/* lef_bar */
.left_bar { 
    position: absolute; left: 0px; top: 0px; width: 240px;height: 100%;
}
.left_bar .search { 
    position: absolute; left: 20px; top: 10px; right: 10px; height: 20px; 
    font-size: .8em; color: #0096d7;
}
.left_bar .search input {
    border: 1px solid #6b6b6b; right: 10px; font-size: .8em; padding: 0px 2px;
    width: 150px;
    color: #6b6b6b; 
}

.left_bar .menu { 
    position: absolute; left: 20px; top: 40px; width: 220px; height: 440px;
    overflow: hidden; color: #0096d7;
}
.left_bar .menu .item {
    line-height: 20px; 
    background: url(../i/gray_rec_sm.png) left center no-repeat;
    padding-left: 25px;
    margin: 3px 0px;
    color: black; font-size: .75em; font-weight: bold;
}
.left_bar .menu .item a { color: black; text-decoration: none; }
.left_bar .menu .item a:hover { text-decoration: underline; }
.left_bar .menu .item_act {
    line-height: 20px; 
    background: url(../i/blue_rec_sm.png) left center no-repeat;
    padding-left: 25px;
    margin: 3px 0px;
    color: #0096d7; font-size: .75em; font-weight: bold;
}
.left_bar .menu .item_act a { color: #0096d7; text-decoration: none; }
.left_bar .menu .item_act a:hover { text-decoration: underline; }


/* content */
.content_frame { position: absolute;left: 240px; top: 0px; width: 560px; height: 100%; }
.content {
    position: absolute; left: 20px; top: 10px; width: 520px; height: 470px;
    overflow: hidden;
    font-size: .8em; font-family: Arial;
    text-align: justify;
}
.content .article { padding-right: 10px }
.content .article_head { font-weight: bold; font-size:1em; margin-bottom: 15px; text-align: left; }
.content .img { float: left; margin: 0px 10px 10px 0px }

.kasli_link { margin-top: 10px; text-align: right; font-style: italic; }

/* scroller */
.vert_scroller {
    position: absolute;
    width: 14px; background: url(../i/scroll_bg.gif) left top repeat;
}
.vert_scroller .up_btn {
    position: absolute; left: 0px; top: 0px; width: 12px; height: 12px;
    border: 1px solid #6b6b6b;
    background: white url(../i/arr_up.jpg) center center no-repeat;
    cursor: pointer; font-size: .1em;
}
.vert_scroller .down_btn {
    position: absolute; left: 0px; bottom: 0px; width: 12px; height: 12px;
    border: 1px solid #6b6b6b;
    background: white url(../i/arr_down.jpg) center center no-repeat;
    cursor: pointer; font-size: .1em;
}
.vert_scroller .bar_cont {
    position: absolute; left: 0px; top: 15px; width: 14px;
}
.vert_scroller .bar_cont .bar{
    position: absolute; background: white; top: 0px; left: 0px; width: 12px;
    border: 1px solid #6b6b6b; font-size: .1em;
    cursor: pointer;
}

/*------------- */
.loader_logo_div { padding: 20px 0px; text-align: center; font-size: 11px; font-weight: bold; color: #666; font-style: italic; display: block; }
.loader_logo_div img { margin-bottom: 5px; border: 0; }

DIV { border: 0px solid red }
