html {
  font-size: 100%;  /* IE/Win fix */
}

body {
  font: 18px/150% georgia, serif, times; 
}

/* ******** layout description ******** */
div.page { /* div, который обрамляет всю страницу */
  width: 920px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

table#layout { /* таблица с основным layout'ом страницы */
 border-collapse: collapse;
 width: 100%;
}

div#logosaver {
/* это специальный div, который обеспечивает видимость логотипа внизу table#layout.
   его высота должна быть согласована с высотой логотипа */
  height:40px;
}

td.rightcolumn {
  width: 280px; 
  vertical-align: top;
  
/*  border-left: 1px solid #C0C0C0; */
}

td.leftcolumn, td.mainbar {
  vertical-align: top;
/*  padding: 1.5em; */
}

div.maintext {
  margin-top: 1em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

/* ******** оформление элементов layout'а ******** */
td.navbar {
   background-image: url('../images/graygad.gif'); 
   background-repeat: repeat-x; 
   background-position: left top;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0; 
}

td.mainbar {
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0; 
}

td.bottombar {
  border-top:1px solid #C0C0C0;
  padding: 0;
  line-height: 100%; 
}

td.topbar {
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0; 
   background-color: #427382; 
}

td.titlebar {
   padding-bottom: 0.2em;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0; 
   background-color: #427382; 
   height: 66px;
   vertical-align: bottom;
}

table#layout {
  background-image: url('../images/excelsior-logo-small.gif'); 
  background-repeat: no-repeat; 
  background-position:  right bottom;
}

/* ******** оформление стиля текста ******** */
div.navbar {
  text-align: center;
}


td.navmenuitem {
   padding-left: 1em; 
   padding-right: 1em;
   padding-top: 0.7em;
   padding-bottom: 0.4em; 
   font-family: Arial;
   font-size: 15px;
   line-height: 100%;
   cursor: pointer;
/*   height: 34px; */
}

td.navmenuitem:hover {
   background-image: url('../images/graygad.gif'); 
   background-position: left bottom;
   background-repeat: repeat-x; 
}

td.greenbuttonright {
   background-image: url('../images/buttongreen40.gif'); 
   background-repeat: no-repeat; 
   background-position: right bottom; 
   width: 70px;
   align: right;
}

td.greenbuttonleft {
   background-image: url('../images/buttongreen40.gif'); 
   background-repeat: no-repeat; 
   background-position: left bottom;
}

div.pageslogan {
  width: 100%;
}

.pageslogan h1 {
  text-align: right;
  font-size: 12px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  color: #4E8799;
}


div#nav {
  font-family: Arial;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 10px;
}


div.bottom {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100%; 
}


div#pagetitle {
  padding-left: 0.5em;
}

h1.pagetitle {
  font-size: 38px;
  font-weight: normal;
  text-align: left; 
  color: #fff;
  padding-bottom:0.1em;
  margin-top: 0.3em;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

a:link {
  color: #228888;
}

a:visited {
  color: #446666;
}

td.navmenuitem a,
td.navmenuitem a:visited {
  color: #e0e0e0;
  text-decoration: none;
}


td.greenbuttonleft a, 
td.greenbuttonleft a:visited, 
div.downloadbutton a, 
div.downloadbutton a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

div.langswitch {
  font-size: 12px;
  padding-right: 0.5em;
  padding-bottom: 0;
}

div.langswitch a,
div.langswitch a:visited {
  color: #e0e0e0;
  text-decoration: none;
}

a#langref ,
a#langref:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.red {
  color: #e76f00;
}

h1 {
  font-size: 280%;
  font-weight: normal;
  text-align: left;
  color: #228888;
  margin-bottom: 0;
  margin-top: 0.5em; 
}

h2 {
  font-size: 225%;
  line-height: 100%; 
  font-weight: normal; 
  text-align: left;
  padding: 0px;
  color: #666; 
  margin-top: 0.85em;
  margin-bottom: 0.5em;
/*  border-bottom: none; */
}


h3 {
  font-size: 160%;
  line-height: 120%;
  font-weight: normal; 
  text-align: left;
  color: #228888;
  top: 0;
  bottom: 0;
  margin: 0.2em 0em;
  padding-top: 0.5em;
  border-bottom: solid #90c0c0 1px; 
}

h4 {
  font-size: 110%;
  line-height: 120%;
  font-weight: bold;
  text-align: left;
  color: #228888;
  top: 0;
  bottom: 0;
  margin: 0.2em 0em;
  padding-top: 0.5em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0px;
}

/*
div.feature {
  padding-right: 24px;
}
*/

.feature h2 {
  color: #666;
}

.feature p {
  font-size: 125%;
  line-height: 125%;
}

