﻿/*reset.css europe*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
img
{
    border: 0;
    margin: 0px;
    padding: 0px;
}
/*Verdana, Arial, Helvetica, sans-serif;*/

input, textarea
{
    border: 1px solid #787884;
}


ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}


body
{
    background: #FFFFFF;
    font-family: 'Arial';
    font-size: 12px;
    color: #000000;
}


hr
{
    height: 1px;
    line-height: 0px;
    color: #000000;
    border: 1px solid;
    margin: 0px;
    padding: 0px;
}
/* non standart fonts*/

h1
{
    color: #ffc37d;
    font-size: 18pt;
    padding-bottom: 15px;
}

/*define links style*/
a, a:link, a:visited, a:active, a:hover
{
    font-size: inherit;
    color: black;
    text-decoration: underline;
    
}

a.logoLink, a.logoLink:link, a.logoLink:visited, a.logoLink:active, a.logoLink:hover
{
    font-size: inherit;
    text-decoration: none;
    color: #115079;
    font-size: 26pt;
    font-family: 'Arial';
}
a.logoGreyLink, a.logoGreyLink:link, a.logoGreyLink:visited, a.logoGreyLink:active, a.logoGreyLink:hover
{
    font-size: inherit;
    text-decoration: none;
    color: #a8a9ad;
    font-size: 10pt;
    font-family: 'Arial';
}


a.sbbLink, a.sbbLink:link, a.sbbLink:visited, a.sbbLink:active, a.sbbLink:hover
{
    font-size: inherit;
    text-decoration: underline;
    color: #115079;
    font-size: 12px;
    font-family: 'Arial';
    font-weight: bold;
}

a.sbLink, a.sbLink:link, a.sbLink:visited, a.sbLink:active, a.sbLink:hover
{
    font-size: inherit;
    text-decoration: underline;
    color: #115079;
    font-size: 12px;
    font-family: 'Arial';
    font-weight: normal;
}

a.gruLink, a.gruLink:link, a.gruLink:visited, a.gruLink:active, a.gruLink:hover
{
    font-size: 14px;
    text-decoration: underline;
    color: #8d8d8d;
    font-family: 'Arial';
    font-weight: normal;
}


/*text style*/

.mbbText
{
    /*middle bold blue*/
    font-size: 16px;
    color: #115079;
    font-weight: bold;
}



.mbbText2
{
    /*middle bold blue*/
    font-size: 18px;
    color: #115079;
    font-weight: bold;
}

.mbbText3{ /*middle bold blue 3*/
	font-size:18px;
	color:#11527a;
}

.mbrText
{
    /*middle bold red*/
    font-size: 17px;
    color: #d10100;
    font-weight: bold;
}

.bbrText
{
    font-size: 44px;
    color: #115079;
    font-weight: bold;
}

.sbbText
{
    font-size: 10pt;
    color: #115079;
    font-weight: bold;
}

.sbkText
{
    font-size: 11px;
}

.addressText
{
    color: #4694d3;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: bold;
}

.telefonePrefixText
{
    color: #4694d3;
    font-size: 18px;
    font-family: 'Arial';
    font-weight: bold;
}

.telefoneText
{
    color: #115079;
    font-size: 30px;
    font-weight: bold;
}


.telefonePrefixText2{
	color:#4694d3;
	font-size:16px;
	font-family:'Arial';
	font-weight:bold;
}

.telefoneText2{
	color:#4694d3;
	font-size:26px;
	
	font-weight:bold;
}

span.darkGreyText{
    color:#545454;
}
span.lightGreyText{
    color:#717171;
    font-weight:normal;
}


div#mainDoc
{
    margin-top: 30px;
    width: 980px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-bottom:20px;
}

div#mainDocInner
{
    /*width: 1000px;          background-image: url( "img/footer.gif" );     background-repeat: no-repeat;     background-position:bottom left;     padding:0px;     margin:0px;*/
}

div#region1Wrapper
{
    /*border:1px solid black;*/
    width: 410px;
    float: left;
}

div#region4_5Wrapper
{
    /*border:1px solid black;*/
    width: 410px;
    float: left;
}

div#region2Wrapper
{
    /*border:1px solid black;*/
    width: 280px;
    float: left;
    padding-right: 35px;
    padding-top: 10px;
}

div#region6Wrapper
{
    /*border:1px solid black;*/
    width: 315px;
    float: left; /*padding-right:35px;*/
}

div#region3Wrapper
{
    /*border:1px solid black;*/
    width: 255px;
    float: left;
    padding-top: 15px;
}

/*login block*/

div#region7Wrapper
{
    /*border:1px solid black;*/
    width: 255px;
    float: left;
	padding-top: 7px;
    /*background-color: #f4f4f4;
    padding-top: 7px;
    padding-bottom: 20px;*/
}

.pcHeader
{
    color: #115079;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
    margin-left: 20px;
}

