body {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        color: #000000;
        font-family:Verdana;
        background-color:#FFFFFF;
}

p,form,h1 {margin-top:0px;margin-bottom:0px;}

h1
{
 font-size:18px;
 color:#B74836;
}

a:link{text-decoration: underline; color: #000000}
a:visited{text-decoration: underline; color: #000000}
a:hover{text-decoration: none; color: #000000}
a:active{text-decoration: underline; color: #000000}

a.up:link{text-decoration: none; color: #000000}
a.up:visited{text-decoration: none; color: #000000}
a.up:hover{text-decoration: underline; color: #000000}
a.up:active{text-decoration: none; color: #000000}

td
{
 font-size: 80%;
}

.hand
{
 cursor:hand;
 cursor:pointer
}

/*
.button
{
 cursor:hand;
 cursor:pointer;
 font-size:13px;
 border:1px solid #F36E57;
 color:#FFFFFF;
 background-color:#FF6D2E;
 white-space:nowrap;
 margin:0px;
 padding:0px;
}
*/

.button{
 cursor:hand;
 cursor:pointer;
 border:1px solid #FFC488;
 color:#FFFFFF;
 background:#FFFFFF left bottom repeat-x url(images/butt_bg.jpg);
 white-space:nowrap;
 padding:1px;
}

.input
{
 border:1px solid #C0C0C0;
 background-color:#FFFFFF;
}

.input_sel
{
 border:1px solid #FFC488;
 background-color:#FFFFFF;
}

.input_err
{
 border:1px solid #C0C0C0;
 background-color:#FEDEDE;
}

.prozrachnost_black
{
 filter: alpha(opacity=70); /* IE 5.5+*/
 -moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
 -khtml-opacity: 0.7; /* Konqueror 3.1+, Safari 1.1 */
 opacity: 0.7;
 background-color:#000000;
}

.prozrachnost_white
{
 filter: alpha(opacity=70); /* IE 5.5+*/
 -moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
 -khtml-opacity: 0.7; /* Konqueror 3.1+, Safari 1.1 */
 opacity: 0.7;
 background-color:#FFFFFF;
}

.prozrachnost
{
 filter: alpha(opacity=40); /* IE 5.5+*/
 -moz-opacity: 0.4; /* Mozilla 1.6 и ниже */
 -khtml-opacity: 0.4; /* Konqueror 3.1+, Safari 1.1 */
 opacity: 0.4;
 background-color:#FFFFFF;
}

.prozrachnost_no
{
 filter: alpha(opacity=100); /* IE 5.5+*/
 -moz-opacity: 1; /* Mozilla 1.6 и ниже */
 -khtml-opacity: 1; /* Konqueror 3.1+, Safari 1.1 */
 opacity: 1;
 background-color:#FFFFFF;
}

.text_knigi
{
 line-height:25px;
 text-align: justify;
}

.page_book
{
 color:#000000;
}

.page_book_sel
{
 padding-left:3px;
 padding-right:3px;
 width:15px;
 text-align:center;
 color:#FFFFFF;
 background-color:#FF8800;
}

.book_nazvanie
{
 font-size:26px;
}

.dop_text
{
 font-size:16px;
}

.zagalovki_razdelov
{
 font-size:18px;
 text-align: right;
 height: 40px;
 background-image:url(images/site/zagolovki/zagolovki_bg.gif);
 background-position:right center;
 background-repeat:repeat-y;
 background-color:#F7E8B1;
 text-transform:uppercase;
 padding-right:10px;
 color:#6E7073;
}

.left_menu_zagolovki
{
 font-size:14px;
 text-align: left;
 height: 47px;
 background-image:url(images/site/left_menu_zagolovki/left_menu_bg.jpg);
 background-position:right top;
 background-repeat:no-repeat;
 background-color:#F2F3F4;
 text-transform:uppercase;
 padding-left:0px;
 color:#6E7073;
}

/*
стили в истории
*/
.history_ocenka /*отмечается оценка за книгу*/
{
 font-weight:bold;
 font-size:14px;
 color:#FF8800;
}


.history_link /*отмечается оценка за книгу*/
{
text-decoration: none; color:#6E7073; font-weight:bold; font-size:14px;
}

/*отмечается ссылки*/
a.history_link:link{text-decoration: none; color:#820000; font-weight:bold; font-size:14px;}
a.history_link:visited{text-decoration: none; color:#820000; font-weight:bold; font-size:14px;}
a.history_link:hover{text-decoration: underline; color:#820000; font-weight:bold; font-size:14px;}
a.history_link:active{text-decoration: none; color:#820000; font-weight:bold; font-size:14px;}

a.history_to_user_link:link{text-decoration: none; color:#004080; font-weight:bold; font-size:14px;}
a.history_to_user_link:visited{text-decoration: none; color:#004080; font-weight:bold; font-size:14px;}
a.history_to_user_link:hover{text-decoration: underline; color:#004080; font-weight:bold; font-size:14px;}
a.history_to_user_link:active{text-decoration: none; color:#004080; font-weight:bold; font-size:14px;}

a.history_from_user_link:link{text-decoration: none; color:#804040; font-weight:bold; font-size:14px;}
a.history_from_user_link:visited{text-decoration: none; color:#804040; font-weight:bold; font-size:14px;}
a.history_from_user_link:hover{text-decoration: underline; color:#804040; font-weight:bold; font-size:14px;}
a.history_from_user_link:active{text-decoration: none; color:#804040; font-weight:bold; font-size:14px;}

/*
стили в истории
*/


blockquote.bb_quote {
    border: #d0d0d0 1px solid;
    background-color: #f6f6f6;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: #f6f6f6;
    width: 150px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " ?????(?):";
}
div.bb_code {
    border: #d0d0d0 6px double;
    background-color: #f6f6f6;
    color: #404060;
    padding: 5px;
    margin: 1em 0 0 0.8em;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {border: #d0d0d0 1px solid;border-width: 1px 2px 2px 1px;padding-left: 5px;margin-top: -1.6em;background-color: #f6f6f6;white-space: nowrap;font-weight: bold;color: #404060;text-align: left;}
span.bb_code_lang:before {content: "???: ";}
div.bb_code_footer {margin: 5px -5px -5px -5px;padding: 4px;border-width: 1px 0px 0px 0px;border-style: solid;border-color: #a9b8c2;color: #333333;font-weight: bold;text-align: center;}

.p1
{
 padding-left:1px; padding-right:1px;
}

.fl
{
 float:left;
 margin-right:5px;
}

.buttonOcenkaMinus
{
width:25;
height:25;
border:1px solid #808080;
background-color: #B9D12E;
cursor:hand;
cursor:pointer;
font-size:13px;
}

.buttonOcenkaPlus
{
width:25;
height:25;
border:1px solid #808080;
background-color:#80FF80;
cursor:hand;
cursor:pointer;
font-size:13px;
}

.bad_mes
{
padding:5px;border:1px solid #FF0000;color:#000000;background-color:#FFECEC;vertical-align:middle;
}

.bad_text
{
 color:#000000;
}

.netral_mes
{
padding:5px;
border:1px solid #0000A0;
color:#000000;
background-color:#ECECFF;
}
.netral_text
{
 color:#000000;
}

.good_mes
{
padding:5px;
border:1px solid #008000;
color:#000000;
background-color:#F0FFF0;
vertical-align:middle;
}
.good_text
{
 color:#000000;
}
