 
/* Custom StyleSheets for TBForum */

body {
/*  background-image: url('/i/background.jpg');
  background-repeat: repeat-x;
  background-color: #cdcdcd;*/
  padding-bottom: 30px;
}

h2 {
/*  color: #FF9900;*/
  color: #C00;
}  

.pageBorderDiv {
  margin-top: 20px;
  width: 960px;
  background: #fff;
/*  border: solid 1px #003b26;*/
}

.topLevelDiv {
  width: 960px;
}

.pageHeader {
  width: 960px;
}

.hBlock {
  width: 960px;
}

.topPanel {
  height: 300px; /* was 215 */
}

.topPanel .leftBox {
  height: 300px;
}

.articleListing {
  width: auto !important;
  float: none !important;
}

.hSpacer {
  border-bottom: solid 1px #006633;
}

.pageLogo, .pageLogo img {
  width: auto !important;
  height: auto !important;
}

/* Site Header */

.noMenu {
  position: static;
}

/* DropDown Menu */
  
.DDMenuVertical {
  background: #f1f1f1;
  height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}

.DDMenuVertical a {
  font-weight: bold !important;
}

.DDMenuVertical .topButtons a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-right: solid 1px #c0c0c0;
  margin: 0;
  padding: 0 15px;
  color: #015a48;
}

.DDMenuVertical .topButtons a.selected {
  text-decoration: none;
  background: #003b26;
  color: #fff;
}

.DDMenuVertical .menuList {
  float: left;
  width: auto;
  margin: 0;
  background: #f1f1f1;
}

.DDMenuVertical .menuList a {
  display: block;
  width: 230px;
  height: 30px;
  line-height: 30px;
  border-bottom: solid 1px #ddd;
  margin: 0;
  padding: 0 0 0 10px;
  color: #C00;
}

.DDMenuVertical .menuList a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #990000;
}

/* Main Table */

.mainTbl {
  margin-top: 8px;
}

.mainTbl .leftColumnCell {
  padding-bottom: 10px !important;
}

/* TabBox */

.mainTabBoxCont {
  height: 265px;
}

.aoipBlock
{
  height: 265px;
}

.aoipBlock .primContDiv .primContBox
{
  height: 225px;
}

/* AddThis */

.addThisCont p {
  float: left;
}

.addthis_button_expanded {
  padding-right: 5px;
}

.addthis_button_expanded span {
  margin-right: 5px;
}

/* TabBox with horizontal menu */

.aoipBlock .primTabsDiv span {
  border-bottom: solid 2px #262626;
  background: #262626;
  color: #f2f2f2;    
}

.aoipBlock .primTabsDiv .selected {
  background: #666666;
  border-bottom: solid 2px #4d4d4d;
}

/* TabBox with vertical menu on the second page */

.secAoipDiv .tabsDiv span {
  background: #262626;
  border-left: solid 3px #262626;
  color: #f2f2f2;
}

.secAoipDiv .tabsDiv .selected {
  background: #666666;
  border-left: solid 3px #4d4d4d;
}

.rightColumn .aoipBlock .primTabsDiv {
  padding-bottom: 10px;
}

/* TabBox with vertical menu */

.tbVertical .header {
  background: transparent;
  color: #000000;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 6px;
}

.tbVertical .primTabsDiv span {
  padding: 4px 4px;
  background: #262626;
  border-left: solid 3px #262626;
  color: #f2f2f2;
  margin-left: 2px;
}

.tbVertical .primTabsDiv .selected {
  background: #666666;
  border-left: solid 3px #4d4d4d;
}

/* Double TabBox */

.secAoipDiv {
  height: 235px; /* was 168 */
}

.secAoipDiv .secContDiv {
  height: 229px;
}

.secAoipDiv .secContDiv .contentBox {
  height: 229px;
}

.secAoipDiv {
  overflow: hidden;
}

.secAoipDiv .tabsDiv {
  overflow-y: hidden;
}

/* SwitchBox */

.switchBox {
  width: 305px;
  height: 410px !important;
}

.switchBox .content {
  padding: 10px 10px 0 10px;
  height: 370px !important;
}

