﻿/*---------------------------------------------------------------------------*/
/* screen (display) CSS dedicated to Tops Website.                           */
/*                                                                           */
/* $Header: $                                                                */
/*                                                                           */
/* Copyright (c) 2003-2009 Necne (Tops). All rights reserved.                */
/*---------------------------------------------------------------------------*/

/* General definitions ----------------------------------------------------- */

body {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 8px 8px 8px 8px;
  min-width: 780px;
  text-align: center;
}

p {
  margin: 6px 0 6px 0;
  padding: 0;
}

img {
  border: 0;
}

img.block {
  display: block;
  margin: 0;
  padding: 0;
}

img.right {
  float: right;
}

img.inline {
  display: inline;
  margin: 0;
  padding: 0;
}

a.icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  background-repeat: no-repeat;
  background-position: 1px 0.25em;
}

.si-link {
  background-image: url(/content/si-link.png);
}

.si-download {
  background-image: url(/content/si-download.png);
}

.si-rss {
  background-image: url(/content/si-rss.png);
}

.si-mail {
  background-image: url(/content/si-mail.png);
}

.si-phone {
  background-image: url(/content/si-phone.png);
}

.si-print {
  background-image: url(/content/si-print.png);
}

.no-screen {
  display: none;
}

.no-print {

}

#hr-30-left {
  width: 33%;
  height: 1px;
  border-top: 1px #aaaaaa solid;
  margin: 0 auto 0 0;
  overflow: hidden;
}

/* Page layout definitions ------------------------------------------------- */

#wrapper {
  position: relative; /* This fixes the IE7 overflow hidden bug */;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border: 0;
  width: 780px;
  overflow: hidden;
}

#header {
  clear: both;
  float: none;
  margin: 0;
  width: 100%;
  height: 125px;
  background-image: url(/content/header.png);
}

#header-offset {
  clear: both;
  float: none;
  width: 100%;
  height: 4px;
  overflow: hidden;
}

#left {
  float: left;
  width: 130px;
}

#main-container {
  clear: right;
  float: right;
  width: 650px; 
  background: url(/content/dot-grey-vertical.png) repeat-y left;  
}

#subheader {
  float: right;
  width: 640px;
  height: 56px;
  padding: 0;
  margin: 0;
  min-height: 56px;
}

#subheader-offset {
  float: right;
  width: 640px;
  height: 14px;
  overflow: hidden;
  background: url(/content/dot-grey-horizontal.png) repeat-x top;
}

/* This "hack" is read only by brovsers ABOVE IE6. Remedy 
   to not understanding of min-height by IE6 */

html>body #subheader {
  height: auto;
}

.welcome-en {
  width: 640px;
  height: 56px;
  background: url(/content/header-welcome-en.png) no-repeat bottom;
}

.welcome-pl {
  background: url(/content/header-welcome-pl.png) no-repeat bottom;
}

#center {
  float: none;
}

#center-column {
  width: 450px;
  padding: 10px 10px 10px 30px;
  float: left;
}

#right {
  float: right;
  width: 120px;
  clear: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px 10px 10px 20px;
  min-height: 120px;
  _padding-top: 24px; /* IE6 bug fix */
  background: url(/content/dot-grey-vertical.png) repeat-y left;  
  display: block;
}

#subfooter {
  float: right;
  width: 610px;
  margin: 0;
  padding: 20px 10px 15px 20px;
  background-image: url(/content/footer.png);
}

#footer {
  clear: both;
  float: none;
  width: 100%;
}

/* Navigation menu --------------------------------------------------------- */

#main-menu-offset {
  float: right;
  width: 130px;
  height: 20px;
  overflow: hidden;
  background: url(/content/dot-grey-horizontal.png) repeat-x bottom;
}

#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-menu li {
  float: right;
  margin: 0;
  padding: 0 0 1px 0;
  background: url(/content/dot-grey-horizontal.png) repeat-x bottom;
}

#main-menu li a {
  line-height: 2.2em;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  font-variant: small-caps;
  padding: 0 10px;
  float: right;
  width: 110px;
  display: block;
  color: #818181;
  text-decoration: none;
  text-align: right;
}

#main-menu li a:hover {
  color: white;
  background-color: #8a8a8a;
}

#main-menu {
  margin: 0;
  padding: 0;
  width: 130px;
}

/* Right (shortcuts) panel styles ------------------------------------------ */

#right .comment {
  padding-left: 14px;
}

/* Footer menu ------------------------------------------------------------- */

#footer-menu {
  display: block;
  height: 1.6em;
}

#footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-menu li {
  float: left;
  margin: 0;
  padding: 0 4px 0 4px;
  background: url(/content/dot-subfooter-menu.png) repeat-y right;
}

#footer-menu li.first {
  padding: 0 4px 0 0;
}

#footer-menu li.last {
  padding: 0 0 0 4px;
  background: none;
}

