/*
 *  Coriolis Systems Website
 *  Master stylesheet
 *
 *  Copyright (c) 2008 Coriolis Systems Limited
 *  All rights reserved
 *
 */

html,body { 
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-size: 11pt;
  line-height: 150%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
}

h1,h3,h5 { 
  font-weight: 700;
}
h2,h4,h6 {
  color: #1a357a;
  font-weight: 400;
}
h1 { font-size: 14pt; }
h2,h3 { font-size: 12pt; }
h4,h5 { font-size: 10pt; }
h6 { font-size: 9pt; }

html {
  background: url("../img/hatch.png") top left repeat-x;
  background-color: white;
}

body { 
  background: url("../img/hatch.png") top left repeat-x;
  background-color: white;
  margin: 0px;
  padding: 10px;
  position: relative;
}

/* Make sure that strong and b work */
strong { 
  font-weight: bold;
}

b { 
  font-weight: bold;
}

/* Make em work better */
em { 
  font-weight: normal;
}

/* tt also */
tt { 
  font-family: "Monaco", "Courier", "Courier New", monospace;
}

/* Turn off borders on image links */
a img { 
  border: none;
}

/* Turn off text decoration etcetera for clean links */
a.clean { 
  color: inherit;
  text-decoration:none;
}

a { 
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

/* Fix the button tag (IE is stupid) */
button { 
  width: auto;
  overflow: visible;
}

/* Legal text can be x-small */
.legal {
  font-size: x-small;
}

/* Named page components */
div#overdiv {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 200;
}

div#pagecontainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

div#page {
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0px;
  background: url("../img/page-mid.png") top left repeat-y;
  width: 776px;
}

div#pagetop { 
  background: url("../img/page-top.png") top left no-repeat;
  width: 820px;
  height: 19px;
}

div#pagebot {
  background: url("../img/page-bot.png") bottom left no-repeat;
  width: 820px;
  height: 19px;
}

div#content {
  padding-bottom: 10px;
}

div#copyright {
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  color: #888;
  font-size: 10px;
  padding-left: 54px;
  width: 500px;
  text-align: justify;
}

div#compliance {
  float: right;
  padding-right: 32px;
}

div#header { 
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4.5em;
}

div#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

div#controls { 
  position: absolute;
  top: 0px;
  right: 10px;
}

div#controls h1 {
  display: none;
}

div#controls ul { 
  margin: 0px;
  padding: 0px;
}

div#controls ul li { 
  display: inline;
  vertical-align: middle;
  padding-left: 14px;
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 11px;
}

div#controls ul li a { 
  display: inline;
  vertical-align: middle;
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  padding-bottom: 4px;
  color: #333;
}

div#controls ul li a:hover { 
  padding-bottom: 2px;
  border-bottom: 2px solid #ccc;
}

div#controls ul li img { 
  vertical-align: middle;
  padding-right: 2px;
  padding-bottom: 2px;
}

/* The navbar menu across the top.  Notice that we include a heading for the
   benefit of viewers using non-visual browsers. */
div#menu { 
  position: absolute;
  right: 10px;
  bottom: 0px;
}

div#menu h1 { 
  display: none;
}

div#menu ul { 
  margin: 0px;
  padding: 0px;
}

div#menu ul li { 
  padding-left: 10px;
  display: inline;
}

div#menu ul li a { 
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

div#menu ul li a:hover { 
  border-bottom: 4px solid #ccc;
}

/* Table styles */
table { 
  border-style: none;
}

th { 
  font-weight: bold;
  padding-bottom: 8pt;
  text-align: left;
}

th label { 
  font-weight: inherit;
}

td.fieldName {
  font-weight: bold;
}

td.fieldName label { 
  font-weight: inherit;
}

th { 
  padding-right: 0.5em;
  vertical-align: top;
}

td { 
  padding-right: 0.5em;
  vertical-align: top;
}

div#ShadowBox table tbody td { 
  padding: 0px;
  margin: 0px;
}

/* Box structure */
div.box { 
  position: relative;
  border: 1px solid #ccc;
  padding: 6px;
  margin: 8px;
}

