html, body {
    height: 100%;
}
html {
    color: #5F666C;
    font-family: Georgia, serif;
    font-size: 70%;
}
@-moz-document url-prefix() {
    html {
        font-size: 65%;
    }
} 
body {
    background-color: #F4F4F5;
    font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 3.6em;
}

h2 {
    font-size: 3.2em;
}


h3 {
    color: #4599C5;
    font-size: 3.0em;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h3.subhead {
    color: #1F2C33;
    font-family: Georgia, serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}

/*h4 {
    font-size: 1.8em;
    font-weight: normal;
}

h5 {
    font-size: 1.4em;
}*/
h4 {
    color: #4599C5;
    font-size: 1.3em;
    font-weight: normal;
}

h5 {
    color: #5F666C;
    font-size: 2.0em;
    font-weight: normal;
}

h6 {
    color: #4599C5;
    font-size: 2.0em;
    font-weight: normal;
}

p {
    color: #5F666C;
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 1.0em;
}

a {
    color: #4599C5;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

input[type=text] {
    padding: 3px 8px;
}

#mainContainer {
    min-height: 100%;
    width: 100%;
}

.menuBar {
    background: url(../images/nav_tall.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden; 
    width: 100%;
    height:100px;
}
#navContainer {
    background: url(../images/nav_tall.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    height:100px;
}

#navContainer div.navmenu {
    height: auto;
}

#navContainer ul.main {
    height: 100px;
    margin: 0px auto;
    width: 947px;
}

#navContainer ul.main li {
    display: inline;
    margin-top: 1px;
}

.hdrHeading1{

    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.7em;
    letter-spacing: 0.04em;
    line-height: 4.8em;
    margin: 10px 50px 20px 0px;
    padding-right: 14px;
    text-decoration: none;
    position:relative;
    bottom: 32px;
}

.hdrHeading2{
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 4.8em;
    margin: 10px 50px 20px 0px;
    padding-right: 14px;
    text-decoration: none;
}
#navContainer ul.main a:hover {
    color: #7AD100;
    transition: all 0.5s ease;
}

#navContainer ul.main li.nomenu a {
    background: none;
    padding-right: 0px;
} 

#navContainer ul.main li.last a {
    margin-right: 0px;
}

#navContainer ul.main li.home {
    display: block;
    width: 240px;
    float: left;
    height: 64px;
    margin-top: 0px;
    padding-top: 20px;
    background: url(../images/whitescreen.png) no-repeat left -46px top 0px;
}

.homeLogo {
    width:300px;
    height:80px;
    display: block;

    background: url(../../resources/images/whitescreen.png) no-repeat;  
}


#navContainer ul.main li.home a {
    background: none;
}

#navContainer div.dropmenu {
    background-color: #FFF;
    display: none;
    float: left;
    font-family: Georgia, serif;
    left: 0px;
    position: absolute;
    top: 100px;
    width: 99%;
    z-index: 100;
    margin-left: 5px;
    border: solid 2px #226695;
}

#navContainer div.dropmenu div.content {
    background: url(../images/nav_content.gif) repeat-y left top;
    margin: 30px auto 0px;
    overflow: hidden;
    width: 940px;
}

#navContainer div.dropmenu div.links {
    float: left;
    padding-right: 20px;
    width: 250px;
}

#navContainer div.dropmenu div.links li {
    clear: left;
    display: list-item;
    margin-bottom: 7px;
    margin-left: 15px;
}

#navContainer div.dropmenu div.links li.last {
    margin-bottom: 20px;
}

#navContainer div.dropmenu div.links a {
    background: none;
    color: #1F2C33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    text-decoration: none;
}

#navContainer div.dropmenu div.links a:hover {
    color: #7AD100;
    transition: all 0.5s ease;
}
#navContainer div.dropmenu div.links h3 {
    color: #4599C5;
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 5px;
}



#navContainer div.dropmenu div.info {
    float: right;
    padding-left: 35px;
    width: 610px;
}

#navContainer div.dropmenu div.info h3 {
    color: #1F2C33;
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 16px;
}

#navContainer div.dropmenu div.data {
    float: left;
    width: 300px;
}

#navContainer div.dropmenu div.data a {
    background: none;
    color: #4599C5;
    font-size: 1.0em;
    letter-spaceing: 0em;
    line-height: 1em;
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
}

#navContainer div.dropmenu div.media {
    float: right;
}