p.slogan {
	text-indent: -2em; 
	margin-left:2em
}

p.nomargin {
  margin-top:    0;
  margin-bottom: 0; 
}

p.downloadtitle {
  margin-top:    0;
  margin-bottom: 0;
  padding-top: 1em;
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
}

/*
p.downloadsubtitle {
  margin-top:    0;
  margin-bottom: 0; 
  font-weight: bold;
  font-size: xx-small;
  line-height: 100%;
}
*/

p.featurename {
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 120%;
}

p.featuredesc {
  font-size: 14px;
  line-height: 120%;  
  margin-top: 0;
}

table.tooltip {
  border: 1px solid #000;
  padding: 3px;
}

table.tooltip th {
  background-color: #ffe;
  color: #000;
  font-size: small;
  text-align: left;
}

table.tooltip td {
  background-color: #ffe;
  font-size: small;
  padding: 3px 5px;
}

td.theader{
  background-color: #427382 /*#228888*/;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
  padding-left: 0.5em;
  margin: 0px;
}

td.padded {
/*  line-height: 1.5em; */
  padding-top: 0.5em;
  padding-bottom: 2px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0px;
  border: 1px solid #ccc;
}

img.inline {
  vertical-align: middle;
}

div.quotes-wrapper {
   background-image: url('../images/quotelite-left.gif'); 
   background-repeat: no-repeat; 
   background-position: left top;
   padding-left: 1em;
/*   height: 100px; */
}

div.quotes {
   background-image: url('../images/quotelite-right.gif'); 
   background-repeat: no-repeat; 
   background-position: right bottom;
   padding-right: 1em;
}

p.quote {
  padding-top: 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
}

p.quoteauthor {
  font-size: 14px;
  font-weight: bold;
  font-style: italic; 
  text-align: right;
  line-height: 100%;
  padding-left: 2em;
  padding-bottom: 1em;
}

a.textTsm {
  text-decoration: none;
}

table.form {
  margin: 12px auto;
  border: solid #888888 1px;
  background-color: #eeeeee;
}

table.form td.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:bold;
  line-height: 1em;
  background-color: #fff;
  color: #000;
  padding: 5px;
  border: hidden;
}

table.form th {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 14px;
  line-height: 1em;
  text-align: left;
  background-color: #888888;
  color: #ffffff;
  padding: 5px;
} 

table.form td {
  background-color: #eeeeee;
  padding: 0.5em;
}

table.form td.label {
  vertical-align:top;
  text-align: right;
  font-weight: bold;
  background-color: #eeeeee;
  padding: 3px;
}

table.form td.submit {
  padding: 5px;
  border: solid #888888 1px;
  text-align: center;
}

img.inline {
  vertical-align: middle;
}

/* stickers for "how-to-help" */
td.sticker-blue {
  border:1px solid #B6D0D6; 
  height: 7.5em; 
  padding: 12px; 
  background-color:#f5f8f9;
  line-height: 120%;
  color: #606060;
}

td.sticker-blue p {
  margin-top: 0.2em;
  line-height: 110%;
}

span.stick-enum {
  font-size: 200%;
  font-style: italic; 
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 6px; */
}

.sticker-blue span.stick-enum {
  color: #B6D0D6;
}

.sticker-blue:hover span.stick-enum {
  color: #427382;
}

/*
.sticker-blue:hover a {
  color: #427382;
}
*/

td.sticker-blue:hover {
  border:1px solid #427382; 
  color: #404040;
}

table.sticker {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}

.even {
  background-image: url('../images/setka.gif');
}

div.right-feature {
  border-bottom: 1px solid #4E8799;
}

.right-feature h3 {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 12px;
  font-size: 120%; 
  background-image: url('../images/setka.gif');
  border: none;
}

.right-feature p {
  font-size: 90%;
  line-height: 120%; 
}

.right-feature ul, 
.right-feature li {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.right-feature ul { padding-bottom: 12px }

.right-feature li {
  border-top: 1px solid #808080;
  padding-top: 8px;
  padding-bottom: 4px;
  line-height: 16px;
  font-size: 16px;
/*  font-weight: bold; */
}

.right-feature li a,
.right-feature li a:visited {
  text-decoration: none;
}

ul.linkslist,
ul.linkslist li {
  margin: 0px;
  padding: 0px;
  list-style: none; 
  font-size: 90%;
}

ul.linkslist {
  border-bottom: 1px solid #C0C0C0;
  margin-top: 5px; 
}

ul.linkslist li {
  border-top: 1px solid #C0C0C0; 
  padding-left: 1em;
  padding-right: 1em;
}

ul.linkslist li a {
  text-decoration: none;
/*  border-bottom: 1px solid #C0C0C0; */
  padding-top: 5px;
  padding-bottom: 5px;
}