﻿/* common style for kino.vl.ru, job.vl.ru */
body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #000;
    background: #FFF url(http://vl.ru/images/skin/bg-body.gif) repeat-y;
    padding: 0 18px 20px;
    margin: 0;
}
body.index {
    background: #FFF;
    padding: 0 0 20px;
}
a:link {
    color: rgb(0, 0, 153);
}
img {
    display: inline;
    border: none;
}

h1	{ color: #ff6600; font-size: 30px; font-weight: normal; padding: 0 0 4px 0; margin-top: 0; margin-bottom: 0; font-family: Tahoma, sans-serif }
h2	{ color: #ff6600; font-size: 24px; font-weight: normal;	margin-bottom: 5px }
h3	{ color: #717583; font-size: 18px; font-weight: normal;	margin-bottom: 5px; margin-top: 0px; padding-top: 6px }
h4 {
    font-size: 1em;
    margin: 0 0 0.5em;
}

/* HEADLINE STYLE */
.headline {
    background: #FFF;
    height: 92px;
}
body.index > .headline {
    height: 90px;
    border: 1px solid #FFF;
}
.logo {
    text-align: center;
    position: absolute;
    width: 30%;
    top: 18px;
    left: 0;
}
body.index .logo {
    width: 62%;
}
.net {
    text-align: center;
    padding: 15px 0 0;
    margin: 0 0 0 30%;
    height: 77px;
}
body.index .net {
    text-align: center;
    padding: 0;
    margin: 10px 18px 0 62%;
    height: auto;
    border: 6px solid rgb(248, 247, 248);
}
.netCont {
    border: 1px solid rgb(221, 216, 212);
}

.netCommon {
    clear: left;
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
    /*border: 6px solid rgb(248, 247, 248);*/
    background-color: rgb(248, 247, 248);
    height:162px;
}
.netContCommon {
   /* border: 1px solid rgb(221, 216, 212);*/
    margin: 0;
}

.netCommon > .netContCommon {
    padding-top: 0px;
}

/* START STYLE FOR TOP NAVIGATION */
.topNav {
    background: rgb(51, 102, 153);
    height: 33px;
    margin: 0 -18px;
    padding: 11px 0 0 10px;
}

body.index .topNav {
    margin: 0;
}
.topNav ul {
    color: #FFF;
    width: 100%;
    padding: 3px 0 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topNav li {
    display: inline;
    padding: 0 0 0 9px;
}
.topNav li.home {
    background: url(http://vl.ru/images/nav/ar.gif) center right no-repeat;
    width: 19px;
    height: 18px;
    float: left;
    padding: 0 15px 0 0;
    margin: -3px 0 0;
}
.topNav a {
    color: #FFF;
    /*background: url(http://vl.ru/images/nav/ar.gif) center right no-repeat;*/
    padding: 0 5px 0 0;
}
.navSeparator
{
    display: inline;
    padding: 0 15px 0 0; 
    background: url(http://vl.ru/images/nav/ar.gif) center 5px no-repeat;
}

.topNav li.home a {
    background: url(http://vl.ru/images/marker/home.gif) no-repeat;
    display: block;
    width: 19px;
    height: 18px;
    padding: 0;
    margin: 0;
    text-indent: -10000px;
    text-decoration: none;
}

.topNavHome 
{
    background: url(http://vl.ru/images/marker/home.gif) center no-repeat;
    width: 19px;
    height: 18px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
/* END STYLE FOR TOP NAVIGATION */

/* NAVIGATION */
.navigation {
    margin: 0 0 24px;
    padding: 0;
    list-style-type: none;
}
.navigation li {
    padding: 0 0 0.3em 0;
}
.navigation a {
    background: url(http://vl.ru/images/nav/nav1.gif) no-repeat;
    padding: 0 0 0 15px;
    display: block;
}
.navigation span {
    color: rgb(102, 102, 102);
    background: url(http://vl.ru/images/nav/nav1-.gif) no-repeat;
    display: block;
    padding: 0 0 0 15px;
}
.navigation a span {
    background: none;
    padding: 0;
    border-right: 1px solid rgb(235, 238, 241);
}
.navigation ul {
    list-style-type: none;
    margin-left: 1em;
    padding: 0;
    margin-top: 0.3em;
}
.navigation ul a {
    background: url(http://vl.ru/images/nav/nav2.gif) no-repeat;
}
.navigation ul span {
    background: url(http://vl.ru/images/nav/nav2-.gif) no-repeat;
}
.navigation ul a span {
    background: none;
    padding: 0;
}
.navigation li > a {
    text-decoration: underline;
}

/*page markup, left col********************************/
.colL {
    background: rgb(235, 238, 241);
    width: 220px;
    width: 172px;
    padding: 21px 24px;
    border-top: 18px solid #FFF;
    position: absolute;
    top: 136px;
    left: 18px;
}

/*page markup, right col********************************/
.colR {
    background: rgb(235, 238, 241) url(http://vl.ru/images/skin/bg-white-common.gif) top right repeat-y;
    width: 38%; 
    padding: 0 0 30px;
    border-top: 18px solid #FFF;
    position: absolute;
    top: 136px;
    right: 0px;
}

.colR h2 {
/*	color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
    background: rgb(223, 228, 234);
    text-align: center;
    margin: 0 18px 0 0;
    padding: 0.5em;
    border-bottom: 1px solid #FFF;
*/

    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.1em;
    background: rgb(223, 228, 234);
    text-align: center;
    margin: 0 18px 0 0;
        height: 18px;
        padding-top: 3px;
    border-top: 6px solid #FFF;
}

.colR form {
/*	width: 70%;
    margin: 0.5em auto;*/
    margin: 20px 40px 20px 20px;
    padding: 0;
    border: 1px solid rgb(235, 238, 241);
}
.colR form p {
    margin: 10px 0;
}
.colR ul, .colR ol {
    margin-right: 42px;
    margin-left: 24px;
    list-style-type: none;
}
.colR p, .colR h3 {
    margin-right: 42px;
    margin-left: 24px;
}
.colR .date {
    color: rgb(176, 178, 181);
    font-size: 0.8em;	
    margin-bottom: -2em;
}
.colR > .date {
    margin-bottom: -1.5em;
}
.tablebord {
    width: 80%;
    margin:21px 17px 21px 24px;
}
.tablebord td {
    color: gray;
    font-size: 10px;
    padding: 0 25px 5px 0;
}
.tablebord a {
    font-size: 1.15em;
}
td.email {
    color: rgb(94,100,125);
    white-space: none;
}
td.email2 a {
    font-size: 10px;
}

/* page markup main col **************************/
.colM {
    margin: 11px 0 0 238px;
}
body.index .colM {
    background: #FFF;
    padding: 0 0 0 18px;
    margin: 18px 38% 0 0;
    border-right: 18px solid #FFF;
}
body.index .colM h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
    background: #DFE4EA;
    text-align: center;
    padding: 0.2em;
    margin: 0;
    clear: left;
        width: 99%;
}
.common {
    background: rgb(235, 238, 241) url(http://vl.ru/images/skin/bg-white-common.gif) top right repeat-y;
}

.announcementL {
    background: rgb(223, 228, 234) url(http://vl.ru/images/skin/corner-announcement.gif) bottom right no-repeat;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin: 0 -24px;
    padding: 24px;
}
.announcementL2 {
    background: url(http://vl.ru/images/skin/corner-announcement.gif) bottom right no-repeat;
    border-bottom: 1px solid #FFF;
    margin: 0 -24px;
    padding: 24px;
}
.announcementIndex {
    height: 90px;
    height: auto;
    clear: left;
    margin: 0 0 35px;
    width: 98%;
}
.announcementIndex img {
    float: left;
    margin: 3px 15px 0 0;
}
.announcementIndex p, .announcementIndex ul {
    margin: 0 0 0 95px;
}
.announcementIndex p.date2 {
        color: rgb(176, 178, 181);
        font-size: 0.9em;
        background: url(http://vl.ru/images/skin/bg-date2.gif) center left repeat-x;
        padding: 0 0 0 80px;
        margin: 0 0 5px;
}
.announcementIndex p.date2 span {
        padding: 0 16px;
        background: #FFF;
}
.announcementIndex h2 {
        font-size: 1em;
        font-weight: normal;
        margin: 0 0 0 95px;
        color: #000;
        padding-bottom: 19px; 
}
.announcementIndex p a {
color: #000;
text-decoration: none;
}

.more {
    text-align: right;
    margin: -1em 0 0;
}

/* VOTE *************************************************/
#vote p {
    color: #5d5d5d;
    margin: 2px 0;
}
#vote form {
    margin: 0;
}
.colM table.vote td {
    border-top: none;
}
.vote {
    background: url(http://vl.ru/images/skin/bg-vote-table.gif) no-repeat;
    margin-top: 5px;
}
.vote td {
    padding: 2px;
    border-bottom: #bac3cc 1px solid;
}
.vote td p {
    margin: 0px 0px 0.4em
}
#vote .vote td p.datavote {
    color: rgb(255,102,0);
    font-size: 10px; 
    width: 55px; 
    float: left; 
    margin: -0.1em 0 0.3em; 
}
.bg-proc-vote {
    font-size: 1px;
    background: url(http://vl.ru/images/skin/bg-proc-.gif) repeat-y left top;
    height: 10px; 
    margin-left: 55px;
}
#r h5, #r p.voteres, #r p {
    margin-left: 20px;
}
#r td p {
    margin-left: 0;
}
#r table {
    border-left: 20px solid #FFF;
}
#r ul {
    margin-left: 20px;
}

/* style for catalogue ********************************/
.cat {
    background: #FFF;
    height: auto;
    margin: 0 0 20px;
    border: 1px solid #FFF;
}
.twink {
    background: #FFF;
    width: 49%;
    float: left;
    padding: 16px 10px 0;
    padding: 0;
}
.twink ul {
    padding: 0;
    margin: 0 0 15px;
}
.twink li {
    display: inline; 
    margin-right: 3px; 
    list-style-type: none
}
.twink li a {
    color: rgb(87,87,87)
}
.twink li a:visited {
    color: rgb(87,87,87)
}
.twink li a:hover {
    color: #0c0c9e
}
.twink h5 {
    font-weight: normal;
    font-size: 1.3em;
    margin: 0;
    padding: 0; /*8px 0px 5px 0;*/
}
.twink H5 A:visited {
    COLOR: rgb(0,0,153)
}
.twink H5 A:hover {
    COLOR: rgb(255,84,1)
}

/* icons for catalogue */
.twink h5 a {
    text-decoration: underline;
    /*display: block;*/
    /*height: 21px;*/
    padding-left: 28px;
}




.twink h5.sig_ob2 a {
    background: url(http://vl.ru/images/sig/ad.gif) 6px 3px no-repeat;
    margin-bottom: 2px; }

.twink h5.sig_map a {
    background: url(http://vl.ru/images/sig/map-icon.gif) 6px 3px no-repeat;
    margin-bottom: 2px; }




.twink h5.sig_school a {
    background: url(http://vl.ru/images/sig/bag.gif) 6px 3px no-repeat;
    margin-bottom: 2px; }



/* BEGIN icons for gsm.vl.ru */
.twink h5.sig_gsm_oper a {
    background: url(http://vl.ru/images/sig/gsm_oper.gif) 5px 5px no-repeat;
    margin-bottom: 2px; }
.twink h5.sig_gsm_oper > a { background-position: 0 0; }

.twink h5.sig_gsm_info a {
    background: url(http://vl.ru/images/sig/gsm_inf.gif) 5px 4px no-repeat;
    margin-bottom: 2px; }
.twink h5.sig_gsm_info > a { background-position: 0 0; }

.twink h5.sig_gsm_obz a {
    background: url(http://vl.ru/images/sig/gsm_obz.gif) 6px 4px no-repeat;
    margin-bottom: 2px; }
.twink h5.sig_gsm_obz > a { background-position: 0 0; }

.twink h5.sig_gsm_tarif a {
    background: url(http://vl.ru/images/sig/gsm_tar.gif) 6px 4px no-repeat;
    margin-bottom: 2px; }
.twink h5.sig_gsm_tarif > a { background-position: 0 0; }

.twink h5.sig_gsm_forum a {
    background: url(http://vl.ru/images/sig/gsm_forum.gif) 4px 4px no-repeat;
    margin-bottom: 2px; }
.twink h5.sig_gsm_forum > a { background-position: 0 0; }

.twink h5.sig_gsm_content a {
    background: url(http://vl.ru/images/sig/gsm_cont.gif) 3px 1px no-repeat;
    margin-bottom: 2px; }
.twink h5.sig_gsm_content > a { background-position: 0 0; }
/* END icons for gsm.vl.ru */

/* icons for rest.vl.ru */
.twink h5.sig_guest a		{ background: url(http://vl.ru/images/sig/ico_guest.png) 4px 1px no-repeat; margin-bottom: 2px; }
.twink h5.sig_guest > a		{ background-position: 0 0; }
.twink h5.sig_rest a		{ background: url(http://vl.ru/images/sig/ico_rest.png) 4px 1px no-repeat; margin-bottom: 2px; }
.twink h5.sig_rest > a		{ background-position: 0 0; }
.twink h5.sig_health a		{ background: url(http://vl.ru/images/sig/ico_health.png) 4px 1px no-repeat; margin-bottom: 2px; }
.twink h5.sig_health > a	{ background-position: 0 0; }
.twink h5.sig_cul a		{ background: url(http://vl.ru/images/sig/ico_cul.png) 4px 1px no-repeat; margin-bottom: 2px; }
.twink h5.sig_cul > a		{ background-position: 0 0; }

.twink h5.sig_obsh2 a		{ background: url(http://vl.ru/images/sig/ico_obsh.png) 4px 1px no-repeat; margin-bottom: 2px; }
.twink h5.sig_obsh2 > a		{ background-position: 0, 0; }

/* END icons for rest.vl.ru */

/* icons for job */
.twink h5.sig_soisk a {
    background: url(http://vl.ru/images/sig/soisk.gif) 3px -1px no-repeat;
    margin-bottom: 2px;
}
.twink h5.sig_soisk > a {
    background-position: 0 0;
}
.twink h5.sig_infhelp a {
    background: url(http://vl.ru/images/sig/inf.gif) 3px 1px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_infhelp > a {
    background-position: 0 0;
}
.twink h5.sig_rabod a {
    background: url(http://vl.ru/images/sig/rabo.gif) 0px 5px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_rabod > a {
    background-position: 0 4px;
}
.twink h5.sig_ob a {
    background: url(http://vl.ru/images/sig/ob.gif) 0px 4px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_ob > a {
    background-position: 0 3px;
}
/* icons for kino */
.twink h5.sig_kino a {
    background: url(http://vl.ru/images/sig/kino.gif) 3px 6px no-repeat;
    margin-bottom: -3px;
}
.twinko h5.sig_kino > a {
    background-position: 0, 0;
}
.twink h5.sig_cinema a {
    background: url(http://vl.ru/images/sig/cinema.gif) 3px 0 no-repeat;
    margin-bottom: -3px;
}
.twinko h5.sig_cinema > a {
    background-position: 0, 0;
}
.twink h5.sig_anons a {
    background: url(http://vl.ru/images/sig/anons.gif) 3px 1px no-repeat;
    margin-bottom: 0px;
}
.twink h5.sig_anons > a {
    background-position: 0, 0;
}
.twink h5.sig_recenz a {
    background: url(http://vl.ru/images/sig/recenz.gif) 3px 0px no-repeat;
    margin-bottom: 0px;
}
.twink h5.sig_recenz > a {
    background-position: 0, 0;
}
.twink h5.sig_obsh a {
    background: url(http://vl.ru/images/sig/obsh.gif) 3px 4px no-repeat;
    margin-bottom: 0px;
}
.twink h5.sig_obsh > a {
    background-position: 0, 0;
}
.twink h5.sig_spravka a {
    background: url(http://vl.ru/images/sig/spravka.gif) 3px 2px no-repeat;
    margin-bottom: 0px;
}
.twink h5.sig_spravka > a {
    background-position: 0, 0;
}
/* icons for stroy */
.twink h5.sig_board a {
    background: url(http://vl.ru/images/sig/board.gif) 3px 3px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_board > a {
    background-position: 0 0;
}
.twink h5.sig_inf a {
    background: url(http://vl.ru/images/sig/inform.gif) 3px 3px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_inf > a {
    background-position: 0 0;
}
.twink h5.sig_hlp a {
    background: url(http://vl.ru/images/sig/hlp.gif) 3px 3px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_hlp > a {
    background-position: 0 0px;
}
.twink h5.sig_newh a {
    background: url(http://vl.ru/images/sig/newh.gif) 3px 1px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_newh > a {
    background-position: 0 0;
}
.twink h5.sig_ipot a {
    background: url(http://vl.ru/images/sig/ipoteka.gif) 3px 3px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_ipot > a {
    background-position: 0 0px;
}
.twink h5.sig_phor a {
    background: url(http://vl.ru/images/sig/phorum.gif) 3px 3px no-repeat;
    margin-bottom: -2px;
}
.twink h5.sig_phor > a {
    background-position: 0 0px;
}

/* USER TABLE STYLE */
.userTable {

}
.userTable td, .userTable th {
    padding: 0.6em 2px;
    border-top: 1px solid rgb(229, 230, 233);
}
.userTable th {
    border: none;
    text-align: left;
}
.colM table td, .colM table th {
    padding: 0.6em 2px;
    border-top: 1px solid rgb(229, 230, 233);
}
.colM table th {
    border: none;
    text-align: left;
}
.colM table tr:hover td {
    /*background: rgb(240, 240, 240);*/
}
.colM table tr.hover td {
    /*background: rgb(240, 240, 240);*/
}

tr.vote_td_hilight td {
    background: rgb(240, 240, 240);
}

#vote_class td:hover {
    background: #FFF; 
}

#vote_class tr.vote_td_hilight td:hover {
    background: rgb(240, 240, 240);
}
/*

.colM table#vote_class tr:hover td {
    background: none;
}
*/

.ulTableData a {
    width: 70%;
    float: left;
}
table.html tr.hover td, table.html tr:hover td { background-color: #f5f6f6; }

/* FOOTER */
.footer {
    height: 100px;
    margin: 100px 0 0;
    border-top: 1px solid rgb(199, 210, 221);
    clear: left;
}
.footerL {
    color: rgb(74, 74, 74);
    font-size: 10px;
    width: 40%;
    height: 100px;
    float: left;
    padding: 15px 0 0;
    border-right: 1px solid rgb(239, 241, 243);
}
.footerL p {
    margin-right: 15px;
}
.footerR {
    width: 55%;
    height: 100px;
    float: left;
    margin: 13px 0 0 3%;
}
.footerR ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerR li {
    line-height: 1.5em;
    display: inline;
    padding: 0 10px 0 0;
}
/* / FOOTER */

.admin_switch {
    text-align: right;
    width: 200px;
    position: absolute;
    top: 102px;
    right: 18px;
    color: #FFF;
}
.admin_switch a {
    color: #FFF;
    font-size: normal;
}
.admin_switch h4 {
    font-weight: normal;
}
/* glossary_letters */
.glossary_letters {
    font-weight: bold; 
    font-size: 1.25em; 
        margin-left: 0; 
    padding-bottom: 10px;
    list-style-type: none;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.glossary_letters li {
    display: inline;
}
.glossary_letters li a {
    color: #336699;
}
.glossary_letters li span {
    color: #FF6600; 
}
.glossary_letters li a:hover {
    color: #FF5401;
}
/* / glossary_letters */

.twink h5.sig_love111 a {
    background: url(http://vl.ru/images/sig/sis.gif) 3px 2px no-repeat;
    margin-bottom: 2px;
}
.twink h5.sig_love111 > a {
    background-position: 0 0;
}

.twink h5.sig_love222 a {
    background: url(http://vl.ru/images/sig/siski.gif) 0px 2px no-repeat;
    margin-bottom: 2px;
}
.twink h5.sig_love222 > a {
    background-position: 0 0;
}

#layer4 UL {
    PADDING: 0px; MARGIN: 0px 0px 15px 24px; LIST-STYLE-TYPE: none;
}

#layer4 LI {
    MARGIN-BOTTOM: 4px; LIST-STYLE-IMAGE: none; MARGIN:0; PADDING: 0 0 6px 0
}

SUP {
    COLOR: rgb(255,102,0)
}

#sup {
    COLOR: rgb(255,102,0)
}

#counter { display: none }

#list_table {
    }

#list_table TD {
    BORDER: 0; PADDING: 0 0 5px 2px }

#list_table .name {
    PADDING-RIGHT: 30px; BACKGROUND: url(../images/skin/dot.png) left 4px repeat-x; PADDING-LEFT: 0; }

#list_table .name a {
    BACKGROUND: #FFF; PADDING-RIGHT: 4px }

#list_table span {
    COLOR: #B5B5B5 }
