table, td, tr, img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

div.breadcrumb {
  padding-top: 15px;
}
div.breadcrumb span.linked:after {
  content: " \BB "; /* racquo - double right angle bracket */
}
div.breadcrumb span.breadcrumbCurrent {
  font-weight: bold;
  color: #526F99;
}

/* suppress breadcrumbs entirely (including HR) */
div#node-18 div.breadcrumb {
  display: none;
}

/* Page title is no longer used */
h1.title {
  display: none;
}

/* Disable sitenavi title only */
.block-menu h2.title {
  display: none;
}
.block h2.title {
  font-size: 130%;
}

div.meta {
  display: none;
}

/* Main page structure */
#content {
  width: 950px;
  margin-bottom: 5px;
}

/* All blocks */
div.block {
  margin-bottom: 15px;
}

/* The search box */
div.block-search input {
  font-size: 9px;
}
div.block-search input.form-text {
  width: 50px;
  border: 1px solid #aaa;
  height: 100%;
}
div.block-search div.form-item {
  display: inline;
  height: 100%;
}
div.block-search input.form-submit {
  width: 45px;
  color: #888;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  background: #ddd;
  border: 1px solid #999;
  height: 100%;
}
div.block-search h2 {
  display: none;
}

.mceToolbarTop * {
  float:left;
}

.mceToolbarTop select {
  width:auto!important;
}

.mceToolbarTop option {
  float:none;
}

/* don't show page breaks in non-print version: */
span.pb {
  display: none;
}

/* for logged-in page tabs */
div.tabs {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: default;
}
div.nodenumber {
  margin: 5px 5px 5px 5px;
  font-weight: bold;
}
ul.tabs {
  list-style: none;
  list-style-image: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: default;
}
ul.tabs li {
  list-style: none;
  list-style-image: none;
  cursor: default;
  background-color: #888888;
  padding: 1px 2px 3px 2px;
  margin: 0 0 0 0;
}
ul.tabs li.active {
  background-color: #333333;
  color: white;
}
ul.tabs a, ul.tabs a:hover {
  font-size: 10px;
  font-weight: normal;
  color: white !important;
  background: none;
}
ul.tabs li.active a {
  font-weight: bold;
}
ul.links {
  display: inline;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: default;
  float: right;
}
ul.links li {
  display: inline;
  list-style: none;
  cursor: default;
  padding: 1px 2px 3px 2px;
  margin: 0 0 0 0;
}
ul.links a, ul.links a:hover {
  background: none;
}
ul.links li, ul.links a, ul.links a:hover {
  font-size: 10px;
  font-weight: normal;
}

/* contact form */
form#contact-mail-page div.form-item  {
  margin-top: 5px;
  margin-bottom: 3px;
}
form#contact-mail-page div.form-item label {
  display: block;
  margin-bottom: 2px;
}
form#contact-mail-page div.form-item span.form-required {
  color: #888888;
}
form#contact-mail-page input.form-submit {
  margin-top: 15px;
  margin-bottom: 20px;
}
div.messages.status {
  margin-top: 10px;
  margin-bottom: 20px;
}

/*
** Collapsing fieldsets - copied here
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}



/* Stuff above here is from old site that has been kept*/

/*
ul, ol {
  margin-top: 2px;
  margin-bottom: 8px;
}
li {
  margin-bottom: 4px;
}

div.breadcrumb, div.breadcrumb a {
  font-size: 9px;
  font-weight: normal;
  color: #416686;
}

/ * Inside the content * /
#page-central li {
  margin-top: 2px;
}




*/

/* Stuff above here is from old site */

.mapnotlatlon {
  color: #cc6666;
  font-style: italic;
}

body {
    background-color: white;
    text-align: center;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
    margin-top: 14px;
}

body.node {
    text-align: left;
}

