body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #d1cdc1;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 8px;
    text-align: center;
}

.clr {
    clear: both;
}

p {
    margin: 0 10px 10px;
}

a, a:link, a:visited, a:hover, a:active {
    color: #953;
    text-decoration: none;
}

a:hover, a:active {
    color: #d64;
}

.bgShade0 {
    background-color: #fffff7;
}

.bgShade1 {
    background-color: #fff0c9;
}

.bgShade1_watermark {
    background-image: url( ../images/colour-panel-watermark.gif );
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bgShade2 {
    background-color: #efece8;
}

.bgShade3 {
    background-color: #d9ddd8;
}

.bgShade3_watermark {
    background-image: url( ../images/side-menu-watermark.gif );
    background-repeat: no-repeat;
    background-position: right bottom;
}

#wrapper {
    width: 779px;
    float: left;
    margin-bottom: 10px;
}

#logo {
    width: 168px; /*height: 45px;*/
    border: 0 dashed #fdd;
    float: right;
    padding-right: 20px;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

#messageContainer {
    margin-bottom: 10px;
    margin-left: 5px;
}

#content {
    position: relative;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    line-height: 18px;
    padding: 0 10px;
    text-align: left;
    border: 0 dotted #f00; /*width: 100%;*/
    margin-top: -80px;
    width: 750px;
}

*:first-child+html #content {
    width: 760px;
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    line-height: normal;
}

h2 {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #333;
    line-height: normal;
}

h3 {
    color: #555555;
    font-size: 10pt;
}

p.note {
    font-family: sans-serif;
    font-size: 75%;
    line-height: normal;
    color: #444;
}

ol {
    font-family: sans-serif;
    font-size: 90%;
    color: #444;
}

ol li span {
    font-size: 90%;
    line-height: normal;
}

form p {
    width: 90%;
    clear: left;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    text-align: left;
}

label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 5px;
    text-align: left;
}

form label {
    cursor: pointer;
}

input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666;
    background-color: #fff;
    border: 1px solid #a5acb2;
}

input:focus,
    select:focus,
    textarea:focus {
    background-color: #fffff8;
    border: 1px solid #f60;
    color: #222;
}

.button-complete {
    border: 2px solid #0d0;
    background-color: #bfb;
}

.button-fail {
    border: 2px solid #d00;
    background-color: #fbb
}

p.ctr, div form p.ctr {
    width: 100%;
    text-align: center;
}

td.ctr {
    text-align: center;
}

.small {
    font-size: 90% !important;
}

.tiny {
    font-size: 65% !important;
}

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

span.note {
    padding-left: 1px;
    color: #c44;
}

em.note {
    color: #b44;
}

button {
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px;
}

.shadowBox,
    .fieldset {
    position: relative;
    width: 550px;
    margin-bottom: 10px;
    border: 0 dotted red;
    float: left;
}

.fieldset {
    margin-left: 4px;
    margin-right: 8px;
    background-color: #efece8;
}

.shadowBox div,
    .fieldset div {
    height: 15px;
}

.shadowBox div.top,
    .fieldset div.top {
    background: url( ../images/border_tr_clear.gif ) no-repeat;
    background-position: top right;
}

.shadowBox div.top img, .shadowBox div.bottom img,
    .fieldset div.top img, .fieldset div.bottom img {
    float: left;
}

.shadowBox div.bottom,
    .fieldset div.bottom {
    clear: both;
    height: 17px;
    background: url( ../images/border_br_clear.gif ) no-repeat;
    background-position: bottom right;
}

.shadowBox .content,
    .fieldset .content {
    clear: both;
    margin: 0;
    padding: 0 0 0 0;
    height: 100%;
    background: url( ../images/border_l_clear.gif ) repeat-y;
    background-position: top left;
    border: 0 solid blue;
}

.shadowBox .content div,
    .fieldset .content div {
    margin: 0 0 0;
    height: 100%;
    background: url( ../images/border_r_clear.gif ) repeat-y;
    background-position: top right;
}

