body {margin: 0px; padding: 0px; background: #e5e8ea url('/images/bg_left.gif') top left repeat-y; color: #000; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}

.bodys {}

form {display: inline;}
a {text-decoration: none; color: #336699;}
a:hover {text-decoration: underline;}
h1, h2, h3 {margin: 0px; padding: 0px;}

#menuLeft0 {}
#menuLeft1 {padding-left: 12px; font-weight: normal; background-color: transparent;}
#menuLeft2 {padding-left: 16px; font-style: italic; font-weight: normal; background-color: transparent;}

.menu {}
.menum0 {font-weight: bold;}
.menum1 {font-weight: normal;}
.menum2 {font-weight: normal;}

.activ_m {border-left: 2px solid #fb1800;}

.text {font-size: 12px; color: #636363; text-decoration: none;}
.Heder {font-size: 14px; color: #3A428C; text-decoration: none; font-weight: bold;}
.dalee {font-size: 12px; color: #0000CC; text-decoration: none;}
.data {font-size: 12px; color: #636363; text-decoration: none; font-weight: bold;}
.izm {font-size: 11px; color: #636363; text-decoration: none;}

.menuDop {font-size: 13px; color: #000000; text-decoration: none; font-weight: bold;}
.menuDopA {font-size: 13px; color: #000000; text-decoration: none; font-weight: bold;}

#Diller {font-size: 12px; color: #636363; text-decoration: none;}
.Dillera {font-size: 12px; color: #0000CC; text-decoration: none;}
#Diller a {font-size: 12px; color: #0000CC; text-decoration: none;}

.alert {font-size: 13px; color: #ff0000; text-decoration: none;}

.textf {color: #990033; text-decoration: none;}
.textf1 {font-size: 11px; color: #FFFFFF; text-decoration: none;}

.menu1 {font-size: 12px; color: #990033; text-decoration: underline;}
.menu2 {font-size: 12px; color: #000099; text-decoration: underline;}

.put {font-size: 12px; color: #990033; text-decoration: none; }

.text0 {font-size: 12px; color: #000000; text-decoration: none;}
.text0s {font-size: 11px; color: #000000; text-decoration: none;}
.textr {font-size: 12px; color: #000000; text-decoration: none;}

.textff {font-size: 12px; color: #FFFFFF; text-decoration: none;}
.headb {font-size: 14px; color: #0000cc; text-decoration: none; font-weight: bold;}
.headb1 {font-size: 14px; color: #0000cc; text-decoration: none;}
.headbig {font-size: 16px; color: #993D62; text-decoration: none; font-weight: bold;}

.headsmol {font-size: 12px; color: #990033; text-decoration: none;}
.headbig {font-size: 14px; color: #990033; text-decoration: none; font-weight: bold;}

.link {font-size: 12px; color: #009900; text-decoration: none;}
.data1 {font-size: 12px; color: #cc0000; text-decoration: none;}

.title {font-size: 13px; color: #000099; text-decoration: none; font-weight: bold;}

.border_r {border-right: 1px solid #778eb3;}
.bg_head {background: url('/images/bg_head.gif') top left repeat-x;}

.bg_pictogram {height: 105px; background: url('/images/bg_pictogram.gif') top left no-repeat; position: relative; overflow: hidden;}
.bg_pictogram h1 {color: #FFF; font-size: 20px; font-weight: bold; font-style: italic; padding-top: 33px; margin-left: 23px;}

.menu_tr {position: absolute; bottom: 2px; right: 5px; color: #FFF; font-size: 11px;}
.menu_tr a {color: #FFF; font-size: 11px;}
.line_top {height: 7px; background: url('/images/line_bg_1.gif') top left; font-size: 0px;}

.menu_left_bg {background: URL('/images/menu_bg.jpg') top left no-repeat; }

.bottom_td_l {border-top: 1px solid #778eb3; background: #e5e8ea url('/images/bg_left.gif') top left repeat-y; width: 179px;}
.bottom_td_r {border-top: 1px solid #778eb3; height: 55px; background-color: #e5e8ea;}
.right_col_left_line {border-left: 1px solid #778eb3; height: 55px; background: URL('/images/menu_bg.jpg') #e5e8ea top left no-repeat;}

.menu_l {padding-top: 88px; width: 163px; overflow: hidden;}
.menu_l_size {padding-left: 15px; padding-bottom: 40px;}
.mi {background-color: #d5d9e8; font-size: 12px; font-weight: bold; padding: 4px 2px 4px 8px; margin-bottom: 5px; color: #30558e; overflow: hidden;} 
.mi a {color: #30558e; font-size: 12px; width: 150xp;}

.textbody {padding: 20px 20px 50px 20px;}
.textbody table {width: auto;}
.textbody span.Heder {font-size: 16px; font-weight: bold; color: #30558e;}
.textbody span.text {font-size: 12px; color: #000;}

.footer {font-size: 11px; color: #000; margin-top: 10px; padding-right: 20px;}
.footer a {font-size: 11px; color: #000;}

/**/
.user_gallery_prews{
        /*background: #E5E8EA;*/
        float: left;
        width: 100%;
        border: 1px solid #E5E5E5;
    }
    .ubuttons{
        position: relative;
        z-index: 1;
        float: left;
        width: 100%;
    }
    .uleft{
        position: absolute;
        left: 0px;
        top: 5px;
        cursor: pointer;
        padding:3px;
        border-color: #E5E5E5;
        border: 1px solid #E5E5E5;
        background: #FAFAFA;
        
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .uright{
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        padding:3px;
        border-color: #E5E5E5;
        border: 1px solid #E5E5E5;
        background: #FAFAFA;
        
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .user_gallery_prews, .line_ublok{
        float: left;
        width: 318px;
    }
    .user_gallery_prews .ublok{
        text-align: center;
        /*padding: 2px;*/
        /*float: left;*/
        /*border: 1px solid #E5E5E5;*/
    }
    .user_gallery_prews .ublok img{
        cursor: pointer;
        margin: 2px;
        border: 1px solid #AFAEAE;
    }
    .clear{
        clear: both;
        min-width: 0;
        min-height: 0;
    }
    .user_gallery_img{
        /*background: #FAFAFA;*/
        border-top: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        padding: 10px;
        text-align: center;
    }
    .uloading{
        text-align: center;
    }
    .user_gallery{
        width: 320px;
        float: left;
        margin: 10px;
        text-align: center;
    }
    
    .user_gallery_prews{
        padding: 5px 0 0;
    }

