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

#container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #fff;
}

#header {
    background: #B500B5;
    padding: 20px;
    height: 1%;
}

#header h1 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 4px 4px #7c007c;
}

#navigation {
    height: 1%;
    width: 100%;
    background: #7c007c;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    list-style-type: none;
    display: inline;
}

#navigation li a {
    display: block;
    float: left;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    border-right: 1px solid #fff;
}

#navigation li a:hover {
    background: #B500B5;
}

#content-container {
    float: left;
    width: 100%;
}

#content {
    padding: 10px;
    vertical-align: top;
}

#content h2 {
    margin: 0;
}

#aside {
    vertical-align: top;
    min-width: 50px;
    padding: 20px;
    margin: 0px;
    background-color: #F5F5F5;
    border-left: 1px solid black;
}

#aside h3 {
    margin: 0;
}

#footer {
    height: 1%;
    background: #ccc;
    text-align: left;
    padding: 20px;
    border-top: 1px solid #7C7C7F;
}

#error {
    background-color: #ffffff;
    color: #000;
}

#login-box {
    width: 333px;
    height: 600px;
    padding: 58px 76px 0 76px;
    color: #ebebeb;
    font: 12px Arial, Helvetica, sans-serif;
    background-color: #7c007c;
    box-shadow: 0 0 5px 5px #B500B5;
}

#login-box a {
    color: inherit;
    text-decoration: underline;
}

#login-box img {
    border: none;
}

#login-box h2 {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font: bold 44px Arial, Helvetica, sans-serif;
    text-shadow: #000 2px 2px;
}

#login-box h3 {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font: bold 22px Arial, Helvetica, sans-serif;
    text-shadow: #000 2px 2px;
}

#login-box-name {
    float: left;
    display: inline;
    width: 80px;
    text-align: right;
    padding: 14px 10px 0 0;
    margin: 0 0 7px 0;
}

#login-box-field {
    float: left;
    display: inline;
    width: 230px;
    margin: 0;
    margin: 0 0 7px 0;
}

.required {
    width: 205px;
    padding: 10px;
    border: 1px solid #0d2c52;
    font-size: 16px;
}

.login-box-options {
    clear: both;
    padding-left: 87px;
    font-size: 11px;
}

.login-box-options a {
    color: #ebebeb;
    font-size: 11px;
}

p.heading {
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
}

p.section {
    font-size: 14pt;
    font-weight: bold;
}

th {
    font-size: 1.25em;
}

td.label {
    height: 24px;
    padding-right: 10px;
    font-weight: bold;
}

p.success {
    font-size: 1.25em;
    font-weight: bold;
    color: #009900;
    border-style: solid;
    border-width: 1px;
    border-color: #009900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
}

p.error {
    font-size: 1.25em;
    font-weight: bold;
    color: #990000;
    border-style: double;
    border-width: 1px;
    border-color: #990000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
}

img.traffic-red, img.traffic-yellow, img.traffic-green {
    margin: 0px;
    padding: 0px;
    height: 8px;
    width: 24px;
    background-image: url('../images/traffic-lights.gif');
    background-repeat: no-repeat;
    cursor: pointer;
}

img.traffic-green {
    background-position: 0px 0px;
}

img.traffic-yellow {
    background-position: 0px -8px;
}

img.traffic-red {
    background-position: 0px -16px;
}

.spacer {
    clear: both;
    height: 1px;
}

.stylizedform {
    color: #7c007c;
    border: solid 2px #7c007c;
    background: #f5f8fb;
    margin: 20px;
    padding: 14px;
    box-shadow: 10px 10px 5px #7c007c;
}

.notloggedin {
    background: #B500B5; /* Old browsers */
    background: -moz-linear-gradient(top, #B500B5 80%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #B500B5), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B500B5 80%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B500B5 80%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #B500B5 80%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #B500B5 80%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B500B5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.loginform {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.stylizedform td {
    padding: 7px;
}

.stylizedinput {
    width: 205px;
}

.stylizedform td hr {
    border: 0;
    margin: 2px;
    height: 1px;
    background: #7c007c;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#B500B5), to(#B500B5), color-stop(50%, #7c007c));
}

.stylizedform h1 {
    font-size: 27px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 14px;
}

.stylizedform p {
    font-size: 0.75em;
    color: #666666;
    margin: 4px;
}

.stylizedform label {
    display: block;
    font-weight: bold;
    text-align: right;
}

.stylizedform .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
}

.stylizedform input[type="submit"], .stylizedsubmit {
    width: 100%;
    -webkit-appearance: button;
    font-size: 15pt;
}

.rowGreen {
    background-color: #b3fcb0;
}

.rowGreen:hover {
    background-color: #adf4aa;
}

.rowYellow {
    background-color: #fffff1;
}

.rowYellow:hover {
    background-color: #FFFFE6;
}

.rowRed {
    background-color: #fff0f0;
}

.rowRed:hover {
    background-color: #FFE6E6;
}

.rowNormal {
    background-color: #FFFFFF;
}

.rowNormal:hover {
    background-color: #f7f7f7;
}

.unstyledLink {
    color: inherit;
    text-decoration: none;
}

.jtable {
    border-collapse: collapse;
}

.jtable td:hover {
    cursor: pointer;
}

.thin {
    border-collapse: collapse;
}