.shadowBox .content div div,
    .fieldset .content div div {
    clear: both;
    margin: 0;
    padding: 0 10px;
    border: 0 dotted green;
    background: none;
}

.shadowBox .content div div h1,
    .fieldset .content div div h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #a7202e;
    margin: -6px 0 0;
    padding: 0;
    float: left;
    border: 0 dotted green;
    text-transform: uppercase;
}

* html .shadowBox .content div div h1,
    * html .fieldset .content div div h1 {
    margin: 0;
}

*:first-child+html .shadowBox .content div div h1,
    *:first-child+html .fieldset .content div div h1 {
    margin: 0;
}

.fieldset .content div div h1 {
    color: #666;
}

.shadowBox .content div div p,
    .fieldset .content div div p {
    width: 100%;
    clear: both;
    border: 0 dotted red;
    margin: 0;
    padding: 0;
    padding-top: 6px;
}

.fieldset .content div div table {
    padding-top: 5px;
    clear: both;
    width: 100%;
}

.val td {
    white-space: nowrap;
}

.fieldsetLabelCell {
    width: 30%;
}

.fieldsetLabelCell label {
    float: right;
    white-space: nowrap;
    width: 100%;
}

.fieldsetHelpCell {
    text-align: left;
}

.shadowBox .content .fieldsetSpacer,
    .fieldset .content .fieldsetSpacer {
    /* IE5/win puts the margin-bottom of the content divs final element
                 OUTSIDE the containing box (div.content), instead of putting it
                 inside the containing boxs edge. So it needs this spacer. */
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.solidBorder0 {
    border: 1px solid #eed;
}

.solidBorder1 {
    border: 1px solid #ddc;
}

.solidBorder2 {
    border: 1px solid #ccc;
}

.solidBorder3 {
    border: 1px solid #ccb;
}

.solidBorder4 {
    border: 1px solid #cba;
}

.bgColor0 {
    background-color: #fefbf7;
}

.bgColor1 {
    background-color: #fbf8f4;
}

.bgColor2 {
    background-color: #ccc;
}

.bgColor3 {
    background-color: #ccb;
}

.bgColor4 {
    background-color: #cba;
}

#footer {
    background: #d75 url( ../images/bg_footer.gif ) repeat-x;
    background-position: center left;
    border-top: 1px solid #e97;
    clear: left;
    width: 100%;
    color: #fff;
    height: 25px;
    font-size: 11px;
}

#footer p {
    margin: 0;
    padding: 5px 10px;
}

.navlist a,
    #footer a {
    color: #fff;
    padding: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#header {
    width: 779px;
    min-width: 779px;
    height: 237px;
    font-size: 1em;
    padding: 0;
    border: 0 solid #ccc;
    background-color: #fff;
    background-image: url( ../images/bg_header.gif );
}

#header_top {
    width: 779px;
    min-width: 779px;
    height: 35px;
    font-size: 1em;
    padding: 0;
    background-color: #c33;
    background-image: url( ../images/bg_header.gif );
    background-position: top left;
    border: 0 dotted blue;
}

#header_bottom {
    width: 779px;
    min-width: 779px;
    height: 80px;
    font-size: 1em;
    padding: 0;
    background-color: #fff;
    background-position: bottom left;
}

#header h1,
    #header_top h1 {
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    background: #eee;
    color: #79b30b;
}

#container {
    width: 779px;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #fffff7;
}

#navcontainer {
    width: 759px;
    text-align: left;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 6px;
    border: 0 dotted green;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}

#navcontainer li {
    display: inline;
    padding: 8px;
}

#navcontainer a {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#navcontainer .current {
}

#navcontainer a:hover, #footer a:hover {
    color: #fedb7f;
}

#navcontainer #navlist .current {
    background-image: url( ../images/nav-on-mid.gif );
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
}

