/*  GENERAL  */
body, td, dd, p, div { 
    color: #444444; 
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: 400; 
    font-size: 13px; 
    margin: 0 0 0 0;
}
.text-13 { font-size: 13; }
.text-11 { font-size: 11; }
.black-link { text-decoration: underline; }
.bold { font-weight: bold; }
.input { border: #999999 1px solid; }
.input-wide { border: #999999 1px solid; width: 500; }
.input-file { border: #999999 1px solid; margin-top: 3px; }
.input-settings { width: 170px;}
a { color: #444444; }
a:hover { text-decoration: underline; }
.errorlist { color: #b71e4d; font-size: 11; list-style-type: none; margin-bottom: -4;}
.right-block { margin: 30 10 0 10; }
.button { margin: 10 0 0 5; }
.text-block { margin-top: 20px; text-align: justify; }
ul.hlist { margin: 20 0 0 0; padding: 0; text-align: right; }
ul.hlist li { display: inline; padding: 3px; margin-left: 5px; }
.no-border { border: 0; }
.checkbox { margin: -3 5 0 0px; }
.small { font-size: 12px; }

/*  MESSAGE FOR USER */
div.message-for-user {
    border: 1;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background-color: white; 
    height: 10%;
    width: 60%;
    position: fixed;
    _position: absolute;
    left: 20%;
    top: 0%;
    color: black;
    z-index: 100;
}



/*  BODY  */
.oduvan { background: #fff4cc url('/static/img/oduvan.png'); background-position: top left; background-repeat: no-repeat; }
.oduvan-small { background: #fff4cc url('/static/img/oduvan-small.png'); background-position: top left; background-repeat: no-repeat; }
.rc {
    background-image: url('/static/img/rc.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.blc {
    background-image: url('/static/img/blc.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.brc {
    background-image: url('/static/img/brc.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}


/*  HEADER */
.header { background: url('/static/img/header.png'); background-position: bottom center;
    background-repeat: no-repeat; }
.top-menu-point { margin: 0 2 0 2; text-decoration: underline; color: #a8c632; }
.top-menu-link { color: #000000; text-decoration: none; }
.outer-block { margin: 0 0 0 0; text-align:center; }
.content { margin: 0 0 0 0; }
.menu-block { padding: 10; }
.tmtl {
    background: url('/static/img/tmtl.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.tmtr {
    background: url('/static/img/tmtr.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.tmbl {
    background: url('/static/img/tmbl.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.tmbr {
    background: url('/static/img/tmbr.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* BOTTOM MENU */
.copy { font-size: 13px; font-weight: bold; color: #555555; text-decoration: none; }
div.bottom-menu { padding: 10 0 10 0; }
span.bottom-menu { margin: 0 5 0 5; color: #555555; }
a.bottom-menu { color: #555555; text-decoration: none; }
a.bottom-menu:hover { text-decoration: underline; }

/*  LEFT SIDEBAR  */
.welcome { color: #98b524; font-size: 14px; font-weight: bold; text-align: left; }
.left-header { background: #a8c632; margin: 20 0 5 0; padding: 2 5 2 5; color: #000000;
  font-weight: bold; color: #ffffff; text-decoration: none; }
a.left-header:hover { text-decoration: none; }

.sidebar-delim { 
    background-repeat: repeat-y;
    background-image: url('/static/img/sidebar-delim.png'); 
}


/* AVATARS */
.avatar { margin: 5 0 0 0; }
.avatar-huge { border: #999999 1px solid; }
.avatar-big { border: #999999 1px solid; }
.avatar-small { border: #999999 1px solid; margin: 0 12 0 0; }
.avatar-tiny { width: 32px; height: 32px; margin: 0 0 0 0; border: #999999 1px solid; }

ul.friends-block {
    padding: 0 0 0 0px;
    text-align: left;
    margin: 10 0 0 0;
}
ul.friends-block li { 
    display: inline; 
    margin: 5 5 0 0;
}

/*  PAGE  */
.page-title { color: #98b524; font-size: 14px; font-weight: bold; margin-bottom: 15; }

/*  SUBMENU  */
.like { font-weight: bold; color: #333333; }
.like-active { padding: 0 0 2 0; background: #e2147b; color: #ffffff; }
.like-inactive { margin: 0 0 0 0; text-decoration: none; }
.like-corner { background: #e2147b; width: 3; }


/*  BLOCK  */
.sausage { margin: 0 0 0 9; }
.block-menu { margin: 5 0 0 0; } 
.block-text { margin: 0 5 0 5; text-align: justify; font-size: 13px; }

/* LICK BLOCK */
.block-lick { margin: 10 0 0 0; }
.block-lick-image { margin: 0 0 0 0; }
.block-lick-link { margin: 0 5 0 5; color: #999999; font-size: 12px; }
.block-lick-source { margin: 10 5 0 5; font-size: 13px; }
.ntl {
    background: url('/static/img/ntl.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.ntr {
    background: url('/static/img/ntr.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.nbr {
    background: url('/static/img/nbr.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.nbl {
    background: url('/static/img/nbl.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}



/*  LOGIN  */
.login-text { margin-top: 16; }
.input-login { width: 150px;}
.login-rc { background: url('/static/img/login-rc.png'); background-repeat: no-repeat;
    background-position: top left; }
.login-forum { color: #4391a3; font-weight: bold; }
.login-join { color: #e2147b; font-weight: bold; margin-left: 20px; }
.login-sign { color: #e2147b; font-weight: bold; margin-left: 22px; }
.login-form-table { margin-top: 40px; } 
.login-new-acc { color: #ffffff; background-color: #a8c632; font-weight: bold; }
.login-header { background: url('/static/img/login-header.png'); background-position: bottom center; background-repeat: no-repeat; }
.login-lb { background: url('/static/img/login-lb.png'); background-position: right top; background-repeat: no-repeat;
    background-position: bottom right; }
.login-rb { background: url('/static/img/login-rb.png'); background-position: left top; background-repeat: no-repeat;
    background-position: bottom left; }
.login-lc { background: url('/static/img/login-lc.png'); background-position: right top; background-repeat: no-repeat;
    background-position: top right; } 
.login-button { margin: 0 0 0 0; }


/*  COLORS  */
.pink { color: #e2147b; }
.very-grey { color: #999999; } 
.cyan { color: #4391a3; }
.black { color: #000000; } 
.fog { background-color: #f6f9ea; }
.green { color: #a8c632; }
.dark-green { color: #92af1e; }
a.cyan { color: #4391a3; }


/*  RATINGS  */
.rate-block { text-align: right; }


/*  BLOG  */
.blog-post-links { margin: 20 0 0 0; }
.blog-author { margin: 10 0 10 0; }
.blog-author-ago { margin: 0 0 0 0; font-size: 13px; font-weight: bold; }
.blog-author-who { margin: 2 0 2 0; font-weight: bold; }
.blog-author-nickname { margin: 0 0 0 0; color: #999999; }
.blog-author-follow { margin: 0 0 0 0; font-weight: bold; color: #a8c632; }
.blog-author-block-user { margin: 0 0 0 5; font-weight: bold; color: #4391a3; }
.blog-delimiter { height: 2px; background: url('/static/img/blog-delim.png');
    background-repeat: repeat-x; margin: 10 5 5 5; }
.blog-text-header { color: #4391a3; font-weight: bold; margin: 20 0 0 0; }
.blog-ml { margin: 20 0 20 0; }
.blog-dl { color: #2f6673; font-weight: bold; margin-left: 25px; }
.blog-reply-block { text-align: right; margin: 5 0 3 0; }
.blog-reply-link { color: #68b0c1; }


/*  POST  */
a.post-text-link { color: #4391a3;}
.post-link { margin: 10 5 0 5; text-decoration: none; }
.post-link-spam { color: #4391a3; font-weight: bold; }
.post-link-thread { color: #4391a3; font-weight: bold; }
.post-link-reply { color: #e2147b; font-weight: bold; } 

/* THREADS */
a.thread-author {
    color: #444444;
    font-size: 12px;
    text-decoration: none;
}
a.thread-last-post { color: #e2147b; font-weight: bold; font-size: 12px; }

/*  FORUM  */
.forum-head { background: #a8c632; }
.forum-head-block { font-weight: bold; padding: 5px; color: #ffffff; }
.forum-sheet { margin: 0 2 0 2; }
.forum-block { padding: 5px; }
tr.delimiter { height: 2px; background-repeat: repeat-x;
    background-image: url('/static/img/blog-delimiter.png'); }


/*  PAGINATOR  */
.pager-active { font-weight: bold; color: #e2147b; font-size: 15px; margin: 0 2 0 2; }
.pager-inactive { color: #999999; font-weight: bold; font-size: 13px; margin: 0 2 0 2;
    text-decoration: none; }
.pager-big { color: #83a401; font-size: 14; font-weight: bold; } 
.pager-big-active { font-weight: bold; color: #e2147b; font-size: 14px; margin: 0 1 0 1; }
a.pager-big-inactive { color: #83a401; font-weight: bold; font-size: 12px; margin: 0 1 0 1; }
.pager { margin: 0 2 0 2; }


/* MESSAGES */
.message-action { color: #4391a3; font-weight: bold; text-decoration: none; }
ul.hl-menu { margin: 20 0 0 0; padding: 0; text-align: left; }
ul.hl-menu li { display: inline; padding: 3px; margin-right: 15px; }
ul.hl-menu li a { font-weight: bold; color: #b71e4d; } 
.inbox-time { font-size: 12px; color: #999999; }
a.ml-text { color: #000000; } 
div.ml-text { padding: 0 2 5 2; }
div.message-actions { margin: 0 0 0 0; }
div.contacts { width: 270; margin: 0 0 0 0; }

ul.contacts-block {
    padding: 0 0 0 0px;
    text-align: left;
    margin: 0 0 0 0;
}
ul.contacts-block li { 
    display: inline; 
    margin: 5 5 0 0;
}

/* SEARCH */
.input-search { width: 130; }
.search-button { margin: 0 0 0 0; }

/*  ACTIONS  */
.menu { color: #333333; text-decoration: none}
a.menu:hover { color: #98b524; }

/* ADS BLOCK */
div.ads { color: #333; }
div.why { margin: -10 0 0 0; padding-left: 0; }
ul.why { list-style-type: disc; padding: 5 0 0 15; margin: 0; } 
ul.why li { padding-top: 10; margin: 0 10 0 0; }

/* YOUTUBE */
a.youtube-play {color: #4391a3; font-weight: bold; } 
