﻿body {
    border-style: none;
    background-color: #ffffff;
}

fieldset
{
    border-style: solid none solid none;
    border-width: thin;
    border-color: inherit;
    margin: 1em 0px;
    padding: 1em;
    background-color: #FFFBD6;
}
fieldset.login, fieldset.register, fieldset.changePassword
{
    border-style: solid;
    width: 600px;
    margin: 0px;   
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.dataEntry
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    text-transform: none;
    color: #C1272D;
    text-decoration: none;
    background-color: #D8CAA1;
    border: thin solid #C3B06F;
    margin-bottom: 0px;
}
.header1
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-transform: capitalize;
    color: #C1272D;
    background-color: #FFFFFF;
}
.header2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    text-transform: none;
    color: #C3B06F;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
}
.btn
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-transform: capitalize;
    color: #C1272D;
    border: thin solid #C1272D;
    background-color: #D8CAA1;
}
.inputLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    text-transform: capitalize;
    color: #C1272D;
}
.style2
{
    width: 50%;
}
.style3
{
    width: 25%;
}
div.HeaderRow
{
    background-color: #990000;
    min-height: 30px;
    color: #FFFBD6;
    text-align: center;
}
div.MenuRow
{
    border-width: 1px;
    color: #990000;
    min-height: 20px;
    background-color: #FFFBD6;
    border-right-style: solid;
    border-left-style: solid;
}
div.ContentRow
{
    border-width: 1px;
    min-height: 400px;
    color: #990000;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #990000;
}