/* ------------------------------------------------------- */
/*
 * Theme Name: 2013
 *
------------------------------------------------------- */


body {
    background-color: #FFFFFF;
    background-image: url("Images/ecmc_pageback.jpg");
    background-position: 0 42px;
    background-repeat: no-repeat;
	background-attachment: initial;
    background-size: initial;
    color: #AFA79F;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 12.5pt;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
}

input, textarea, select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #837871;
    border-radius: 0;
    color: #837870;
    display: inline-block;
    font-size: 13px;
    line-height: 12.4pt;
    margin-bottom: 9px;
    padding: 4px;
    width: 210px;
}

a, a:link, a:visited
{
    text-decoration: none;
    color: #EA7125;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

a:active, a:hover
{
    text-decoration: none;
    color: #EA7125;
	background-color: #FCEEB9;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

#deployJavaPlugin {
    display: none;
}

.btn-secureauth {
    border-radius: 0 !important;
}

/* Header Styles */
#divHeaderBar {
    width: 100%;
	height:42px;
    background: transparent;
    clear: both;
    filter: none;
    padding: 0;
}

#LogoImage {
    height: 27px;
    margin: 60px 0 0 7px;
    overflow: hidden;
    text-indent: -3000px;
    width: 103px;
}

.headertext {
    color: #f0f0f0;
    font-size: 1.0em;
    font-weight: 300;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

/* Content Placeholder Styles */
#divContent {
    padding: 55px 0;
    margin: 0 auto 50px;
	background-image: url("Images/ecmc_greenline.jpg");
    background-repeat: no-repeat;
}

#divContent .container {
    width: 350px;
}

#contentplaceholder {
    position: relative;
    background: #ffffff;
    margin: 15px auto;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 1px rgba(66,66,66,0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(66,66,66,0.2);
    -o-box-shadow: 0 0 2px 1px rgba(66,66,66,0.2);
    box-shadow: 0 0 2px 1px rgba(66,66,66,0.2);
}

.controlviewdiv, 
.useridviewmargins, 
.registrationmethodviewmargins, 
.passwordviewmargins {
    height: auto !important;
}

/* Footer Styles */
#divFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #EBF8F7;
    border-top: none;

}

#tblFooter {
    width: 100%;
}

.content-footer {
    border-top: 1px solid #e8e8e8;
}

.login-links {
    margin: 10px 0 0 25px;
}

.login-links a {
    display: block;
}

.seal {
    margin: 15px;
}

#ReportingDiv {
    margin: 0px -200px 0px -300px;
    width: 200%;
    display: none;
}