#subnavcontainer #subnavlist {
    background-color: #fde092;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: -8px;
    margin-bottom: 4px;
}

#subnavcontaine #subnavlist .current {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
}

#subnavcontainer a:hover {
    color: #fff;
}

#subnavcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}

#subnavcontainer li {
    display: inline;
    padding: 8px;
}

#subnavcontainer .current {
    font-weight: bold;
}

#subnavcontainer a {
    font-weight: normal;
    color: #bd5356;
    text-decoration: none;
}

.paginator a {
    padding: 2px;
    margin-right: 5px;
    border: 1px solid;
}

.paginator .currentStep {
    padding: 2px;
    margin-right: 5px;
}

.step, .prevLink, .currentStep {
    margin-right: 5px;
}

.paginateButtons {
    border-top: 6px solid #c74a34;
}

.rounded {
    padding-left: 5px;
    padding-right: 5px;
    height: 19px;
}

table {
    width: 750px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-collapse: collapse;
}

tr.altrow {
    background-color: #f8f4ec;
}

td {
    vertical-align: top;
    padding-left: 5px;
}

td.name {
    white-space: nowrap;
    width: 5%;
}

table.general-list td {
    border-bottom: 1px solid #eed;
}

th {
    padding: 2px 4px 1px;
    font-size: 8pt;
    text-align: left;
    color: #fff;
    background-color: #c74a34;
    border-bottom: 6px solid #FDE092;
}

th.key {
    background-color: #887;
}

th a:link, th a:visited, th a:hover {
    color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
}

th.key a:link, th.key a:visited, th.key a:hover {
    color: #fff;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url( ../images/skin/sorted_asc.gif );
}

th.desc a {
    background-image: url( ../images/skin/sorted_desc.gif );
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url( ../images/skin/information.png ) 8px 50% no-repeat;
    color: #006dba;
    padding: 5px 5px 5px 30px;
}

span.errors {
    background: #fff3f3;
    border: 1px solid red;

}

.errors {
    color: #cc0000;
}

.errors ul {
    list-style: none;
    padding: 0;
}

.errors li {
    background: url( ../images/skin/exclamation.png ) 8px 0 no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

.strengthholder {
    text-align: right;
}

/* Password Strength */

.pstrength-minchar {
    font-size: 0.8em;
}

tr.completed {
    background-color: #cfc;
}

tr.mine {
    background-color: #ff6;
}

tr.next {
    background-color: #ffc;
}

.buttons {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* due dates */
span.date-overdue {
    color: #f00
}

span.date-warn {
    color: #ff6600
}

span.date-good {
    color: #0c0
}

span.date-completed {
    color: #333;
}

/* progress bars */
div.date-overdue {
    background: #f33
}

div.date-warn {
    background: #ff6600
}

div.date-good {
    background: #6c6
}

div.date-completed {
    background: #ddd;
    color: #999;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

.ui-datepicker-current-day a {
    border: 1px solid #6666FF !important;
}

.ui-datepicker-today a {
    background: #FFDADA !important;
}

.comment-normal, .comment-fail {
    margin-bottom: 5px;
    padding: 10px;
    width: 60%;
}

.comment-normal {
    border: 2px solid #aaa;
}

.comment-fail {
    border: 2px solid #f00;
}

.comment strong {
    float: right;
}

/* Help Icons cluetip-class(customised) */
.helptip {
    vertical-align: top;
    margin-left: 5px;
}

.cluetip-default {
    background-color: #fff0c9;

}

.cluetip-default #cluetip-outer {
    background-color: #fff0c9;
}

.cluetip-default h3#cluetip-title {
    margin: 0 0 0;
    padding: 0 0 0;
    padding-left: 5px;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    background-color: #be4129;
}

#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url( ../images/wait.gif );
}

.cluetip-default #cluetip-inner {
    padding: 0;
    padding-left: 5px;
    font-family: arial;
    font-size: 10px;
    color: #333333;
    text-align: left;
}

.cluetip-default div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

