html, button, input, select, textarea
{
    color: #555;
    font-family:  'Roboto', helvetica, sans-serif;
}
body
{
    font-family: 'Roboto', helvetica, sans-serif;
    font-size: 12px;
    color: #616161;
    font-weight: 300;
    margin: 0 auto;
    background-color : #F7F8F8;
}
h1, h2, h3, h4, h5, h6, pre, code
{
    font-family:  'Roboto Condensed', helvetica, sans-serif;
    font-size: 1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input
{
    margin: 0;
    padding: 0;
}

html
{
    font-size: 100%;
}
a img, :link img, :visited img
{
    border: none;
}
.fbold
{
    font-weight : 700;    
}
.link a
{
    color: #FFF;
}
.vAlign
{
    vertical-align : middle;
}
.clear {
    clear: both;
}
#container
{
    position: relative;
    width: 100%;
    background: #F7F8F8;
}
#content
{
     
    position: relative;
    width: 940px;
    margin: 0 auto;
}
#footer {
    border-top: 1px solid #A3A5AA;
    position: relative;
    width: 100%;
    background-color: #F2F2F2;
    padding: 14px 0;
    margin-bottom: 20px;
    clear: both;
}
#footer p
{
    text-align: center;
    font-size: 12px;
    color: #4E4E4E;
    padding: 0px;
    margin: 5px;
    font-weight:bold;
}
.top
{
            border-bottom:1px solid #A3A5AA;
    position: relative;
    width: 940px;
    height: 115px;
    background-color:#F2F2F2;
}
.logo
{
    position: absolute;
    top: 20px;
    width: 255px;
    height: 66px;
    background-image: url('Images/CFFM_logo.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.nav
{
    position: absolute;
    top: 51px;
    right: 60px;
    font-size: 18px;
    font-weight: 300;
}
.nav li
{
    list-style-type: none;
    display: inline-block;
    padding-right: 35px;
}
.settings
{
    position: absolute;
    top: 50px;
    right: 60px;
    font-size: 14px;
    width:190px;
    height:auto;
}

.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;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #FFF;
    background: #fff;
    color: #FFF;
}

.ui-state-checked {
    border: 1px solid #FFF;
    background: #FFF;
}

.ui-state-highlight a, .ui-widget-content, .ui-widget-header  {
    color: #FFF;
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    position: absolute;
}

    body > .jGrowl {
        position: fixed;
    }