.switchBox .content .title {
  text-align: left;
}

.switchBox a {
  color: #595959;
}

/* Article header on the second page */

.mainTbl .pageCont {
  width: auto !important;
  padding: 0 15px;
  margin-top: 10px;
  font-size: 10pt;
}

.mainTbl .pageCont .page_title {
  padding: 0 0 4px 0;
  background: transparent;
  color: #000000;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 6px;
}

.mainTbl .pageCont h1 {
  padding: 0 0 4px 0;
  background: transparent;
  color: #000000;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 6px;
}

.mainTbl .pageCont p {
  margin: 5px 0 !important;
  padding: 0 !important;
}

.mainTbl .pageCont .imageGallery img {
  margin: 8px;    
}

.mainTbl .pageCont .NewsCont a {
  color: blue !important;
  font-weight: normal !important;
}

.mainTbl .pageCont .NewsCont a:hover {
  color: blue !important;
}

/* Right Column Extension */

.mainTbl .rightColumnCell {
  width: 200px;
  border: 0;
}

.mainTbl .rightColumnCell .news_block {
  margin: 0;
  padding: 0;
}

/* Links in the article */

.pageCont a {
  color: #595959 !important;
  font-weight: bold !important;
}

.pageCont a:hover {
  text-decoration: none !important;
  color: #ff0033 !important;
}

/* S-Boxes */

.sBoxesTbl .cell .header span {
  margin: 0 0 0 8px;
}

.sBoxesTbl .header {
  background: orange;
  background-image: url('/i/sboxestbl.header.grad.png');
  background-repeat: repeat-x;
  background-position: top left;
  border: 1px solid gray;
  padding: 3px 0 3px 0;
}

.sBoxesTbl .header span {
  color: black;
}

.sBoxesTbl .cell p {
  margin: 0 0 4px 4px;
  padding: 0;

}

.sBoxesTbl .cell .actionLink {
  margin-top: 8px;
}

.sBoxesTbl .cell .image {
  margin-bottom: 6px;
}

.sBoxesTbl .cell img[align=right] {
  margin: 0 0 6px 6px;
}

.sBoxesTbl .cell img[align=left] {
  margin: 0 6px 6px 0;
}

/* Printing */

.printCont {
  width: 800px;
  padding: 10px;
  border-right: solid 3px grey;
  color: #000000;
}

.printCont h1, .printCont h2, .printCont h3, .printCont h4 {
  color: #000000;
  margin: 0;
  padding: 0;
}

.printButton {
  border: solid 1px #afafaf;
  float: right;
  clear: both;
  margin: 6px 6px;
  padding: 4px 10px;
}

.printButton p {
  float: left;
  margin: 0 8px 0 0;
}

.printButton img {
  float: left;
  margin: 0;
}

#google_translate_element {
  float: right;
}

/* One Column Layout */

.FullColumn {
  width: 900px !important;
}

/* */

.ShiftBoxes .ShiftBoxCont {
  float: left;
  margin-left: 10px;
}

.ShiftBoxes .ShiftBoxCont:first-child {
  margin: 0;
}

.ShiftBoxCont .Content {
  text-align: center;
}

/* Home Page */

.InfoSecLogosCont a {
  margin: 0;
  padding: 0;
}

.InfoSecLogosCont a img {
  margin: 0 !important;
}

/* SwitchBox */

#switchbox-text {
  height: 260px;
}

div.switchBox {
  height: 300px;
}

/* TextBlock */

.TextBlockArticle p {
}

/* Exponents List */

.ExponentsListCont p a {
  font-weight: normal !important;
}

/* BreadCrumbs */

.BreadCrumbs {
  margin: 10px 0 0 20px;
  padding: 0;
}

.BreadCrumbs li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 5px;
}

.BreadCrumbs li a {
  color: #101863 !important;
}


ul {
    list-style-image: url(http://tbforum.ru/images/tri-bullet.gif);
   }
   
li {
margin: 6px 0;
}

.pageCont p
{
margin: 10px 0 !important;
}

.headerRow
{
	color: #015A48;
	margin-top: 50px !important;
}

.detailsCell a
{
	padding-left: 50px;
}