﻿*
{
    padding: 0;
    margin: 0;
}

body
{
    height: 100%;
    width: 100%;
    font-size: 12pt;
    font-family: Calibri;
    color: #444;
    background-color: transparent;
    background: url('images/bg.jpg') repeat-y center top;
    background-color: #264A67;
}

a
{
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

a:hover
{
    color: #444;
}

h1, h2, h3, h4, legend
{
    color: #444;
    margin-bottom: 16px;
}

th
{
    color: #444;
    text-align: left;
}

p
{
    margin-top: 16px;
}

table
{
    margin-top: 16px;
}

ul
{
}

li
{
    margin-left: 32px;
}

input
{
    padding: 4px;
}

textarea
{
    padding: 4px;
}

td
{
    vertical-align: top;
}

#topbar
{
    height: 4px;
    background-color: #222;
    color: #DDD;
}

#topbar a
{
    color: #DDD;
    font-weight: normal;
}

#topbar-links
{
    float: left;
}

#topbar-user
{
    float: right;
    padding-right: 36px;
}

#wrapper
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    width: 900px;
    height: 80px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    float: left;
    width: 286px;
    height: 70px;
    background-image: url(Images/logo.png);
}

#topmenu
{
    float: right;
    color: #444;
    text-align: right;
    padding-top: 40px;
    border-bottom: solid 1px #AAA;
}

#topmenu li
{
    display: inline;
    list-style-type: none;
    padding: 8px;
    margin: 0;
}

#content
{
    padding-top: 32px;
}

.editlink
{
    float: right;
}

.editlink a
{
    color: #DDD;
}

.editlink a:hover
{
    color: #444;
}

#menu
{
    background-color: transparent;
    float: right;
    font-size: 10pt;
}

#menu li
{
    list-style: none;
    padding: 4px;
}

#menu a
{
    font-weight: normal;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label, .display-label
{
    margin: 1em 0 0 0;
    color: #888;
}

.editor-field, .display-field
{
    margin:0.5em 0 0 0;
}

.form-item
{
    margin-top: 8px;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.fulltable
{
    width: 100%;
}