#footer-menu li a {
  height: 1.6em;
  line-height: 1.6em;
  text-transform: lowercase;
  float: left;
  display: inline;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #dddddd;
  text-decoration: none;
}

#footer-menu li a:hover {
  color: white;
  text-decoration: underline;
}

/* Subfooter styles -------------------------------------------------------- */

#subfooter-offset {
  display: block;
  width: 100%;
  height: 2em;
  overflow: hidden;
}

#subfooter p {
  color: white;
  display: inherit;
  margin: 0;
}

#subfooter p a {
  color: #dddddd;
  text-decoration: none;
}

#subfooter p a:hover {
  color: white;
  text-decoration: underline;
}

/* News on the main page --------------------------------------------------- */

#common table.news-summary {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

#common table.news-summary col.first { 
  width: 20%;
}

#common table.news-summary td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

#common p.archive-date {
  color: #aaaaaa;
  padding-right: 1em;
}

#common p.archive-title {
  font-weight: normal;
}

#common p.archive-title a:link {
  color: #555555;
  text-decoration: none;
}

#common p.archive-title a:visited {
  color: #555555;
  text-decoration: none;
}

#common p.archive-title a:hover {
  color: #555555;
  text-decoration: underline;
}

/* Common formatting styles ------------------------------------------------ */

#common p, table, li, input, select {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1.5em;
}

#common p, table, li {
  color: #666666;
  margin: 8px 0px 8px 0px;
}  
  
#common b, strong {
  color: #444444;
}

#common h1 {
  line-height: 32px;
  margin: 0;
  padding: 24px 10px 0 20px;
  display: block;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
}

#common h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #00477b;
  margin: 14px 0 16px 0;
}

#common h3, h4 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #444444;
  margin: 16px 0 0 0;
}

#common h4 {
  font-weight: normal;
}

#common p.modified-tag {
  color: #aaaaaa;
  margin: 32px 0px 16px 0px;
}

#common #links-on-right {
  text-align: right;
}

#common a:link {
  color: #5b8cd6;
  text-decoration: none;
}

#common a:visited {
  color: #5b8cd6;
  text-decoration: none;
}

#common a:hover {
  color: #5b8cd6;
  text-decoration: underline;
}

#common ul {
  margin-left: 16px;
  padding: 0;
}

#common ul.nomarker {
  list-style-type: none;
}

#common ul.bullet-1 {
  list-style-image: url(/content/bullet-1.png);
}

#common ul.bullet-2 {
  list-style-image: url(/content/bullet-2.png);
}

#common p.shifted-down {
  margin-top: 4em;
}

#common img.centered { 
  margin-left: auto;
  margin-right: auto;
}

#common img.paypal-logo { 
  display: block;
  float: right;
  margin-left: 8px;
}

#common p.notification { 
  padding: 16px 8px;
  margin: 0;
  background: #ffadad url(/content/ii-important.png) no-repeat right top;
}

#common p.hilight { 
  color:#444444;
  font-weight: bold;
}

#common p.indent { 
  padding-left: 16px;
}

/* Common link (as list) --------------------------------------------------- */

#common ul.link-list {
  list-style: none inside url(/content/si-link.png);
  padding: 0;
  margin: 0;
}

#common ul.link-list li {
  list-style: none inside url(/content/si-download.png); 
  padding: 0;
  margin: 0;
/*  text-indent: -4px; */
}

#common ul.link-list p {
  margin-left: 15px;
/*  text-indent: 0px; */
}

#common ul.link-list a {
  margin-left: -4px;
  text-decoration: none;
}

#common ul.link-list a:hover {
  text-decoration: underline;
}

#common div.stack-left {
  float: left;
  display: block;
  width: 100%;
  background-color: aqua;
}

#common ul.link-list-horizontal {
  list-style: none inside url(/content/si-link.png);
  padding: 0;
  margin: 0;
}

#common ul.link-list-horizontal li {
  list-style: none inside url(/content/si-download.png); 
  padding: 0;
  margin-right: 4px;
  float: left;
/*  text-indent: 0px; */
}

#common ul.link-list-horizontal p {
/*  text-indent: 0px; */
}

#common ul.link-list-horizontal a {
  margin-left: -4px;
  text-decoration: none;
}

#common ul.link-list-horizontal a:hover {
  text-decoration: underline;
}

/* Zero margin/padding table - used for tabulation ------------------------- */

#common table.zero {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

#common table.zero td { 
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#common table.zero td.rezero { 
  vertical-align: top;
  padding: 0;
  margin: 0;
}

/* Common table ------------------------------------------------------------ */

#common table.general { 
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

#common table.general th { 
  padding: 8px 8px 8px 0;
}

#common table.general td { 
  vertical-align: top;
  padding: 8px 8px 8px 0;
}

#common table.general col.three-33-33-33 { 
  width: 33%;
}

#common table.general td.secondary { 
  color: #aaaaaa; 
}

#common table.general td.hilight { 
  color:#444444;
  font-weight: bold;
}

/* Downloads table --------------------------------------------------------- */

