/*
 *  Linguisoft Website
 *  Master stylesheet
 *
 *  Copyright (c) 2010 Linguisoft
 *  All rights reserved
 *
 */

* { 
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
  "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  line-height: 150%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Gill Sans", "Calibri", "Trebuchet MS", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

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;
}

/* 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;
}

/* 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#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: "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;
  width: 123px;
  height: 30px;
  background: url("../img/linguisoft.png") top left no-repeat;
}

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: bottom;
  padding-left: 14px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
}

div#controls ul li a { 
  display: inline;
  vertical-align: bottom;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  padding-bottom: 2px;
  color: #333;
}

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

div#controls ul li img { 
  vertical-align: middle;
  padding-right: 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: "Gill Sans", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

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

/* Table styles */
table { 
  font-size: smaller;
  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 {
  font-size: smaller;
  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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
  "Helvetica", "Arial", 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;
}

/* 3-D Secure logos */
div.threeds-logo {
  margin: 24px;
  width: 128px;
  text-align: center;
  font-size: small;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
               "Helvetica Neue", "Helvetica", "Arial", 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;
}
