@charset "utf-8";

/*
 * Default formatting
 */

html body {
    width: 100%;
    margin: 0px 0px;
}

body
{
    font: 62.5% Arial, Helvetica, sans-serif;
    color: #666;
    background: #464646;
}

h1, h2, h3, h4, h5, h6, h7, p
{
    margin: 0px;
    padding: 5px 0px;
}

h1
{
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0px 20px;
    margin: 0px 0px 0px;
    background-color: #286896;
    min-height: 40px;
    line-height: 40px;
}

a
{
    color: #21759b;
    text-decoration: underline;
}

a:hover
{
    color: #666;
    text-decoration: underline;
}

img
{
    border: 0px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.content {
    font-size: 1.2em;
}

.icon {
    background-color: #999;
    border: 0px;
}

.noscript {
    background-color:#f33;
    color: #fff;
    text-align: center;
    width:100%;
    padding:12px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px dashed #930;
    font-size: 1.4em;
}

.noscript strong {
    text-decoration: blink;
}

/*
 * Styling and page layout
 */

#wrapper {
    position: relative;
    min-width: 975px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    margin: 0px auto;
}

#main {
    width: 450px;
    background-color: #d6d6d6;
    margin: 50px auto;
}

#blurb {
    background-color: #ebebeb;
    color: #286896;
    padding: 10px 20px;
    border-top: 1px solid #1f5074;
    border-bottom: 1px solid #c2c2c2;
}

#form {
    padding: 10px 20px;
}

#button {
    text-align: right;
}

#tools {
    border-top: 1px solid #1f5074;
    background-color: #286896;
    padding: 0px 20px;
    min-height: 40px;
    margin-top: 10px;
    color: #fff;
    position: relative;
}

ul.errors {
    color: #f00;
    margin: 2px 20px 10px;
    padding: 5px 2px;
}

.bottom-wrapper {
    line-height: 40px;
    position: absolute;
    top: 0px;
}

.pad-left {
    left: 20px;
}
    
    .bottom-wrapper a {
        color: #fff;
    }
    
    .bottom-wrapper a:hover {
        color: #ccc;
    }
    
    img.tip {
        vertical-align: middle;
        margin-right: 2px;
    }

.pad-right {
    right: 20px;
}

    #remember-wrapper label {
        cursor: pointer;
    }

/* Form Styling */

form, fieldset, legend, dl, dt, dd {
    border: none;
    padding: 0px;
    margin: 0px;
}

legend {
    display: none;
}

dt {
    font-size: 1.2em;
    color: #666;
    margin: 5px 0px 0px;
}

dd {
    margin: 0px;
}

#username, #password, #email {
    font-size: 24px;
    width: 98%;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    color: #555555;
}

#submit {
    border-color: #1f5074 !important;
    font-weight: bold;
    font-size: 1.3em;
    color: #FFF !important;
    background: #296b9b url(../images/button-sq-grad.png) repeat-x scroll left top;
    padding: 3px 12px;
    border: none;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    text-decoration: none;
}

/*
 * Hax (don't look here)
 */
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}