#common table.downloads { 
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

#common table.downloads th { 
  color: white; 
  font-weight: normal;
  background-color: #8a8a8a;
  padding: 4px 8px;
}

#common table.downloads td { 
  vertical-align: top;
  padding: 8px 8px;
}

#common table.downloads td.divider { 
  background-color: #a9a9a9; 
  padding: 0;
  height: 1px;
}

#common table.downloads td.download-link { 
  white-space: nowrap;
}

#common table.downloads td.secondary { 
  color: #aaaaaa; 
}

#common table.downloads td.checksums { 
  color: #aaaaaa; 
}

#common table.downloads a.icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  background: url(/content/icon-other.png) no-repeat 0 center;
}

#common table.downloads a.exe {
  background: url(/content/icon-exe.png) no-repeat 0 center;
}

#common table.downloads a.pdf {
  background: url(/content/icon-pdf.png) no-repeat 0 center;
}

#common .collapsable-box {
  width: 100%;
  overflow: hidden; 
}

#common .collapsable-heading {
  padding: 0;
  text-align: right;
}

#common .collapsable-content {
  padding: 0;
  text-align: left;
  overflow: hidden;
  display: none;
}

/* Contact table ----------------------------------------------------------- */

#common table.contact { 
  width: 100%;
  margin: 1em 0 0 0;
  border-collapse: collapse;
}

#common table.contact col.rightmost { 
  text-align: right;
}

#common table.contact td:first-child + td { 
  text-align: right; 
}

/* Forms (search, login etc.) common formatting ---------------------------- */

#common table.form { 
  width: 100%; 
  margin: 0; 
  padding: 10px 0px;
  border-spacing: 0; 
  background-color: #fafafa;
}

#common table.form td { 
  margin: 0; 
  padding: 2px 10px 0px 10px;
  border-spacing: 0; 
  border-collapse: collapse;
  vertical-align: top;
}

#common table.form td.spacer { 
  height: 16px;
  min-height: 16px;
}

#common table.form col.first { 
  width: 25%;
}

#common table.form select.sized { 
  width: 184px; 
}

#common table.form input.sized { 
  width: 180px; 
}

#common table.form textarea.sized { 
  width: 340px; 
  height: 200px;
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
}

#common table.cb-array { 
  margin: 0; 
  padding: 4px 0px;
  border-spacing: 0 
}

#common table.cb-array td { 
  margin: 0; 
  padding: 0; 
  border-spacing: 0; 
  border-collapse: collapse 
}

#common table.cb-array input { 
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#common table.cb-array label { 
  margin: 0 0 0 4px; 
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}

/* Knowledge base search result styles ------------------------------------- */

#search-result-link {
  margin: 0;
  padding: 0 0 0 16px;
  background: url(/content/li-post.png) no-repeat left 0.2em;
}

#search-result-link p {
  margin: 0;
  padding: 0;
}  
  
#search-result-sinfo {
  margin: 0;
  padding: 0 0 16px 16px;
}

#search-result-sinfo p {
  margin-top: 2px;
}  
  
#search-result-sinfo p.secondary {
  color: #aaaaaa;
  margin: 0;
}

/* Forum table ------------------------------------------------------------- */

#common table.forum { 
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

#common table.forum th { 
  color: white; 
  font-weight: normal;
  background-color: #8a8a8a;
  padding: 4px 10px;
}

#common table.forum td { 
  vertical-align: top;
  padding: 8px 10px;
}

#common table.forum col.first-100 { 
  width: 100%;
}

#common table.forum col.first-25 { 
  width: 25%;
}

#common table.forum col.rest { 
  white-space: nowrap;
}

#common table.forum td.divider { 
  background-color: #8a8a8a;
  background-color: white;
  padding: 0;
  height: 1px;
}

#common table.forum tr { 
  background-color: #fafafa;
}
  
#common table.forum tr.selected { 
  background-color: #fefecc;
}

#common table.forum tr.blocked { 
  background-color: #ffadad;
}

#common table.forum span.secondary {
  color: #aaaaaa;
}

#common table.forum a.icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
}

#common table.forum a.thread {
  background: url(/content/li-thread.png) no-repeat 0 center;
}

#common table.forum a.post {
  background: url(/content/li-post.png) no-repeat 0 center;
}

/* Forum item menu --------------------------------------------------------- */

#forum-item-menu {
  display: block;
  height: 1.6em;
  float: right;
}

#forum-item-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#forum-item-menu li {
  float: left;
  margin: 0;
  padding: 0 6px 0 4px;
  background: url(/content/dot-subfooter-menu.png) repeat-y right;
}

#forum-item-menu ul li.first {
  padding: 0 6px 0 0;
}

#forum-item-menu ul li.last {
  padding: 0 0 0 4px;
  background: none;
}

#forum-item-menu li a {
  text-transform: lowercase;
  float: left;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

#forum-item-menu li a:hover {
  text-decoration: underline;
}