body, table, body.mceContentBody {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
body, table {
  border: none;
}

div.main_page {
  width: 950px;
  height: 448px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.top_bar {
    height: 50px;
}

img.visokio_logo_home {
    width: 163px;
    height: 49px;
    border: none;
}
td.top_bar_logo {
    width: 193px;
    padding-left: 15px;
    padding-right: 30px;
}

/* NAVIGATION */
table.top_bar {
  width: 100%;
}
table.top_bar td.top_bar_filler {
  width: 100px;
}
table.top_bar a {
  font-weight: bold;
  text-decoration: none;
}
table.top_bar a:hover {
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
}
table.top_bar td {
  text-align: center;
}



/* PRIMARY NAVIGATION */
table.top_bar_nav {
  width: 700px;
}
table.top_bar_nav td.nav_cell {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: bold;
}
table.top_bar_nav td.nav_cell a {
    color: #526F99;
}
table.top_bar_nav td.nav_cell a:hover {
    color: #526F99;
}

/* Primary nav, active */
table.top_bar_nav td.nav_cell_active {
    background: #d4e0f6;
}
table.top_bar_nav td.nav_cell_active a {
    color: #41608d;
}

/* SECONDARY NAVIGATION */
table.top_bar_subnav {
  background: #d4e0f6;
  width: 100%;
}
table.top_bar_subnav td.subnav_cell {
    border-top: 1px solid #abbbd8;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 90%;
}
table.top_bar_subnav td.subnav_cell a {
    color: #526F99;
    font-weight: normal;
}
table.top_bar_subnav td.subnav_cell a:hover {
    color: #526F99;
    font-weight: normal;
}

/* Secondary nav, active */
table.top_bar_subnav td.subnav_cell_active {
    border-top: 1px solid #8da2c7;
      background: #b7c7e4;
}
table.top_bar_subnav td.subnav_cell_active a {
    color: #2e4d7a;
    font-weight: bold;
}
table.top_bar_subnav td.subnav_cell_active a:hover {
    color: #2e4d7a;
    font-weight: bold;
}


/* Specific to home page: */

table.main_header {
  width: 950px;
  height: 448px;
  background-image: url('/files/homepage/main_image.jpg');
  background-repeat: no-repeat;
}

td.main_header_blue1 {
    width: 567px;
    height: 303px;
}
td.main_header_blue2 {
    width: 383px;
    height: 303px;
    text-align: left;
}

td.main_header_blue2 div.main_header_movie {
    border: 1px solid #444;
    width: 362px;
    height: 263px;
}


div.main_header_actions {
    position: relative;
    /*top: 105px;*/
    margin-top: 210px;
    left: 16px;
}

a.main_header_get_omniscope {
    position: relative;
    float: left;
    width: 164px;
    height: 60px;
}

img.main_header_get_omniscope_blank {
    width: 164px;
    height: 60px;
    border: none;
}

div.main_header_actions_links {
    margin-left: 180px;
    font-weight: normal;
    color: #fff;
    padding-top: 0px;
    font-size: 116%;
}

div.main_header_actions_links a {
    color: #fff;
}


td.main_header_orange {
    width: 950px;
    height: 145px;
}

table.main_header_orange {
    width: 950px;
    height: 120px;
}

table.main_header_orange td {
    padding-left: 18px;
    padding-right: 18px;
    vertical-align: top;
}
table.main_header_orange a.primary {
    background-image: url(/files/homepage/link_arrow_trans_orange.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
    padding-right: 8px;
}


tr.main_header_orange_top td {
    color: white;
    font-size: 183%;
}

td.main_header_orange_top_left {
    width: 505px;
}

td.main_header_orange_top_right {
    width: 445px;
}

td.main_header_orange_col1 {
    width: 260px;
}
td.main_header_orange_col2 {
    width: 245px;
}
td.main_header_orange_col3 {
    width: 240px;
}
td.main_header_orange_col4 {
    width: 205px;
}

tr.main_header_orange_bottom td {
    padding-top: 8px;
    color: #222;
}

table.main_header_orange a {
    color: #222;
}
table.main_header_orange a.primary {
    color: #333;
    font-weight: bold;
}


table.white_columns {
    margin-top: 12px;
    width: 950px;
  background-image: url('/files/homepage/white_column_dividers.gif');
  background-repeat: repeat-y;;
}

td.white_col {
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: top;
}

div.white_col_header, div.white_col_header2 {
    font-size: 138%;
    color: #284677;
    margin-bottom: 5px;
}
div.white_col_header2 {
    margin-top: 15px;
}

div.white_col_new_para {
    margin-top: 10px;
}

div.white_col_sub_header {
    color: #526F99;
    font-size: 116%;
    margin-bottom: 3px;
    margin-top: 9px;
}

div.white_col_edition {
    margin-bottom: 3px;
}
div.white_col_edition span {
    color: #526F99;
}

img.bankermag {
    float: right;
}


/* Margin at top, and padding next to menu: */
div.node {
  margin-top: 15px;
  padding-left: 8px;
}
td#sidebar-left {
  padding-top: 25px;
}
/* except on home */
div#node-18 {
  margin-top: 0;
  padding-left: 0;
}



/* Main content */
a {
    color: #123473;
}
body.mceContentBody a {
    color: #123473 !important; /* prioritise when in editor */
}
a.primary {
    color: #315282;
    font-weight: bold;
    background-image: url(/files/homepage/link_arrow.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
    padding-right: 8px;
}

hr {
  width: 100%;
  border: 0;
  height: 2px;
  color: #ddd;
  background-color: #ddd;
}

ul {
    margin-top: 7px;
    margin-bottom: 12px;
    list-style-image: url('/files/Internal/disc.gif');
    padding-left: 20px;
    margin-left: 5px;
}

h1 {
  color: #5373aa;
  font-size: 200%;
  font-weight: normal;
  margin-top: 19px;
  margin-bottom: 8px;
}
h2 {
  color: #3b5d98;
  font-size: 170%;
  font-weight: normal;
  margin-top: 17px;
  margin-bottom: 6px;
}
h3 {
  color: #284677;
  font-size: 138%;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 15px;
}
h4 {
  color: #526F99;
  font-size: 125%;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 12px;
}
h5 {
  color: #526F99;
  font-size: 116%;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 12px;
}
h6 {
  color: #526F99;
  font-size: 108%;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 9px;
}

p {
  margin-top: 2px;
  margin-bottom: 6px;
}



/* Footer */

div#footer {
    width: 950px;
    text-align: center;
    font-size: 90%;
    color: #AAA;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #666;
}

div#footer a {
    color: #666;
    text-decoration: none;
}
div#footer a:hover {
    text-decoration: underline;
}