table.pcTable
{
    margin-top: 10px;
    margin-left: 16px;
}

table.pcTable tbody tr td
{
    padding-top: 10px;
}

table.pcTable tbody tr td.button
{
    text-align: right;
}

table.pcTable tbody tr td.title
{
    width: 52px;
    text-align: center;
    color: #114f76;
}

input.loginFld
{
    width: 150px;
    background-color: #f4f4f4;
}

input.pwdFld
{
    width: 150px;
    background-color: #f4f4f4;
}




div#region8Wrapper
{
    width: 635px;
    background-image: url( "/img/hline2.gif" );
    background-repeat: repeat-x;
    background-position: 0 top;
    padding-top: 22px;
    float: left;
}

div.supportImgBlock
{
    margin-top: 35px;
}


div#region9Wrapper
{
    width: 322px;
    margin-left: 20px;
    float: left;
}

div#region11Wrapper /*footer*/
{
    background-image: url( "/img/hline2.gif" );
    background-repeat: repeat-x;
    background-position: 0 top;
    padding-top: 22px;
    
}


div.underlinedTitle
{
    background-image: url( "hline2.gif" );
    background-repeat: repeat-x;
    background-position: 0 bottom;
    padding-bottom: 15px;
}



/*разметка облостей шаблона secondary*/
div#sec_regionContentWrapper {
    width: 715px;
    float: left;
}

div#sec_region8Wrapper{
    width: 235px;
    float: left;
    padding-top:50px;
    padding-left:30px;
    }






/*news*/
.newsBlock
{
}

.newsBlockText
{
    padding-top: 20px;
}


span.newsTitle
{
    /*middle bold blue*/
    font-size: 12px;
    color: #1688c4;
    font-weight: bold;
}

p.newsTitle
{
    padding-bottom: 10px;
}


table.newsList tbody tr td
{
    padding-right: 15px;
    padding-left: 35px;
    border-right: 1px solid #b8b8b8;
}

table.newsList tbody tr td.lastItemNews
{
    padding-right: 0px;
    border-right: none;
}

table.newsList tbody tr td.firstItemNews
{
    padding-left: 0px;
}


/*footer*/
div.region11Wrapper
{
    background-image: url( "/img/hline2.gif" );
    background-repeat: repeat-x;
    background-position: 0 top;
    padding-top: 30px;
    margin-top: 40px;
}







/*footer*/

table.footerTable{
width:100%;
}

table.footerTable tbody{
    text-align:left;
    vertical-align:middle;
}

table.footerTable tbody tr td.cl1{
    width:480px;
	vertical-align:bottom;
}

table.footerTable tbody tr td.cl2{
    width:270px;
	vertical-align:bottom;
}

table.footerTable tbody tr td.cl3{
    width:240px;
	vertical-align:bottom;
}

table.footerTable tbody tr td.cl4{
    width:240px;
	vertical-align:bottom;
	text-align:right;
}



div.readySolution1c{
	float:left;
	width:300px;
}

div.readySolution2c{
	float:left;
	width:300px;
	margin-left:115px;
}

div.readySolutionImg{
	height:143px;
	vertical-align:bottom;
}

p.readySolutionTitle {
background-image:url(/img/hline1.gif);
background-position:0 bottom;
background-repeat:repeat-x;
color:#347da7;
font-family:'Arial';
font-size:18px;
font-weight:normal;
padding-bottom:8px;
padding-top:5px;
margin-bottom:10px;
}

p.readySolutionText{
padding-top:8px;
}

ul.textList
{
    list-style-image: url(/img/li.gif);
    list-style-position: outside;
    list-style-type: none;
    margin-left:16px;
}
ul.textList li {
    padding-bottom:10px;
}


p.commonBlockTitle {
background-image:url(/img/hline1.gif);
background-position:0 bottom;
background-repeat:repeat-x;
color:#347da7;
font-family:'Arial';
font-size:18px;
font-weight:normal;
padding-bottom:8px;
padding-top:5px;
margin-bottom:10px;
margin-right:5px;
}

p.redBlockTitle {
background-image:url(/img/hline1.gif);
background-position:0 bottom;
background-repeat:repeat-x;
color:#D10100;
font-family:'Arial';
font-size:17px;
font-weight:bold;
padding-bottom:8px;
padding-top:5px;
margin-bottom:10px;
margin-right:10px;
}

.ih2{
color:#347DA7;
font-family:'Arial';
font-size:15px;
font-weight:bold;
margin-bottom:10px;
padding-bottom:0;
padding-top:5px;
}

/*tooltip*/
p.ttTitle{
color:#115079;
font-weight:bold;
}

p.ttDescr{
padding-top:6px;
}

span.ttTerm{
border-bottom:1px dashed  #115079;
}



table.serviceTitleTable{
width:100%;
margin-bottom:30px;
}

table.serviceTitleTable tbody tr td{
text-align:center;
}