﻿/* CSS Imports section */
@import "GS1CoreOverrides.css";

/*RESET CSS*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, * { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-weight:normal; vertical-align: baseline; }*/

/*-------------------------------------
BASIC TAGS
------------------------------------*/
html
{
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    margin: 10px auto;
    width: 968px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #808080;
}

.system-body
{
    margin: 10px auto;
    width: 968px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
}


a:link, a:visited
{
    color:#002C6C;
    text-decoration: none;
}


a:hover
{
    text-decoration: underline;
}


h1
{
    font-size: 20px;
    color: #999;
}

h2
{
    font-size: 16px;
    color: #333;
}

h3
{
    font-size: 14px;
    color: #666;
}
h4
{
    font-size: 12px;
    color: #333;
}


p
{
    font-size: 10pt;
    color: #666;
}

/* Custom CSS */
span.hideTop
{
    display: none;
}
.mainContainer
{
    height: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -50px;
    clear: both; /*background-color:#EFF0F4;*/
}
.mainSystemContainer
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin: 0 auto -30px;
}
.globalLinks
{
    float: right;
    margin-right: 5px;
}
.globalLinks a
{
    color: #808080 !important;
}
.globalLinks a:hover
{
    text-decoration: underline !important;
}

.clear
{
    clear: both;
}

.innerTable
{
    background-color: #f3f4f7;
}
.signIn-Column
{
    text-align: right;
    font-size: 9pt;
}
.signIn-Column a
{
    text-align: right;
    font-size: 9pt;
    text-decoration: none;
}
.global-link-nav
{
    font-size: 9pt;
    padding: 0 0 0 4px;
}

.sharepointLogin
{
    float: right;
}

#header_region
{
    color: #131351;
    width: 100%;
    padding: 0;
    float: right;
}

#header_region a
{
    text-decoration: none;
    color: #131351;
}
#header_left
{
    float: left;
    font-size: 1.9em;
    font-family: Arial;
    vertical-align: top;
}
#header_left a
{
    vertical-align: middle;
    margin-top: 10px;
}
#header_right
{
    float: right;
    margin-top: 5px;
    font-family: Arial;
}
/*Search box customizations*/
#searchLayout
{
    margin-top: 5px;
    float: right;
    width: 180px;
    clear: both;
}
#searchLayout td
{
    font-weight: bold;
    color: #22225C;
}

#searchLayout td.ms-sbtext
{
    background: none;
}
#searchLayout td.ms-sbcell
{
    border: 1px #808080 solid;
}
#searchLayout td.ms-sbgo
{
}
#searchLayout input
{
    height: 15px;
    font-size: 10pt;
}
#searchLayout select
{
    width: 150px;
}

.mainContent
{
    margin: 0;
    padding: 0;
}

#leftMain
{
    width: 160px;
    float: left;
    margin: 8px 5px 10px 0;
}
#rightMain
{
    float: left;
	display:inline;
	width:768px;
}

#topMenu
{
    width: 968px;
}

#topMenu ul.home
{
    background-image: url('images/home.gif');
    float: left;
    width: 53px;
    height: 33px;
    border-right: 1px solid #fff;
}
#topMenu a.home:hover
{
    background-image: url('images/home_hover.gif');
    float: left;
    width: 37px;
    height: 25px;
}

#topMenu ul.join
{
    background-image: url('images/joinGS1.gif');
    float: left;
    width: 133px;
    height: 33px;
    text-align: center;
    border-left: 1px solid #fff;
}

#topMenu a.join
{
    padding-left: 15px !important;
    width: 110px !important;
    border: 0;
}


#topMenu a.join:hover
{
    background-image: url('images/joinGS1_hover.gif');
    background-repeat: no-repeat;
    padding-left: 15px !important;
    float: left;
    border: 0;
    height: 33px;
    width: 133px;
}


#topMenu ul
{
    padding: 0;
    float: left;
    margin: 0;
    width: 780px;
    background-image: url('images/topNav.gif');
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 11pt;
    white-space: nowrap;
    list-style-type: none;
}
#topMenu li
{
    display: inline;
}
#topMenu li a
{
    padding: 8px 8px 0 8px;
    color: #fff;
    height: 25px;
    width: 100px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    text-align: center;
}
#topMenu li a:hover
{
    background-image: url('images/topNav_hover.gif');
    padding: 8px 8px 0 8px;
    color: #fff;
    height: 25px;
    text-align: center;
}

