﻿/* Common */
html, body {height: 100%}
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 0.8em;
}
td, th {
	font-family: Verdana, sans-serif;
}
hr{
	border: none;
	border-bottom: 1px solid #F0F0F0;
	margin: 0.2em 0em;
	padding: 0em;
}
a
{
	color:#0065AE;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
img
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
/* === */
#tableMinWidth
{
	width:100%;
}
#divMinWidth
{
	width: 990px;
	height: 1px;
	font-size: 0.01px;
	clear: both;
}
#wrapper
{
	width: 100%;
	overflow: hidden;
}
/* BlockContentLeft */

#BlockContentLeft
{
	border-top: 15px solid #FFFFFF;
	float:left;
	width: 25%;
	vertical-align:top;
	background: url(../../images/interface/border.gif) right top repeat-y;
	overflow: hidden;
}
#BlockUpLogo
{
	border-right: 10px solid #0065A4;
	height: 35px;
	background: url(../../images/interface/BlockContentUpLogo.gif) #FFFFFF left bottom repeat-x;
	font-size: 0.8em;
	color: #000000;
	line-height: 1em;	
}
#BlockUpLogo div
{
	margin-left: 1.5em;
	padding-top: 7px;	
}
#BlockUpLogo a
{
	color: #000000;
	text-decoration: none;
}
#Logo
{
	height: 150px;
	text-align:center;
	vertical-align:middle;
	background: #F5F9FA;
	border-bottom: 2px solid #F79F40;
}
#Logo a img
{
	margin-top: 30px;	
}
/* == */
#BlockLeft{}
h1.ContentLeft
{
	margin: 0em 0em 0em 1em;
	padding: 0.6em 0em 0.6em 0.6em;
	font-size: 1.1em;
	color: #0065AE;
	border-bottom: 3px solid #F0F0F0;
}
h1.ContentLeft *
{
	text-decoration: none;	
}
.ContentLeft
{
	margin: 0px;
	padding: 0.6em 1.6em 0.4em 1.8em;
	font-size: 0.9em;
}
.ContentLeft .blueunderline,
.ContentLeft .blueunderline:hover
{
	color: #0065AE;
	text-decoration: underline;	
}
.ContentLeft .Menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ContentLeft .Menu ul li
{
	margin: 0.7em 0em;
	padding: 0px;
}
.ContentLeft .Menu ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;	
}
.ContentLeft .Menu ul li a.active
{
	color: #2794C4;
}

/* = BlockContentCenter = */

