﻿/* DEFAULTS
----------------------------------------------------------*/


body   
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, "Segoe UI", sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #0F579F;
    text-decoration: none;
}

a:hover
{
    color: #CC0000;
    text-decoration: underline;
}

a:active
{
    color: #0F579F;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
        font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-left: 6px;
    margin-top:0px;
    margin-bottom:10px;
    background: url('/Styles/images/h1-gradient.png');
    background-repeat: repeat-x;
    background-color: #5D95DB;
    border: 2px solid #577fb1;
    color: #FFFFFF;
    display: block;
    line-height: 1.3em;
    text-decoration: none;
    white-space: normal;
}

td.rc h2, td.lc h2
{
    font-size: 1.6em;
    padding: 0px 0px 0px 6px;
    margin-top:0px;
    margin-bottom:10px;
    background: url('/Styles/images/h1-gradient.png');
    background-repeat: repeat-x;
    background-color: #5D95DB;
    border: 2px solid #577fb1;
    color: #FFFFFF;
    display: block;
    line-height: 1.3em;
    text-decoration: none;
    white-space: normal;}

a.zayreg
{
    display: block;
    /*margin: 1px;*/
    padding: 1px;
    font-size: 1.2em;
    }
 a.zayreg:hover
{
    color: #FFFFFF;
    background-color: #5D95DB;
}   
    
.news h1
{
    font-size: 1.6em;
    padding: 0px 0px 10px 0px;
    line-height: 1.6em;
    text-decoration: none;
    white-space: normal;
    color: #FF0000;
    background: none;
    border: 0px solid #ffffff;
    border-bottom: 5px solid #5D95DB;
    background-color: #FFFFFF;
}
.zayvkasend h1
{
    background-color: #FFFFFF;
    color: #f71f20;
    background: none;
    border: 0px solid #ffffff;
    padding-left: 0px;
}