div#footer .footer_item {
    margin-left: 10px;
    margin-right: 10px;
}


/* Alignment of node content */
#page-central {
  vertical-align: top;
}


/* Left menus */
div.block-menu {
  border: 1px solid #abbbd8;
  background: #dbe4f4;
}
#sidebar-left {
  width: 195px;
  overflow: auto;
  padding-top: 15px;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: top;
}
#sidebar-left ul {
  list-style: none;
  list-style-image: none; /* ie fix */
}
#sidebar-left * ul {
  list-style: none;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0px;
}
#sidebar-left * li {
  margin-left: 0px;
  padding-left: 0px;
}
#sidebar-left .block-menu .content > ul { /* don't indent first level of menu */
  margin-left: 0px;
  margin-top: 5px;
}
#sidebar-left a {
  font-weight: normal;
  text-decoration: none;
  color: #123473;
}
#sidebar-left a:hover {
  text-decoration: underline;
}
#sidebar-left a.active, #sidebar-left li.expanded a {
  font-weight: bold;
  color: #315282;
}
#sidebar-left li.collapsed a {
  font-weight: normal;
  color: #123473;
}
#sidebar-left li.leaf a {
  font-weight: normal;
  color: #123473;
}
#sidebar-left li.leaf a.active {
  font-weight: bold;
  color: #315282;
}
#sidebar-left h2 {
  font-size: 130%;
}
#sidebar-left .block-menu h2 {
  display: none;
}

div.breadcrumb {
  display: none;
}

table.siteIndexFooter {
  background-color: #dde4f2 !important;
  font-size: 90%;
  margin-bottom: 15px;
}
table.siteIndexFooter td {
  text-align: left;
}
table.siteIndexFooter a {
  color: #5d7493 !important; 
  font-size: 11px !important; 
  text-decoration: none !important 
}
table.siteIndexFooter a:hover {
  text-decoration: underline !important 
}


.block-user ul.menu, .block-user ul.menu li {
  display: inline;
}
.block-user > div.content > ul.menu:before {
  content: "Admin: "
}
.block-user > div.content > ul.menu ul:before {
  content: "("
}
.block-user > div.content > ul.menu ul:after {
  content: ")"
}

#langpicker {
	margin-top: 0px;
	float: right; 
	background: #E4E4E4; 
	padding: 5px 5px 5px 5px; 
	border: 2px solid #e4e4e4; 
	border-radius: 5px; 
	font-size: 90%;
	width: 450px;
	overflow: auto;
}
#langpicker div.lang {
	display: inline-block;
	width: 130px;
}
#langpicker a {
    text-decoration: none;
    border: 2px solid #E4E4E4;
    border-radius: 3px;
}
#langpicker .langname:hover {
    text-decoration: underline;
}

#langpicker .langname {
    display: inline-block;
}

#langpicker .langcount {
	color: #888;
    display: inline-block;
}

#langpicker a.langsel {
    border: 2px solid #5373AA;
    background: #5373AA;
    color: #FFF;
}

#langpicker a.langsel .langname:hover {
    text-decoration: none;
}

#langpicker a.langsel .langcount {
    color: #CCC;
}

#langpicker .lang {
    display: block;
    margin: 3px 2px 3px 2px;    
}

#langpicker .langsel {
    margin: 1px 2px 1px 2px;    
}

.nolang img {
	opacity: 0.3;
}
.nolang a {
	color: #BBBBBB !important;
}

h3.nolang {
    color: #BBBBBB;
}