﻿body {
  margin: 0 auto;
  width: 1020px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #0D9DDB;
}

h1 { font-size: 2.0em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.0em; font-weight: bold; }
h5 { font-size: 0.8em; font-weight: bold; }
h6 { font-size: 0.8em; font-weight: normal; }

img {
  border: none;
}



/* General styles
============================================*/
.fixed-position {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 10;
}

a.standard-button-dark {
  background-color: #0D9DDB;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  margin: 0;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1em;
}

a.standard-button-light {
  background-color: #FFFFFF;
  color: #0D9DDB;
  border: 1px solid #0D9DDB;
  border-radius: 5px;
  margin: 0;
  padding: 9px 14px;
  font-weight: bold;
  font-size: 1em;
}

a.active {
  font-weight: bold;
  color: #000000;
}



/* Content container
========================================*/
div#content-container {
  min-height: 400px;
  margin: 0px 10px 20px 10px;
}

div#content-header {
  padding: 20px 0 10px 0;
  margin-bottom: 30px;
  overflow: hidden;
}

div#content-header div#content-header-left {
  float: left;
  margin-right: 20px;
}

div#content-header div#content-header-left img {
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
  border: 1px solid #d7d5d5;
}

div#content-header div#content-header-right {
  float: left;
}

div#content-header-fixedwrapper {
  height: 140px;
}



/* Tab navigation row
=========================================*/
div#tabRow-wrapper {
  height: 45px;
  padding: 0;
  margin: 0;
}

div#tabRow {
  width: 1000px;
	position: fixed;
  height: 25px;
  padding: 10px 0;
	margin: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 8;
}

div#tabRow ul {
	display: inline;
}

div#tabRow ul li {
	display: inline;
	list-style-type: none;
	padding: 0 12px 0 12px;
	border-right: 1px solid #cccccc;
  white-space: nowrap;
  font-size: 0.9em;
}

div#tabRow ul li.active, div#tabRow ul li.activeLast {
	font-weight: bold;
}

div#tabRow ul li.active a, div#tabRow ul li.activeLast a {
	color: #000;
	font-weight: bold;
}

div#tabRow ul li.last, div#tabRow ul li.activeLast {
	border-right: 0;
}



/* Printing */
@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}