﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: .80em;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background: #3a4f63;
}

a:link
{
    color: #4682b4;
}

a:visited
{
    color: #4682b4;
}

a:hover
{
    color: #EB9B26;
    text-decoration: none;
}

a:active
{
    color: #87ceeb;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr
{
    border: 0;
    margin: 3px 0px;
    padding:0;
    background-color: #EB9B26;
    color: #EB9B26;
    width: 100%;
    height: 1px;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #EB9B26;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: normal;
}

h1, h2
{
    font-size: 1.6em;
}

h3
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.2em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    margin: 0px;
    padding: 0px;
    background-color: #87ceeb;
    width: 100%;
    height: 124px;
}

.controllerImage
{
    position:absolute;        
    top:2px;
    right:5px;
    max-width: 20%;
    max-height: 155px;
}

.logo
{
    margin: 30px 0px 0px 8%;
    padding: 0px;
    float:left;
    text-decoration: none;
}

.title
{
    margin: 30px 0px 0px 20px;
    color: #4682b4;
    border: none;
    line-height: 1em;
    font-size: 2.5em;
}

a.noDecoration
{
    text-decoration: none;
}

.verticalAlign
{
    vertical-align: middle;
}

.subTitle
{
    margin: 10px 0px 0px 20px;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1em;
}

.caption
{
    color: #EB9B26;
    font-style:italic;
}

.mainArea
{
    background-image: url('../images/grey-bg.jpg');    
    /*min-width: 730px;*/
    width:100%;
    min-height: 395px;
    padding: 0px 0px 40px 0px;
    line-height:normal;
}

.centreCol
{
    float:left;
    width: 64%;
    background-color: #FFFFFF;
    margin: -1px 0px 0px 8%;
}

.innerPanel
{
    padding: 0px 20px 10px 20px;
}

.pageContent
{
    min-height: 300px;
}

.subHeading
{
    padding-top: 5px;
}

.rightCol
{
    float:right; 
    width: 25%;   
    min-width: 205px;
    padding: 30px 5px 0px 5px;
}

.downloadPanel
{
    background-color: #f0fff0;
    border-color: #9acd32; 
    border-style: dotted;
    border-width: 2px;
    width: 195px;
}

.sharePanel
{
    background-color: #fffacd;
    border-color: #4682b4;
    border-style: dotted;
    border-width: 1px;
    width: 185px;
    margin: 25px 0px 0px 0px;       
    padding: 5px;
}

.shareItem
{
    padding: 5px; 
    min-height: 22px;
}

.followPanel
{
    background-color: #ffffff;
    border-color: #4682b4;
    border-style: dotted;
    border-width: 1px;
    width: 185px;
    margin: 25px 0px 0px 0px;       
    padding: 5px;
}

.awardBadge
{
    margin: 22px 0px 0px 13px;
    border: 0px;
}

.greyBorder
{
    margin: 1px;
    border-color: #D3D3D3;
    border-style: solid;
    border-width: 1px;
}

.headingText
{
    font-size: 1.4em;
    color: #EB9B26;
    text-transform: none;
    vertical-align: middle;
}

.headingImage
{
    vertical-align: middle;
    margin: 0px 2px 0px 0px;
}

div.footer
{
    clear:both;
    color: #dddddd;
    padding: 8px 0px 0px 0px;
    text-align: center;
    line-height: normal;    
    font-size:2;
}

div.footer div a:link, div.footer div a:visited
{
    color: #dddddd;
}

div.footer div a:hover
{
    color: #EB9B26;
    text-decoration: none;
}

.screenshot
{
    margin: 10px 0px;
    max-width:100%;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    line-height: 0;
}

div.menu
{
    float:left;
    padding: 8px 0px 0px 8%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #4682b4;
    border: 1px #3a4f63 solid;
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}

div.menu ul li a:hover
{
    background-color: #EB9B26;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

/*
div.menu ul li a:active
{
    background-color: #87ceeb;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
*/

/* CONTACT FORM
----------------*/
.contactFormNarrowField
{
    min-width: 200px;
}

.contactFormWideField
{
    min-width: 350px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 400;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 400px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    position:absolute;        
    top:0px;
    left:0px;
}


.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* TABLES */

.helpTable
{
    border: 1px;
    background-color: #fffacd;
    border-color: #4682b4;
    border-style: solid;        
    border-collapse:collapse;   
}

.helpTable td
{
    vertical-align: top;
}

.helpHeading
{
    font-size: large;
    color: #EB9B26;
}

.borderedTable
{
    border: 1px;
    border-color: #3a4f63;
    border-style: solid;
    padding: 5px;
    border-collapse:collapse;    
    margin-left:auto;
    margin-right:auto;
}

.borderedTable th
{
    background: #87ceeb;
    color:#ffffff;
    border: 1px;
    border-color: #3a4f63;
    border-style: solid;
    padding: 8px;
    font-size:larger;
}

.borderedTable td
{
    border: 1px;
    border-color: #3a4f63;
    border-style: solid;
}

.borderedTable td.rowHeadingCell
{
    padding: 5px;
}

.borderedTable td.paddedCell
{
    text-align:center;
    padding: 10px;
}

.borderedTable td.slimCell
{
    text-align:center;
    padding: 5px 10px;
}

.borderedTable th.topLeftCell
{
    background: #ffffff;
    border-left-color: transparent;    
    border-top-color: transparent;    
}

.priceTag
{
    font-size: larger;
    color: #4682b4;
}

.discount
{
    text-align: center;
    font-size: large;
    color: #EB9B26; 
}

.discountCode
{
    color: #4682b4;
}

.fullPriceTag
{
    color: #cacaca;
    text-decoration: line-through;
}

.smaller
{
    font-size:smaller;
}

/* POPUPS */

/* Container */
.popup {
  position: relative;
  display: inline-block;
}

/* Actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #EB9B26;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -105px;
  z-index: -1;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #EB9B26 transparent transparent transparent;
}

/* Popup shown */
.popup.show .popuptext {
  z-index: 1;
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.textwithpopup
{
    text-decoration-line: underline;
    text-decoration-style: dotted;
}
