body, table, p, pre, h1, h2, div {
  font-family: Verdana, Arial Cyr, Arial, sans-serif, Tahoma;
  font-size: 10pt; /*x-small*/
}

table {
  border: 0;                       /* border="0"      */
  border-collapse: collapse;       /* cellspacing="0" */
}
table td {
  padding: 0;                      /* cellpadding="0" */
}

img          {border: 0px none;}
a            {color: #0060D0; text-decoration: underline}
a:hover      {color: blue}
a.black      {color: black}
a.red        {color: red}
a.gray       {color: gray}
a.definition {text-decoration: none; border-bottom: blue dashed 1px}
p            {text-align: justify; margin: 0.5em 0;}
p.red        {color: red}

ul {
  text-align: justify;
  list-style-type: disc;
  padding-left: 40px;  /* Bugfix for IE */
  margin: 0.5em 0; }
ol {
  text-align: justify;
  list-style-type: decimal;
  padding-left: 40px;
  margin: 0.5em 0; }
li {padding: 3px 0 3px 0}

/* Vertical aligning by center for IE 6,7 */
.IEVCentered {}

/*** body ***/

body       {
  background-color: white;
  margin: 0;
  text-align: center;
}

#WholePage {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  background-color: white;
  background-image: url("/images/bgmain.gif");
  background-repeat: repeat-y;
}

.WarningLine {
  color: black;
  font-size: xx-small;
  background-color: #FFDFDF;
  background-image: url("/images/warning.gif");
  background-repeat: no-repeat;
  background-position: 5px 50%;
  border-bottom: 1px #B0B0B0 solid;
  padding: 0 5px 0 25px;
}
#JavaScriptWarning { }
#CookieWarning     {display: none; }
#ReconstWarning    {background-color: #FFFFC0; background-image: none; padding: 1px 10px 1px 10px;}

#PageContent {
  position: relative;
}

#MainContentTopSpacer {height: 125px}
#MainContent {
  width: 770px;
  display: inline-block; /* This forces IE to return valid clientHeight (instead of 0) if Height style is not set */
  margin: 0 0 0 210px;
}

/*** header ***/

#MainLogo {
  position: absolute;
  background-color: #005080;
  top: 0; left: 0; width: 190px; height: 100px;
}

#Logo2 {
  position: absolute;
  top: 15px; left: 355px; width: 115px; height: 65px;
  }

#PageTitleBkgnd {
  position: absolute;
  top: 25px; left: 190px; width: 790px; height: 60px;
  background-image: url("/images/bgheadmid.jpg");
  background-repeat: repeat-x;
}
#PageTitleImg {
  position: absolute;
  top: 25px; left: 190px; width: 790px; height: 60px;
  background-color: #005080;
  background-image: url("/images/bgheadmid.jpg");
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
  font-size: 15pt;
  text-align: right;
  vertical-align: middle;
  margin: 0;
}
#PageTitleImg img {
  width: 500px; height: 40px;
    margin: 5px 5px 0 0;
  margin-left: -200px;
}
#PageTitleText {
  position: absolute;
  top: 25px; left: 190px; width: 775px; height: 60px;
  color: white;
  font-weight: bold;
  font-size: 20pt;
  text-align: right;
  vertical-align: middle;
  margin: 5px 0 0 0;
}
#PageSubTitle {
  position: absolute;
  top: 65px; left: 190px; width: 775px;
  color: white;
  font-weight: bold;
  font-size: 10pt;
  text-align: right;
  margin: 0 0 0 0;
  padding: 0;
}

#LinksBar {
  position: absolute;
  top: 0; left: 190px; width: 790px; height: 25px;
}
#LinksBar p {
  width: 790px;
  text-align: right;
  padding: 0;
  height: 25px;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
}
#LinksBar a {font-size: 9pt; cursor: pointer; }

.DbgInfoIndentedSell {border-top: 10px solid white;}
.DbgInfoEvenCell {background: white /*whitesmoke*/}
#ShowDebugInfoBtn {color: white; cursor: pointer; text-decoration: none}
#ShowDebugInfoBtn:hover {color: #D3D3D3}