#topMenu li a.selected
{
    background-image: url('images/topNav_hover.gif');
    padding: 8px 8px 0 8px;
    color: #fff;
    height: 25px;
    text-align: center;
}

#topMenu-system ul.home
{
    background-image: url('images/home.gif');
    float: left;
    width: 53px;
    height: 33px;
    border-right: 1px solid #fff;
}


#topMenu-system a.home:hover
{
    background-image: url('images/home_hover.gif');
    float: left;
    width: 48px;
    height: 25px;
}

#topMenu-system ul
{
    padding: 0;
    float: left;
    margin: 0;
    width: 780px;
    background-image: url('images/topNav.gif');
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 11pt;
    white-space: nowrap;
    list-style-type: none;
}
#topMenu-system li
{
    display: inline;
}
#topMenu-system li a
{
    padding: 8px 0 0 5px;
    color: #fff;
    height: 25px;
    width: 110px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    text-align: center;
}
#topMenu-system li a:hover
{
    background-image: url('images/topNav_hover.gif');
    padding: 8px 0 0 5px;
    color: #fff;
    height: 25px;
    text-align: center;
}

#topMenu-system ul.join
{
    background-image: url('images/joinGS1.gif');
    float: left;
    width: 133px;
    height: 33px;
    text-align: center;
    border-left: 1px solid #fff;
}

#topMenu-system a.join
{
    padding-left: 15px !important;
    width: 120px !important;
    border: 0;
}


#topMenu-system a.join:hover
{
    background-image: url('images/joinGS1_hover.gif');
    background-repeat: no-repeat;
    padding-left: 15px !important;
    float: left;
    border: 0;
    height: 33px;
    width: 133px;
}

#breadcrumb
{
    margin-top: 6px;
    margin-left: 5px;
    font-size: 9pt;
}

#breadcrumb a
{
    text-decoration: none;
    padding-right: 4px;
    color: #808080;
}

#breadcrumb a:hover
{
    text-decoration: underline;
}

#leftColumn
{
    float: left;
    display: inline;
    margin-top: 5px;
    width: 195px;
    overflow: hidden;
}

/*Safari-only selector*/
#leftColumn>table:first-of-type 
{
	float:left;
}


#gs1SubsiteTitleField
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
    color: #333333;
}


#gs1TutorialSectionTitleField
{
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 13px;
}



