body
{
    /*font-size: .85em;     font-family: "Trebuchet MS"; Verdana, Helvetica, Sans-Serif;     color: #232323;*/
    background-color: #D7D9DB;
    background-repeat: repeat-x;
    border-style: 0;
    border-width: 0px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    margin: 0px 0px 0px 0px;
    color: #0b3768;
    font-size: 11px;
    text-align: left;
}
a
{
    cursor: pointer;
}
a:link, a:visited
{
    color: #0B3768;
    text-decoration: none;
}
a:hover
{
    color: #1c72d3;
}
/* Styles for font
-----------------------------------------------------------*/
.error
{
    color: Red;
}

/* Styles for page block
-----------------------------------------------------------*/
header, footer, nav, section
{
    display: block;
}

.page-block
{
    border-top-width: 3px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: left;
    clear: both;
}
.page-block-header
{
    width: 100%;
    overflow: hidden;
    height: 26px;
    border-bottom: 1px solid #efefef;
}
.left-col
{
    width: 20%;
    float: left;
    border: none;
    min-height: 500px;
    clear: none;
    background: none;
}
.right-col
{
    width: 20%;
    float: right;
    border: 1px solid #ccc;
    min-height: 500px;
    clear: none;
    background: none;
}
.main-col
{
    border: none;
    border-left: 1px solid #ccc;
    min-height: 500px;
    clear: none;
    background: none;
    -webkit-border-radius: 0px;
}
.two-columns
{
    width: 79%;
    float: right;
}
.three-columns
{
    width: 59%;
    float: left;
}
.page-block-header-title
{
    float: left;
    margin: 5px 0 5px 10px;
}
.page-block-header-actions
{
    float: right;
    margin: 3px 3px 3px 0px;
}
.page-block .page-block-header table
{
    width: 100%;
}
.page-block .page-block-help
{
    text-align: right;
    padding-right: 10px;
    cursor: help;
    display: none;
}
.page-block .page-block-title
{
    text-align: left;
}
.page-block .page-block-title h3
{
    margin: 0 0 0 10px;
}
.page-block .detail-list td
{
    /*border-bottom: 1px solid #ECECEC;*/
}
.page-block .detail-list .header-col
{
    text-align: center;
    font-weight: bold;
    background: #a5b1c0;
    text-transform: uppercase;
}
.page-block .detail-list .label-col
{
    text-align: right;
    font-weight: bold;
    width: 20%;
}
.page-block .detail-list, .detail-list
{
    width: 100%;
    border-top: 3px solid white;
}
.page-block input[type=text], input[type=tel]
{
    width: 200px;
}
.page-block .detail-list .data-col
{
    color: #0b3768;
    font-weight: bold;
}
.page-block .data-col select
{
    width: 204px;
    padding: 1px 0px;
}
.page-block-left-col
{
    width: 20%;
    border: 1px solid #ccc;
    min-height: 500px;
    float: left;
}
.page-block-right-col
{
    width: 79%;
    border: 1px solid #ccc;
    min-height: 500px;
    float: right;
}
.block-tab-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-tab
{
    width: 30px;
    width: 100%;
    line-height: 40px;
    font-size: 13px;
}
.block-tab a
{
    margin: 5px;
}
.block-tab-active
{
    background: #efefef;
}
.block-tab-content
{
    border: 1px solid grey;
    min-height: 500px;
}