#navContainer div.dropmenu div.close {
    clear: both;
    height: 20px;
    margin: 10px auto 0px;
    padding: 0px 0px 20px 0px;
    width: 940px;
}

#navContainer div.dropmenu div.close a {
    background: url(../images/x.gif) no-repeat right 2px;
    color: #c8cccf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    float: right;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    padding-right: 16px;
    text-decoration: none;
}

#navContainer div.mobileToggle {
    display: none;
}

#pageContainer {
    background: url(../../resources/images/page.jpg) repeat-x left top;
    clear: left;
    overflow: hidden;
    padding-bottom: 220px;
    padding-left: 20px;
}

#headerContainer {
    border-bottom: solid 1px #CFCFCF;
    height: auto;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 20px auto 0px;
    padding: 0px 0px 0px 0px;
    width: 940px; 
}

#headerContainer h1 {
    float: left;
    width: 160px;
}

#headerContainer h2 {
    width: 160px;
    color: #999999;
    font-size: 3.2em;
    font-weight: normal;
}

#headerContainer ul {
    float: right;
}

#headerContainer li {
    border-right: 1px solid #4599C5;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

#headerContainer li.last {
    padding-right: 0px;
}

#headerContainer a {
    color: #4599C5;
    text-decoration: none;
}

#headerContainer form {
    clear: right;
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 0px 0px;
}

#headerContainer input[type=text] {
    background-color: #f4f4f5;
    border-left: 1px solid #bfc2c4;
    border-top: 1px solid #bfc2c4;
    border-right: 1px solid #f4f4f5;
    border-bottom: 1px solid #f2f2f3;
    margin-right: 4px;
}

#userInfoContainer {
    float: right;
    width: 440px;
}

#titleContainer1 {
    float: left;
    width: 495px;
}
#titleContainer1 h2 {
    color: #999999;
    font-size: 2.2em;
    font-weight: normal;
    margin: 0px auto 0px;
    width: 100%;
}





#titleContainer {
    margin: 0px auto;
    width: 1020px;
}

#titleContainer h2 {
    color: #999999;
    font-size: 3.2em;
    font-weight: normal;
    margin: 26px auto 0px;
    width: 940px;
}

#contentContainer {
    margin: 20px auto 0px;
    width: 1060px;
}

#sidebarContainer {
    font-family: Arial, Helvetica, sans-serif;
    float: left;

}

#sidebarContainer ul {
    padding-top: 20px;
}

#sidebarContainer li {
    line-height: 1.4em;
    margin: 0px 0px 10px 0px;
}

#sidebarContainer a {
    color: #4599C5;
    font-size: 1.5em;
    text-decoration: none;
}
#sidebarContainer a:hover {
    color: #7AD100;
    transition: color 1.0s ease;
}

#dataContainer {
    background-color: #FFFFFF;
    float: left;
    margin: 0px 0px 30px 0px;
    padding-left: 5px;
    width: 810px;
}

#dataContainer ul {
    margin: 0px 0px 2em 3em;
}

#dataContainer li {
    font-size: 1.4em;
    line-height: 1.6em;
}

#dataContainer div.title {
    border-bottom: 1px solid #e0e0e0;
    margin: 0px 0px 20px 0px;
    padding-bottom: 34px;
}

#dataContainer div.tocitem {
    margin-bottom: 3em;
    width: 80%;
}

#dataContainer div.tocitem h4 {
    margin-bottom: 0.6em;
}

#dataContainer div.tocitem p {
    margin-bottom: 0.6em;
}

#dataContainer div.tocitem a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#dataContainer img.right {
    float: right;
    padding: 10px 0px 10px 10px;
    position: relative;
}

#headerImageContainer {
    margin-bottom: 20px;
    width: 675px;
}

#footerContainer {
    background-color: #1F2C33;
    clear: both;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    height: 170px;
    margin-top: -220px;
    position: relative;
}

#footerContainer div.content {
    margin: 0px auto 0px;
    padding: 20px 0px 0px 0px;
    width: 1020px;
    position: relative;
}

#footerContainer p {
    color: #fff;
    font-size: 1.6em;
}

#footerContainer div.form {
    float: left;
}

#footerContainer div.form label {
    float: left;
    font-size: 1.3em;
    padding-bottom: 8px;
}

#footerContainer div.form div.field {
    float: left;
    margin-right: 10px;
}

