

/* main.css */

@charset "utf-8";
/* CSS Document */

body {
	background-color: #fffffe;
}

/******** HTML Elements ********/
.myBody {
    font-family:StoneSansITCStd-Medium,Helvetica,sans-serif;
    background:url(images/background.svg) no-repeat;
    margin:0;
    padding:0;
    color: #000001;
}


input {
    background:#fffffe;
    color: #010101;
}
textarea {
    background:#fffffe;
    color: #010101;
}

select {
  background:#fffffe;
  color: #010101;
}

img { border: 0; }
fieldset { display: inline; border: 0; margin: 0; padding: 0; }
form { display: inline; border: 0; margin: 0; padding: 0; }

.content {
    margin-left: 10px;
    margin-right: 10px;
    width: 98%;
}

.bannerContainer {
    background: #24435B;
    height: 32px;
    width: 100%;
    border-top: 3px solid #24435B;

    text-align: left;
    padding-top: 5px;
    font-size: 14pt;
    font-family:StoneSansITCStd-Medium,Helvetica,sans-serif;
    margin-bottom: 15px;
}

.bannerContainer a:link,
.bannerContainer a:visited,
.bannerContainer a:active {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.bannerContainer a:hover, .bannerContainer a:focus {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}


.topNavContainer {
    position: absolute;
    right:8px;
    top:14px;
    font-size: xx-small;
    color: #fff;
    text-align: right;
}

input {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: x-small;
    vertical-align: middle;
}

.trafficLights {
    height:18px;
    width:39px;
    margin-left: 1px;
    margin-right: 1px;
    background:transparent url(images/TrafficLights.png) no-repeat;
    color:transparent;
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    display: inline-block;
    cursor:pointer;
}

#footer, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: xx-small;
    text-align: right;
    color: #999999;
    height:50px;

    position: relative;
    text-decoration: none;
}

.topNavButton {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: xx-small;
    color: #24435B;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 0 2px;
    white-space: nowrap;
    margin-right: 2px;
}

.topNavButton img {
    margin-right: 2px;
    vertical-align: middle;
}

.topNavButton a:link, .twTopNavButton a:visited, .twTopNavButton a:active, .twTopNavButton a:hover {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: xx-small;
    color: #24435B;
    text-decoration: none;
    padding: 0 3px 1px;
    font-weight: bold;
    margin-top: -1px;
    margin-bottom: -2px
}

.topPageTitle {
    background-color: #24435B;
    font-size: small;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
    font-weight: bold;
}


.welcomeText {
    margin: 0 auto;
    width: 270px;
    text-align: left;
}

.welcomeText h1 {
    font-size: small;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 5px 0;
    color: #FF8844;
}

.welcomeText h2 {
    font-size: xx-small;
    margin: 0 0 10px 0;
    padding-top: 0;
    color: #FF8844;
    font-weight: normal;
}

.loginBlock {
    width: 330px;
    margin: 0 auto;
    padding: 0 5px 5px 5px;
}


.siteMsg {
    padding: 10px 10px 20px;
    text-align: center;
    font-size: xx-small;
    color: #89A3B7;
}

.tableTitle {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    margin-top: 10px;
    margin-bottom: 8px;
    border: 0 solid #EDEDBE;
    text-align: center;
    font-weight: bold;
    color: #254379;
    font-size: 17pt;
}

.editPageShell {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    text-align: center;
}


.editPageShellContainer {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    width: 600px;
    padding: 2px;
    margin: 0 auto;
}


/* container for row in edit pages containing LABEL SPAN and FORM SPAN */
div.editPageRow {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    clear: both;
    padding-top: 1px;
}


/* LABEL SPAN */
div.editPageRow span.editLabel {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    float: left;
    width: 200px;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12pt;
    font-weight: bold;
    color: #24435B;
}

div.editPageRow span.editLabelSm {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    float: left;
    width: 180px;
    margin-top: 5px;
    text-align: right;
    font-size: 10pt;
    color: #24435B;
}

div.editPageRow span.valueSm {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    float: left;
    width: 500px;
    padding-left: 190px;
    text-align: left;
    margin-top: -15px;
    font-size: 10pt;
    font-weight: normal;
    color: #000;
}

/* ERROR SPAN */
div.editPageRow span.errorLabel {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    float: left;
    width: 450px;
    padding-left: 212px;
    text-align: left;
    margin-top: -9px;
    margin-bottom: 2px;
    font-size: 11pt;
    color: #DD0000;
}

div.errorList {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    float: left;
    width: 650px;
    padding-left: 50px;
    text-align: left;
    padding-top:10px;
    padding-bottom:6px;
    margin-bottom: 2px;
    font-size: xx-small;
    color: #DD0000;
}


/* FORM SPAN */
div.editPageRow span.editForm {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    float: right;
    width: 385px;
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    /*margin-top: -2px;*/
}

div.editPageRow span.editFormComment {
    float: right;
    width: 385px;
    text-align: left;
    font-size: xx-small;
    font-weight: normal;
    color: #777;
    margin-top: -3px;
    margin-bottom: 4px;
}

div.editPageRow span.editFormTB {
    float: right;
    width: 485px;
    height: 200px;
    text-align: left;
    font-size: xx-small;
    font-weight: bold;
    color: #000;
    /*margin-top: -2px;*/
}


/* submit buttons bottom of edit/login pages */
div.editPageRow span.editButtons {
    padding: 5px 5px 10px 5px;
    float: right;
    width: 285px;
    text-align: left;
}


