body
{
    background-color: #ddd;
    color: #555;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: .9em;
    margin: 0 auto;
    overflow-x: hidden;
}

header
{
    background-color: #FF5500;
    /*background-color: rgb(158, 159, 163); */
	margin: 0;
}

nav
{
    background: url(../images/background-nav.jpg) repeat-x;
    height: 50px;
    margin: 0;
    padding: 6px 4px;
    text-align: center;
    -webkit-background-size: 83px 50px;
}

footer
{
    background: url(../images/background-footer.png) repeat-x;
    height: 43px;
    margin: 20px 0 0 0;
    padding: 11px;
}

#initial-loading
{
    text-align: center;
}

#initial-loading span
{
    display: inline-block;
    padding: 100px 0 100px 0;
}

#overlay
{
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    z-index: 5000;
}

#navigationOverlay
{
    opacity: 0.4;
    position: absolute;
    background-color: black;
    height: 50px;
    width: 100%;
    z-index: 4000;
}

#login p
{
    text-align: center;
}

#container, #inner-navigation, #sub-navigation
{
    position: relative;
}

#container, .container
{
    padding: 0 2%;
    margin: 0;
}
/**
* for a borderless skin comment out the above two #container css rules
* and use this css rule instead.
* You will need to do this if the FI is using the new Smartphone Skin
*/
/*#container
{
    padding: 0;
    margin: 0;
    width: 100%;
}*/