#PageUrlPath {
  position: absolute;
  top: 85px; left: 190px; width: 790px; height: 25px;
  background-color: #A0C8F8;
  background-image: url("/images/bgheadbot.gif");
  background-repeat: repeat-x;
  white-space: nowrap;
  overflow: hidden;
}
#PageUrlPath p {
  color: #0060D0;
  font-size: 10pt;
  font-weight: bold;
  padding: 0;
  height: 25px;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
}
#PageUrlPath p.red {color: red;}
#PageUrlPath p span {font-size: 8pt;}

#popupDebugInfo {
  position: absolute;
  top: 25px; left: 25px; width: 600px;
  background-color: white;
  text-align: left;
  border: 2px #007BC5 solid;
  z-index: 100;
  visibility: hidden;
}
#popupDebugInfo #Title {
  color: white;
  font-weight: bold;
  background-color: #007BC5;
  height:  16px;
  padding: 0 20px 0 2px;
  margin: 0;
}
#popupDebugInfo #CloseButton {
  cursor: pointer;
  float: right;
  background-color: #007BC5;
}
#popupDebugInfo table td {padding: 3px 10px;}

/*** Footer ***/

#Footer {
  width: 770px;
  border-top: 1px #D0D0D0 solid;
  padding: 10px 0 0 0;
  /*margin-top: 100px;
  margin-left: 210px;*/
  /*margin: 100px 210px;*/
  margin: 0 0 0 210px;
  display: inline-block; /* This forces IE to return valid clientHeight (instead of 0) if Height style is not set */
}
#SupportedBrowsers {
  color: gray;
  width: 150px;
  padding: 0 0 0 0;
  margin: 0 0 5px 20px;
  float: right;
}
#SupportedBrowsers p {font-size: 7pt; margin: 0 0 2px 0}
#BrowserLogo_ie7 {}
#BrowserLogo_ie6 {}
#BrowserLogo_firefox {}
#BrowserLogo_opera {}
#BrowserLogo_chrome {}
#BrowserLogo_safari {}

#CounterLogos {
  padding: 0 0 10px 0;
  margin: 0 0 0 5px;
}

.CounterLogo {
  width: 88px; height: 31px;
  border: 0 none;
  /* Полупрозрачность счётчиков убрана, т.к. Bigmir к этому придрался, а делать его лого
     видимым среди прочих полупрозрачных выглядит отстойно */
    /*opacity: 0.5;*/ /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.CounterLogoNoAlpha {
  width: 88px; height: 31px;
  border: 0 none;
}

#Copyright {
  color: gray;
  font-size: 7pt;
  text-align: center;
  border-top: 1px #D0D0D0 solid;
  padding-top: 5px;
  margin: 0 0 5px 0;
  clear: both;
}
#Copyright a {color: gray; cursor: pointer; }

/*** submenu ***/