.dataTable {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: 10pt;
    border: 1px #315E84  solid; /*0E2D92*/
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0; /*Changed for admin page. Was originally 10px 13.03.05*/
    margin-bottom: 5px; /*Changed was -10px*/
    width: 98%;
}

.TableDataBigger {
    color: #111111; padding: 0 0 10px 0; border: 0 #999999 solid; vertical-align: middle;
    font-family:StoneSansITCStd-Medium,Helvetica,Arial,sans-serif;
    font-size: 12pt;
}
.TableDataBigger a:link, .TableDataBigger a:visited, .TableDataBigger a:active {  color: #111111; text-decoration: none}
.TableDataBigger a:hover {  color: #24435B; }

.TableDataBiggerRight {
    position: inherit;
    color: #111111;
    font-family:StoneSansITCStd-Medium,Helvetica,Arial,sans-serif;
    font-size: 14pt;
    float: right;
}

/*  DATA TABLE CAPTIONS
	------------- (applies to edit tables as well)  :::: May not be needed (check) --------------*/

.dataTableCaption {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 12pt;
    top: 2px;

    text-align: center;
    color: #254379;
}



/*	DATA TABLE HEADER
	------------------------------------------------------ */

.dataTableHeader { background-color: #24435B}

.dataTableSubHeader { background-color: #76afed}

.dataTableHeader th, .dataTableHeader td {
    color: #fff;
    font-size: x-small;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    border: 1px #24435B;
    border-left-width: 0;
    background:#24435B;
}

.dataTableHeader a:link,
.dataTableHeader a:active,
.dataTableHeader a:visited {
    color: #FFFFFF ! important;
    text-decoration: none ! important
}

.dataTableHeader a:hover {
    color: #D3E4FF ! important;
    text-decoration: none ! important
}

.rowOdd {
    background-color: #fff;
}

.rowOdd td {
    text-align: left;
    padding: 3px;
    font-weight: normal;
    vertical-align: top;
    border: 0 #4585BA;
    border-right-width: 1px; /*#185485;*/

}

.rowOdd th {
    text-align: left;
    padding: 3px;
    font-weight: normal;
    vertical-align: top;
    border: 0 #4585BA;
    border-right-width: 1px; /*#185485;*/
}

.rowEven {
    background-color: #EFF7FF;
}

.rowEven td {
    text-align: left;
    padding: 3px;
    font-weight: normal;
    vertical-align: top;
    border: 0 #4585BA;
    border-right-width: 1px;

}


.rowOdd span.editLabelSm {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
    font-size: 8pt;
    color: #24435B;
}



.rowOdd span.valueSm {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-size: 10pt;
    color: #000;
}


.rowEven th {
    text-align: left;
    padding: 3px;
    font-weight: normal;
    vertical-align: top;
    border: 0 #24435B;
    border-right-width: 1px;

    /*
      white-space: nowrap;
        */
}
.rowEven a:link, .rowEven a:visited, .rowEven a:active {  color: #000000; text-decoration: none}
.rowEven a:hover {  color: #24435B; }
.rowOdd a:link, .rowOdd a:visited, .rowOdd a:active {  color: #000000; text-decoration: none}
.rowOdd a:hover {  color: #24435B; }



.icons {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
}

.textButton,
.textButton a:link,
.textButton a:visited,
.textButton a:active {
    font-weight: bold;
    font-family: StoneSansITCStd-Medium, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    background-color: #007947;
    white-space: nowrap;
}

.textButton a:hover {
    text-decoration: underline;
}


.textButton img {
    border: 0;
    vertical-align: middle;
}

.bodyPlain {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: 12pt;
    background-color: #fff;
    margin: 5px 5px 10px;

    padding: 0;
}

.smBodyPlain {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: 12pt;
    background-color: #fff;
    margin: 0 0 3px;
    padding: 0;
}

.bodyPlain img { border: none;}

.bodyPlain div {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    text-align: center;
    font-size: 12pt;
}

#passwordStrength {
    height:12px;
    display:block;
    float:left;
}
.strength0 {
    width:150px;
    background:#cccccc;
}
.strength1 {
    width:30px;
    background:#ff0000;
}
.strength2 {
    width:60px;
    background:#ff5f5f;
}
.strength3 {
    width:90px;
    background:#56e500;
}
.strength4 {
    background:#4dcd00;
    width:120px;
}
.strength5 {
    background:#399800;
    width:150px;
}


DIV.table-row {
    font-size: xx-small;
    margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
    padding: 0; text-align: center; width: 90%;
}

DIV.table-cell-left-40 {
    border: none; float: left; margin: 0; padding: 0; width: 40%;
}

DIV.table-cell-left-60 {
    border: none; float: left; margin: 0; padding: 0; width: 60%;
}


.banner_ident,
.banner_ident a:link,
.banner_ident a:visited,
.banner_ident a:active {
    margin-top: -20px;
    text-align: right;
    color: #24435B;
    line-height: 20px;
    font-family:StoneSansITCStd-Medium,Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding-right: 3px;
}

.banner_ident a:hover, .banner_ident a:focus {
    color: #007947;
    text-decoration: underline;
}

.mainHeading {
    color: #007947;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin: 10px 0;
    font-weight: bold;
    font-family:StoneSansITCStd-Medium,Helvetica,Arial,sans-serif;
    text-rendering: optimizelegibility;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-top: -15px;
}

.mandatoryField {
    background-color: #FFFFDD;
    margin: 4px 10px 4px 0;
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: 12pt;
    vertical-align: middle;
    border-style: solid;
    border-color: #7F9DB9;
}

.CellText {
    font-family: StoneSansITCStd-Medium,Helvetica,sans-serif;
    font-size: 10pt;
    text-align: center;
}