body {
    margin: 0px; /*background-color: #f0f0f0;*/
    font-size: 1.1em;
    background-color: #B4B4B4;
    color: #000000;
}

a {
    /*    display: inline-block;*/
    position: relative;
	color: #4b286d; 
    text-decoration: underline; 
	text-decoration-color: #2b8000;
	background-color: transparent;
	font-weight: 400;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

    /*a:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0px;
        left: 0;
        background-color: #141414;
        transform-origin: bottom right;
        transition: transform 0.2s ease;
    }

    a:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }*/

/*a:link, a:visited {
    color: #008eab;*/ /*034af3;*/
/*}

a:hover {
    color: #006271;
    text-decoration: none;
    cursor: text;
}

a:active {
    color: #006271;
}

a.lbdisable, a.lbdisable:hover {
    color: #333333;
    text-decoration: none;
}

a[href] {
    text-decoration: underline;
}

a[href]:hover {
    text-decoration: none;
    cursor: pointer;
}*/

/*a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #034af3;
}*/

img {
    border: 0px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

#tblSurveyDesc td, th {
    border: 0px;
    padding: 5px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.banner-bg {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}

#content {
    -webkit-box-shadow: #666 0px 2px 6px;
    -moz-box-shadow: #666 0px 2px 6px;
    box-shadow: #666 0px 2px 6px;
    behavior: url(/global_includes/styles/PIE.htc);
}

.required {
    color: #ff6f47;
    font-size: 12pt;
}

.defaultTextActive {
    color: #757575;
	font-family: telusweb;
    font-style: italic;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 500;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.lNote {
	font-weight: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
table {
	font-weight: bold;
}
fieldset {
    font-size: 0.9em;
	margin: 1em 0px;
    padding: 1em;
	margin: 1em;
    border: 2px solid #4B286D;
}

    fieldset p {
        margin: 2px 12px 10px 4px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 500;
    padding: 2px 4px 0px 4px;
}

.textEntry {
    font-family: telusweb;
    width: 200px;
    border: 1px solid #ccc;
	background-color: #ffffff!important;
}

.textEntryPhone {
    font-family: telusweb;
    width: 140px;
    border: 1px solid #ccc;
	background-color: #ffffff!important;
}
.textEntryExt {
    font-family: telusweb;
    width: 50px;
    border: 1px solid #ccc;
	background-color: #ffffff!important;
}

.passwordEntry {
    font-family: telusweb;
    width: 200px;
    border: 1px solid #ccc;
	background-color: #ffffff!important;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

#headerContainer {
    box-shadow: 0px 0px 2px 0px #666666;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f9f9), to(#ddd));
    background: -webkit-linear-gradient(#f9f9f9, #ddd);
    background: -moz-linear-gradient(#f9f9f9, #ddd);
    background: -ms-linear-gradient(#f9f9f9, #ddd);
    background: -o-linear-gradient(#f9f9f9, #ddd);
    background: linear-gradient(#f9f9f9, #ddd);
    -pie-background: linear-gradient(#f9f9f9, #ddd);
    behavior: url(/DescPortal2/Styles/PIE.htc);
}

.header {
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}

    .loginDisplay a:link {
        color: #2432AA;
    }

    .loginDisplay a:visited {
        color: #2432AA;
    }

    .loginDisplay a:hover {
        color: #2432AA;
        text-decoration: underline;
    }

.failureNotification {
    font-size: 1em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.switchLangButton {
    text-align: right;
    padding: 10px;
	margin: 5px;
}

.submitButton {
    text-align: left;
    padding: 10px;
	margin: 5px;
}

.btn {
	color: #ffffff;
    font-family: telusweb!important;
	text-align: center;
	font-weight: bold;
    font-size: 1.1em;
	background-color: #2b8000;
	padding: 10px;
	border: none;
}
.btn:hover {
	color: #000000;
}

/* Modal Style Begins */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    font-family: telusweb;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: white;
    font-family: telusweb;
    font-weight: 500;
    font-size: 23px;
}

.modal-body {
    padding: 2px 16px;
    background-color: white;
    font-family: telusweb;
    font-size: 14px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    text-align: right;
    background-color: white;
    font-family: telusweb;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/*Modal Style Ends*/

.logo {
    width: 225px;
    height: auto;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