#BlockContentCenter
{
	border-top: 15px solid #FFFFFF;
	float:left;
	width: 50%;
	vertical-align:top;
	background-color: #FFFFFF;	
	overflow: hidden;
}
#TitleDecorativeBlock
{
	border-left: 155px solid #0065A4;
	height: 10px;
	background: #F79F40;
	font-size: 0.01em;
}
#BlockTitle
{
	background-color: #F79F40;	
}
#TitlePicture
{
	height: 205px;
	background: url(../../images/interface/ContentTitleTable.jpg) #FFFFFF top left no-repeat;
	font-size: 0.01em;
}
#BlockCenter
{
	text-align:justify;
}
#BlockCenter div
{
	margin: 0em 1.2em 1.2em 1.2em;	
}
#BlockCenter div div
{
	margin: auto;	
}
#BlockCenter h1{font-size: 1.2em;}
#BlockCenter h2
{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#BlockCenter h3
{
	font-size: 1.1em;
	margin-bottom: 0.4em;
}
#BlockCenter h4
{
	font-size: 1.1em;
	margin-bottom: 0.4em;
}
#BlockCenter h5
{
	font-size: 1em;
	margin-bottom: 0.3em;
}
#BlockCenter h6
{
	font-size: 1em;
	margin-bottom: 0.3em;
}
#BlockCenter p
{
	margin-top: 0px;
	padding-top: 0px;	
}
#BlockCenter .UlClear
{
	list-style: none;
}
#BlockCenter .itemRepeater
{
	border-bottom: 1px solid #F0F0F0;
}
/* Menu */
#BlockMainMenu
{
	background-color:#F79F40;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	clear: both;
	color:#FFFFFF;
	height: 25px;
}
#BlockMainMenu a
{
	color:black;
	text-decoration:none;
}
#Menu
{
	background-color:#F79F40;
	color:#FFFFFF;
	margin:0 0 0 20px;
	padding: 0;
}
#Menu a:hover
{
	background-color:#F79F40;
	color:#FFFFFF;
	text-decoration:none;
}
#Menu li
{
	background-color:#F79F40;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#Menu li ul li 
{
	float:none;
	background-color:#F5F9FA;
}
#Menu li ul 
{
	display:none;
	margin:0;
	padding:0;
}
#Menu li:hover ul, 
#Menu li.Hover ul 
{
	color:#FFFFFF;
	display:block;
	position:absolute;
	margin: 0;
}
#Menu li:hover > ul, 
#Menu li.Hover > ul 
{
	color:#FFFFFF;
	display:block;
	position:absolute;
	margin: 0;
}
*:first-child+html #Menu li:hover > ul,
*:first-child+html #Menu li.Hover > ul
{
	color:#FFFFFF;
	display:block;
	position:absolute;
	margin: 0px;
}
#Menu ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width: 125px;
}
#Menu li ul li 
{
	white-space:nowrap;
}
#Menu.Hover 
{
	background-color:#F79F40;
	color:#000000;
}
#Menu li h1
{
	color:#000000;
	cursor:default;
	font-size: 1.1em;
	font-weight:normal;
	margin:3px 6px 5px;
	padding:0px;
}

#Menu li:hover h1,
#Menu li.Hover h1
{
	background-color:#F79F40;
	color:#000000;
}
#Menu li ul
{
	background-color:#F5F9FA;
	border-bottom:2px solid #F79F40;
	border-left:2px solid #F79F40;
	border-right:2px solid #F79F40;
	position: absolute;
	margin-top: -6px;
	color:#0065A4;
}
#Menu li.Hover h1 a
{
	color:#FFFFFF;
}
#Menu li ul li a 
{
	border:0px solid #F79F40;
	color:#0065A4;
	display:block;
	height:18px;
	padding:5px 5px 6px 0pt;
	text-decoration:none;
	text-indent:10px;
}
#Menu li ul li a:hover 
{
	background-color:#F79F40;
	color:#FFFFFF;
}
#Menu li ul li.Hover 
{
	background-color:#F79F40;
	color:#FF0000;
}
/* index */
#BlockCenter
{
	clear: both;
}
#BlockCenter .index
{
	margin-top: 1.2em;
}
#BlockCenter .index h1
{
	font-size: 1em;	
}
/* DataTable */
table.DataTable{
	border-width: 0;
}
table.DataTable td{
	padding: 0.5em;
	vertical-align : middle;
	font-size: 1em;
}
tr.oddRow{
	background-color: #F0F0F0;	
}
tr.evenRow{
	background-color: #F5F9FA;
}
td.leftColumn{
	font-weight: bold;
}
td.bottomDecorNone{
  padding: 10px 5px 5px 5px;	
}
td.bottomDecorNone a{
  color: black;
  font-size: 80%;
  text-decoration: none;	
}
ul.list
{
	padding: 0em;
	margin: 0em;	
	list-style-position:inside;
}
/* Leaders */
#BlockCenter .Leaders p
{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#BlockCenter .Leaders div.PrivateMargin
{
	clear: both;
	height: 20px;
}
#BlockCenter .Leaders img
{
	float: left;
	padding: 0px 3px 0px 0px;
	margin: 0px 5px 0px 0px;	
}
#BlockCenter div.Cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top:-1px;
}
/* MiniPhoto */
.MiniPhoto td
{
	text-align:center;	
}
.MiniPhoto img
{
	border: 2px solid #0065AE;	
}
.MiniPhoto img:hover
{
	border: 2px solid #F79F40;
}

.photoPage
{
	margin: 0px 0px 100px 0px !important;
	padding: 0px;
	text-align: center !important;
}
.photoPage a:link{color: #0065AE; text-decoration: none;}
.photoPage a:visited{color: #0065AE; text-decoration: none;}
.photoPage a:hover{color: #0065AE; text-decoration: none;}
.photoPage .bspic
{
	width: 460px;
	margin: 0px auto 10px auto;
	text-align: center;
}
.photoPage img{
	border: 1px solid #F0F0F0;
	text-align:center;
	margin: 0px auto 0px auto;
}
.photoPage #footer{
	clear:both;	
	text-align: center;
}
.photoPage #footerBut
{
	width: 250px;
	margin: 0px auto;
}
.photoPage .back, 
.photoPage .next{
	margin: 20px;
}
/* Vacancies */
#BlockCenter .Vacancies h2
{
	font-size: 1em;	
	margin-bottom: 0.2em;
	color: #0065AE;
}
#BlockCenter .Vacancies h2 a
{	
	text-decoration: none;	
}
#BlockCenter .Vacancies p a
{
	text-decoration: none;
	color: #000000;	
}
#BlockCenter .Vacancies .code
{
	font-size: 0.8em;
	color: #808080;
	margin: 0.3em 0em 0.6em 0em;
}
#BlockCenter .Vacancies .divdetails
{
	text-align:right;
}
#BlockCenter .Vacancies a.details
{
	text-decoration: none;
	color: #0065AE;
	font-size: 0.8em;
}
/* faq */
#BlockCenter .faq h2
{
	color: #0065AE;
	font-size: 1em;	
}
/* News */
#BlockCenter .News h2,
#BlockCenter .News * h2
{
	font-size: 1em;	
	margin-bottom: 0.2em;
	color: #0065AE;
	text-decoration: none;
}
#BlockCenter .News h2 *,
#BlockCenter .News * h2 *,
#BlockCenter .News * h2 a
{
	text-decoration: none;	
	color: #0065AE;
}
#BlockCenter .News p,
#BlockCenter .News p *,
#BlockCenter .News p a,
#BlockCenter .News p * a,
#BlockCenter .News a
{
	text-decoration: none;	
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#BlockCenter .News * a.details
{
	text-decoration: underline;
	color: #0065AE;
	margin: 0px;
	padding: 0px;
}
/* NewsDetails */
#BlockCenter .NewsDetails h2,
#BlockCenter .NewsDetails * h2
{
	font-size: 1em;	
	margin-bottom: 0.2em;
	color: #0065AE;
	text-decoration: none;
}
#BlockCenter .NewsDetails h2 *,
#BlockCenter .NewsDetails * h2 *
{
	text-decoration: none;	
	color: #0065AE;
}
#BlockCenter .NewsDetails p *
{
	margin: 0px;
	padding: 0px;
}
/* Links */
#BlockCenter .Links h2
{
	font-size: 1em;	
	margin-bottom: 0.2em;
	color: #0065AE;
}
#BlockCenter .Links h2 a
{
	text-decoration: none;	
}
#BlockCenter .Links p a
{
	text-decoration: none;
	color: #000000;	
}
#BlockCenter .Links p a.details
{
	text-decoration: underline;
	color: #0065AE;
	font-size: 0.8em;
}
/* MapList */
#BlockCenter .MapList ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#BlockCenter .MapList ul li
{
	margin: 0em 0px 0px 2em;
}
#BlockCenter .MapList ul li.MapListRoot
{
	margin: 1em 0px 0px 0px;
	font-weight: bold;
}
/* = BlockContentRight = */

#BlockContentRight
{
	border-top: 15px solid #FFFFFF;
	float:left;
	width: 24.9%;
	vertical-align:top;
	background: url(../../images/interface/border.gif) left top repeat-y;
	overflow: hidden;
}
#RightUpPanelDecorativeBlock
{
	border-right: 15px solid #FFFFFF;
	background: url(../../images/interface/RightUpPanelDecorativeBlock.gif) #F0F0F0 100% 100% no-repeat;
}
#ContentRightUpPanelBox
{
	width: 100%;
	height: 45px;
	border-top: 10px solid #F79F40;
	border-right: 10px solid #F79F40;
	background: #0065A4;
	font-size: 0.92em;
	margin: 0px;
	padding: 0px;
}
#ContentRightUpPanelBox td
{
	text-align: center;
}
#ContentRightUpPanelBox a
{
	color: #FFFFFF;
	text-decoration: none;
}
#ContentRightUpPanelBox a.active
{
	background: #F79F40;
	padding: 1px 2px;
}
#RightUpDecorativeBlock
{
	border: none;
	border-right: 25px solid #FFFFFF;
}
#ContentRightBlockUp
{
	background: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
}
#ContentRightBlockUp p
{
	margin: 10px 0px 0px;
}
/* == */
#BlockRight{}
h1.ContentRight
{
	margin: 0em 1em 0em 0em;
	padding: 0.6em 0em 0.6em 1em;
	font-size: 1.1em;
	color: #0065AE;
	border-bottom: 3px solid #F0F0F0;
}
h1.ContentRight *
{
	text-decoration: none;
}
.ContentRight
{
	margin: 0px;
	padding: 0.6em 0em 0.4em 1em;
	font-size: 0.9em;
}
.ContentRight .blueunderline,
.ContentRight .blueunderline:hover
{
	color: #0065AE;
	text-decoration: underline;	
}
.ContentRight h2
{
	font-size: 1em;	
	margin-bottom: 0.2em;
	color: #0065AE;
}
.ContentRight a:hover
{
	text-decoration: none;
}
.ContentRight h2 a
{
	text-decoration: none;
}
.ContentRight p,
.ContentRight p a
{
	margin-top: 0px;
	padding-top: 0px;	
	color: #000000;
	text-decoration: none;
}
.ContentRight p p
{
	margin: 0px;
	padding: 0px;
}
.ContentRight a.details
{
	text-decoration: none;
	color: #0065AE;
	font-size: 0.85em;
}
/* = BlockFotter = */

#BlockFotter
{
	clear:both;
	font-size:  0.8em;
}
#BlockFotterLeft
{
	float: left;
	width: 25%;
	background: url(../../images/interface/border.gif) #F5F9FA right top repeat-y;
}
#BlockFotterLeft div
{
	margin: 10px 0px 10px 1.5em;
}
#BlockFotterLeft a
{
	color: #0065AE;
	text-decoration: none;
}
#BlockFotterCenter
{
	float: left;
	width: 50%;	
	background: #F0F0F0;
}
#BlockPath
{
	clear: both;
}
#BlockLeftPath
{
	float: left;
	width: 25%;
	height: 45px;
	font-size: 0.01em;
	background: url(../../images/interface/border.gif) right top repeat-y;
}
#BlockCenterPath
{
	float: left;
	width: 50%;
	border-top: 2px solid #F0F0F0;
	background: url(../../images/interface/ContentCenterPath.gif) #FFFFFF bottom left no-repeat;
}
#BlockCenterPath div
{
	margin: 14px 2em;
}
#BlockRightPath
{
	float: left;
	width: 24.9%;
	height: 45px;
	font-size: 0.01em;
	background: url(../../images/interface/border.gif) left top repeat-y;
}
#BlockFotterCenterLeft
{
	float:left;
	font-family: verdana, sans-serif;
    color: #0065AE;
}
#BlockFotterCenterLeft div
{
	margin: 10px 0px 10px 15px;
}
#BlockFotterCenterLeft div a
{
	text-decoration: none;
}
#BlockFotterCenterRight
{
	float:right;
	font-family: verdana, sans-serif;
    color: #0065AE;
}
#BlockFotterCenterRight div
{
	margin: 10px 15px 10px 0px;	
}
#BlockFotterCenterRight a
{
    color: #0065AE;
    text-decoration: none;
}
#BlockFotterRight
{
	float:left;
	width: 24.9%;
	color: #0065AE;
	background: url(../../images/interface/border.gif) #F5F9FA left top repeat-y;
}
#BlockFotterRight div
{
	margin: 10px 0px 10px 1.5em;
}
table.successstories
{
	border: solid 1px #F0F0F0;
	border-spacing: 0px;
	width: 100%;	
}
table.successstories td
{
	border: solid 1px #F0F0F0;
	margin: 0px;
	padding: 10px;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
table.successstories h5
{
	margin: 0px;	
}
table.successstories a
{
	text-decoration: none;
}
#BlockCenter h2.office
{
	margin-top: 30px;	
}
#BlockCenter h2.office a
{
	color: #000000;
	text-decoration: none;	
}
#BlockCenter h2.office a:hover
{
	text-decoration: underline;	
}