.one-column-form ul
{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
}
.one-column-form ul label
{
    margin-top: 8px;
    display: block;
    margin-bottom: 2px;
    color: #7d7d7d;
}
.one-column-form ul label em
{
    color: Red;
}
.one-column-form ul label .tooltip-button
{
    margin-left: 5px;
}
.one-column-form ul li input[type=text], .one-column-form ul li select
{
    width: 100%;
    height: 20px;
    border: 1px solid #ced4db;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.one-column-form textarea
{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
ul.suggestion-list
{
    overflow: auto;
    margin: 0;
    list-style: none;
    border: none;
}
.suggestion-list-block
{
    border: 1px solid #ccc;
    width: 50%;
    float: right;
}
.suggestion-list
{
    list-style: none;
    padding: 2px 8px;
    margin: 0;
}
/*.suggestion-list ul li.suggestion-list-item
{
    margin-top: 4px;margin-bottom: 0;cursor: pointer;
}*/
.suggestion-list .suggestion-list-item-link
{
    cursor: pointer;
    font-weight: bold;
    font-size: 7.5pt;
    background: #E4E7EA;
    color: #564F4F;
    padding: 2px 0 2px 8px;
}
.suggestion-list-item:hover
{
    background: #082749;
    color: #ffffff;
}
.suggestion-list-item
{
    /*margin:auto; 	width:96%; */
    margin-top: 5px;
    overflow: auto;
    font-weight: bold;
    font-size: 7.5pt;
    background: #E4E7EA;
    color: #564F4F;
    cursor: pointer;
    padding: 2px 0 2px 8px;
}
.suggestion-list-item a
{
    color: #564F4F;
}
.suggestion-list-item:hover a
{
    color: White;
}

.suggestion-list-item .item-left
{
    float: left; /*margin:5px;*/
    max-width: 58%;
}
.suggestion-list-item .item-right
{
    float: right; /*margin:5px;*/
    padding-top: 10px;
    padding-right: 15px;
}
.header-label a
{
    border-right: 1px solid #ced4db;
    padding: 2px 18px;
}
.header-label
{
    background: #f6f7f8;
    color: #7d7d7d;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    padding-left: 5px;
}
.upload-div
{
    background: white;
    color: #7d7d7d;
    font-size: 12px;
    opacity: 0.9;
    font-weight: normal;
    padding-left: 8px;
    line-height: 30px;
    border: 1px solid #E4E7EA;
}
.content-div-step-title
{
    font-weight: bold;
    border-bottom: 1px dotted #ced4db;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Styles for jqgrid
-----------------------------------------------------------*/
.ui-jqdialog
{
    z-index: 1008 !important;
}
/* Styles for basic grid
-----------------------------------------------------------*/

.base-grid
{
    border-color: #efefef;
    width: 100%;
}
.base-grid th
{
    background: #a5b1c0;
    text-align: center;
}
.base-grid .label-col
{
    font-weight: bold;
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
    min-width: 194px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}
input
{
    font-family: Arial,Verdana;
    font-size: 10px;
    border: 1px solid rgb(172, 170, 170);
}
select
{
    font-family: Arial,Verdana;
    font-size: 10px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*Common classes which are very generic
*/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}


/* Styles for Master Page
-----------------------------------------------------------*/
.border
{
    border: 1px solid #9C9A9C;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 2px 2px #9C9A9C;
    -moz-box-shadow: 0 2px 2px #9C9A9C;
    -webkit-box-shadow: 0 2px 2px #9C9A9C;
    z-index: 0;
    background: #fff;
    text-align: left;
}

div#header
{
    padding: 0px 10px;
    background: white;
    width: 990px;
    padding-top: 5px;
    height: 103px;
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    text-align: left;
}
.header-top
{
    float: right;
    height: 20px;
    font-weight: bold;
}

div#content
{
    padding: 10px 10px;
    background: white;
    width: 990px;
    min-height: 500px;
    border-left-style: solid;
    border-right-style: solid;
    text-align: left;
}
div#footer
{
    padding: 0px 10px;
    background: white;
    width: 990px;
    height: 20px;
    font-weight: bold;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
}

.color-border
{
    border-color: #efefef;
}
.arrow-down
{
    background: url(/images/arrowDown.gif) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: 3px 4px;
}
.arrow-right
{
    background: url(/images/arrowRight.gif) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: 4px 2px;
}
.arrow-left
{
    background: url(/images/arrowLeft.gif) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: 3px 4px;
}
.pen-icon
{
    background: url(/images/acct/penIcon.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.excel-icon
{
    background: url(/images/xl_download.gif) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    float: left;
}
.pdf-icon
{
    background: url(/images/Pdf_icon.gif) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
/* Styles for Old One Mettel
-----------------------------------------------------------*/

/*css sprites*/
a#billing_btn, a#billing_btn:hover, a#billing_btn:active, a#locations_btn, a#locations_btn:hover, a#locations_btn:active, a#reports_btn, a#reports_btn:hover, a#reports_btn:active, a#expenseManagement_btn, a#expenseManagement_btn:hover, a#expenseManagement_btn:active, a#helpDesk_btn, a#helpDesk_btn:hover, a#helpDesk_btn:active, a#home_link, a#home_link:hover, #homebar_left, #homebar_right, .orange-dot, #howto_icon, .boxtopleft, .boxtopright, .boxbottomleft, .boxbottomright, a#newService_btn, a#newService_btn:hover, a#newService_btn:active, #roles_icon, a.repair-link, a.order-link, a.mobile-link, a#billing_btn2, a#billing_btn2:hover, a#billing_btn2:active, a#inventory_btn2, a#inventory_btn2:hover, a#inventory_btn2:active, a#reports_btn2, a#reports_btn2:hover, a#reports_btn2:active, a#helpDesk_btn2, a#helpDesk_btn2:hover, a#helpDesk_btn2:active, #acc_icon, #user_icon, #pwd_icon, #info_sm_icon, #inventory_icon, #billhis_icon
{
    background: url(../images/mettel_css_sprite.png) no-repeat top left;
}
#howto_icon
{
    width: 18px;
    height: 17px;
    margin-top: 0;
    background-position: -529px -225px;
    display: inline-block;
    vertical-align: middle;
}


a#dashboard_btn
{
    background: url(../images/mettel_css_sprite.png) no-repeat top left;
    background-position: -760px -227px;
    height: 83px;
    display: block;
    width: 80px;
}
a#dashboard_btn.selected
{
    background-position: -845px -227px;
    cursor: default;
}
a#dashboard_btn:hover
{
    background-position: -1015px -227px;
}
a#dashboard_btn:hover.selected
{
    background-position: -845px -227px;
}
a#dashboard_btn:active
{
    background-position: -930px -227px;
}

a#billing_btn
{
    background-position: 0 0;
    height: 83px;
    display: block;
    width: 80px;
}
a#billing_btn.selected
{
    background-position: -85px 0;
    cursor:default;
}
a#billing_btn:hover
{
    background-position: -255px 0;
    width: 80px;
    height: 83px;
    display: block;
}
a#billing_btn:hover.selected 
{
    background-position: -85px 0;
} 
a#billing_btn:active
{
    background-position: -170px 0;
    display: block;
    width: 80px;
    height: 83px;
}

a#locations_btn
{
    background-position: -85px -85px;
    height: 83px;
    display: block;
    width: 80px;
}
a#locations_btn.selected
{
    background-position: -170px -85px;
    cursor:default;
}
a#locations_btn:hover
{
    background-position: -340px -85px;
    width: 80px;
    height: 83px;
    display: block;
}
a#locations_btn:hover.selected
{
    background-position: -170px -85px;
}
a#locations_btn:active
{
    background-position: -255px -85px;
    display: block;
    width: 80px;
    height: 83px;
}


a#reports_btn
{
    background-position: -425px -85px;
    height: 83px;
    display: block;
    width: 80px;
}
a#reports_btn.selected
{
    background-position: -510px -85px;
    cursor:default;
}
a#reports_btn:hover
{
    background-position: -680px -85px;
    width: 80px;
    height: 83px;
    display: block;
}
a#reports_btn:hover.selected
{
    background-position: -510px -85px;
}
a#reports_btn:active
{
    background-position: -595px -85px;
    display: block;
    width: 80px;
    height: 83px;
}


a#expenseManagement_btn
{
    background-position: -340px 0;
    height: 83px;
    display: block;
    width: 80px;
}
a#expenseManagement_btn.selected
{
    background-position: -425px 0;
    cursor:default;
}
a#expenseManagement_btn:hover
{
    background-position: -595px 0;
    width: 80px;
    height: 83px;
    display: block;
}
a#expenseManagement_btn:hover.selected
{
    background-position: -425px 0;
}
a#expenseManagement_btn:active
{
    background-position: -510px 0;
    display: block;
    width: 80px;
    height: 83px;
}


a#helpDesk_btn
{
    background-position: -680px 0;
    height: 83px;
    display: block;
    width: 80px;
}
a#helpDesk_btn.selected
{
    background-position: -765px 0;
    cursor:default;
}
a#helpDesk_btn:hover
{
    background-position: 0px -85px;
    width: 80px;
    height: 83px;
    display: block;
}
a#helpDesk_btn:hover.selected
{
    background-position: -765px 0;
}
a#helpDesk_btn:active
{
    background-position: -850px 0;
    display: block;
    width: 80px;
    height: 83px;
}
        
        
a#newService_btn
{
    background-position: -934px 0px;
    height: 83px;
    display: block;
    width: 80px;
}
a#newService_btn.selected
{
    background-position: -1020px 0px;
    cursor:default;
}
a#newService_btn:hover
{
    background-position: -1190px 0px;
    width: 80px;
    height: 83px;
    display: block;
}
a#newService_btn:hover.selected
{
    background-position: -1020px 0px;
}
a#newService_btn:active
{
    background-position: -1104px 0px;
    display: block;
    width: 80px;
    height: 83px;
}


a#billing_btn2
{
    background-position: 0 -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#billing_btn2:hover
{
    background-position: -126px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#billing_btn2:active
{
    background-position: -63px -170px;
    width: 61px;
    height: 56px;
    display: block;
}

a#billing_btn2
{
    background-position: 0 -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#billing_btn2:hover
{
    background-position: -126px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#billing_btn2:active
{
    background-position: -63px -170px;
    width: 61px;
    height: 56px;
    display: block;
}

a#inventory_btn2
{
    background-position: -567px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#inventory_btn2:hover
{
    background-position: -693px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#inventory_btn2:active
{
    background-position: -630px -170px;
    width: 61px;
    height: 56px;
    display: block;
}

a#reports_btn2
{
    background-position: -756px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#reports_btn2:hover
{
    background-position: -882px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#reports_btn2:active
{
    background-position: -819px -170px;
    width: 61px;
    height: 56px;
    display: block;
}

a#helpDesk_btn2
{
    background-position: -378px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#helpDesk_btn2:hover
{
    background-position: -504px -170px;
    width: 61px;
    height: 56px;
    display: block;
}
a#helpDesk_btn2:active
{
    background-position: -441px -170px;
    width: 61px;
    height: 56px;
    display: block;
}


a.repair-link
{
    background-position: 0px -315px;
    width: 290px;
    height: 61px;
    display: block;
}
a.repair-link:hover
{
    background-position: -292px -315px;
    width: 290px;
    height: 61px;
    display: block;
}
a.order-link
{
    background-position: 0 -252px;
    width: 290px;
    height: 61px;
    display: block;
}
a.order-link:hover
{
    background-position: -292px -252px;
    width: 290px;
    height: 61px;
    display: block;
}
a.mobile-link
{
    background-position: -748px -315px;
    width: 290px;
    height: 61px;
    display: block;
}
a.mobile-link:hover
{
    background-position: -946px -165px;
    width: 290px;
    height: 61px;
    display: block;
}

/*homebar*/
#homebar_table
{
    border-collapse: collapse;
    border: solid 0px red;
    height: 38px;
    font-weight: bold;
}
a#home_link
{
    background-position: -443px -227px;
    width: 42px;
    height: 25px;
    display: block;
    text-indent: -1000em;
    margin-top: -5px;
}
a#home_link:hover
{
    background-position: -487px -227px;
    width: 42px;
    height: 25px;
    display: block;
    margin-top: -5px;
}
#homebar_left
{
    background-position: -763px -85px;
    height: 36px;
    width: 40px;
}
#homebar_leftbody
{
    font-weight: bold;
    padding: 0px 5px 0px 10px;
    color: #f44204;
    text-align: left;
}
#homebar_middlebody
{
    text-align: center;
    padding: 8px 2px 0px 2px;
    width: 263px;
    height: 25px;
}
#homebar_rightbody
{
    padding: 0px 10px 0px 5px;
    width: 414px;
}
.homebar-body
{
    background: url(../images/blue/Nav_bg_body.gif) repeat-x;
}
.homebar-info
{
    float: right;
}
#homebar_right
{
    background-position: -817px -85px;
    width: 7px;
    height: 36px;
}
.orange-dot
{
    background-position: -888px -85px;
    width: 16px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
}
.account-information
{
    list-style: none;
    margin: 0;
}
.account-information li
{
    float: left;
}
.OrangePayNowDot
{
    background: url(../images/mettel_css_sprite.png) no-repeat top left;
    background-position: -888px -85px;
    width: 12px;
    height: 5px;
    display: block;
    float: left;
    margin: 5px;
}
.boxtopleft
{
    background-position: -848px -85px;
    width: 10px;
    height: 10px;
}
.boxtopright
{
    background-position: -860px -85px;
    width: 10px;
    height: 10px;
}
.boxbottomleft
{
    background-position: -824px -85px;
    width: 10px;
    height: 12px;
}
.boxbottomright
{
    background-position: -836px -85px;
    width: 10px;
    height: 12px;
}
.boxtop
{
    background: url(../images/boxtop.gif);
}
.boxbottom
{
    background: url(../images/boxbottom.gif);
}
.boxsideleft
{
    background: url(../images/boxSideLeft.gif);
}
.boxsideright
{
    background: url(../images/boxSideRight.gif);
}

#roles_icon
{
    background-position: -584px -253px;
    width: 30px;
    height: 24px;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}
/*small icons*/
#acc_icon
{
    background-position: -259px -227px;
    width: 30px;
    height: 24px;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}
#user_icon
{
    background-position: -323px -227px;
    width: 30px;
    height: 24px;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}
#pwd_icon
{
    background-position: -291px -227px;
    width: 30px;
    height: 24px;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}
#info_sm_icon
{
    background-position: -545px -227px;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}
#inventory_icon
{
    background-position: -565px -227px;
    width: 28px;
    height: 24px;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}
#billhis_icon
{
    background-position: -175px -227px;
    width: 28px;
    height: 24px;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}

/* Styles for Button, Link
-----------------------------------------------------------*/
a.button
{
    border: 1px solid #d3d3d3;
    padding: 2px 10px 2px 10px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 11px;
    color: #0B3768;
}
a.button:hover
{
    /*background:#0B3768;     color:#efefef;*/
    border: 1px solid #999999;
    color: #1c72d3;
}

a.disabled
{
    color: #ccc;
    cursor: default;
}
a.disabled:hover
{
    color: #ccc;
    cursor: default;
    background: white;
}

.approve-button
{
    background: #29a;
    border: 1px solid #1E8696;
    color: white;
}
.reject-button
{
    background: #FC4F45;
    border: 1px solid #FF0000;
    color: white;
}
.refresh-button
{
    background-image: url(/images/max2_icons.png);
    background-repeat: no-repeat;
    background-position: -1693px -370px;
    display: block;
    height: 19px;
    width: 19px;
}


/* Styles for Category
-----------------------------------------------------------*/
.category-page
{
    min-height: 500px;
}
.category-list
{
    list-style: none;
    padding: 50px 0 0 0;
    margin: 0;
    width: 100%;
    clear: both;
}
.category-item
{
    float: left;
    width: 33%;
}
.catalog-breadcrumb
{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.catalog-breadcrumb li
{
    float: left; /*border-right:1px solid grey;*/
    padding: 0 2px 0 2px;
}
.active
{
    font-weight: bold;
}
.catalog-header
{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    float: left;
    clear: both;
    text-align: left;
}

.catalog-footer
{
    width: 100%;
    font-size: 20px;
    height: 40px;
    float: left;
    clear: both;
    text-align: right;
}
.category-link a
{
    float: right;
    margin-right: 20px;
    font-weight: bold;
}
.category-image img
{
    width: 290px;
    display: block;
    margin: auto;
    border: 0;
}
/* Styles for Product
-----------------------------------------------------------*/
.product-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.product-item
{
    float: left;
    width: 25%;
    margin: 10px 0 10px 0;
}




/* Styles for ShoppingCart
-----------------------------------------------------------*/
.float-cart-wrapper
{
    position: relative;
    float: right;
}
.float-cart-items
{
}
.float-cart-title
{
    cursor: pointer;
}
.float-cart
{
    display: none;
    min-height: 100px;
    width: 200px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    background: white;
}


/* Styles for Checkout
-----------------------------------------------------------*/

.shopping-cart-items
{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}
.shopping-cart-item-info
{
    float: left;
    width: 25%;
}
.shopping-cart-item-info-title
{
    background: #678CC6;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    padding: 3px;
}
.shopping-cart-item-total
{
    float: LEFT;
    clear: both;
    text-align: right;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid gray;
    padding: 5px 0;
    font-weight: bold;
}
.option-list
{
    float: right;
    width: 74%;
    border-left: 1px solid gray;
    color: #404040;
    font-size: 12px;
}
.option-list-title
{
    color: #477ECD;
    font-size: 14px;
    height: 25px;
}
.total-price
{
    display: inline-block;
}



/* Styles for Users
-----------------------------------------------------------*/



/* Styles for Roles
-----------------------------------------------------------*/



/* Styles for Searchbox
-----------------------------------------------------------*/

.searchbox-outerbox
{
    padding: 12px;
    float: left;
    border: 1px solid #ccc;
}
.searchbox-loading-image
{
    position: absolute;
    top: 2px;
    right: 40px;
    display: none;
    height: 12px;
}
.search-btn-wrapper
{
    display: inline-block;
    vertical-align: top;
}
.searchbox-result-list
{
    border: 1px solid #ccc;
    background: white;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    font-weight: normal;
    z-index: 100;
    text-align: left;
}
.searchbox-result-item-type
{
    font-weight: bold;
    background: #DBDBDB;
    font-size: 12px;
    padding-left: 5px;
    color: black;
}
.searchbox-result-item
{
    margin: 5px;
}
.itemlink
{
    display: inline-block;
    width: 100%;
}
.hover
{
    background: #EFEFEF;
    color: #D54E21;
}
.cursor
{
    cursor: pointer;
}
.searchbox-result-subitem
{
    margin: 5px;
}

/* Styles for Cute Search
-----------------------------------------------------------*/
.cute-search-wrapper
{
    position: relative;
}
.cute-search-icon
{
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 2px;
    cursor: pointer;
}
/* Styles for Location Info Header
-----------------------------------------------------------*/
.location-header-information
{
    overflow: auto;
}
.location-icon
{
    background: url('/images/acct/smLocations_icon.gif');
    display: inline-block;
    width: 16px;
    height: 16px;
}
.location-edit-icon
{
    background: url('/images/acct/penIcon.png');
    display: inline-block;
    width: 16px;
    height: 12px;
}
.location-info-header .detail-list .label-col
{
    text-align: left;
    color: #000000;
}
.location-info-header .detail-list .data-col
{
    color: #0b3768;
}
.location-info-header
{
    width: 100%;
    float: left;
    font-family: Arial,Verdana;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    background-color: #F8F8F8;
}

/* Styles for Location
-----------------------------------------------------------*/
.repair-icon
{
    width: 28px;
    height: 24px;
    display: inline-block;
    background: url(../images/mettel_css_sprite.png) no-repeat top left;
    background-position: -203px -227px;
    float: left;
}
.order-icon
{
    background: url(../images/acct/placeOrder_icons.gif) no-repeat;
    width: 26px;
    height: 24px;
    display: inline-block;
    float: left;
}
.inventory-icon
{
    background: url(../images/mettel_css_sprite.png) no-repeat top left;
    background-position: -565px -227px;
    width: 28px;
    height: 24px;
    display: inline-block;
    float: left;
}
.billhistory-icon
{
    background: url(../images/mettel_css_sprite.png) no-repeat top left;
    background-position: -175px -227px;
    width: 28px;
    height: 24px;
    display: inline-block;
    float: left;
}
.location-bottom-nav-button
{
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: underline;
}
ul.location-top-nav
{
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}
ul.location-top-nav li
{
    float: left;
    padding: 1px;
}
/* Styles for Location Edit Form
-----------------------------------------------------------*/
#location_edit_form
{
    text-transform: uppercase;
}
/* Styles for Client Order
-----------------------------------------------------------*/


ul.view-orders-list
{
    list-style: none;
    float: right;
    margin: 20px 10px 0 0;
    padding: 0;
}
ul.view-orders-list li
{
    float: left;
}
ul.view-orders-list li a
{
}
ul.view-orders-list li span
{
    font-weight: bolder;
    font-size: 12px;
    margin-right: 5px;
}
.separator
{
    color: #ACBCD0;
}
ul.view-orders-list li .separator
{
    margin-right: 20px;
}
.view-orders-number
{
    color: #E97826;
    margin-left: 3px;
}
/* Styles for Hierarchy Navigation
-----------------------------------------------------------*/

.tree-wrapper
{
    border: 1px solid #ccc;
    float: left;
    min-width: 34px;
    position: relative;
    z-index: 200;
    min-height: 500px;
    background-image: url('../images/metone_leftnav.png');
    background-repeat: no-repeat;
    background-position: 11px 8px;
    background-color: White;
}
.hierarchy-tree
{
    display: none;
    background: white;
    min-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tree-action
{
    background: white;
    display: none;
    height: 20px;
    min-width: 200px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.tree-pin-button
{
    float: right;
}
.tree-move
{
    cursor: move;
}
/* Styles for user info
-----------------------------------------------------------*/
.user-info-icon
{
    background: url(/images/info_sm_icons.gif);
    display: inline-block;
    width: 8px;
    height: 16px;
    background-position: -5px 0px;
    margin-right: 2px;
    cursor: pointer;
}


#bt_LocSumm1_ShowPonumber, #ponumber_dot
{
    display: none;
}
/* Styles for RateCard
-----------------------------------------------------------*/
.ratecard-breakdown-table
{
    padding: 8px 6px;
    width: 100%;
    border-width: 6pt;
    border-color: #e2e5e9;
    border-style: solid;
    font-family: 'Open Sans' , sans-serif;
}

.ratecard-header-label
{
    font-size: 10pt;
    font-weight: bold;
    color: #15385f;
    font-family: 'Open Sans' , sans-serif;
}

.ratecard-table-header
{
    font-size: 8pt;
    font-weight: bold;
    color: #15385f;
    padding-bottom: 8px;
}

.ratecard-table-body
{
    font-size: 9pt;
    font-weight: lighter;
    color: gray;
}

.ratecard-table-body td
{
    padding-bottom: 5px;
}

.ratecard-table-footer
{
    font-size: 9pt;
    font-weight: bold;
    color: gray;
}

.ratecard-business-header
{
    background-color: #e2e5e9;
    font-size: 10pt;
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
}

.ratecard-variance-table
{
    margin-top: 10px;
    width: 525px;
    height: 223px;
    border-width: 6pt;
    border-color: #e2e5e9;
    border-style: solid;
    font-family: 'Open Sans' , sans-serif;
}
.ratecard-saving-header
{
    border: 1px solid #e2e5e9;
    font-size: 9pt;
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
    color: #77787b;
    background-color: #e2e5e9;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 140px;
}

.ratecard-saving-body
{
    border: 1px solid #e2e5e9;
    height: 198px;
    width: 140px;
    padding: 6pt;
}


.ratecard-revenue-percentage
{
    font-size: 13pt;
    color: #3cb1e3;
    font-weight: bolder;
}
.ratecard-revenue-footer
{
    padding-top: 10px;
    font-size: 11pt;
    color: #939895;
}

.ratecard-variance-legend
{
    font-size: 7pt;
    font-family: 'Open Sans' , sans-serif;
    text-align: center;
    width: 285px;
    height: 22px;
    color: #f9f9f9;
    font-weight: bold;
}

.ratecard-wholesale-body
{
    height: 180px;
    padding: 6pt;
}

.ratecard-wholesale-body td
{
    text-align: left;
    font-family: 'Open Sans' , sans-serif;
}

.ratecard-chargedetail-title
{
    color: #72cdf4;
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
    font-size: 9pt;
}
.ratecart-chargedetail-num
{
    font-size: 16pt;
    color: #a1acb7;
    font-weight: bold;
}

.ratecard-surcharge-body
{
    height: 180px;
    padding: 6pt;
}

.ratecard-surcharge-body td
{
    text-align: left;
    font-family: 'Open Sans' , sans-serif;
}

a.ratecard-button
{
    border: 1px solid #d3d3d3;
    padding: 6px 10px 6px 10px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 11px;
    font-family: 'Open Sans' , sans-serif;
    color: #ffffff;
    background-color: #0B3768;
}

.ratecard-chart-tooltips
{
    padding: 6pt;
}
.ratecard-chart-tooltips td
{
    font-size: 12px;
    font-family: 'Open Sans' , sans-serif;
    color: Gray;
}
.ratecard-chart-tooltips-title
{
    font-weight: bold;
}


ul.ratecard-variance-legend
{
    margin-left: 10px;
    list-style: none;
    padding: 0;
}
ul.ratecard-variance-legend li
{
    float: left;
    width: 95px;
    height: 20px;
    line-height: 20px;
}
.ratecard-saving-body li
{
    border-bottom: 1px solid #e2e5e9;
    height: 33%;
}
ul.ratecard-saving-body
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 200px;
    width: 140px;
}
.ratecard-saving-label
{
    margin-top: 20px;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
}

.RateCard-Sub-header
{
    background-color: #e2e5e9;
    font-size: 10pt;
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
    height: 24px;
    color: #939598;
    border-style: none;
    line-height: 24px;
}
ul.ratecard-ratekey-body
{
    list-style: none;
    margin: 0;
    padding: 6pt;
    height: 250px;
    width: 130px;
    border-width: 4pt;
    border-color: #e2e5e9;
    border-style: solid;
    font-family: 'Open Sans' , sans-serif;
}

.ratecard-ratekey-body li
{
    height: 20%;
}

.ratecard-percent-box
{
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 12px;
}
.ratecard-ratekey-AmtTot
{
    font-size: 16pt;
    color: #a1acb7;
    font-weight: bold;
}
.ratecard-ratekey-Amt
{
    margin-top: 15px;
    color: #a1acb7;
    margin-left: 50px;
}
.ratecard-contract-label
{
    font-size: 11pt;
    font-weight: bold;
    color: #15385f;
    font-family: 'Open Sans' , sans-serif;
}
.ratecard-contract-detailbox
{
    color: Gray;
    font-family: 'Open Sans' , sans-serif;
    width: 260px;
    float: left;
    height: 60px;
    padding: 6pt;
}

.ratecard-contract-detailbox td
{
    padding: 8px 6px;
    font-size: 8pt;
    border-bottom: 1px solid #e2e5e9;
}
.ratecard-contract-title
{
    font-weight: bold;
}
.ratecard-contract-note
{
    border: 1px solid #e2e5e9;
    text-align: justify;
    font-family: 'Open Sans' , sans-serif;
    font-size: 10pt;
    width: 300px;
    padding: 15px;
    color: #a1acb7;
    margin-top: 10px;
    height: 80px;
}
/* Styles for RateCard


/* Styles for user info
-----------------------------------------------------------*/

.variance-search-box
{
    padding: 4px;
}
.variance-search-box span
{
    font-weight: bold;
}
.variance-billsection-box td
{
    width: 120px;
    padding: 3px;
}

.variance-item-history-button
{
    background: url(/images/acct/billHistorySmIcon.gif) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.variance-item-location-button
{
    background: url(/images/acct/smLocations_icon.gif) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
/* Styles for HelpDesk
-----------------------------------------------------------*/

#helpdesk_leftnavigation
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#helpdesk_leftnavigation .nav-link
{
    padding-left: 3px;
}
/* Styles for Location Inventory
-----------------------------------------------------------*/
#inventory_billing_details
{
    width: 400px;
}
.location-inventory-list
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 460px;
    overflow: auto;
}
.inventory-grid th
{
    text-align: center;
    border: 1px solid #efefef;
}
.inventory-grid td
{
    border: 1px solid #efefef;
}
.inventory-item-billing-button
{
    background: url(/images/docIcon.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.inventory-item-billing-disable-button
{
    background: url(/images/docIcon_dis.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.inventory-item-wtn
{
    font-weight: bold;
}
.inventory-item-user-button
{
    background: url(/images/LocSumm/people_gray.gif) no-repeat;
    display: inline-block;
    width: 27px;
    height: 17px;
}
.inventory-billing-dispute-button
{
    background: url(/images/inquiryIcon.png) no-repeat;
    width: 24px;
    height: 16px;
    display: inline-block;
}
ul.inventory-bill-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inventory-bill-section-button
{
    font-weight: bold;
}
ul.inventory-bill-list li
{
    padding: 3px;
}
.inventory-dispute-block
{
    display: none;
}
.inventory-dispute-block td
{
    height: 40px;
}
.inventory-item-description-field
{
    font-size: 12px;
    width: 400px;
    height: 200px;
}
/* Styles for Location Search
-----------------------------------------------------------*/
.location-category
{
    overflow: auto;
    display: none;
}
.location-line-select-box
{
    display: none;
    width: 630px;
    overflow: auto;
}
#category_select_button
{
    display: none;
}

/* Styles for Ticket Info
-----------------------------------------------------------*/

.ticket-note-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ticket-note-list li
{
    border: 1px solid #ccc;
    padding: 5px;
    word-break: break-all;
}
.ticket-new-note
{
    margin-top: 5px;
    width: 99%;
    height: 80px;
    font-size: 11px;
}
.ticket-info-wrapper
{
    display: none;
}
.ticket-work-button
{
    background: url(/images/workBtn.gif);
    display: inline-block;
    width: 26px;
    height: 23px;
}
.ticket-reload-button
{
    background: url(/images/refresh_icon.jpg);
    display: inline-block;
    width: 26px;
    height: 23px;
}


/* Styles for billing history Info
-----------------------------------------------------------*/

.billinghistory-table-container
{
    padding: 0px;
    border: 0px solid red;
}
.billinghistory-table-container .header
{
    border: 0px solid red;
    display: table;
    width: 100%;
    position: relative;
    background-color: #F8F8F8;
    height: 25px;
}
.billinghistory-table-container .header .left
{
    border: 0px solid red;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    margin: 3px;
}
.billinghistory-table-container .header .right
{
    border: 0px solid red;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    margin: 3px;
}
.billinghistory-table-container .body
{
    border: 0px solid red;
    position: relative;
    margin: 5px 0px;
}
.billinghistory-table-container .footer
{
    border: 0px solid red;
    position: relative;
    height: 20px;
}

/*Styles for home page*/
.rel_pos
{
    position: relative;
}
.home-title-border
{
    line-height: 42px;
    height: 40px;
    display: block;
    text-align: center;
    padding: 2px 0;
    margin: 0;
}
.home-title-border a
{
    color: #0B3768;
    font-weight: bold;
    font-size: 18px;
}
.home-title-border a:hover, .white_btn a:hover
{
    color: #1c72d3;
}
.home-title
{
    color: #0b3768;
    font-weight: bold;
    font-size: 11px;
}
.home-label
{
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

/* Styles for inventory edit
-----------------------------------------------------------*/
.Inventory-edit-page
{
    border: 0px solid #D7D9DB;
}
.Inventory-edit-Container
{
    border: 0px solid #D7D9DB;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.Inventory-edit-Section
{
    border: 0px solid #D7D9DB;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}
.Inventory-edit-Section-header
{
    border: 1px solid #D7D9DB;
    padding: 5px;
}
.Inventory-edit-Section-body
{
    border: 0px solid #D7D9DB;
}

.Inventory-edit-Panel
{
    display: table;
    border: 0px solid #D7D9DB;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}
.Inventory-edit-Panel-Cell
{
    display: table-cell;
    border: 0px solid #D7D9DB;
    width: 50%;
}
.Inventory-edit-Panel-Form
{
    border: 0px solid #D7D9DB;
    background-color: #D7D9DB;
}
.Inventory-edit-Panel-Form-Header
{
    border: 1px solid #D7D9DB;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
}
.Inventory-edit-Panel-Form-Body
{
    border: 0px solid #D7D9DB;
    margin: 5px;
    padding: 5px;
}

.Inventory-edit-Panel-SearchResult
{
    border: 0px solid #D7D9DB;
    list-style-type: none;
    margin: 5px;
    padding: 0px;
    overflow-y: scroll;
    height: 300px;
}
.Inventory-edit-Panel-SearchResult-Item
{
    border: 1px solid #D7D9DB;
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px;
}

.Inventory-edit-Row-Form form
{
    border: 0px solid #D7D9DB;
    background-color: #D7D9DB;
}
.Inventory-edit-Row-List
{
    display: table;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.Inventory-edit-Row-List li
{
    display: table-cell;
    margin: 0px;
    padding: 3px;
    margin: 0 3px;
}
.Inventory-edit-Title
{
    padding: 5px;
}


/*.location-Inventory-edit-Row-Form form { display:table; border: 0px solid #D7D9DB; background-color:#D7D9DB; width:100%;}*/
.location-Inventory-edit-Row-Form
{
    display: table;
    width: 100%;
}
.location-Inventory-edit-Row-List
{
    display: table-row;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #D7D9DB;
}
.location-Inventory-edit-Row-List li
{
    display: table-cell;
    margin: 0px;
    padding: 3px;
    margin: 0 3px;
}
.Inventory-edit-Title
{
    padding: 5px;
}

.review-order .location-icon
{
    display: none;
}

.add-icon
{
    background: url(/images/add.gif);
    display: inline-block;
    width: 15px;
    height: 15px;
}

a.action-button
{
    background: #17385f;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 5px 10px 3px 10px; /*padding: 5.5px 8px;*/
    white-space: nowrap; /*border:1px solid #000000;*/ /*letter-spacing: 1px;*/
    font-style: normal;
    line-height: 22px;
}
a.action-button:hover
{
    color: white;
    background: #5e6685;
}
a.action-button:active
{
    color: white;
    background: #5e6685;
}

/* Styles for solution mvc
-----------------*/
.solution-red-flag-icon
{
    background: url(/images/redFlag.gif);
    width: 11px;
    height: 11px;
    float: right;
}

.div-table
{
    display: table;
    width: auto;
    border: 1px;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
}
.div-table-row
{
    display: table-row;
    width: auto;
    clear: both;
}
.div-table-col
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: auto;
}
/* Reporting styles */
ul.block-list-view
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
ul.block-list-view li.block-list-view-item
{
    min-height: 80px;
    overflow: auto;
    border-bottom: 1px solid #C6CCD3;
    padding: 15px 0;
}

.div-header
{
    width: 100%;
    position: relative;
    background-color: #e5e5e5;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mettel-combo-box, .mettel-combo-box-icon, .mettel-combo-box-icon-gear, .mettel-combo-box-icon-gear
{
    padding: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
    position: relative;
}
.mettel-base-combo-box select, .mettel-combo-box select, .mettel-combo-box-icon select, .mettel-combo-box-icon-gear select, .mettel-combo-box-icon-gear select
{
    filter: alpha(opacity=0);
    border: none;
    background: none;
    position: absolute;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.mettel-label
{
    font-size: 10px;
    font-size: 0.9rem;
    margin-right: 5px;
}

.workspace
{
    overflow: auto;
}

.mettel-link
{
    color: #0B3768;
    text-decoration: none;
    padding-bottom: 10px;
}

.uitooltip
{
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #eee;
}
.ui-tooltip
{
    background: blue;
    color: white;
}

.color-red
{
    color: #D21429;
}

.color-green
{
    color: #00FF06;
}

.color-gray
{
    color: #716864;
}
.hover
{
    text-decoration: underline;
}

.chartTitle
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.smallAnchor
{
    color: #1D8BD1;
    text-decoration: none;
    font-size: 0.8rem;
}

.hide
{
    display: none;
}

.roundedContainer
{
    border: 1px solid #a1a1a1;
    padding: 10px 10px;
    background: #F8F8F8;
    border-radius: 5px;
}
  

    .form-row
    {
        margin:10px;
    }
.form-row label
{
    width:150px;
    display:inline-block;
    font-weight:bold;
    font-size:12px;
    }
    .field-group
    {
        float:left;
    }
    .form-row input
    {
        height:20px;
        width:200px;
        }
        .code-list input
        {
            width:100px;
        }
        .form-row select{width:200px;height:23px;}
        .row-groups
        {
            width:100%;
            overflow:auto;
        }
        .form-row em{color:Red;display:none;}
        .hierarchy-select-box-wrapper{display:inline-block;}
        #hierarchy{}
        .contact-error span
        {
            display:block;
        }

.UpArrow {
    width: 10px;
    height: 10px;
    border: 0px;
    margin: 3px 2px 6px;
    background: url(/images/DownArrow_Green.png) no-repeat;
}

.home-account-info h3
{
    color: #0B3768;
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px
}

.pdf-icon1 
{
background: url(../images/mettel_css_sprite.png) no-repeat top left;   
background-position: -145px -227px;
width: 30px;
height: 24px;
border: 0 none;
position: absolute;
left: 0;
top: 0;
}

.pdf-iconSM 
{
background: url(../images/mettel_css_sprite.png) no-repeat top left;   
background-position: -591px -288px;
width: 17px;
height: 17px;
display: inline-block;
vertical-align: middle;
}

a#dashboard_btn2 
{
background: url(../images/mettel_css_sprite.png) no-repeat top left;       
background-position: -975px -92px;
width: 61px;
height: 56px;
display: block;
}

.successHeader 
{
    margin: 10px 0px;
    padding:4px;
    color: #4F8A10;
    background-color: #DFF2BF;
    font-size: 11px
}