h1.normalh1
{
    background-color: #5D95DB;
    color: #FFFFFF;}

div.zayvkasend{width:380px;}
div.zayvkasend h3{padding-top: 0px;margin-top: 0px;}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.page
{
    width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
   /*border: 1px solid #496077;*/
}
.page100
{
    width: 95%;
    background-color: #fff;
    margin: 10px auto 0px auto;
    padding:0px 10px 20px 10px;
   /*border: 1px solid #496077;*/
}
.page980px{width: 980px;
    background-color: #fff;
    margin: 10px auto 0px auto;}
.header
{
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.main
{
    /*padding: 0px 12px;
    margin: 12px 8px 8px 8px;*/
    margin: 12px 0px 0px 0px;
    /*min-height: 100px;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    /*min-height: 200px;*/
}

.footer
{
    color: #ffffff;
    width: 960px;
    line-height: normal;
    font-size:0.9em;
   /* background-color: #F0F0F0;*/
   text-align:justify;
    padding: 5px 12px 0px 12px;
    margin: 0px auto 0px auto;
}
.footer-gradient 
{
    background: url('/Styles/images/bottom-gradient.png');
    width:100%;
    background-color: #a2a2a2;
    background-repeat: repeat-x;
    margin-top: 10px;
    padding-top: 10px;
    
}
.footer-gradient a 
{
    color: #ffffff;
    text-decoration: underline;
}
.footer-gradient a:hover
{
    color: #cccccc;
    text-decoration: underline;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3B73B9;
    width:100%;
    margin-bottom:5px;
    background: url('/Styles/images/menu-gradient.png');
    background-repeat: repeat-x;
    background-color: #3B73B9;
}

div.menu
{
    padding: 0px 0px 0px 0px;
    position:relative;
    z-index:100;
}
table.tblmenu{width:100%;position:relative;}

#mnu{visibility:hidden;}


div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    background: url('/Styles/images/menu-gradient.png');
    background-repeat: repeat-x;
    background-color: #3B73B9;
}
a.home { padding-top:5px;}
/*
          position: relative; float: left;
          border-right:1px solid #ffffff;
          height:100%;margin: 0px;
          display: block;
          white-space: nowrap;}*/

div.menu ul li a, div.menu ul li a:visited
{
    /*border: 1px solid #9CAAC1;*/
    border-right:1px solid #ffffff;
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding: 8px 17px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.3em;
}

div.menu ul li a:hover
{
    background-color: #89ABD5;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 0px 12px 0px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry, textarea.textEntry, select.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}
textarea.comment{
    width: 100%;
    border: 1px solid #ccc;
}

textarea.textEntry{height:110px;}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.floatleft { float:left;  }

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px 10px 5px 0px;
}


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold{font-weight: bold;}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


a img {border: none;}

	
table tr td { border-collapse:collapse; vertical-align:top;}
.texalr { text-align:right;}
.texalr h1{ padding-right:10px;}
.texall { text-align:left;}
.rc{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    padding-left: 20px;
}
.lc{
    padding-right: 20px;
    width:670px; 
}
.vealm { vertical-align:middle;}
.vealb { vertical-align:bottom;}
p.small{font-size: 0.9em; line-height: 1.2em;}
h1.fs100, h2.fs100 {font-size: 100%; padding:0px; margin:0px;}
.header h1{color:#3A4F63;}
.header h2{color:#4E667D;}
#mc_V1 ul li {color:Red;}

#lblFooter, span.sape{font-size: 0.8em; line-height: 1.2em;}

input.button
{
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 20px;
    padding: 2px;
    cursor:pointer;
    width: 100%;
    letter-spacing:1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
input.button:hover 
{
    background-color: #4e80bf;
    filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    -khtml-opacity: 0.7; 
    opacity: 0.7;
}
input.button_disable
{
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 20px;
    padding: 2px;
    cursor:pointer;
    width:100%;
    letter-spacing:1px;
    background-color: #cae1fe;
    filter:alpha(opacity=70); 
    -moz-opacity: 0.8; 
    -khtml-opacity: 0.8; 
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
} 
#buttonDiv 
{
    background: url("images/ui-bg_diagonals-thick_20_3b73b9_40x40.png") repeat scroll 50% 50% #3B73B9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    width:90%;
    margin-top:15px;
    margin-bottom:5px;
}


.kn
{
    text-align:left;
    display: block;
    color: #646464;
    height: 36px;
    left: 0;
    line-height: 16px;
    padding: 15px;
    text-decoration: none;
    width: 249px;
    margin-bottom:10px;
}
.kn1 {background: url("../img/20.jpg") no-repeat scroll 0 0 transparent;}
.kn1:hover {text-decoration: none;background: url("../img/20_2.jpg") no-repeat scroll 0 0 transparent;}
.kn2 {background: url("../img/30.jpg") no-repeat scroll 0 0 transparent;}
.kn2:hover {text-decoration: none;background: url("../img/30_2.jpg") no-repeat scroll 0 0 transparent;}
a.kn{color: #646464;}

div.zayavkatext
{
    margin: -10px 0px 10px 10px;
    padding:10px;
    background-color: #F0F0F0;
}
div.zayavkatext h3{ font-weight:bold; padding-bottom:5px;}
.zayavkatext div ul{padding-top:0px;}
.zayavkatext table tr td{ padding :5px;}
div.zayavka{width: 100%;}
.tblDefaultaspx tr td a{text-decoration: none;}


div.bomba
{
    margin-top: 5px;
    color: #FFFFFF;
    background-color: #f71f20;
}
div.bombaBefore
{
    color: #FFFFFF;
    background-color: #f71f20;
    margin-bottom: 17px;
}
div.bombaBefore h4{color:#ffffff;padding:20px; font-size: 1.7em; margin-top: 0; font-style:oblique; }
div.bomba h4 {color:#ffffff;padding:0px 0px 20px 0px; font-size: 1.7em; font-style:oblique; }
div.info {font-size: 0.8em;}




a.tblKnopka
{
    text-align: center;
    float: left;
    display: block;
    width: 155px;
    height: 70px;
    color: #FFFFFF;
    margin-bottom:20px;
}
div.btn
{
    padding-left:20px;
    position:absolute;
    height:70px;
    background-image: url('../img/btn.png');
    background-repeat: no-repeat;
    background-position: 20px 0px;
}
a.margleft{ margin-left:10px; }
a.tblKnopka:hover
{background-image: url('../img/btn_fon.png');
    text-decoration: none;
}
.cifra
{
    font-size: 3em;
    font-weight: bold;
}
div.google
{
    padding: 10px 0px 10px 0px;
    clear: both;
    text-align: center;
    background-color: #F0F0F0;
}
div.imgmain
{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #D42625;
}
.vcard{line-height: 1.6em;}
div.yandexform{width:100%;}
div.news{line-height: 1.6em; padding-bottom:20px;}
.sdf{color:Aqua}

.rowDateEnd{background-color:#fff568;}
.rowDateNew{background-color:#CCFFCC;}
.rowNoNew{background-color: #FFFF66;}
.row0{background-color: #CCFFCC;}
.row01hour{background-color: #fff568;}
.row1{background-color: #33CCFF;}
.row2{background-color: #FF6600;}
.row3{background-color: #99FF99;}
.row4{background-color: #99FF99;}
.row5{background-color: #66CCFF;}
.row6{background-color: #FF5050;}


.partner{width:100%;}
table.partner tr
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-top-color: #C0C0C0;
}
div.editTxtLeftPadding{ padding-left:115px; }
.dateNews{ font-size:0.8em; }
table.tblfooter{width:100%;}
table.tblfooter tr td.texall{width:100%;}

.bank ul{ font-weight:bold;}
.bank ul li a
{
    border-bottom: 1px dashed #0055CC;
    line-height: 1.5em;
    font-weight: normal;
}
.bank ul li a:hover{ text-decoration: none;}



table.statitable tr td
{
    margin: 5px;
    padding: 15px;
}
td.tdstati{width:217px; }
div.statiimg{ width:217px; text-align:center;}
div.statitxt{font-size: 0.85em; padding:0px 3px 5px 3px;}




 .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #336699;
    background-color: #FFFFFF;
  }
  input.gsc-input {
    border-color: #BCCDF0;
  }
  input.gsc-search-button {
    border-color: #666666;
    background-color: #CECECE;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #0F579F;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
    color: #663399;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #0000CC;
  }
  .gsc-cursor-page {
    color: #0F579F;
  }
  a.gsc-trailing-more-results:link {
    color: #0F579F;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet {
    color: #676767;
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: block;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: none;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #0F579F;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
    color: #663399;
  }
  .gs-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #0F579F;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
    color: #676767;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #008000;
  }


div.zagcomment
{
    padding: 5px;
    background-color: #DEE1E7;
    display:block;
}

div.telocomment
{
    padding: 5px;
    background-color: #F0F0F0;
    display:block;
    margin-bottom:10px;
}
div.pager{background-color:#284775; color:White; padding:5px;}
div.pager a:link{color:White;}
div.pager a:visited{color:White;}

div.comment
{
    border-bottom: solid 1px #C0C0C0;
    margin-bottom:10px;
}

span.tel, span.name
{
    font-size: large;
}
span.name
{
    font-weight: bold;
}

td.graphdiv
{
    font-size: large;
    font-weight: bold;
    color: #FF0000;
}


/*
    Calculator
*/
    .form_calc 
    {
        border: solid 1px #CCCCCC;
	    margin-left: 5px;
	    padding: 4px;
	    outline: 0;
	    font: Verdana, Geneva, sans-serif;
	    font-size: 18px;
	    font-weight: bold;
	    text-align: center;
	    width: 55px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
    }
    .calculator_result 
    {
        padding:12px;
        width:354px;
        background:#f3f5f7 url(images/ui-bg_diagonals-thick_90_f3f5f7_40x40.png) 50% 50% repeat !important;
        border-top:0px !important;
    }
    .form_result
    {
        color:#f40f23;
        font-weight:bold;
        font-family:Tahoma,Arial;
        font-size:20px;
        background-color:transparent;
        border:0px;
        width: 150px;
    }
    .label_result
    {
        display:block;
        width:195px;
        font-size:17px;
        float:left;
        padding-top:5px;
    }
    .fieldError
    {
        background-color: #ffdddd;
    }


    .form_text
    {
        border: solid 1px #CCCCCC;
	    margin-left: 5px;
	    padding: 4px;
	    outline: 0;
	    font: Verdana, Geneva, sans-serif;
	    font-size: 18px;
	    width: 337px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
    }
    
    .form_dropdown 
    {
        width: 347px;
        text-align:left;
    }

#sitemap_bottom {
    background-color: #CCDDF2;
    display: block;
    margin-top: 12px;
    padding: 15px;
}


#sitemap_bottom ul {
    border-right: 1px solid #A0A0A0;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
    padding-left: 40px;
    padding-right: 40px;
}
#sitemap_bottom ul.last 
{
    border: none;
}
#sitemap_bottom a 
{
    color: #353535;
    text-decoration: underline;

}
#sitemap_bottom a:hover
{
    color: #020202;
}
#sitemap_bottom .sb_head 
{
    color: #353535;
    font-size:14px;
    font-weight:bold;
}
 table.allbanks tr td div
{
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.allbanksBtn a
{
    background-color: #465C71;
    color: #FFFFFF;
    display: block;
    font-size: 1.3em;
    line-height: 1.35em;
    margin-right: 5px;
    padding: 5px 8px;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    position: relative;
}
div.allbanksBtn a:hover
{
    background-color: #3B73B9;
    cursor:pointer;
}
 a.quality_plus, a.quality_minus, a.quality_tick {
    color: #999999;
    font-family: Arial;
    font-size: 17px;
    height: 25px;
    padding-left: 5px;
    text-decoration: none;
    margin-bottom: 7px;
}

.statiimg img {
    border: 1px solid silver;
    padding: 1px;
}