.slide
{
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#page h1
{
    font-size: 1.2em;
    margin: 0 0 0 0;
    padding: 1% 3%;
}

#page p, div.table
{
    font-size: 0.9em;
    margin: 1% 3%;
    padding: 1% 3%;
}

#page p.left-fix
{
    margin: 1% 1%;
    padding: 1% 2%;
}

#page p.slim
{
    padding: 0;
}

#pop
{
    border: 1px solid #bbb;
    margin-bottom: 3%;
    background: /*url(../images/logo.png)*/ no-repeat top right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#eeeeee)); /* Safari 4-5, Chrome 1-9 */
    background: /*url(../images/logo.png)*/ no-repeat top right, -webkit-linear-gradient(top, #FFFFFF, #eeeeee); /* Safari 5.1, Chrome 10+ */
    background: /*url(../images/logo.png)*/ no-repeat top right, -moz-linear-gradient(top, #FFFFFF, #eeeeee); /* Firefox 3.6+ */
    background: /*url(../images/logo.png)*/ no-repeat top right, -ms-linear-gradient(top, #FFFFFF, #eeeeee); /* IE 10 */
    background: /*url(../images/logo.png)*/ no-repeat top right, -o-linear-gradient(top, #FFFFFF, #eeeeee); /* Opera 11.10+ */
    background: /*url(../images/logo.png)*/ no-repeat top right, linear-gradient(top, #FFFFFF, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffeeeeee'); /*For IE7-8-9*/
    height: 1%; /*For IE7*/
}

#pop-white
{
    border: 1px solid #bbb;
    margin-bottom: 3%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#eeeeee)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #FFFFFF, #eeeeee); /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #FFFFFF, #eeeeee); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #FFFFFF, #eeeeee); /* IE 10 */
    background: -o-linear-gradient(top, #FFFFFF, #eeeeee); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#ffeeeeee'); /*For IE7-8-9*/
    height: 1%; /*For IE7*/
}

#pop-small
{
    border: 1px solid #d8d8d8;
    color: white;
    background: #FF5500;
    /*background-image: url(../images/watermark-small.png);*/
    background-position: top right;
    background-repeat: no-repeat;
}

#pop form
{
    padding-top: 30px;
}

.reset-background
{
    background-color: #FcFcFc;
    color: #555;
    font-family: Calibri, Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}

/*
    Grid System
*/
.row
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.row div.left
{
    float: left;
    width: 50%;
}

.row2
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.row2 strong, .row2 span
{
    margin: 1% 3%;
    padding: 1% 3%;
    display: block;
}
.row2 .right strong, .row2 .right span
{
    padding: 0;
}
.row2 div.left
{
    float: left;
    width: 50%;
}
.row2 div span
{
    font-size: large;
    font-weight: bold;
}
.row2 div.full
{
    float: left;
    width: 96%;
}

.row-footer
{
    border-bottom: 1px solid #eee;
}
.highlight-row
{
    background: #eee;
}

.column
{
    margin: 0;
    overflow: hidden;
    float: left;
    display: inline;
}

.column-wrapper
{  
    background-repeat: repeat-x;
    border-radius: 8px; /*Old skin*/
    border-style: solid; /*Old skin*/
    border-width: 1px; /*Old skin*/
    border-color: #ddd; /*Old skin*/
    /*border-radius: 0px; New Skin */
    padding: 0;
    vertical-align: middle;
    margin-bottom: 1%;
    padding-bottom: 2%;
}
.hover-notused:hover
{
    font-weight: bold;
    border: 1px solid #FF5500;
    background: #FF5500;
    color: white;
}

.grid-full
{
    width: 100%;
    margin: 0;
}
.grid-split
{
    width: 50%;
    margin: 0;
}
.grid-split-60
{
    width: 60%;
    margin: 0;
}
.grid-split-40
{
    width: 40%;
    margin: 0;
}


/*
    Form Styles
*/
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="checkbox"], input[type="date"], select
{
    margin-left: 0;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #FFFFFF;
    border: 1px solid #FF5500;
    border-radius: 6px;
    color: #555555;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 4px;
    vertical-align: middle;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=email]:focus, input[type="date"]:focus, select:focus
{
    border-color: rgba(71, 175, 174, 1);
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1), 0px 0px 8px rgba(71, 175, 174, 1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(71, 175, 174, 1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(71, 175, 174, 1);
}
input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, input[type=tel]:disabled, input[type=email]:disabled, select:disabled
{
    color: #888;
    border-color: rgba(80, 80, 80, 0.5);
    -webkit-text-fill-color: #888;
}
input[type=text].safari:disabled, input[type=password].safari:disabled, input[type=number].safari:disabled, input[type=tel].safari:disabled, input[type=email].safari:disabled, select.safari:disabled
{
    -webkit-text-fill-color: black;
}

input.error, select.error
{
    background-color: #FEE;
    border-color: #F00;
}
select
{
    height: 32px;
}

form p
{
    margin: 2%;
}

#pop form input
{
    border-color: #888;
}
/*
    Button Styles
*/
.btn
{
    background-repeat: repeat-x;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.btn-action
{
    color: #333333;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #F5F5F5;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E6E6E6));
    background-image: -webkit-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -ms-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -o-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: linear-gradient(center top, #FFFFFF, #E6E6E6);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-action-active
{
    color: #333333;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#F5F5F5));
    background-image: -webkit-linear-gradient(center top, #FFFFFF, #F5F5F5);
    background-image: -moz-linear-gradient(center top, #FFFFFF, #F5F5F5);
    background-image: -ms-linear-gradient(center top, #FFFFFF, #F5F5F5);
    background-image: -o-linear-gradient(center top, #FFFFFF, #F5F5F5);
    background-image: linear-gradient(center top, #FFFFFF, #F5F5F5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-left
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    margin: auto 0 2% 0;
    padding: 2%;
}
.btn-center
{
    border-radius: 0;
    margin: auto 0 2% 0;
    padding: 2%;
    border-left: 0;
    border-right: 0;
}
.btn-right
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    margin: auto 0 2% 0;
    padding: 2%;
}

.btn:hover
{
    -moz-transition: background-position 0s linear 0s;
    background-color: #E6E6E6;
    background-position: 0 -55px;
    color: #333333;
    text-decoration: none;
}
.btn:focus
{
    outline: thin dotted #333333;
    outline-offset: -2px;
}

.btn:disabled
{
    color: gray;
    background: silver;
}
.btn:disabled:hover
{
    color: gray;
    background: silver;
}
.tel
{
    color: #555;
    text-decoration: none;
}

/* Search Helpers*/
.search-box
{
    background-image: url(../icons/magnifying-glass.png);
    background-repeat: no-repeat;
   
    text-indent: 30px;
}

/*
    Simple Helpers
*/
.right
{
    text-align: right;
}
.center
{
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.pointer
{
    cursor: pointer;
}
.pointerul
{
    cursor: pointer;
    text-decoration:underline;
}
.hide
{
    /*visibility: hidden;*/
    display: none;
}
.bold
{
    font-weight: bold;
}
.colour
{
    color: #FF5500;
}
.soft
{
    color: #8a8a8a;
}
.large
{
    font-size: large;
    font-weight: bold;
}
.margin-top-3
{
    margin-top: 3%;
}
.margin-top-5
{
    margin-top: 5%;
}
.margin-right-5
{
    margin-right: 5%;
}
.pad-5
{
    padding: 5%;
}
.width-100
{
    width: 100%;
}
.width-95
{
    width: 95%;
}
.width-90
{
    width: 88%;
}
.width-50
{
    width: 50%;
}
.width-48
{
    width: 48%;
}
.width-32
{
    width: 32%;
}
.width-23
{
    width: 23%;
}

.no-margin
{
    margin: 0;
}

.spacer
{
    width:100%;
    padding-bottom:3%;
}
   
.spacerlg
{
    width:100%;
    padding-bottom:8%;
}

/* Auto Search */
.search-container
{
    margin: 0 auto;
    padding-top: 15px;
}
#searchField
{
    display: block;
}
#helper
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
}
#helper a
{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    background: #FFF;
}
#helper a:hover
{
    background: #999;
    color: #FFF;
}

/*Accordian*/
.accordion section
{
    border-bottom: 1px solid #bbb;
    margin: 5px 0;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #eeeeee);
    background-image: -moz-linear-gradient(top, #FFFFFF, #eeeeee);
    background-image: -ms-linear-gradient(top, #FFFFFF, #eeeeee);
    background-image: -o-linear-gradient(top, #FFFFFF, #eeeeee);
    background-image: linear-gradient(top, #FFFFFF, #eeeeee);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion h2, .accordion p
{
    margin: 0;
}

.accordion h3
{
    padding: 10px;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

.help
{
    background-image: url(../icons/help.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}
.settings
{
    background-image: url(../icons/settings.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}
.logout
{
    background-image: url(../icons/logout.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}

.accordion h2 a
{
    display: block;
    position: relative;
    font-size: 16px;
    padding: 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion h2 a:hover
{
    background: #fff;
}

.accordion h2 + div
{
    height: 0;
    overflow: hidden;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.accordion .open h2 a:after
{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.accordion .open h2 + div
{
    height: 100%;
}

#sub-navigation h2 a
{
    font-size: 14px;
    font-weight: normal;
}

#sub-navigation h3
{
    font-size: 14px;
    font-weight: normal;
}

/*nav test*/

.middle
{
    margin:0 auto;
    width:260px;
    height:36px;
}

#navlist
{
    position: relative;
    margin-left: 30px;
}
#navlist li
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#navlist li, #navlist a
{
    height: 37px;
    display: block;
}

#navigationAccounts
{
    left: 0px;
    width: 48px;
}
#navigationAccounts
{
    background: url('../icons/balances.png');
    -webkit-background-size: 55px 37px;
}

#navigationTransfers
{
    left: 55px;
    width: 48px;
    
}
#navigationTransfers
{
    background: url('../icons/transfers.png');
    -webkit-background-size: 55px 37px;
}

#navigationBpay
{
    left: 110px;
    width: 48px;
    
}
#navigationBpay
{
    background: url('../icons/bpay.png');
    -webkit-background-size: 55px 37px;
}

#navigationMore
{
    left: 165px;
    width: 48px;
}
#navigationMore
{
    background: url('../icons/menu.png');
    -webkit-background-size: 55px 37px;
}

/*#navigationNotifications
{
    left: 165px;
    width: 48px;
}
#navigationNotifications
{
    background: url('../icons/sprite.png');
}*/

/*validation errors*/

/*#errors
{
    color: Red;
}*/
.errors, .infos
{
    margin-left:3%;
    margin-right:3%;
}

.errors ul, .infos ul
{
    list-style-type: disc;
    margin-right: 40px;
}

#errorbox
{
    border: 1px solid #F00;
    color: #444;
    margin-bottom: 3%;
    margin-top: 3%;
    background: url(../icons/error.png) no-repeat top right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFEEEE)); /* Safari 4-5, Chrome 1-9 */
    background: url(../icons/error.png) no-repeat top right, -webkit-linear-gradient(top, #FFFFFF, #FFEEEE); /* Safari 5.1, Chrome 10+ */
    background: url(../icons/error.png) no-repeat top right, -moz-linear-gradient(top, #FFFFFF, #FFEEEE); /* Firefox 3.6+ */
    background: url(../icons/error.png) no-repeat top right, -ms-linear-gradient(top, #FFFFFF, #FFEEEE); /* IE 10 */
    background: url(../icons/error.png) no-repeat top right, -o-linear-gradient(top, #FFFFFF, #FFEEEE); /* Opera 11.10+ */
    background: url(../icons/error.png) no-repeat top right, linear-gradient(top, #FFFFFF, #FFEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFFFEEEE'); /*For IE7-8-9*/
    height: 1%; /*For IE7*/
}

#infobox
{
    border: 1px solid #C1E0A3;
    color: #444;
    margin-bottom: 3%;
    margin-top: 3%;
    background: url(../icons/info.png) no-repeat top right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEF8EE)); /* Safari 4-5, Chrome 1-9 */
    background: url(../icons/info.png) no-repeat top right, -webkit-linear-gradient(top, #FFFFFF, #EEF8EE); /* Safari 5.1, Chrome 10+ */
    background: url(../icons/info.png) no-repeat top right, -moz-linear-gradient(top, #FFFFFF, #EEF8EE); /* Firefox 3.6+ */
    background: url(../icons/info.png) no-repeat top right, -ms-linear-gradient(top, #FFFFFF, #EEF8EE); /* IE 10 */
    background: url(../icons/info.png) no-repeat top right, -o-linear-gradient(top, #FFFFFF, #EEF8EE); /* Opera 11.10+ */
    background: url(../icons/info.png) no-repeat top right, linear-gradient(top, #FFFFFF, #EEF8EE);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFFEF8EE'); /*For IE7-8-9*/
    height: 1%; /*For IE7*/
}

.grid-85
{
    width: 85%;
    margin: 0;
}

/*Password Change Error*/
#errorbox2
{
    border: 1px solid #fd8046;
    color: #444;
    margin-bottom: 3%;
    margin-top: 3%;
    background: url(../icons/security.png) no-repeat top right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#fce8c8)); /* Safari 4-5, Chrome 1-9 */
    background: url(../icons/security.png) no-repeat top right, -webkit-linear-gradient(top, #FFFFFF, #fce8c8); /* Safari 5.1, Chrome 10+ */
    background: url(../icons/security.png) no-repeat top right, -moz-linear-gradient(top, #FFFFFF, #fce8c8); /* Firefox 3.6+ */
    background: url(../icons/security.png) no-repeat top right, -ms-linear-gradient(top, #FFFFFF, #fce8c8); /* IE 10 */
    background: url(../icons/security.png) no-repeat top right, -o-linear-gradient(top, #FFFFFF, #fce8c8); /* Opera 11.10+ */
    background: url(../icons/security.png) no-repeat top right, linear-gradient(top, #FFFFFF, #fce8c8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#fffce8c8'); /*For IE7-8-9*/
    height: 1%; /*For IE7*/
}

/* Alerts */
.alertNew
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/new.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.alertType-5
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/paywave.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.alertType-6
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/ATM.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.alertType-7
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/card.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.alertType-8
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/EFTPOS.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-chicken-fastfood
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/chicken-fastfood.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-clothing
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/clothing.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-communications
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/communications.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-fastfood
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/fastfood.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-groceries
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/groceries.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-hardware
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/hardware.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-music
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/music.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-petrol-station
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/petrol-station.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-sports
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/sports.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}
.merchant-travel
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../alert-icons/travel.png) no-repeat top right;
    background-size: 100% auto;
    vertical-align: middle;
}

#logo
{
    position: absolute;
    right: 0;
    width: 100%;
    /*text-align: right;*/
    background: url(../images/logo.png) no-repeat top right;
    height: 37px;
    padding: 0;
    margin-top: 4px;
	-webkit-background-size: 143px 35px;
}

.progressbar{
    width: 100%;
    height: 28px;
    padding-bottom: 2px;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 12px; 
    border-radius: 12px;
    -webkit-box-shadow: inset 0px 0px 10px #a0a0a0;
    box-shadow: inset 0px 0px 10px #a0a0a0;
}
.progressbar > div{
    background: linear-gradient(#46ADAE 0%, #378889 100%) repeat scroll 0 0 transparent;
    height: 100%;
    -webkit-border-radius: 12px; 
    border-radius: 12px; 
    -webkit-box-shadow: inset 1px 1px 2px #fff; 
    box-shadow: inset 1px 1px 2px #fff; 
     border: 1px solid #a2ba66;
 }


.progressbar > div{
     background: linear-gradient(#46ADAE 0%, #378889 100%) repeat scroll 0 0 transparent;
    -webkit-animation: pbanim 1s linear; /* Saf5, Chrome */
    -moz-animation: pbanim 1s linear; /* Firefox 5-15 */
    -o-animation: pbanim 1s linear; /* Opera 12+ */
    animation: pbanim 1s linear; /* Saf5, Chrome, Firefox 16+ */
}
 
@-webkit-keyframes pbanim {
    0%   { width: 0px; }
}
@-moz-keyframes pbanim {
    0%   { width: 0px; }
}
@-o-keyframes pbanim {
    0%   { width: 0px; }
}
@keyframes pbanim {
    0%   { width: 0px; }
}

/********* Layout CSS should not need to be themed ****** */
.row-alert
{
    width: 100%;
    margin: -11px 0px -8px 0px;
    overflow: hidden;
    float: left;
}
.row-button
{
    width: 100%;
    margin: 5px 0px -8px 0px;
    overflow: hidden;
    float: left;    
    padding: 2px 2px 3px 3px;
}
.row-button-style
{    
    font-size: 1.1em;
    padding: 5px 0px 5px 5px;    
}
.full-wrapper
{
    background-repeat: repeat-x;
    border-radius: 0px;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 1%;
    padding-bottom: 2%;
}
.width-90-center
{
    width: 94%;
    margin: 3% 3%;
}
.middle1
{
    padding-top: 5px;
}
.top
{
    margin-top: -16px;
}
.stack 
{
    float: left;
    margin: 0;
    width: 48%;
    margin: 0;
}
.stack-top
{
    float: left;
    margin: 0;
    width: 48%;
    margin: -16px 0 0 0;
}
.stack-left 
{
    float: left;
    margin: 0;
    width: 50%;
    margin: 0;
    margin-right: 2%;
}
.stack-left-top 
{
    float: left;
    margin: 0;
    width: 50%;
    margin: -16px 0 0 0;
    margin-right: 2%;
}

/********* Icons for decomissioning Smartphone HTML5 *********/  
.login-large
{
	background-image: url(../images/login-large.png);
	background-repeat: no-repeat;
	background-position: center;
}

.cusa-large-logo
{
	background-image: url(../images/cusa-large-logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