/* Asset Styles - Buttons, Tools, etc. */
.btn-secureauth {
    background: #e0e0e0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#b1b1b1));
    background-image: -webkit-linear-gradient(#ffffff, #b1b1b1);
    background-image: -moz-linear-gradient(#ffffff, #b1b1b1);
    background-image: -o-linear-gradient(#ffffff, #b1b1b1);
    background-image: linear-gradient(#ffffff, #b1b1b1);
    color: #333333;
    padding: 5px 25px;
    border: 1px solid #a0a0a0;
    border-radius: 20px;
}

.btn-secureauth:hover {
    background: #e0e0e0;
    color: #333333;
}

.btn-secureauth:active, 
.btn-secureauth.disabled, 
.btn-secureauth[disabled] {
    background: #e6e6e6;
    border: 1px solid #a0a0a0;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Loading Animation */
#msgLbl
{
    padding-top: 250px;
}

#ContentPlaceHolder1_msgLbl2
{
    width: 400px;
    margin: 0 auto;
    padding-top: 200px;
}

.loading
{
    position: fixed;
    margin-left: -100px;
    margin-top: 150px;
    z-index: 1000;
    width: 200px;
    height: 150px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    left: 50%;
}

.loading h4
{
    position: absolute;
    width: 100%;
    padding-bottom: 10px;
    bottom: 0;
    color: #666666;
}

.loading img
{
    position: relative;
    top: 15px;
}

/* Portal Page Styles */
.secureportal {
    position: relative;
}

.secureportalwidth {
    width: 100%;
}

#ContentPlaceHolder1_portalListView {
    position: relative;
    list-style: none;
    margin: 0 1.5% 0;
    clear: both;
}

.portal-toggle {
    position: relative;
    float: right;
    margin: 0 20px 20px;
}

.portal-item {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    vertical-align: top;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.portal-item:hover {
    -webkit-box-shadow: inset 0 0 4px 1px rgba(90,90,90,0.2);
    -moz-box-shadow: inset 0 0 4px 1px rgba(90,90,90,0.2);
    box-shadow: inset 0 0 4px 1px rgba(90,90,90,0.2);
}

.portal-item:active {
    -webkit-box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.2);
}

.portal-item.grid {
    display: inline-block;
    width: 22.5%;
    height: 150px; 
    margin: 5px 1% 5px;
    text-align: center;
}

.portal-item.list {
    display: block;
    width: 90%;
    height: 125px;
    margin: 10px auto;
    text-align: center;
}

.portal-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.portal-item.grid .portal-thumb {
    max-width: 90%;
    max-height: 90px;
    margin: 10px auto;
}

.portal-item.list .portal-thumb {
    max-width: 150px;
    max-height: 90px;
    margin: 10px auto;
    text-align: center;
}

.portal-item.grid .portal-link {
    position: absolute;
    bottom: 7px;        
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.portal-item.list .portal-thumb {
    float: none;
}

.portal-item.list .portal-link {
    float: right;
    position: relative;
    top: 40px;
    width: 58%;
}

.portal-item.list .portal-link:before {
    display: block;
    float: left;
    position: absolute;
    top: -30px;
    left: 1%;
    width: 1px;
    height: 100px;
    background: none repeat scroll 0 0 #e1e1e1;
    content: "";
}

.portal-item-placeholder:before {
    position: absolute;
}

.portal-item-placeholder {
    display: none;
    border: 2px dashed #fcefa1;
    background: #ffffff;
    border-radius: 4px;
}

.portal-item-placeholder.list {
    display: block;
    visibility: visible;
    width: 66%;
}

.portal-item-placehoder.grid {
    display: block;
    visibility: visible;
    width: 22%;
}

.portal-link:hover {
    text-decoration: underline;
}

/* Social Login Styles */
.link-social {
    background: #ffffff;
    padding: 5px;
    border: 1px solid #ffffff;
}
.link-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.link-social li {
    position: relative;
    display: inline-block;
    background: #eeeeee;
    width: 130px;
    height: 45px;
    margin: 2px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    overflow: hidden;
}
.link-social li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 5px 2px 45px;
    line-height: 40px;
}
.link-social li a:hover {
    background: #ffffff;
    width: 100%;
    height: 100%;
}
.link-social i {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 6px;
    background: #999999;
    width: 32px;
    height: 32px;
}


/* Begin Common Styles */
.link
{
    color: #EA7125;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

.bodytext
{
    color: #AFA79F;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

.stateviewtext
{
    color: #AFA79F;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
}

.messagelabel
{
    color: red;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

.button 
{
    font-size: 15px;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;               
}

.textbox
{
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

.checkbox
{
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

.radiobutton
{
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

.page-container
{
    border: 1px solid black;
}

.page-footer
{
    color: white;
    background-color: navy;
    font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
    font-size: 9px;
}

.checkboxleftmargin
{
    margin-left: -5px;
}

.bodycontent
{
    padding-bottom: 40px;
    width: 600px; 
}

.footer
{
    padding-top: 10px;
}

#ContentPlaceHolder1_table1[style]
{
    width: 100px !important;
    margin: 0 auto;
}

/* ------------ Control View Container Widths ------------ */

.useridviewwidth
{
    width: 350px;
}
/*300*/

.useridviewexpirewidth
{
    width: 425px;
}
/*300*/

.registrationmethodviewwidth
{
    width: 425px;
}
/*300*/

.browserregistrationwidth
{
    width: 450px;
}
/*300*/

.browserregistrationmanualcheckwidth
{
    width: 450px;
}
/*500*/

.browserregistrationcheckviewwidth
{
    width: 450px;
}

.browserregistrationpasswordviewwidth
{
    width: 350px;
}
/*500*/

.browserregistrationzombieviewwidth
{
    width: 450px;
}

.browserregistrationfpviewwidth
{
    width: 450px;
}

.passwordviewwidth
{
    width: 350px;
}
/*300*/

.passwordviewexpirewidth
{
    width: 425px;
}
/*300*/

.kbaregistrationviewwidth
{
    width: 450px;
}
/*500*/

.passwordinitviewwidth
{
    width: 350px;
}
/*300*/

.securityviolationviewwidth
{
    width: 450px;
}

.securityviolationx509continueviewwidth
{
    width: 450px;
}

.userregistrationviewwidth
{
    width: 450px;
}

.pinregistrationviewwidth
{
    width: 350px;
}

/* ------------------------------------------------------- */

/* ------------- Post Auth Margins/Widths ---------------- */

.accountupdatewidth
{
    width: 500px;
}

.accountupdatemargins
{
    margin: 20px auto;
}

.manageaccountswidth
{
    width: 500px;
}

.manageaccountsmargins{margin: 20px auto;}

.yubikeyprovisioningwidth
{
    width: 300px;
    margin: 20px auto;
}

.yubikeyprovisioningmargins
{
    height: 350px;
    margin: 20px auto;
}

.iosexchangewidth
{
    width: 350px;
}

.iosexchangemargins
{
    height: 370px;
    padding-top: 110px;
    margin-left: 40px;
}

.createpfxtransferwidth
{
    width: 400px;
}

.createpfxtransfermargins
{
    height: 370px;
    margin: 20px auto;
}

.updatekbawidth
{
    width: 500px;
}

.updatekbamargins
{
    margin: 20px auto;
}

.enrollmentcompletewidth
{
    width: 500px;
}

.enrollmentcompletemargins
{
    height: 320px;
    margin: 20px auto;
}

.passwordresetwidth
{
    width: 550px;
}

.passwordresetmargins
{
    margin: 20px auto;
}

.forgotusernamewidth
{
    width: 400px;
}

.forgotusernamemargins
{
    height: 370px;
    margin: 20px auto;
}

.secureportalmargins
{
    margin: 20px auto;
}

.reportingwidth
{
    width: 500px;
}

.reportingmargins
{
    height: auto;
    margin: 20px auto;
}

.resetaccountwidth
{
    width: 500px;
}

.resetaccountmargins
{
    height: 370px;
    margin: 20px auto;
}

.installactivexwidth
{
    width: 500px;
}

.installactivexmargins
{
     margin: 20px auto;
}

.checknavigationblocked
{
    height: 400px;
    width: 375px;
    padding: 80px;
}

/* ------------------------------------------------------- */

/* --------------- Control View Margins ------------------ */

.useridviewmargins
{
    margin: 20px auto;
}

.useridviewexpiremargins
{
    margin: 20px auto;
}

.kbaregistrationviewmargins
{
    height: 370px;
    margin: 20px auto;
}

.passwordinitviewmargins
{
    height: 460px;
    padding-top: 20px;
    margin: 20px auto;
}

.pinregistrationviewmargins
{
    height: 460px;
    margin: 20px auto;
}

.registrationmethodviewmargins
{
    height: 400px;
    margin: 20px auto;
}

.browserregistrationviewmargins
{
    height: 400px;
    padding-top: 80px;
    margin: 20px auto;
}

.browserregistrationmanualcheckmargins
{
    height: 440px;
    margin: 20px auto;
}

.browserregistrationcheckviewmargins
{
    height: 440px;
    margin: 20px auto;
}

.browserregistrationzombieviewmargins
{
    height: 440px;
    margin: 20px auto;
}

.browserregistrationpasswordviewmargins
{
    height: 460px;
    margin: 20px auto;
}

.browserregistrationfpviewmargins
{
    height: 440px;
    margin: 20px auto;
}

.passwordviewmargins
{
    height: 340px;
    margin: 20px auto;
}

.passwordviewexpiremargins
{
    margin: 20px auto;
}

.securityviolationviewmargins
{
    height: 430px;
    margin: 20px auto;
}

.securityviolationx509continueviewmargins
{
    height: 430px;
    margin: 20px auto;
}

.userregistrationviewmargins
{
    height: 430px;
    margin: 20px auto;
}

/* ------------------------------------------------------- */

/* ------------- Number Button Mouseover ----------------- */

.button0
{
    background: url('Images/NumberPad/0.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button0:hover
{
    background: url('Images/NumberPad/RollOver/0.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button0:active
{
    background: url('Images/NumberPad/0.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button1
{
    background: url('Images/NumberPad/1.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button1:hover
{
    background: url('Images/NumberPad/RollOver/1.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button1:active
{
    background: url('Images/NumberPad/1.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button2
{
    background: url('Images/NumberPad/2.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button2:hover
{
    background: url('Images/NumberPad/RollOver/2.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button2:active
{
    background: url('Images/NumberPad/2.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button3
{
    background: url('Images/NumberPad/3.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button3:hover
{
    background: url('Images/NumberPad/RollOver/3.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button3:active
{
    background: url('Images/NumberPad/3.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button4
{
    background: url('Images/NumberPad/4.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button4:hover
{
    background: url('Images/NumberPad/RollOver/4.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button4:active
{
    background: url('Images/NumberPad/4.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button5
{
    background: url('Images/NumberPad/5.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button5:hover
{
    background: url('Images/NumberPad/RollOver/5.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button5:active
{
    background: url('Images/NumberPad/5.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button6
{
    background: url('Images/NumberPad/6.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button6:hover
{
    background: url('Images/NumberPad/RollOver/6.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button6:active
{
    background: url('Images/NumberPad/6.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button7
{
    background: url('Images/NumberPad/7.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button7:hover
{
    background: url('Images/NumberPad/RollOver/7.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button7:active
{
    background: url('Images/NumberPad/7.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button8
{
    background: url('Images/NumberPad/8.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button8:hover
{
    background: url('Images/NumberPad/RollOver/8.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button8:active
{
    background: url('Images/NumberPad/8.png');
    display: block;
    width: 81px;
    height: 61px;
}

.button9
{
    background: url('Images/NumberPad/9.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button9:hover
{
    background: url('Images/NumberPad/RollOver/9.png');
    display: block;
    width: 81px;
    height: 61px;
}
.button9:active
{
    background: url('Images/NumberPad/9.png');
    display: block;
    width: 81px;
    height: 61px;
}

.buttonc
{
    background: url('Images/NumberPad/c.png');
    display: block;
    width: 81px;
    height: 61px;
}
.buttonc:hover
{
    background: url('Images/NumberPad/RollOver/c.png');
    display: block;
    width: 81px;
    height: 61px;
}
.buttonc:active
{
    background: url('Images/NumberPad/c.png');
    display: block;
    width: 81px;
    height: 61px;
}
.smallbutton0
{
    background: url('Images/NumberPad/0_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton0:hover
{
    background: url('Images/NumberPad/RollOver/0_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton0:active
{
    background: url('Images/NumberPad/0_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton1
{
    background: url('Images/NumberPad/1_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton1:hover
{
    background: url('Images/NumberPad/RollOver/1_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton1:active
{
    background: url('Images/NumberPad/1_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton2
{
    background: url('Images/NumberPad/2_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton2:hover
{
    background: url('Images/NumberPad/RollOver/2_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton2:active
{
    background: url('Images/NumberPad/2_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton3
{
    background: url('Images/NumberPad/3_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton3:hover
{
    background: url('Images/NumberPad/RollOver/3_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton3:active
{
    background: url('Images/NumberPad/3_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton4
{
    background: url('Images/NumberPad/4_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton4:hover
{
    background: url('Images/NumberPad/RollOver/4_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton4:active
{
    background: url('Images/NumberPad/4_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton5
{
    background: url('Images/NumberPad/5_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton5:hover
{
    background: url('Images/NumberPad/RollOver/5_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton5:active
{
    background: url('Images/NumberPad/5_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton6
{
    background: url('Images/NumberPad/6_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton6:hover
{
    background: url('Images/NumberPad/RollOver/6_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton6:active
{
    background: url('Images/NumberPad/6_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton7
{
    background: url('Images/NumberPad/7_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton7:hover
{
    background: url('Images/NumberPad/RollOver/7_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton7:active
{
    background: url('Images/NumberPad/7_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton8
{
    background: url('Images/NumberPad/8_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton8:hover
{
    background: url('Images/NumberPad/RollOver/8_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton8:active
{
    background: url('Images/NumberPad/8_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton9
{
    background: url('Images/NumberPad/9_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton9:hover
{
    background: url('Images/NumberPad/RollOver/9_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbutton9:active
{
    background: url('Images/NumberPad/9_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbuttonc
{
    background: url('Images/NumberPad/c_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbuttonc:hover
{
    background: url('Images/NumberPad/RollOver/c_small.png');
    display: block;
    width: 41px;
    height: 31px;
}
.smallbuttonc:active
{
    background: url('Images/NumberPad/c_small.png');
    display: block;
    width: 41px;
    height: 31px;
}

/* Masterpage Links */
.tdForgotLinks a {
    display: block;
    text-align: right;
}

/* Media Queries */
@media all and (max-width: 723px) {
    body {
        padding: 0;
    }
	
	#divHeader{
			height: 347px;
			background-image: url("Images/ecmc_greenline.jpg");
			background-repeat: no-repeat;
			clear: both;
		}
	
    #divHeader, 
    #divFooter,
    .container {
        width: 100%;
    }
    #divContent {
        width: 98%;
    }    
    .secureportalwidth {
        width: 95%;
    }    
    .portal-item.list, .portal-item.grid {
        display: block;
        width: 90%;
        height: 135px;
        margin: 10px auto;
    }
    .portal-item.list .portal-thumb {
        display: block;
        float: none;
        width: auto;
        max-width: 90%;
        max-height: 90px;
        margin: 10px auto;
    }
    .portal-item.list .portal-link {
        position: absolute;
        top: 90px;
        float: none;      
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }    
    .portal-toggle {
        display: none;
    }
}

@media all and (min-width: 724px) and (max-width: 900px) {
    body {
        padding: 0;
    }
    .container {
        width: 100%;
    }
    .portal-item.grid {
        width: 47.5%;
    }
    .portal-item.list {
        width: 80%;
    }
}
@media all and (min-width: 901px) {
    .container {
        width: 960px
    }
}

@media all and (max-height: 579px) {
    #divFooter {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.hlinkUsernameLink, .hlinkPasswordLink {

    font-size: 11px !important;
    padding-left: 100px;
}

.tbxPassword, .txtUserid {
        margin-bottom: -3px;
        margin-top: 4px;
}

.tclblPassword, .tclblUserId {
    padding-top: 6px;
}

/* End Styles - Custom Overrides Below */
