/* 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 */
    color: #3c3c3c;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.2em;
}
.fontInput, input, textarea, select, label { /* input font */
    font-family: Arial, Helvetica, sans-serif;
}

/* Backgrounds */
.bgOuter, .bgLight, .hover:hover { /* body */
    background: #fcfaf8;
}
.bgInner, .bgDark {
    background: #d26d2b;
}
.bgColour {
    background: #592e34;
}

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

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

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

/* Text */
p, .paragraph {
    /* */
}
.text {
    /* */
}

/* Text Colours */
.textColour { /* body */
    color: #4a4a4a;
}
.textLight, em, dfn, dd {
    color: #6f6f6f;
}
.textDark, q, blockquote, cite, abbr, a.hoverText:hover {
    color: #2a2a2a;
}

.colour {
    color: #6e3a13;
}
.light {
    color: #8e5a33;
}
.dark {
    color: #4e1a03;
}
/*.textAction, a.textAction, a.textAction:hover, .submit.textAction*/
/*.highlight, .highlight2*/


/* Links */
a, .submit {
    color: #6e3a13;
}
a:hover, .hover:hover {/*,.submit:hover*/
    color: #b06030;
}

.loading {
    background-image: url(../images/loading/loading-general-red_16x.gif);
}

/* Menu */
.menu, .menuItem {
    /* */
}

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

/* */