div.box div.tl { 
  position: absolute;
  top: -1px;
  left: -1px;
  width: 6px;
  height: 6px;
  background: url("../img/box-tl.png") top left no-repeat;
  z-index:100;
}

div.box div.tr { 
  position: absolute;
  top: -1px;
  right: -1px;
  width: 6px;
  height: 6px;
  background: url("../img/box-tr.png") top right no-repeat;
  z-index:100;
}

div.box div.bl { 
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 6px;
  height: 6px;
  background: url("../img/box-bl.png") bottom left no-repeat;
  z-index:100;
}

div.box div.br { 
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 6px;
  height: 6px;
  background: url("../img/box-br.png") bottom right no-repeat;
  z-index:100;
}

/* Centering */
div.centre { 
  text-align: center;
}

/* Form related things */
table.form {
  background-color: #eef;
  padding: 8px;
  border: 2px solid #ccd;
}

input, textarea, select, option { 
  font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
}

button.img { 
  border: none;
  background: none;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

/* Feature tables */
table.featureTable { 
}

table.key {
  margin-left: 32px;
}

/* Spinner controls */
table.spinner {
  font-size: inherit;
}

table.spinner tr { 
  vertical-align: middle;
}

/* Lets us turn form elements red when there's something wrong */
.wrong { 
  background-color: #fcc;
}

li.error { 
  color: #f00;
}

label.clickable { 
  cursor: default;
}

.ccardNumber { 
  font-family: "Courier", "Courier New", monospaced;
  font-size: 11px;
}

/* Hide/show */
.invisible { 
  display: none;
}

/* Warning boxes */
div.warning
{ 
  border: 2px solid #888800;
  background-color: #ffff88;
  padding: 2px;
  padding-right: 16px;
  padding-left: 52px;
  font-size: 10pt;
  margin: 10px;
  margin-left: 8em;
  margin-right: 8em;
  position: relative;
}

div.warning h3
{ 
  font-family: inherit;
  font-weight: bold;
}

div.warning p
{
  
}

div.warning img
{
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
}

/* Info boxes */
div.info
{ 
  border: 2px solid #000088;
  background-color: #ccccff;
  color: #000044;
  padding: 2px;
  padding-right: 16px;
  padding-left: 52px;
  font-size: 10pt;
  margin: 10px;
  margin-left: 8em;
  margin-right: 8em;
  position: relative;
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
}

div.info h3
{
  font-family: inherit;
  font-weight: bold;
}

div.info p
{
  font-weight: normal;  
}

div.info img
{
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
}

/* Floating forms */
div#floatingFormBlind { 
  position: fixed;
  display: none;
  background-color: #000000;
  opacity: 0.75;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}

div.floatingFormWrapper { 
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2000;
}

div.floatingForm { 
  position: relative;
  width: 700px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background-color: #ffffff;
}

/* 3-D Secure logos */
div.threeds-logo {
  margin: 24px;
  width: 128px;
  text-align: center;
  font-size: small;
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
}

div.threeds-logo a img {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  border: none;
}

div.threeds-logo a {
  text-decoration: none;
}

div.threeds-logo a span.link {
  display: block;
  text-decoration: underline;
  margin-top: 8px;
}

/* Pop-up support */
div.popup { 
  /* Hidden by default */
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;

  padding: 8px 20px 20px 80px;
  background: #fff;
}

div#popupFrame { 
  border: 4px solid #ccf;
}

div.popup div.logo { 
  position: absolute;
  top: 16px;
  left: 16px;
}

div.popup div.spinner { 
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../img/spinner.gif") top left no-repeat;
}

div.popup h1 {
  font-family: "myriad-pro-1", "myriad-pro-2", "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 18pt;
}

div.popup p {
}

/* Special data */
span.transactionID { 
  font-family: Courier, "Courier New", monospace;
}

span.email { 
  font-family: Courier, "Courier New", monospace;
}

span.password { 
  font-family: Courier, "Courier New", monospace;
}

/* Cleaner TypeKit integration */
.wf-loading { 
  opacity: 0;
}

.wf-active { 
  opacity: 1;
}

