@media print 
{
    .noPrint { display: none }
}
html, body {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #C1B794;
    font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
img {
    border: 0px;
}
.clear {
    clear: both;
}
#outer {
    text-align: center;
}
#wrapper {
    text-align: left;
    margin: auto;
    position: relative;
    width: 920px;
}
/* Header */
#head {
    width: 880px;
    height: 50px;
    margin-left: 20px;
}
#head a img {
    float: left;
}
#login-status {
    float: right;
    text-align: right;
    padding-top: 30px;
    font-weight: bold;
    color: #5A5644;
}
#login-status a {
    color: #5A5644;
    text-decoration: none;
}
#login-status a:hover {
    color: #F4EEDA; /*#9A8A65;*/
    text-decoration: underline;
}
/* Top background */
#bg-top {
    width: 920px;
    height: 21px;
}
#bg-top-left {
    width: 21px;
    height: 21px;
    background: url(../images/bg_main.png) 0 0 no-repeat;
    float: left;
}
#bg-top-center {
    width: 878px;
    height: 21px;
    background: #9A8A65 url(../images/bg_main.png) 0 -21px repeat-x;
    float: left;
}
#bg-top-right {
    width: 21px;
    height: 21px;
    background: url(../images/bg_main.png) -21px 0 no-repeat;
    float: left;
}
/* News section */
#news {
    width: 918px;
    height: 20px;
    background-color: #9A8A65;
    border-left: 1px solid #CEC4AB;
    border-right: 1px solid #CEC4AB;
    position: relative;
}
#news-container {
    width: 880px;
    height: 24px;
    position: absolute;
    top: -11px;
    left: 20px;
    padding-top: 2px;
}
#news-container .title {
    font-size: 11pt;
    font-weight: bold;    
    color: #F4EEDA;
}
#news a.more {
    position: absolute;
    top: 2px;
    left: 780px;
}
/* News list */
#news-banner {
    position: absolute;
    top: 0px;
    left: 70px;
}
#news-banner-left {
    width: 10px;
    height: 24px;
    background: url(../images/bg_main.png) 0 -372px no-repeat;
    float: left;
}
#news-banner-center {
    width: 680px;
    height: 22px;
    float: left;
    background-color: #CEC4AB;
    color: #74653D;
    font-size: 9pt;
    font-weight: normal;
    border-top: 1px solid #9A8A65;
    border-bottom: 1px solid #9A8A65;
}
#news-banner-right {
    width: 10px;
    height: 24px;
    background: url(../images/bg_main.png) -10px -372px no-repeat;
    float: left;
}
#news2 {
    width: 918px;
    height: 40px;
    background-color: #9A8A65;
    border-left: 1px solid #CEC4AB;
    border-right: 1px solid #CEC4AB;
    position: relative;
}

