/* CSS for User Application */
body {
    background: #FFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 2em;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif
}

#top {
    margin-top: 5px;
    margin-left: 220px;
}

#NCIlogo {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

#topmenu {
    float: right;
    clear: clear;
    top: 0px;
}

.ui-menubar, .ui-menu-child, .ui-menu {
    background: #EEE !important;
    border: none;
}

.ui-widget, .ui-widget .ui-widget {                
font-size: 10px;          
}

.ui-menuitem-text, .ui-menuitem-link {
    color: #000 !important;
}

#left {
    position: absolute;
    top: 45px;
    left: 10px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 220px;
    height: 100%;
    background-color: #EEE;
    padding-bottom: 2px;
    border-right: 1px solid #4f4f4f;
}

#loginleft {
    position: absolute;
    top: 200px;
    left: 10px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 220px;
    height: 100%;
    background-color: #EEE;
    padding-bottom: 2px;
    border-right: 1px solid #4f4f4f;
}

#left h4 {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 1px 2px 1px 5px;
    border-top: 1px solid #507262;
    background-color: #DDD;
}

#left a {
    Font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    line-height: 11px;
    color: #000;
}

.ui-slideMenu {
    width: 180px;
    color: #000;
}

#wizard {
    background-color: #FFF;
    padding: 5px;
    margin-left: 220px;
}

#login {
    float: left;
    background-color: #EEE;
    padding: 5px;
    width: 250px;
}

#content {
    background-color: #FFF;
    padding: 5px;
    margin-left: 245px;
    top: 5px;
}

#wizcontent {
    background-color: #FFF;
    padding: 5px;
    margin-left: 5px;
}

a.smallLink {
    text-decoration: none;
    font-size: 10pt;
}

#newscontent {
    background-color: #FFF;
    padding: 5px;
    margin-left: 270px;
}

/* a:link,a:visited { */
/* 	color: #330066; */
/* 	font-weight: bold; */
/* 	text-decoration: none; */
/* } */

/* a:link:hover,a:visited:hover { */
/* 	color: #330066; */
/* 	font-weight: bold; */
/* 	text-decoration: underline; */
/* } */
.editLink {
    color: green;
    font-size: 8px;
    font-style: italic;
}

.TBD {
    color: blue;
}

.GOOD {
    color: green;
    font-weight: bold;
}

.BAD {
    color: red;
    font-weight: bold;
}

.error {
    color: red;
}

.label {
    font-weight: bold;
}

.requiredLabel {
    font-weight: bold;
    color: red;
}

.longBTN {
    width: 100%;
    text-align: left;
}

.warnBTN {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}

h4 {
    color: #5A8CAD;
    margin-bottom: 0px;
    margin-top: 0px;
}

.whitebox {
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 2px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #330066;
    background: #FFF;
    text-indent: 10px;
    border: thin solid #CCCCCC;
}

/* styles for the footer (bottom of all pages) */
#footer {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 12px;
    float: none !important;
    clear: both !important;
}

#footer a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    margin: 0 0 0 8px;
    padding: 0 10px 0 0;
    background: url(/images/redesign/footer-utility-divider.gif) bottom
        right no-repeat;
}

#footer ul li.last {
    background: none;
}

ul#agencyLinks {
    margin: 15px 0 0 0;
}

ul#agencyLinks li {
    margin: 0 0 0 5px;
}

#bottomTagline {
    margin: 15px 0 0 0;
    font-size: 13px;
}

#lastupdated {
    float: right;
    margin: 1em 0 0 0;
}

.commentTable td:nth-child(2), .commentTable th:nth-child(2) {
    width: 250px;
}

.datalist-noborder .ui-widget-content {
    border: none;
}

.redColoredPanel .ui-panel-titlebar {
    color: red;
}