#footerContainer div.form input[type=text] {
    background-color: #424d53;
    border-left: 1px solid #080b0d;
    border-top: 1px solid #080b0d;
    border-right: 1px solid #71787d;
    border-bottom: 1px solid #71787d;
    clear: left;
    float: left;
}

#footerContainer div.form input[type=button] {
    margin-top: 22px;
}

#footerContainer div.contact {
    float: left;
    width: 940px;
}

#footerContainer div.contact div.logo {
    float: right;
    margin-top: 1px;
}

#footerContainer div.contact ul {
    clear: none;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#footerContainer div.contact li {
    display: inline;
    margin-left: 20px;
}

#footerContainer div.contact a {
    color: #5F666C;
    font-size: 1.3em;
    text-decoration: none;
}

.button {
    background-color:#4599C7;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    padding:5px 23px;
    text-decoration:none;
    border: 0px solid #4599C7;
}.button:hover {
    background-color:#dfdfdf;
    cursor:  pointer;
}.button:active {
    position:relative;
    top:1px;
}

.textField {
    background-color: #fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    color:#888;
    font-family:arial;
    font-size:13px;
    padding:5px 23px;
    text-decoration:none;
    border: 1px solid #4599C7;
    transition: all 1.0s ease;
}

.tinynav {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.videoContainer {
    display: none;
}




/*****  Custom stuff  ******/
#manageProfileContainer {
    width: 900px;
    margin: 0px auto 20px auto;
    /*    border: solid 1px #226695;*/
    background-color: #fff;
    clear: both;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

#connectionStatus {
    float: right;
    margin-top: -15px;
}



/*** Panel ***/
.myTabSet {
    font-family:arial;
    font-size:13px;
}
.myTabSetBtm {}
.myTabSetCnt {}
.myTabSetCntBtm {}
.myTabSetSpcr {}
.myTabSetSpcrBtm {}
.myTabSetHdrIconLft {}
.myTabSetHdrIconRt {}
.myTabSetHdrLbl {}


.icePnlTb {
    font-family:arial;
    font-size:14px;
    color: #4599C5;
}

.icePnlTbOn{
    font-family:arial;
    font-size:15px;
    color: #4599C5;
}

.icePnlTbOn .LftTop {
}
.icePnlTbOn .MidTop {
}
.icePnlTbOn .RtTop {
}


.icePnlTbOff{
    font-family:arial;
    font-size:12px;
    color: #4599C5;
}
.icePnlTbOver{
    font-family:arial;
    font-size:12px;
    color: #4599C5;
}


#errorMessages {
    margin-bottom: 10px;
}

#passwordPolicy {
    display: none;
    position: absolute;
    margin: 170px 0px 0px 293px;
    /*    height: 270px;
        width: 350px;*/
}

#passwordPolicy1 {
    display: none;
    border: solid 3px red;
    position: absolute;
    margin: 103px 0px 0px 193px;
    height: 200px;
    width: 350px;
}

/**********/

#emailAddress {
    margin: 50px 0px 20px 350px;
    position: absolute;
    width: 450px;
    height: 350px;
    border: solid 1px #3D9CDA;
    background-color: #DCEEF8;
    display: none;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

.outputLink a {
    color: #000;
    font-size: 1.0em;
}

.emailHint {
    margin: 50px 0px 20px 250px;
    position: absolute;
    width: 550px;
    height: 350px;
    border: solid 1px #3D9CDA;
    background-color: #DCEEF8;
    display: none;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    outline: none;
    box-shadow: 0 0 10px #555;
}

