body {
    background: #fff;
    color: #111;
    font: 80%/1.5 Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

img { border: 0; }

a:link, a:visited, a:active {
    color: #0000ff;
    text-decoration: none;
}

a:hover { text-decoration: underline; }


/* -------- Begin Header -------- */

#header { height: 60px;clear: both; }

.titlebar {
    background: #ccc;
    border-bottom: 2px solid #bbb;
}

.header-home .titlebar {
    background: #477bad;
    border-bottom: 2px solid #1b5790;
}

.header-AP .titlebar {
    background: #b2d281;
    border-bottom: 2px solid #90b557;
}

.header-RP .titlebar {
    background: #477bad;
    border-bottom: 2px solid #1b5790;
}

.header-CP .titlebar {
    background: #f49531;
    border-bottom: 2px solid #e37400;
}

.header-admin .titlebar {
    background: #6e4285;
    border-bottom: 2px solid #4d1668;
}

.header-sysadmin .titlebar {
    background: #6e4285;
    border-bottom: 2px solid #4d1668;
}

.logo {
    float: left;
    margin: 6px 0 0 10px;
}

#header h2 {
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 200%;
    font-weight: normal;
    margin: 0;
    padding: 10px;
}

.login-status {
    color: White;
    position: absolute;
    right: 10px;
    top: 10px;
    clear: both;    
    height: 60px;
}

.login-status a:link, .login-status a:visited, .login-status a:active { color: White; }

/* -------- End Header -------- */


/* -------- Begin Navigation -------- */

#navList {
    border-bottom: 1px solid #7f7f7f;
    font: bold 11px Verdana, sans-serif;
    margin: 20px 0 0 0;
    padding: 3px 10px;
}

#navList li {
    display: inline;
    list-style: none;
    margin: 0;
}

#navList li a {
    background: #e5e5e5;
    border: 1px solid #7f7f7f;
    border-bottom: none;
    margin-left: 3px;
    padding: 3px 0.5em;
    text-decoration: none;
}

#navList li a:link, #navList li a:visited { color: #6e6e6e; }

#navList li a:hover {
    background: #cacaca;
    border-color: #6d6d6d;
    color: #000;
}

#navList li a.current {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #3f3f3f;
}

#navList li a.inactive {
    background: #f2f2f2;
    border-bottom: 1px solid #7f7f7f;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    color: #b6b6b6;
    cursor: default;
}

/* -------- End Navigation -------- */


/* -------- Begin Content -------- */

#content { margin: 10px 15px; }

#content h1 { margin-bottom: 8px; }

fieldset {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.center { text-align: center; }

/* -------- End Content -------- */


/* -------- Begin Footer -------- */

#footer {
    border-top: 1px solid #9f9f9f;
    clear: both;
    height: 25px;
    margin-top: 30px;
}

#footer .copyright {
    color: #999;
    font-size: 90%;
    margin: 10px;
    text-align: center;
}

#footer .admin-links { text-align: center; }

#footer .admin-links a { color: Gray; }

/* -------- End Footer -------- */

.login-page {
    margin: 0px auto;
    width: 300px;
}

.home-page-content {
    text-align: center;
    width: 100%;
}

/* -------- Validation -------- */

label.error { color: Red; }

/* Info Notices */

.info-notice {
    margin-bottom: 5px;
    padding: 5px .7em;
}

.info-notice a { color: #2E6E9E !important; }

/* Grid (manual, not using jqgrid) - jquery UI styles are added via JS as well */

.grid {
    border-collapse: collapse;
    margin-top: 10px;
}

.grid th { padding: 3px; }

.grid td { padding: 3px; }

.ui-jqgrid td .aacpm-button { margin: 3px; }

.hidden { display: none; }