/* 
    Document   : cromocon-default.css
    Created on : 02-Dec-2009, 14:37:16
    Author     : Robbie
    Description:
        Default stylesheet for the Cromocon website.
*/

html {    
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 11pt;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fcfcfc;
    color: #000;
}

a {
    color: #000;
}

h1 {
    font-size: 20pt;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

input, textarea {
    border: 2px inset #ccc;
    font-size: medium;
    background-color: #fff;
    color: #000;
}

#header {
    display: block;
    position: absolute;
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0px;
    padding: 16px;
    background-color: #0a05c4;
    color: #fff;
    z-index: 1;
}

#header a {
    color: #fff;
}

#menu {
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: 40px;
    bottom: 8px;
    z-index: 2;
    background-color: #0a05c4;
}

#tagline {
    float: right;
    position: relative;
    left: -40px;
    font-weight: bold;
    font-size: larger;
}

#menu a:hover {
    background-color: #000;
    color: #fff;
}

#menu li {
    display: inline;
    margin: 0px;
}

#menu li a {
    padding: 8px;
    font-size: larger;
    text-decoration: none;
}

#menu .currenttab {
    background-color: #ffffff;
    color: #000000;
}

#mainbox {
    padding: 10px;
    position: absolute;
    padding-left: 330px;
    padding-right: 330px;
    width: auto;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: justify;
}

.columns {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    border-collapse: collapse;
}

.columns td {
    vertical-align: text-top;
    text-align: justify;
    width: 500px;
    padding-left: 15px;
    padding-right: 15px;
}

.paypalform {
    display: inline;
}

.paypalform input {
    border: none;
}

#footer {
    display: block;
    position: absolute;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 16px;
    background-color: #0a05c4;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    background-color: #8582e2;
}

.success {
    font-weight: bold;
    color: #080;
}

.error {
    font-weight: bold;
    color: #f00;
}

.ccatinterface {
    width: 780px;
}

.ccatinterface table {
    table-layout: fixed;
    border: 2px solid #999;
    background-color: #fff;
}

.ccatinterface table colgroup {
    border: 2px solid #999;
}

.ccatinterface table tr td {
    padding: 5px;
    vertical-align: middle;
}

.ccatinterface table tr td label {
    font-weight: bold;
}

.ccatinterface input {
    /*font-family: MS Sans Serif, Verdana, Arial, Helvetica, sans-serif;*/
    font-size: large;
}

.tutorialinterface {
    width: 880px !important;
}

.ccattextinput {
    width: 60px;
}

.result {
    font-weight: bold;
}

.mrcol {
    border-left: 2px solid #999;
}

.mlcol {
    border-right: 2px solid #999;
}

#b1, #b2, #b3, #b4, #b5 {
    width: 156px;
}

.checkboxinput {
    border: none;
}

.paypal {
    border: none;
}

.button {
    background-color: #ddd;
    color: #000;
    border: 2px outset #ccc;
    /*padding-left: 5px;
	padding-right: 5px;*/
    font-size: medium;
}

.useccatbutton {
    font-weight: bold;
    font-size: 1.1em;
}

.terms {
    width: 50%;
    border: 2px solid #999;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.footnotes {
    font-size: x-small;
}

.cromocontext {
    font-family: Arial Black,Arial,Tahoma,Verdana,sans-serif;
    font-weight: normal;
}