.curved {
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

/**** wizard ****/
.wizard {
    margin: 0px 0px 10px 0px;
    padding: 2px 2px 2px 2px;
    border: solid 1px #CFCFCF;
    background-color: #fff;
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.wizard a {
    padding: 11px 12px 10px 12px;
    margin: 3px 3px 3px 3px;
    background:#efefef;
    position:relative;
    display:inline-block;
}

.wizard a:before {
    width:0px;
    height:0px;
    border-top: 16px inset transparent;
    border-bottom: 16px inset transparent;
    border-left: 16px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.wizard a:after {
    width:0px;
    height:0px;
    border-top: 16px inset transparent;
    border-bottom: 16px inset transparent;
    border-left: 16px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -16px;
    z-index:2;
}

.wizard a:first-child:before {border:none;}
.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 5px 0 18px;
    position:relative;
    top:-1px;
}
.wizard a:first-child .badge {margin-left:5px;}

.wizard .current {
    background: #DCEEF8;
    color: #000;
}
.wizard .current:after {
    border-left-color:#DCEEF8;
}

.wizard .complete {
    background: #A7E9A7;
    color: #222;
}
.wizard .complete:after {
    border-left-color: #A7E9A7;
}


/*.wizardCurrent {
    color: #5F666C;
    font-size: 2.0em;
    font-weight: normal;
    float: left;
    padding-right: 10px;
}

.wizardComplete {
    color: #399800;
    font-size: 2.0em;
    font-weight: normal;
    float: left;
    padding-right: 10px;
}

.wizardNotComplete {
    color: #CFCFCF;
    font-size: 2.0em;
    font-weight: normal;
    float: left;
    padding-right: 10px;
}*/




/* Data table style */
.iceDatTbl{
    width: 605px;
    font-size: 1.4em;
}
.iceDatTblCol{

}
.iceDatTblCol1{

}
.iceDatTblCol2{

}
.iceDatTblColHdr{

}
.iceDatTblColHdr1{

}
.iceDatTblColHdr2{

}
.iceDatTblRow1{

}
.iceDatTblRow1:hover{
    background-color: #DCEEF8;
    outline: none;
    box-shadow: 0 0 2px #4599C7;
    transition: all 1.0s ease;
}
.iceDatTblRow2{
    background-color: #F0F0F0;
}
.iceDatTblRow2:hover{
    background-color: #DCEEF8;
    outline: none;
    box-shadow: 0 0 2px #4599C7;
    transition: all 1.0s ease;
}

.iceDatTblHdr{
}
.iceDatTblFtr{

}


.loginHelp a {
    background: none;
    color: #4599C5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    text-decoration: none;
}

.loginHelp a:hover {
    color: #7AD100;
    transition: all 0.5s ease;

}
input[type="text"][disabled] {
    background-color: lightgray;
}


#titleContainer h2 {
    color: #999999;
    font-size: 2.2em;
    font-weight: normal;
    margin: 0 auto;
    width: 100%;
}

.required {
    color :red;
}

.iceOutTxt {
    font-size: 14px;
}

.iceCmdBtn {
    background-image: url("../images/secondary-enabled.gif");
    background-repeat: repeat;
    border: 1px solid #4599C7;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 25px;
    margin: 0 5px 0 0;
    width: 100px;
}

.loginError {
    padding-top: 3px;
}

.namedSection {
    -moz-border-radius:15px;border-radius: 15px;border:1px solid black;padding:10px;
    margin-bottom: 20px;
}

.namedSectionTitle {
    position:relative; top: +5px;left:10px; background-color: white;font-size: 16px;font-weight: bold;padding-left: 5px;padding-right: 5px;
}
.registrationGrid td{
    vertical-align: middle;
    height:40px;
}
.rw120 {
    width: 120px;
    padding-left:3px;
}
.rw120_1 {
    width: 120px;
    padding-left:20px;
}
.rw120_2 {
    width: 120px;
    padding-left:30px;
}

.rw180 {
    width: 180px;
    padding-left:3px;
}

.rw240 {
    width: 240px;
    padding-left:3px;
}

.rw463 {
    width: 463px;
    padding-left:3px;
}

.registerationGrid td, .registerationQuestionGrid td{
    vertical-align: middle;
    padding-left:3px;
    width:150px;

    height:40px;
}

.registerationQuestionGrid td{
    width:auto;
    height:120px;
}

.ui-inputfield1 {
    width:180px;
}

.ui-inputfield {
    width:140px;
}

.registerationQuestionGrid td .ui-inputfield{
    width:500px;
    border:1px solid;
} 

.registerationData {
    font-size: 12px;
    color:gray;
    font-weight: bold;
} 

.msgDiv {
    border: 1px solid red;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    width: 600px;
}

.msgDiv li{
    background: url(../../resources/images/error_small.gif) no-repeat left;
    padding-left: 12px;
    padding-top: 3px;

}

.userIcon {
    background: url(../../resources/images/user_male_16.png) no-repeat left;
    padding-left:17px;
    padding-top:4px;        
}

.ui-datatable {
    line-height:2;
}

.searchParameter td{
    padding:8px;
}

.footerLogo {
    background: url(../../resources/images/govtsask.gif) no-repeat left;  
    display: block;
    float: right;
    height: 100px;
    position: relative;
    top: -30px;
    width: 120px;  
}