body 
{
    padding: 20px;
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
}

.header
{
    width: 960px;
    border-top: solid 1px #00529C;
    border-left: solid 1px #00529C;
    border-right: solid 1px #00529C;
    min-height: 150px;
    background-color: #00529C;
}

.main
{
    clear:both;
    width: 960px;
    /*border-top: solid 1px #00529C;*/
    border-left: solid 1px #00529C;
    border-right: solid 1px #00529C;
    min-height: 300px;
    padding-bottom: 40px;
}

.footer
{
    width: 960px;
    border: solid 1px #00529C;
    min-height: 100px;
    background-color: #ffffff;
    text-align: center;
    color: #0045AD;
}

#topNav
{
    width: 950px;
    margin-right: 10px;
    background-color: #00529C;
    height: 22px;
    text-align: right;
    color: #ffffff;
}

#logo
{
    width: 960px;
    height: 104px;
    float: left;
}

/* Main Navigation */

#mainNav
{
    width: 960px;
    background-color: #0096b5;
    margin: 1px 0 -1px 0;
    float: left;
}

#mainNav ul
{
	padding: 0;
    list-style: none;
    margin:0;
}

/* previous
#mainNav li
{
    padding: 0px 13px 0 10px;
    font-size: 1.6em;
    float: left;
    border-right: solid 1px #00529C;
    text-align:center;
}
*/
#mainNav li {
    border-right: 1px solid #00529C;
    border-bottom: 1px solid #00529C;
    display: block;
    float: left;
    font-size: 1.2em;
    height: 17px;
    padding: 10px;
    position: relative;
    text-align: center;
}

#mainNav li:hover
{
    background-color: #0045ad;
}
/* li:hover not supported on IE6 so apply to a as well */
#mainNav li a:hover
{
    background-color: #0045ad;
    text-decoration:none;
}

#mainNav li a:visited
{
    text-decoration: none;
}
#mainNav li a:active
{
    text-decoration: none;
}
#mainNav li a
{
    text-decoration: none;
    color: #ffffff;
}

/* lowerNav */
#lowerNavFrm
{
    background-color: #EEEEE7;
}
#lowerNavFrm H3
{
	margin: 24px 0 5px 10px;
	padding: 10px;
}
#lowerNavFrm p
{
    padding: 10px;
    padding-left: 20px;
    margin: 0;
}

#lowerNav
{
    width: 960px;
    background-color: #EEEEE7;
    border-top: solid 1px #00529C;
    border-bottom: solid 1px #00529C;
    float: left;
    font-size:100%;
}

#lowerNav ul {
    padding: 0;
    list-style: none;
    margin: 3px;
    overflow: auto;
}

#lowerNav li
{
    margin: 2px;
    padding: 0px 13px 0 10px;
    font-size: 1em;
    float: left;
    border-right: solid 1px #00529C;
    text-align:center;
}

#lowerNav li:hover
{
    background-color: #ffffff;
}
/* li:hover not supported on IE6 so apply to a as well */
#lowerNav li a:hover
{
    background-color: #ffffff;
    text-decoration: none;
}

#lowerNav li a:visited
{
    text-decoration: none;
}
#lowerNav li a:active
{
    text-decoration: none;
}
#lowerNav li a
{
    text-decoration: none;
}

/* subMenu */
#subNav
{
    width:215px;
}
#subNav h3
{
	margin-left:79px;
}
#subNav ul
{
	padding: 0;
	margin: 0;
	width: 150px;
}

#subNav li
{
    margin: 0;
    font-size: 1em;    
    list-style: none;
    border: solid 1px #CCCCCC;
    border-top: none;
    border-right: none;
    width: 150px;
    margin-left:79px;
    background-color: #0096b5;
    text-align: left; 
}
#subNav li:hover 
{
	color:#FFFFFF;
	background-color:#00529C;
}


#subNav li a
{
	display:block;
    width:150px;
    height:55px;
    padding:0px;
    text-decoration: none;
    text-align: center;
    /*font-size:115%;*/
    color: #ffffff;
}
#subNav li a:hover
{
    color:#ffffff;
}
#subNav #actions
{
    margin-left:15px;
    width:100%;
}

/* Right of page */
#frmSlideup
{
	padding-top:5px;
	height:400px;
}
#frmSlideup h3
{
   margin: 5px 0 5px 0;
}

#frmR2
{
	padding:10px;
	height:80px;
}
#frmR2 p
{
	margin:5px 0 5px 0;
}
#frmR2 h3
{
	margin:5px 0 5px 0;
	font-size:1.2em;
}


/* Form Elements */
.frm
{
	width: 90%;
	padding: 0;
	border: solid 1px #00529C;
	border-top: solid 4px #00529C;
	margin: 30px auto 10px auto;
}
.innerfrm
{
padding: 20px 20px;
}


