﻿/* CSS */
html {
	margin: 0px auto;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: center;
	margin: 0px auto auto;
}

a:link, a:visited {
	color: #888888;
	text-decoration: none;
}

a:active, a:hover {
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
}

/* SECTIONS */
#page_wrapper {
    margin: 0px auto 0pt;
    padding: 0pt;
    width: 910px;
}

#head {
	width: 910px;
	height: 60px;
	margin-bottom: 5px;
	color: #000000;
	margin-top: 0px;
	padding: 5px;
	font-size: 10px;
    line-height: 14px;
	border: none;
	clear: both;
	background-color: #FFFFFF;
}

#logo {
    float: left;
    line-height: 32px;
    text-align: left;
    padding-left: 0px;
    margin-top: 23px;
}

#wildcard
{
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding-right: 30px;
    margin-top: 20px;
    font-size: 18px;
}

#main {
	width: 910px;
	min-height: 450px;
	padding: 5px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 14px;
	clear: both;
	background-color: #FFFFFF;
}

#content {
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

#foot
{
	width: 910px;
	height: 10px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
    line-height: 10px;
	color: #000;
	background-color: #FFFFFF;
}

#copy
{
	float: left;
	color: #000;
	width: 500px;
	padding-left: 5px;
	}

#square
{
	float: left;
    border: none;
	width: 400px;
	padding-right: 5px;
}

    #square a
    {
        color: #000;
    }

/* FORM ELEMENTS */
/* base class */
input
{
	font-size: 10px;
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
}

textarea
{
	font-size: 10px;
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
}

.SmallTextBox
{
	font-size: 11px;
	padding-left: 5px;
	width: 170px;
	height: 16px;
}

.TextBox
{
	font-size: 11px;
	padding-left: 5px;
	width: 170px;
	height: 16px;
}

.NumBox
{
	font-size: 11px;
	padding-right: 5px;
    text-align: right;
	width: 75px;
	height: 16px;
}

.SelectBox
{
	font-size: 10px;
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
	width: 100px;
	height: 20px;
}

input[type=button],
input[type=submit] {
	clear: both;
    margin-top: 5px;
    color: #000000;
    background: #FFFFFF;
    font-size: 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
	padding: 5px 5px 0px 5px;
	vertical-align: bottom;
}

input[type=button]:hover,
input[type=submit]:hover
{
    color: #FFFFFF;
    background: #ff9000;
    cursor: pointer;
}

.NavigationButton
{
    width: 60px;
    height: 22px;
    padding: 2px 2px 0px 2px;
    margin: 2px;
    font-size: 11px;
    background-color: #fff;
	vertical-align: bottom;
	text-align: center;
	border: solid 1px #ccc;
}

.NavigationButton:hover
{
    background-color: #eee;
    cursor: pointer;
}

/* end base class */