/* CSS buttons */
button { 
  border: none;
  padding: 2px; /* Required to get IE to render properly */
  margin: -2px; /* Counteract the effect of the above */
  background: none;
  cursor: pointer;
  vertical-align: top;
}

.button { 
  position: relative;
  display: inline-block;
  height: 14px;
  border: 1px solid #888;
  margin: 4px;
  padding: 4px 12px 1px 12px;
  line-height: 1.0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
  overflow: hidden;
  box-shadow: 0px 1px 2px #000, inset 0px 1px 1px #eee;
  text-shadow: 0px 1px 1px #333;
  border-radius: 10px 10px;
  vertical-align: text-bottom;
}

.btn-large {
  height: 18px;
  padding: 7px 16px 5px 16px;
  font-size: 16px;
}

.download-big { 
  border: 0px;
  height: 18px;
  padding: 7px 40px 5px 16px;
  border-radius: 15px 15px;
  font-size: 16px;
  background: #194aaf;
  background: -webkit-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: -moz-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: -ms-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: -o-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: linear-gradient(to top, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  box-shadow: 0px 1px 2px #000;  
}

.download-big:before { 
  content: "►";
  position: absolute;
  display: block;
  text-align: center;
  padding: 3px 2px 4px 4px;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 12px;
  top: 6px;
  right: 12px;
  width: 12px;
  height: 11px;
  border-radius: 8px 8px;
  text-shadow: none;
  background: #002879;
  background: -webkit-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: -moz-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: -ms-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: -o-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: linear-gradient(to top, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
}

.download {
  border: 0px;
  height: 15px;
  padding: 5px 26px 1px 12px;
  background: #194aaf;
  background: -webkit-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: -moz-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: -ms-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: -o-linear-gradient(bottom, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  background: linear-gradient(to top, #1746a5, #194aaf 50%, #4577dc 50%, #94b7ff);
  box-shadow: 0px 1px 2px #000;
}

.download:before { 
  content: "►";
  position: absolute;
  display: block;
  text-align: center;
  padding: 3px 1px 1px 3px;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 9px;
  top: 4px;
  right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 7px 7px;
  text-shadow: none;
  background: #002879;
  background: -webkit-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: -moz-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: -ms-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: -o-linear-gradient(bottom, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
  background: linear-gradient(to top, #002879, #002879 50%, #4e76c7 50%, #6b93e4);
}

.download-green {
  border: 0px;
  height: 15px;
  padding: 5px 26px 1px 12px;
  background: #19af4a;
  background: -webkit-linear-gradient(bottom, #17a546, #19af4a 50%, #45dc77 50%, #94ffb7);
  background: -moz-linear-gradient(bottom, #17a546, #19af4a 50%, #45dc77 50%, #94ffb7);
  background: -ms-linear-gradient(bottom, #17a546, #19af4a 50%, #45dc77 50%, #94ffb7);
  background: -o-linear-gradient(bottom, #17a546, #19af4a 50%, #45dc77 50%, #94ffb7);
  background: linear-gradient(to top, #17a546, #19af4a 50%, #45dc77 50%, #94ffb7);
  box-shadow: 0px 1px 2px #000;
}

.download-green:before { 
  content: "►";
  position: absolute;
  display: block;
  text-align: center;
  padding: 3px 1px 1px 3px;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 9px;
  top: 4px;
  right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 7px 7px;
  text-shadow: none;
  background: #007928;
  background: -webkit-linear-gradient(bottom, #007928, #007928 50%, #4ec776 50%, #6be493);
  background: -moz-linear-gradient(bottom, #007928, #007928 50%, #4ec776 50%, #6be493);
  background: -ms-linear-gradient(bottom, #007928, #007928 50%, #4ec776 50%, #6be493);
  background: -o-linear-gradient(bottom, #007928, #007928 50%, #4ec776 50%, #6be493);
  background: linear-gradient(to top, #007928, #007928 50%, #4ec776 50%, #6be493);
}

.btn-arrow { 
  padding-right: 22px;
}

.btn-arrow:after {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 5px;
  content: "►";
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 9px;
}

.btn-left-arrow { 
  padding-left: 22px;
}

.btn-left-arrow:before { 
  display: block;
  position: absolute;
  left: 6px;
  bottom: 5px;
  content: "◄";
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 9px;
}

.btn-grey { 
  border-color: #888;
  background: #aaa;
  background: -webkit-linear-gradient(bottom, #777, #d8d8d8);
  background: -moz-linear-gradient(bottom, #777, #d8d8d8);
  background: -ms-linear-gradient(bottom, #777, #d8d8d8);
  background: -o-linear-gradient(bottom, #777, #d8d8d8);
  background: linear-gradient(to top, #777, #d8d8d8);
}

.btn-green { 
  border-color: #2d8700;
  background: #6a6;
  background: -webkit-linear-gradient(bottom, #50783c, #90d96c);
  background: -moz-linear-gradient(bottom, #50783c, #90d96c);
  background: -ms-linear-gradient(bottom, #50783c, #90d96c);
  background: -o-linear-gradient(bottom, #50783c, #90d96c);
  background: linear-gradient(to top, #50783c, #90d96c);
  box-shadow: 0px 1px 2px #000, inset 0px 1px 1px #ded;
}

.btn-red { 
  border-color: #870000;
  background: #c44;
  background: -webkit-linear-gradient(bottom, #900, #f33);
  background: -moz-linear-gradient(bottom, #900, #f33);
  background: -ms-linear-gradient(bottom, #900, #f33);
  background: -o-linear-gradient(bottom, #900, #f33);
  background: linear-gradient(to top, #900, #f33);
  box-shadow: 0px 1px 2px #000, inset 0px 1px 1px #edd;
}

.btn-orange {
  border-color: #872d00;
  background: #c94;
  background: -webkit-linear-gradient(bottom, #960, #fa3);
  background: -moz-linear-gradient(bottom, #960, #fa3);
  background: -ms-linear-gradient(bottom, #960, #fa3);
  background: -o-linear-gradient(bottom, #960, #fa3);
  background: linear-gradient(to top, #960, #fa3);
  box-shadow: 0px 1px 2px #000, inset 0px 1px 1px #eed;
}

.btn-grey-disabled { 
  border-color: #d4d4d4;
  background: #ddd;
  background: -webkit-linear-gradient(bottom, #c5c5c5, #eee);
  background: -moz-linear-gradient(bottom, #c5c5c5, #eee);
  background: -o-linear-gradient(bottom, #c5c5c5, #eee);
  background: linear-gradient(to top, #c5c5c5, #eee);
  text-shadow: 0px 1px 1px #888;
}

.btn-green-disabled { 
  border-color: #a3d4a3;
  background: #ada;
  background: -webkit-linear-gradient(bottom, #b9d0b9, #beedbe);
  background: -moz-linear-gradient(bottom, #b9d0b9, #beedbe);
  background: -ms-linear-gradient(bottom, #b9d0b9, #beedbe);
  background: -o-linear-gradient(bottom, #b9d0b9, #beedbe);  
  background: linear-gradient(to top, #b9d0b9, #beedbe);  
  color: #ccf6cc;
  text-shadow: 0px 1px 1px #999;
  box-shadow: 0px 1px 2px #000, inset 0px 1px 1px #ded;
}

.btn-red-disabled { 
  border-color: #d4a3a3;
  background: #daa;
  background: -webkit-linear-gradient(bottom, #d0b9b9, #edbebe);
  background: -moz-linear-gradient(bottom, #d0b9b9, #edbebe);
  background: -ms-linear-gradient(bottom, #d0b9b9, #edbebe);
  background: -o-linear-gradient(bottom, #d0b9b9, #edbebe);
  background: linear-gradient(to top, #d0b9b9, #edbebe);
  color: #f6cccc;
  text-shadow: 0px 1px 1px #888;
  box-shadow: 0px 1px 2px #000, inset 0px 1px 1px #edd;
}

.btn-flat { 
  border: 0px;
  background: #888;
  padding: 5px 12px 3px 12px;
  box-shadow: none;
  text-shadow: none;
}

.btn-flat-disabled { 
  border: 0px;
  background: #d4d4d4;
  padding: 5px 12px 3px 12px;
  box-shadow: none;
  text-shadow: none;  
}