/* Currrent navigation container */
.currentNav
{
    margin-top:5px;
    background-image: url(images/curvedBot1.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 190px;
    float: left;
    padding-bottom: 10px;
}

.currentNav div
{
    background-image: url(images/curvedTopBlue.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #003D78;
    width: 100%;
}

.currentNav span.Heading_3 a
{
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 13px;
}

#linksContainer
{
    margin: 0;
    padding: 0;
    width: 755px;
}
.roundedBox
{
    margin-top: 5px;
    margin-right: 19px;
    background-image: url(images/curvedBotHome.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    padding-bottom: 10px;
    float: left;
    width: 238px;
}

.round
{
    background-image: url(images/curvedTopHome.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #D5D6D7;
}

.roundedBoxSmall
{
    margin-top: 5px;
    margin-bottom: 13px;
    background-image: url(images/curvedBot1.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    padding-bottom: 10px;
    float: left;
    width: 190px;
}

.roundSmall
{
    background-image: url(images/curvedTop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #D5D6D7;
}


.roundedBox .Heading_3
{
    font-size: 14px;
    color: #3D3D40;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 13px;
    /* may be changed to grey later border-bottom:1px solid #797A7C !important; */
}

.roundSmall span.Heading_3
{
    font-size: 14px;
    color: #3D3D40;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 8px;
}

.roundSmall table, .roundSmall div, .roundSmall p
{
    background-color: #fff;
    border-left: 1px #E1E3E3 solid;
    border-right: 1px #E1E3E3 solid;
    padding-top: 4px;
    padding-left: 8px;
    color: #808080;
}
.gs1WebPartTable 
{
   border-left: none !important;
}

.roundSmall td
{
   font-size:9pt !important;
}

.nopad
{
	margin-right:0;
}


/*
.links 
{
                margin-left:4px;
}
*/

.links ul
{
    font-family: Arial;
    font-size: 10pt;
    line-height: 11pt;
    min-height: 20px;
    border-bottom: 1px #E1E3E3 solid;
}

.links li a
{
    font-family: Arial;
    font-size: 10pt;
    padding: 7px 10px 0 13px;
    display: block;
}

.links li a:hover
{
    padding: 7px 10px 0 13px;
    display: block;
    background-color: #F5F5F5;
    color: #333333 !important;
}


/* Left navigation styles */
.leftNav
{
    padding-top: 0px;
    background-color: #fff !important;
    border-left: 1px #E1E3E3 solid;
    border-right: 1px #E1E3E3 solid;
}
.leftNavSelected
{
	line-height:14pt;
    color: #3D3D40;
    font-weight: bold;
    background-color: #D5D6D7;
}
.leftNav1, .leftNav2, .leftNav3
{
    /*color: #FFFFFF;*/
    color: #6C6D70;
}
.leftNav1
{
    font-family: Arial;
    font-size: 10pt;
    line-height: 14pt;
    height: 20px;
    border-bottom: 1px #E1E3E3 solid;
}
.leftNav1 a
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #5A5B5D;
    padding: 7px 10px 0 10px;
    display: block;
    text-decoration: none;
}

.leftNav1 a:hover
{
    padding: 7px 10px 0 10px;
    display: block;
    color:#002C6C;
    
}

.leftNav2
{
    font-family: Arial;
    font-size: 9pt;
    line-height: 14pt;
    height: 18px;
    margin: 0;
    border-bottom: 1px #E1E3E3 solid;
}
.leftNav2 a
{
    font-family: Arial;
    font-size: 9pt;
    padding: 5px 0 0 20px;
    display: block;
    color: #5A5B5D;
    text-decoration: none;
}
.leftNav2 a:hover
{
    padding: 5px 0 0 20px;
    display: block;
    color:#002C6C;
    font-weight: bold;
}
.leftNav3
{
    font-family: Arial;
    font-size: 10pt;
    line-height: 14pt;
    height: 18px;
    border-bottom: 1px #E1E3E3 solid;
}
.leftNav3 a
{
    padding-left: 18px;
    display: block;
    color: #5A5B5D;
    padding-right: 10px;
}

.leftNav3 a:hover
{
    padding: 5px 0 0 20px;
    display: block;
    color:#002C6C;
    background-color: #003D78;
}

.leftNavHover
{
    background-color: #FFFFFF;
    color: #fff;
}

/* True Source Navigation  */
.tsSecondaryNavContainer
{
    width: 190px;
    padding-bottom: 2px;
    float: left;
    border-right: 1px #E1E3E3 solid;
    border-top: 1px #E1E3E3 solid;
    border-bottom: 1px #E1E3E3 solid;
    border-left: 1px #E1E3E3 solid;
}

.tsRoundSmall
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    background-color: #fff !important;
    padding-right: 6px;
}

#tsSecondaryNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#tsSecondaryNav li
{
    font-family: Arial;
    font-size: 10pt;
    line-height: 11pt;
    height: 20px;
    padding: 5px 10px 0 0;
    border-bottom: 1px #E1E3E3 solid;
}

#tsSecondaryNav li a
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color:#5A5B5D;
}

/* Secondary navigation */
.secondaryNavContainer
{
    margin-top: 5px;
    margin-bottom: 9px;
    background-image: url(images/curvedBot1.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    padding-bottom: 10px;
    float: left;
    width: 190px;
}

#secondaryNav
{
    padding-top: 0px;
    background-color: #fff !important;
    border-left: 1px #E1E3E3 solid;
    border-right: 1px #E1E3E3 solid;
    padding-right: 6px;
}
#secondaryNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#secondaryNav li
{
    font-family: Arial;
    font-size: 10pt;
    line-height: 11pt;
    height: 20px;
    padding: 5px 10px 0 0;
    border-bottom: 1px #E1E3E3 solid;
}
#secondaryNav li a
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    display: block;
    text-decoration: none;
	color:#5A5B5D;
}

html > body #secondaryNav li a
{
    width: auto;
}

#secondaryNav li a:hover
{
    display: block;
    color: #002C6C;
}


#secondaryNav ul li a.selected
{
    height: 20px;
    display: block;
    color: #3D3D40;
    font-weight: bold;
    background-color: #D5D6D7;
}

#middleColumn
{
    float: left;
    display: inline;
    margin-left: 10px;
    margin-top: 5px;
    padding-right: 5px;
    width: 558px;
    overflow: hidden;
}


#middleColumnJoinus
{
    float: left;
    display: inline;
    margin-left: 1px;
    margin-right: 94px;
    margin-top: 5px;
    width: 586px;
    overflow: hidden;
}

/*Style added for Join Us Layout: used to size middle content (hosting
the form)*/
#leftColumnJoinus
{
    float: left;
    display: inline;
    margin-top: 5px;
    width: 90px !important;
    overflow: hidden;
}

#middleColumnLarge
{
    float: left;
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
    width: 755px;
    overflow: hidden;
}

#rightColumn
{
    float: left;
    display: inline;
    width: 190px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
}

#rightColumnHome
{
    float: left;
    display: inline;
    width: 200px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: -5px;
}


#rightColumnJoinus
{
    float: left;
    display: inline;
    width: 200px;
    overflow: hidden;
    margin-top: 5px;
}

#loginBox
{
    margin-top:150px;
    width:500px;
    margin-left:auto;
    margin-right:auto;  
}

.push
{
    height: 50px;
    clear: both;
}
.system-push
{
    height: 30px;
}


#gs-footer
{
    /*background-color:#f1f1f1;*/
    background-image: url('images/footerTop.gif');
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 20px;
    padding: 5px 0 7px 0;
    height: 135px;
    min-height: 135px;
    width: 968px;
    font-size: 11px;
    color: #999;
    clear: both;
}

#gs-footer h1
{
    font-size: 13px;
    color: #333;
    padding: 4px 0 0 5px;
    margin-bottom: 10px;
}

#gs-footer ul
{
    margin: 0 5px 0 5px;
    padding: 0;
}

#gs-footer li
{
    list-style: none;
    padding: 2px 0 2px 5px;
    border-bottom: 1px dotted #ccc;
}


#gs-footer li a
{
    color: #666;
    text-decoration: none;
}

#gs-footer li a:hover
{
    text-decoration: underline;
}

#footercontainer
{
    width: 968px;
    background-image: url('images/footerBot.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 100%;
    /* Firefox and IE differences */
    margin-top:-7px;
    *margin-top:0;
}


#footerbody
{
    background-image: url('images/footer_1.gif');
    border-left: 1px solid #B4B5B7;
    border-right: 2px solid #B4B5B7;
    width: 965px;
    height: 98%;
    text-align: left;
    padding: 0;
    font-size: 11px;
    color: #666;
    clear: both;
}

#footer_C1, #footer_C2, #footer_C3, #footer_C4, #footer_C5
{
    float: left;
    width: 148px;
    text-align: left;
}

#footer_C6
{
    float: right;
    width: 148px;
    height: 90px;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 70px;
}
#footer_C6 a
{
    color: #333;
}

#footer_C6 p
{
    padding: 4px 0 4px 5px;
    color: #666;
}



#gs-systemfooter
{
    /*background-color:#f1f1f1;*/
    background-image: url('images/footerBot.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 20px;
    padding: 5px 0 7px 0;
    height: 30px;
    font-size: 11px;
    color: #999;
    clear: both;
}

#system-footerbody h1
{
    font-size: 13px;
    color: #333;
    padding: 4px 0 0 5px;
    margin-bottom: 10px;
}

#system-footercontainer
{
    width: 970px;
    padding-top: 5px;
    background-image: url('images/footerTop.gif');
    background-repeat: no-repeat;
    background-position: top left;
    height: 100%;
}

#system-footerbody
{
    background-image: url('images/footer_1.gif'); 
    /*background-repeat:no-repeat;                 
    background-position:bottom left;                 */
    border-left: 1px solid #B4B5B7;
    border-right: 1px solid #B4B5B7;
    width: 966px;
    height: 100%;
    text-align: left;
    padding: 0;
    font-size: 11px;
    color: #666;
    clear: both;
    margin-top:-5px;
    *margin-top:0;
}

/* GS1 custom styles - START*/

.form-header
{
	width:200px;
}

.form-label
{
	width:50%;

}

.form-field
{
	width:40%;
	padding-left:0 !important;
}


.form-submit
{
	margin-left:10px;
	margin-top:10px;
}

.gs1-link-item-bullet
{
    margin-left: 10px;
}

/*GS1 - Case Studies styles - for round corners on web parts*/

.GS1RoundedCaseStudiesNews
{
    display: block;
    width:100%;
}

.GS1RoundedCaseStudiesNews *
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #D9DADB;
}
.GS1RoundedCaseStudiesNews1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #eeefef;
    border-right: 1px solid #eeefef;
    background: #e2e3e4;
}
.GS1RoundedCaseStudiesNews2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #fbfbfb;
    background: #e0e1e1;
}
.GS1RoundedCaseStudiesNews3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #e0e1e1;
    border-right: 1px solid #e0e1e1;
}
.GS1RoundedCaseStudiesNews4
{
    border-left: 1px solid #eeefef;
    border-right: 1px solid #eeefef;
}
.GS1RoundedCaseStudiesNews5
{
    border-left: 1px solid #e2e3e4;
    border-right: 1px solid #e2e3e4;
}
.GS1RoundedCaseStudiesNewsbg
{
    background: #D9DADB;
    background-repeat:repeat-y;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom:26px;
    width:518px;
    /*IE-only hack */
    *width:516px;
    /*Firefox-only hack */
    display: table-cell;
    height:100%;
    
}
.GS1RoundedCaseStudiesNewsImage
{
    background: #D9DADB;
    padding-top: 0px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 20px;
    border-right: solid 2px #797A7C;
    float: left;
}
.GS1RoundedCaseStudiesNewsContent
{
    background: #D9DADB;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 28px;
    font-size: 8pt;
    padding-bottom: 31px;
    width: 228px;
    float:left;
}

.GS1RoundedCaseStudiesNewsContent span
{
    display: block;
    width: 100%;
    text-align: justify;
}


.GS1RoundedCaseStudiesNewsContent a
{
    font-size: 11pt; /*text-decoration: none; */
    color: #000066;
    width: 70px;
}
.GS1SolProvDropDown img
{
    display:none;
          
}

.gs1-SolProv
{
    font-size:9pt;
    font-family:Arial;
    vertical-align:top;
    background-color:#FFF;
}


.GS1VisualGlossary
{
    border-bottom:1px dotted #000000;
    cursor:help;
}

.GS1FormHeading
{
    font-size: large;
    color:#666;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

/* Below Cedric added classes for the Section web part to be rounded. Used http://www.roundedcornr.com/rc5.php */

.roundedcornr_box_390586
{
    background: url(images/roundedcornr_390586_tl.png) no-repeat top left;
}
.roundedcornr_top_390586
{
    background: url(images/roundedcornr_390586_tr.png) no-repeat top right;
}
.roundedcornr_bottom_390586
{
    background: url(images/roundedcornr_390586_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_390586 div
{
    background: url(images/roundedcornr_390586_br.png) no-repeat bottom right;
}
.roundedcornr_content_390586
{
    background: url(images/roundedcornr_390586_r.png) top right repeat-y;
}

.roundedcornr_top_390586 div, .roundedcornr_top_390586, .roundedcornr_bottom_390586 div, .roundedcornr_bottom_390586
{
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedcornr_content_390586, .roundedcornr_bottom_390586
{
    margin-top: -19px;
}
.roundedcornr_content_390586
{
    padding: 0 15px;
}

.sectionwebpart
{
    width: 190px;
}

/* end of Cedric classes  */

#zz1_CurrentNav
{
    width: 190px !important;
}

.gs1-tableheading
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}


/* MyAccount_Numberbank -start*/

/*To manage size and and layout of web part zone in the MyAccount_Numberbank layout*/
#bottomWebPartZoneContainer
{
    width: 755px;
    margin-top: 5px;
    vertical-align:top;
    clear:both;
}

#numberBankContainer
{
    float: left;
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
    width: 758px;
    overflow: hidden;
}

#middleColumnNumberBank
{
    float: left;
    display: inline;
    margin-top: 5px;
    padding-left:3px;
    width: 558px;
    overflow: hidden;
}



.middlewpz
{
    margin-left: 15px;
}


/* MyAccount_Numberbank -end*/

.gs1-welcome
{
    font-family: Arial; 
    font-weight:bold; 
    font-size:11pt
}
.gs1-welcome-month
{
    font-family: Arial; 
    font-weight:bold; 
    font-size:14pt
}
.gs1-welcome-year
{
    font-family: Arial; 
    font-weight:bold; 
    font-size:14pt;
    color:#fe3e14
}

