﻿/* BEGIN MAIN */

body
{
    font-family: Sans-Serif;
    margin: 0px;
}

a:link
{
    color: #56569C;
}

a:visited
{
    color: #56569C;
}

a:hover
{
    color: #667;
    text-decoration: none;
}

a img
{
    border: none;
}

#MainSector
{
    margin: 0px 13px 33px 13px;
    padding-top: 43px;
}

#divSuccess
{
    background-color: #E9F0FA;
    font-weight: bold;
    width: 650px;
    padding: 10px;
    border: solid 1px black;
    margin: 0px auto 13px auto;
}

#divErrors
{
    background-color: #F2F2F2;
    font-weight: bold;
    color: Red;
    width: 650px;
    padding: 10px;
    border: solid 2px red;
    margin: 0px auto 13px auto;
}

.someContent
{
    padding: 13px;
    background: White;
}

.disabledText
{
    color: Black;
}

.centerText
{
    text-align: center;
}

.centerElement
{
    margin-left: auto;
    margin-right: auto;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}

div.ui-datepicker
{
    font-size: 13px;
}

.resetMargin
{
    margin: 0px;
}

.hidden
{
    /* needed because older versions of FF will display hidden inputs if borders exist, etc. */
    display: none !important;
}

.divHeading
{
    padding: 5px;
    font-size: 14px;
    font-family: Sans-Serif;
}

.divHeadingSmall
{
    padding: 3px;
    font-size: 12px;
    font-family: Sans-Serif;
    margin: 0px 33px 9px 33px;
}

#ajaxLoader
{
    height: auto !important;
    display: none;
    float: left;
}

.red
{
    font-weight: bold;
    color: Red;
}

.blue
{
    font-weight:bold;
    color:Blue;
}

.position
{
    padding-left: 15px;
    /* font-weight:bold; */
    color:Black;
}

/* END MAIN */

/* BEGIN NAV */

#header
{
    background: url('/images/header.png') repeat-x;
    height: 34px;
    position: fixed;
    width: 100%;
    z-index: 333;
}

#nav
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 1100px;
    height: 34px;
    font-size: 13px;
    font-weight: bold;
}

#footer
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #0F3066 0 16px;
    bottom: 0;
    color: #EEEEEE;
    position: fixed;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

#footer_bar
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #0F3066;
    bottom: 0;
    color: #EEEEEE;
    font-size: 12px;
    position: fixed;
    text-align: left;
    width: 100%;
}


#leftnav
{
    position: fixed;
    z-index: 333;
}

#leftNavItems
{
    font-size: 11px;
    margin-left: -25px;
    margin-top: -10px;
    line-height: 1.7em;
    width: 120px;
}

#nav li
{
    display: inline;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    height: 34px;
}

#nav li a
{
    text-decoration: none;
    color: White;
    float: left;
    width: auto;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 0px 10px;
}

/* END NAV */
