/* THEME: DEFAULT */
/* A simple theme based on greys and blues on white */


/* Body / Font */
body, .font, .fontSpecifics { /* font-family */
    font-family: Verdana, Geneva, sans-serif;
}
body, .fontSpecifics { /* font specifics */
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.25em;
}
.fontInput, input, textarea, select, label { /* input font */
    font-family: Arial, Helvetica, sans-serif;
}

/* Backgrounds */
body.bgOuter { /* Custom Background */
    background: #333231 url(../images/bg/gradient_top-333231.png) repeat-x top center;
}
.bgOuter, .bgLight, .hover:hover { /* body */
    background: #333231;
}
.bgInner, .bgDark {
    background: #939291;
}
.bgColour {
    background: #eaec8c;
}

/* Borders */
.border, fieldset { /* Styles pre-defined */
    border-color: #acabaa;
}
.borderColour {
    border-color: #eaec8c;
}
.borderTop, .hr, .legend, .borderBottom, .hover:hover,
.borderLeft, .vr, .borderRight {
    border-color: #acabaa;
}

/* Content */
.content {
    /* */
}
.contentColumn {
    /* */
}
.contentPadding {
    padding: 0px;
}

/* Headers */
h1, .h1, .textTitle {
    /* */
}
h2, .h2, .textHeader {
    /* */
}
h3, .h3, .textSection {
    /* */
}
h4, .h4 {
    /* */
}

/* Text */
p, .paragraph {
    text-align: left;
}
.text {
    text-align: left;
}

/* Text Colours */
.textColour { /* body */
    color: #ecebea;
}
.textLight, em, dfn, dd {
    color: #d3d2d1;
}
.textDark, q, blockquote, cite, abbr, a.hoverText:hover {
    color: #cccbca;
}

table#menuTable, table#menuTable .textColour, div#footer {
    color: #636261;
}

.colour {
    color: #eaec8c;
}
.light {
    color: #fafcac;
}
.dark {
    color: #dadc6c;
}
/*.textAction, a.textAction, a.textAction:hover, .submit.textAction*/
/*.highlight, .highlight2*/


/* Links */
a, .submit {
    color: #eaec5c;
}
a:hover, .hover:hover {/*,.submit:hover*/
    color: #fcfa4c;
}

/*.loading*/

/* Menu */
.menuItem {
    font-size: 1.3em;
}
.menuSeparator {
    font-size: 1.2em;
    margin-top: 1px;
}

/* Footer */
.footer {
    /* */
}

/* */