/* Bottom background */
#bg-bot {
    width: 920px;
    height: 29px;
}
#bg-bot-left {
    width: 21px;
    height: 29px;
    background: url(../images/bg_main.png) 0 -42px no-repeat;
    float: left;
}
#bg-bot-center {
    width: 878px;
    height: 29px;
    background: #9A8A65 url(../images/bg_main.png) 0 -71px repeat-x;
    float: left;
}
#bg-bot-right {
    width: 21px;
    height: 29px;
    background: url(../images/bg_main.png) -21px -42px no-repeat;
    float: left;
}
/* Top content background */
#bg-cnt-sep {
    width: 918px;
    height: 21px;
    background-color: #9A8A65;
    border-left: 1px solid #CEC4AB;
    border-right: 1px solid #CEC4AB;
    position: relative;
}
#bg-cnt-top {
    width: 920px;
    height: 21px;
    position: absolute;
    left: -1px;
    top: 0;
}
#bg-cnt-top-left {
    width: 21px;
    height: 21px;
    background: url(../images/bg_main.png) 0 -100px no-repeat;
    float: left;
}
#bg-cnt-top-center {
    width: 878px;
    height: 21px;
    background: #F4EEDA url(../images/bg_main.png) 0 -121px repeat-x;
    float: left;
}
#bg-cnt-top-right {
    width: 21px;
    height: 21px;
    background: url(../images/bg_main.png) -21px -100px no-repeat;
    float: left;
}
/* Content */
ul.menu {
    margin: 0px;
    padding: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 10pt;
}
ul.menu li {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px 5px 0px 6px;
    border-right: solid 2px #CEC4AB;
}
ul.menu li.clear {
    border-right: none;
}
h2.title {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}
p.desc {
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
#cnt-wrapper {
    width: 918px;
    min-height: 413px;
    position: relative;
    border-left: solid 1px #9A8A65;
    border-right: solid 1px #9A8A65;
    background-color: #F4EEDA;
    color: #5A5644;
}
#cnt-container {
    width: 878px;
    min-height: 425px;
    position: relative;
    left: 21px;
}
.tblData td {
    height: 25px;
    vertical-align: middle;
}
#cnt-box-left {
    width: 49%;
    float: left;
    border-right: dotted 1px #CCC;
}
#cnt-box-right {
    width: 49%;
    float: right;
}
.box-padding {
    padding: 10px;
}
/* Bottom content background */
#bg-cnt-bot {
    width: 920px;
    height: 21px;
}
#bg-cnt-bot-left {
    width: 21px;
    height: 21px;
    background: url(../images/bg_main.png) 0 -142px no-repeat;
    float: left;
}
#bg-cnt-bot-center {
    width: 878px;
    height: 21px;
    background: #F4EEDA url(../images/bg_main.png) 0 -163px repeat-x;
    float: left;
}
#bg-cnt-bot-right {
    width: 21px;
    height: 21px;
    background: url(../images/bg_main.png) -21px -142px no-repeat;
    float: left;
}
/* Login */
#login-outer {
    text-align: center;
}
#login-wrapper {
    width: 640px;
    position: relative;
    margin: auto;
    padding-top: 10px;
    text-align: left;
    color: #5A5644;
}
/* Login header */
#login-head-top {
    width: 640px;
    height: 20px;
    background: url(../images/login_bg.gif) 0 0 no-repeat;
}
#login-header {
    width: 638px;
    height: 210px;
    background-color: #F4EEDA;
    border-left: solid 1px #9A8A65;
    border-right: solid 1px #9A8A65;
    position: relative;
}
#login-header img {
    width: 610px;
    height: 220px;
    position: absolute;
    left: 15px;
    top: -5px;
}
#login-head-mid {
    width: 640px;
    height: 30px;
    background: url(../images/login_bg.gif) 0 -20px no-repeat;
}
/* Login content */
#login-cnt {
    width: 638px;
    background-color: #CEC4AB;
    border-left: solid 1px #9A8A65;
    border-right: solid 1px #9A8A65;
    font-weight: bold;
}
#login-box {
    width: 316px;
    float: left;
    border-right: solid 6px #9A8A65;
}
#welcome-box {
    width: 316px;
    float: right;
}
#login-cnt .box-padding {
    padding: 15px;
}
#login-cnt h2 {
    margin: 0px;
    padding: 0px;
    font-size: 15pt;
    font-weight: normal;
}
#login-cnt p {
    margin: 0px;
    padding: 0px;
}
#login-box a {
    color: #5A5644;
    text-decoration: none;
}
#login-box a:hover {
    color: #9A8A65;
    text-decoration: underline;
}
#login-cnt-bot {
    width: 640px;
    height: 20px;
    background: url(../images/login_bg.gif) 0 -50px no-repeat;
}
/* Popups */
#unpw-cnt {
    width: 98%;
}
#un-box {
    width: 49%;
    float: left;
    border-right: dotted 1px #CCC;
}
#pw-box {
    width: 49%;
    float: right;
}
/* Error Messages */
.failed, .succeded {
    padding: 5px;
    text-align: center;
}
.failed {
    background-color: #FCF5F5;
    border: solid 1px #990000;
    color: #990000;
}
.succeded {
    background-color: #F5FCF5;
    border: solid 1px #009900;
    color: #009900;
}
/* Footer */
#footer {
    font-size: 7pt;
    text-align: center;
    /*color: #5A5644;*/
    color:White;
    background-color:#9A8A65;
}
/* Survey */
.slide-out-div {
    padding: 10px;
    width: 180px;
    background: #FFF;
    border: #9A8A65 1px solid;
}
.slide-out-div p {
    line-height: 1.5;
}
/* Language link */
a.language
{
    color:#FFF;
    font-weight:bold;
    /*float: right;
    position: relative;
    top: 32px;*/
}
a.language:hover
{
    color: #666666;
}
/* Login error messages */
.failureNotification 
{
    color: Maroon;
}
.info
{
    padding: 20px;
    background: url(../images/information.png) no-repeat left;
}

.contributionRJ
{
    text-align: right;
    width:87px;
    border: 1px solid gray;
}

.contributionLJ
{
    text-align: left;
    width:87px;
    border: 1px solid gray;
}

.readonly
{
    background: #e1dbcb;
    text-align: right;
    width:75px;
    border: 1px solid gray;
}