﻿* 
{
    padding: 0px;
    margin: 0px;
}

html 
{
    height: 100%;
}

body 
{
    background: url('/images/bgtile.gif');
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

img 
{
    border: 0px;
}

h1 
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

p 
{
    padding-top: 10px;
    text-indent: 12px;
}

a 
{
    color: #263341;
}

a:hover
{
    color: #38516b;
}    

.floatleft 
{
    float: left;
    display: block;
}

.floatright 
{
    float: right;
    display: block;
}

.header 
{
    background: url('/images/header.png');
    width: 905px;
    height: 191px;
    margin: auto;
}

.contentBody
{
    background: url('/images/centertile.png');
    background-repeat: repeat-y;
    width: 905px !important;
    margin: auto;
    overflow:auto;
}

.footer 
{
    background: url('/images/bottom.png');
    width: 905px;
    height: 32px;
    margin: auto;
}

/* Header Navigation */
.headerStats 
{
    width: 895px;
    padding-top: 22px;
    text-align: right;
    padding-right: 3px;
    font-size: 11px;
    font-weight: bold;
}

.navigation 
{
    width: 895px;
    padding-top: 134px;
}

.navigation li 
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    text-decoration: none;
    color: White;
    font-size: 14px;
    width: 19%;
    text-align: center;
}

.navigation li a
{
    color: White;
    text-decoration: none;
}

.navigation li a:hover
{
    font-weight: bold;
}

/* Footer Navigation */
.footerlinks
{
    width: 895px;
    padding-top: 8px;
}

.footerlinks li
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    text-decoration: none;
    font-size: 10px;
    width: 19%;
    text-align: center;
}

.footerlinks li a
{
    color: #263341;
    text-decoration: none;
}

.footerlinks li a:hover
{
    text-decoration: underline;
}

/* Home Page */
.homeWelcome 
{
    width: 610px;
    margin: 10px 15px 10px 0px;
}

.homeGraphic 
{
    width: 260px;
    height: 380px;
    margin: 10px;
}

/* Feature Request Page */
.sfGraphic 
{
    width: 300px;
    height: 400px;
    margin: 10px 15px 10px 10px;
}

.sfForm
{
    width: 500px;
    margin: 10px;
}

.sfForm td
{
    padding-bottom: 10px;
}

.mailsent 
{
    background-color: #c2ffbc;
    border: 2px solid #43ab38;
    margin: 15px;
    text-align: center;
    padding: 10px;
}

.mailerror
{
    background-color: #ff3b3b;
    border: 2px solid #d43c3c;
    margin: 15px;
    text-align: center;
    color: White;
    padding: 10px;
}

/* Download Page */
.downloadText 
{
    width: 580px;
    margin: 10px;
}

.downloadGraphic 
{
    width: 270px;
    height: 300px;
    margin: 10px 15px 10px 10px;
}

/* License Page */
.licenseForm 
{
    width: 500px;
    margin: 10px 15px 10px 0px;
}

.licenseGraphic 
{
    width: 370px;
    height: 260px;
    margin: 10px;
}

.specialMessage
{
    text-align:center;
    color:red;
    font-weight:bold;
}

/* PayPal Complete Page */
.ppCompText 
{
    width: 585px;
    margin: 10px 25px 10px 0px;
}

.ppCompGraphic 
{
    width: 283px;
    height: 424px;
    margin: 0px;
}

/* PayPal Cancelled Page */
.ppCancelText 
{
    width: 570px;
    margin: 10px;
}

.ppCancelGraphic 
{
    width: 283px;
    height: 424px;
    margin: 10px 15px 10px 10px;
}

/* Report Page */
.report
{
    margin: 15px;
    text-align:center;
}

/* Features Page */
.featuresTable 
{
    width: 90%;
    margin: auto;
    margin-top:15px;
}