.buttonContainer
{
	width: 541px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.label
{
	width: 200px;
	float: left;
	margin-left: 36px;
}
/*RK- Start 4March2019 - Canadian - consent tickbox CR*/
.labelConsent
{
	width: 365px;
	float: left;
	margin-left: 15px;
}
.labelCcyL
{
	width: 185px;
	float: left;
	margin-left: 36px;
}
.labelCcyR
{
	width: 15px;
	float: left;
}


.checkbox
{
                float: left;
	margin-left: 36px;
}
/**RK-12March2019Consent*/
.checkboxConsent
{
                float: left;
	margin-left: 5px;
}
.button
{
	min-width: 80px;
	background-color: #00529C;
	border: solid 1px #0096b5;
	padding: 3px;
	color: #0096b5;
	cursor: pointer;
	line-height: 1px;
	font-weight: bold;
}

/* Table Elements */
.grid
{
	width: 90%;
	margin: 10px auto 10px auto;
	border: solid 1px #00529C;
	border-top: solid 4px #00529C;
	padding: 2px;
	background-color: #ffffff;
	font-size: 0.9em;
}

thead
{
	background-color: #EEEEE7;
}
th
{
	padding: 4px;
    font-size: 1em;
    font-weight:100;
}
tbody
{
	background-color: #EEEEE7;
}
td
{
	padding: 4px;
}
tfoot
{
	background-color: #EEEEE7;
}

.table
{
	width: 100%;
	border: solid 1px #00529C;
	border-top: none;
	padding: 2px;
	background-color: #ffffff;
	font-size: 1em;
	margin-left: 16px;
}
.table tbody 
{
    background-color: #0096b5;
}
#Content1
{
    padding:10px 10px;
}
.criteria
{
    color: #ffffff;
}

/* Client documents list */
#documentsList h2 
{
margin:10px 10px;
color: #0099bb;
font-size:1.5em;
}

#documentsList h3
{
margin: 10px 10px 10px 30px;
font-size:1.2em;
}

#documentsList h4
{
margin: 10px 10px 10px 30px;
font-size:1em;
}
#documentsList h5
{
margin: 10px 10px 40px 30px;
font-size:1em;
}

#subNav2 h3
{
font-size:17px;
font-weight:bold;
margin: 20px 0 5px;
}
#subNav2 select
{
width:216px;
}
#subNav2 a
{
    color: red;
    display: block;
    font-size: 14px;
    margin: 25px 0 0 100px;
}


/* class added for Selected menu */
.mSel {
    /*background-color: #0045AD;
    border: 3px solid #0045AD !important;
    padding: 7px !important;*/
    border-right: 1px solid #0045AD;
    border-bottom: 1px solid #0045AD;
    background-color: #0045AD;
    display: block;
    float: left;
    font-size: 1em;
    height: 17px;
    padding: 10px;
    position: relative;
    text-align: center;
}


/* Popup box */
#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #CCCCCC;
    border: 1px solid #cecece;
    z-index: 1;
}

#popupContent
{
    /*display: none;*/
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    background: #ffffff;
    border: 6px solid Gray;
    z-index: 2;
    padding: 0;
	overflow: auto;
	padding: 10px;
 }

#popupContent h3 
{
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 4px 0;
	margin: 0;
}

#popupContent ul
{
	padding: 0;
	margin: 5px;
	background-color: #FFFFFF;
}

#popupContent li
{
	margin-top: 4px;
	padding: 4px;
	list-style: square;
	list-style-position: inside;
}

#claimHdr p {

}

#claimHdr p strong {
margin-right:20px; font-size:14px;
}

/* Added to masterpage to indicate Test system */

.clDev
{
    background-color: Green;
}

.clTest
{
/* background-color: red; */
}

.clAXAtest
{
    background-color: red;
}
.err
{
    background-color: #ffcccc;

}
/* Product buttons in claim process */
.btnProduct {
    width: 250px;
    height: 100px;
    display: block;
    background-color: #0045ad;
    margin: 10px;
    font-size: 20px;
    float: left;
    text-decoration: none;
    text-align: center;
    color: #eeeee7;
    padding-top: 20px;
    border:outset;
}
a.btnProduct:hover { 
    color: #ffffff;
}

/*PG - Pentest 574 and Pentest 4.14 START*/
/*Pentest 4.14 Fix*/
/*.modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }*/
    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 1rem 1.5rem;
        width: 50rem;/*24rem;*/
        border-radius: 0.5rem;
        border: 0.1rem solid #888;
    }
    .close-button {
        /*float: right;*/
        width: 10rem;/*1.5rem;*/
        line-height: 1.5rem;
        text-align: center;
        cursor: pointer;
        border-radius: 0.25rem;
        /*background-color: lightgray;*/
    }
    /*.close-button:hover {
        background-color: darkgray;
    }*/
    .show-modal {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

#overlayPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
    display: block;
}
/*PG - Pentest 574 and Pentest 4.14 END*/