.subMenu {
  position: absolute;
  width: 120px; height: 20px;
  top: 110px;
  background-image: url(../images/subnemu_bw.gif);
  text-decoration: none;
  padding: 0 0 0 0px;
  margin: 0 0px 0 0px;
}
.subMenu:hover {color: #0060D0;}
#subMenuItem1 {left: 750px;}
#subMenuItem2 {left: 860px;}
.subMenuCurr {
  color: maroon;
  background-image: url(../images/subnemu.gif);
  background-color: transparent;
  font-weight: bold;
  z-index: 10;
}
.subMenuCurr:hover{color: maroon;}
.clMail {cursor: pointer}
.clGray {color: #A0A0A0}


/*** menu ***/

#DivMenu {
  position: absolute;
  top: 110px; left: 0; width: 190px;
  background-color: #DFEFFF;
}
.MenuGroup {
  border: 1px #A0C8F8 solid;
  margin: 15px;
}

.MenuGroup a {
  display: block;
  font-size: 10pt;
  text-decoration: none;
  /*text-indent: -28px;*/
  padding: 1px 10px 1px 16px;
}
.MenuGroup a:hover {
  color: #0060D0;
  background-color: #F7FBFF;
}
.MenuGroup a img {margin: 0 4px 0 -12px}
.MenuGroup a.CurrentMenuItem {
  color: maroon;
  font-weight: bold;
}
.MenuGroup a.CurrentMenuItem:hover {color: maroon;}

a.MenuGroupHeader {
  color: #005080;
  font-weight: bold;
  background-image: url("/images/bgmntitle.gif");
  padding: 0px 10px 2px 3px;
}
a.MenuGroupHeader:hover {
  color: #0060D0;
  background-color: #C3DBF8;
  background-position: 0 -48px;
}
a.MenuGroupHeader img {
  height: 9px;
  margin: 0 5px 0 0;
}
.ActiveMenuGroup a.MenuGroupHeader {
  color: #005080;
  background-color: #A0B9F8;
  background-position: 0 -24px;
}
.ActiveMenuGroup a.MenuGroupHeader:hover {
  color: #005080;
  background-color: #A0B9F8;
  background-position: 0 -24px;
}
.CurrentMenuItem a.MenuGroupHeader {color: maroon;}
.CurrentMenuItem a.MenuGroupHeader:hover {
  color: maroon;
  background-position: 0 -24px;
}

a.MenuSubItem {
  padding-left: 53px;
  text-indent: -28px;
}

a.MenuGroupIndented {
  padding-left: 44px;
  text-indent: -28px;
}

/* error page */
.ErrorURL{
  color: #4F4F4F;
  font-weight: bold;
  font-size: 18pt;
}
.ErrorPage h1 {
  font-weight: bold;
  margin-top: 20px;
}
.SrvNameResolError p {font-size: xx-small; padding-left: 25px;}


/*** content ***/

.HeaderWBkgnd {
  background-color: #DFEFFF;
  background-repeat: repeat-x;
  /*font-size: x-small;*/
  font-weight: bold;
  clear: left;
  white-space: nowrap;
  padding: 2px 5px 4px 5px;
}

.ProductLogo {
  width: 173px; height: 100px;
  margin: 0 15px 10px 0;
  float: left;
}
.SecondLogo {clear: both;}

/*#FFoodObjList {margin-left: 180px;}
#FFoodObjList li {padding: 1px 0;}
#FFoodObjListComment {margin-left: 220px;}*/

.SiteMap {margin: 15px 0 0 15px; }
.SiteMap td {
  width: 250px; height: 200px;
  vertical-align: top;}
.SiteMap a {display: block; text-decoration: none; margin: 3px 0;}
.SiteMap a:hover {text-decoration: underline;}
.SiteMap a.subItem {
  color: gray;
  font-size: 8pt;
  padding-left: 25px;
}
.SiteMap h2 a {color: black}

/***  load ***/

.LoadPage table {
  border: 1px #A0C8F8 solid;
  border-collapse: collapse;
}
.LoadPage table thead td {
  color: #005080;
  background-image: url("/images/bgtitle.gif");
  background-color: #A0C8F8;
  font-weight: bold;
	padding: 1px 10px 4px 10px;
}
.LoadPage table tbody td {
  background-color: #DFEFFF;
  border-bottom: 1px #A0C8F8 solid;
	padding: 10px;
  vertical-align: top;
}
.LoadPage table p {margin: 0;}
.LoadPage .fcomment {color: gray; padding-top: 4px; }
.LoadPage .fsize {color: gray; padding-top: 4px;}
.LoadPage .fsize:before {content: "["}
.LoadPage .fsize:after {content: "]"}
.LoadPage table a {display: block}
.LoadPage h1 {
  color: #005080;
  font-size: 13pt;
  font-weight: bold;
	padding: 0 10px 4px 10px;
}

.LoadPage table td.col1 {width: 10%}
.LoadPage table td.col2 {width: 60%}
.LoadPage table td.col3 {width: 30%}

/*** news ***/

.news h1 {
  color: #005080;
  background-image: url("/images/bgtitle.gif");
  background-color: #A0C8F8;
  font-weight: bold;
  border: 1px #A0C8F8 solid;
  border-bottom: none;
	padding: 1px 10px 4px 10px;
  margin: 0;
}
.news h1 a {float: right}
.news p, .news div {
  color: black;
  background-color: #DFEFFF;
  text-align: justify;
  border: 1px #A0C8F8 solid;
  border-top: none;
	padding: 10px;
  margin: 0 0 1em 0;
}
.news h1.selected {
  background-image: url("/images/bgtitleg.gif");
  background-color: #0DC632;
}
.news p.selected {background-color: #D1FCDA}

/*** parts ***/

.PartHeader .PartLogo {
  width: 173px; height: 100px;
  float: left;
  margin: 0;
  border-right: 15px solid white;
}

.PartHeader .PartHeaderTop {
  height: 70px;
  background-color: #DFEFFF;
  margin: 0;
}

.PartHeader .PartHeaderTop p {text-align: center;}
.PartHeader .PartVerCaption {
  font-weight: bold;
  padding-top: 10px;
}

.PartHeader .PartHeaderButtons {
  height: 30px;
  background-color: #DFEFFF;
  margin: 0;
}

.PartHeader .PartHeaderButtons table {
  /*border: 0px;*/ /* border="0" */
  border-collapse: collapse; /* cellspacing="0" */
	padding: 0;
}

.PartHeader .PartHeaderButtons td {
  height: 30px; /*width: 150px;*/
  font-size: 10pt;
  text-align: center;
	padding: 0;
  margin: 0;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  /*border-left: 1px solid gray;*/
}
.PartHeader .PartHeaderButtons td a {
  display: table-cell;
  height: 29px; /*width: 149px;*/
  text-decoration: none;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.PartHeader .PartHeaderButtons td a:hover {background-color: white}
.PartHeader a.CurrentHeaderButton {
  color: maroon;
  font-weight: bold;
  font-size: 11pt;
  background-color: #C3DBF8;
}
.PartHeader td a.CurrentHeaderButton:hover {background-color: #C3DBF8}

.PartText {clear: left;}

/*** screenshot table ***/

.Screenshots {
  clear: left;
}
.Screenshots h1 {
  font-size: large;
}
.Screenshots a {text-decoration: none;}
.Screenshots a:hover {text-decoration: underline;}

/*
.Screenshots table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0 0 0;
}
.Screenshots table td {
  text-align: center;
  vertical-align: top;
}
.Screenshots table td.left {padding: 15px 35px 15px 0;}
.Screenshots table td.right {padding: 15px 0 15px 35px;}
.Screenshots table td a {text-decoration: none}
.Screenshots table td a img {padding: 5px; border: 1px solid white;}
.Screenshots table td a:hover img {padding: 5px; border: 1px solid blue;}
.Screenshots table td p {
  text-align: center;
  padding-top: 10px;
  margin-top: 0px;
}
*/


/*** misc ***/

.hlTable {
  border: 1px #A0C8F8 solid;
}
.hlTitle {
  color: #005080;
  background-image: url("/images/bgtitle.gif");
  background-color: #A0C8F8;
  font-weight: bold;
	padding: 1px 10px 4px 10px;
}
.hlText {
  background-color: #DFEFFF;
	padding: 10px;
}

.hlTightText {
  background-color: #DFEFFF;
  padding: 2px 10px 2px 10px;
}

.cnComment {
  font-size: 8pt;
  font-style: italic;
}
.cnComment span {text-decoration: underline;}


/*** production ***/
ul.DeploymentsExample li {
  margin: 0;
  padding: 5px 0 2px 0;
}
ul.DeploymentsExample ul {
  list-style-image: url("/images/hyphen.gif");
  margin: 0;
}
ul.DeploymentsExample p {
  font-size: 8pt;
  margin: 0 0 0 20px;
}
ul.DeploymentsExample ul li {
  font-size: 8pt;
  padding: 0;
  margin: 0 0 0 10px;
}

/*** clients, contacts & partners ***/
.ClList li img {
  float: left;
  display: block;
  vertical-align: middle;
  margin: 0 10px 20px 0;
}
.ClList li hr {clear: left}

.contacts {
  width: 550px;
  margin: 0 auto;
}

.contacts table {
  width: 100%;
  border: 1px #A0C8F8 solid;
}
.contacts table thead td {
  color: #005080;
  background-image: url("/images/bgtitle.gif");
  background-color: #A0C8F8;
  font-weight: bold;
	padding: 1px 10px 4px 10px;
}
.contacts table tbody td {
  background-color: #DFEFFF;
  padding: 2px 10px 2px 10px;
}
.contacts table.email tbody td {
  padding: 10px;
}

.PartnersInfo table td {
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}


/*** main page ***/
.mpProducts {
  list-style: none;
  padding-left: 0;
}
.mpProducts li a.logo {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.mpProducts li div {
  width: 570px;
  float: left;
}
.mpProducts li div p {
  margin: 0 0 7px 0;
}
.mpProducts li div li {
  font-size: 8pt;
  padding: 5px 0 1px 0;
}
#mpProdSubList {
  list-style: none;
  padding-left: 30px;
  margin-top: 0;
}
#mpProdSubList li img {cursor: pointer}
#mpProdSubList li a {
  cursor: pointer;
  color: black;
  text-decoration: none;
}
#mpProdSubList li p {
  display: none;
  color: gray;
  font-size: 8pt;
  font-style: italic;
  padding-left: 25px;
  margin: 0;
}
#mpProdSubList li p a {color: gray; text-decoration: underline;}
.mpProducts .details {
  text-align: left;
  font-size: 8pt;
  font-style: italic;
}

ul.mpSolutions {
  list-style: none;
  padding-left: 0;
}
.mpSolutions li {
  float: left;
  width: 173px;
  padding-right: 19px;
}
.mpSolutions li p {
  height: 90px;
}
.mpSolutions li a {
  font-size: 8pt;
  font-style: italic;
}

#popupOLAPInfo {
  visibility: hidden;
  position: absolute;
  top: 5px; left: 5px; width: 400px;
  background-color: #FFFFC0;
  border: black solid 1px;
  padding: 5px;
  margin: 0;
  z-index: 1000;
}
#popupOLAPInfo p {font-size: 8pt;}
#popupOLAPInfo p span {color: gray; font-style: italic;}

/*** curr rates ***/

.currRates {
  margin: 40px 15px 15px 15px;
}
.currRates p {
  color: #005080;
  font-weight: bold;
  background-image: url("/images/bgmntitle.gif");
  padding: 0px 10px 2px 3px;
  margin-bottom: 10px;
}
.currRates #currRates_tabs {
  width: 160px;
  padding: 0;
  margin: 0;
}
.currRates #currRates_tabs a {
  display: block;
  float: left;
  color: black;
  cursor: pointer;
  text-decoration: none;
  background-color: #9EBEDE;
  border: 1px solid #A0C8F8;
  padding: 0px 5px;
  margin: 0 4px -1px 0;
}
.currRates #currRates_tabs a.current {
  color: #0060D0;
  background-color: #DFEFFF;
  font-weight: bold;
  border-bottom: 1px solid #DFEFFF;
}

.currRates table {
  width: 160px;
  clear: left;
  border: 1px solid #A0C8F8;
  margin: 0;
}
.currRates table td {padding: 3px;}
.currRates table thead td {color: gray; font-size: 7pt; font-style: normal; text-align: right; vertical-align: top; }
.currRates table thead td.title {text-align: left; }
.currRates table tbody td.title {font-weight: bold; }
.currRates table tbody td.title a {color: black; text-decoration: none;}
.currRates table tbody td.rate {font-family: Courier New; text-align: right; }
.currRates table tbody td.rate a {color: #0060D0; text-decoration: none;}
.currRates table tbody td.rate a:hover{text-decoration: underline;}

.currRates table tbody.umvb td.rate {font-size: 9pt;}

.currRates table tbody.cash td {font-size: 9pt;}
.currRates table tbody.cash tr.oddRow td {padding-bottom: 0;}
.currRates table tbody.cash tr.evenRow td {padding-top: 0;}

.currRates table td.wait { text-align: center; }

.currRates .date {
  color: gray;
  text-align: right;
  font-size: 8pt;
  font-style: italic;
  padding-top: 5px;
}