
  /* Custom StyleSheets for InfoSec */
  
  body {
    background: #f62a34;
    background-image: url('/images/bg.grad.png');
    background-repeat: repeat-x;
    background-position: top left;
    
  }
  
  h2 {
    color: #2222dd;
  }  
  
  .pageBorderDiv {
    width: 950px;
    background: #ffffff;
    
  }
  
  .upperHeader {
    height: 28px;
    padding: 0;
    
  }
  
  .upperPart {
    float: left;
    clear: both;
    width: 100%;
    
  }
  
  .upperPart .menuPart {
    float: left;
    
  }
  
  .signInForm {
    float: right;
    margin: 5px 16px 0 0;
    
  }
  
  .signInForm input {
    width: 75px;
    border: solid 1px #d0d0d0;
    font-size: 11px;
    font-family: helvetica, sans-serif;
    margin: 0px 4px;
    
  }
  
  .signInForm input[type=submit] {
    border: solid 1px #d0d0d0;
    font-size: 11px;
    font-family: helvetica, sans-serif;
    
  }
  
  .countryFlags {
    float: right;
    margin: 6px 8px 0 0;
    
  }
  
  .countryFlags a {
    margin: 0px 2px;
    
  }
  
  .countryFlags a img {
    border: solid 1px #e0e0e0;
    
  }
  
  .countryFlags a img:hover {
    border: solid 1px #a0a0a0;
    
  }
  
  
  .topPanel {
    height: 300px; /* was 215 */
    
  }
  
  .topPanel .leftBox {
    height: 300px;
    
  }
  
  /* TabBox */
  
  .mainTabBoxCont {
    height: 265px;

  }
  
  .aoipBlock
  {
    height: 265px;
    
  }
  
  .aoipBlock .primContDiv .primContBox
  {
    height: 225px;
    
  }
  
  /* 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;
    
  }
  
  /* 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 {
    height: 300px;
    
  }
  
  .switchBox .content {
    height: 265px;
    
  }
  
  /* article header on the second page */

  .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 .imageGallery img {
    margin: 8px;    
    
  }
  
  /* links in the article */
  
  .pageCont a {
    color: #ff0033 !important;
    font-weight: bold !important;
    
  }
  
  .pageCont a:hover {
    text-decoration: none !important;
    color: #595959 !important;
    
  }
  
  /* s-boxes */
  
  .sBoxesTbl .cell .header span {
    margin: 0 0 0 8px;
    
  }
  
  .sBoxesTbl .header {
    padding: 3px 0 3px 0;
    background: #262626;

  }
  
  .sBoxesTbl .header span {
    color: #ffffff;

  }
  
  .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;
    
  }
  
  .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;
    
  }
  
  .addThisCont p {
    float: left;
    
  }
  
  #google_translate_element {
    float: right;
  }