body
{
    background-color: #FFFFFF;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    font-family: verdana;
    font-size: 11px;
    color: #666;
    padding-left:200px;
}

body, html {
    margin:0;
    padding:0;
}

img { border: none; }

/* Layout Div Styling */
#wrap {
    width: 1000px;
    margin-left: 20px;
    position:static;
}

#main {
    margin-top: 20px;
   /* margin-left: 10px;*/
    margin-bottom: 20px;
    background: url(../images/mainbk.jpg) repeat-x;
    float:left;
    width: 600px;
    padding: 20px;
   /* color: #CCC;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: #cecece 1px solid;
}

/*#main a:link, #main a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2268C0;
}

#main a:hover {
   color: #333333;
   text-decoration: underline;
}
*/
#custom {
    float:left;
    width:680px;
    padding:40px
}

#sidebar {
    float: left;
    width:180px;
    padding-right:20px;
    padding-top: 10px;
}

#footer {
    clear: both;
    float: left;
    text-align: left;
    width: 800px;
    margin-top: 20px;
    padding:5px 10px;
    background: url(../images/gradient.jpg) top left repeat-x #fff;
    border-top: 1px solid #ccc;
}
#footer a:link, #footer a:visited {
   color: #06F;

}

#footer a:hover {
   color: #F4B61F;

}

#header {
    padding:0px;
    background: url(../images/header-background.jpg) repeat-x;
}

#nav {
    padding:5px 10px;
    background:#c99;
}


div#logo {
    height: 105px;
    background: url(../images/communicator.jpg) no-repeat;
}

#communicator_viewbalance {
  /*  background: url(../images/balance.jpg) no-repeat;*/
    width: 227px;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    /*padding-top: 15px;
    margin-top: 20px;*/
}

div#communicator_viewbalance input.button
{
    width: 65px;
    height: 22px;
}

tbody.billing-profile td {
    background: url(../images/flags/Unknown.jpg) 10px 0px no-repeat;
}
tbody.billing-profile-AUD td {
    background-image: url(../images/flags/AUD.jpg);
}
tbody.billing-profile-GBP td {
    background-image: url(../images/flags/GBP.jpg);
}
tbody.billing-profile-IEP td {
    background-image: url(../images/flags/IEP.jpg);
}
tbody.billing-profile-INR td {
    background-image: url(../images/flags/INR.jpg);
}
tbody.billing-profile-USD td {
    background-image: url(../images/flags/USD.jpg);
}
tbody.billing-profile-ZAR td {
    background-image: url(../images/flags/ZAR.jpg);
}

#communicator_viewbalance {
    position: absolute;
    top: 10px;
    left: 550px;
    color:#FFF;
}
.viewbalance_div { color: #FFF; }

.viewbalance_div a:link {
color: #F90;
text-decoration: underline;
}
.viewbalance_div a:hover {
color: #999999;
text-decoration: underline;
}
.viewbalance_div a:visited {
color: #F90;
text-decoration: underline;
}
.viewbalance_div table {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    margin: 0px;
}
.viewbalance_div table td {
    text-align: center;
    color: #FFF !important;
    /*color:#F4B61F;*/
    padding-right: 10px;
}
.viewbalance_div table td.form-label {
    text-align: right;
}
.viewbalance_div table td.form-value {
    text-align: left;
}

.font-12 {
    font-size: 12px;
}
.font-11 {
    font-size: 11px;
}
.font-10 {
    font-size: 10px;
}

/* Message System */
ul.message-list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.error
{
  color: red;
  background-color: #FFFFFF;
  border: 1px solid red;
}

.message
{
    padding: 5px;
    margin: 0 0 5px 0;
    font-weight: bolder;
}

.message-validation
{
    color: #993333;
}


.message-error
{

    color: #FA6521;
    background: #FFFFFF url(../images/error.jpg) no-repeat;
    border: 3px solid #FA6521;
    height: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left:  50px;
}

.message-warning
{
    color: #DA3838;
    background: #FFFFFF url(../images/warning.jpg) no-repeat;
    border: 3px solid #DA3838;
    height: 40px;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 50px;
}

.message-notice
{
    color: #98CB00;
    background:  #FFFFFF url(../images/right_tick.jpg) no-repeat;
    border: 3px solid #98CB00;
    height: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 50px;
}

.message-custom
{
    background: #FFFFFF;
    border: #FFA61A 1px solid;
    background: url(../images/mainbk.jpg) repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FF0000;
    padding: 5px;
}

div.ajax-loader
{
    display: none;
    width: 16px;
    height: 16px;
    background: url(../images/ui/spinner16x16.gif) top left no-repeat;
    float: right;
}
.ajax-loader-background
{
    background: url(../images/ui/spinner16x16.gif) center no-repeat #ddd;
}


.title
{
    font-weight: bold;
}

span.message-warning-inline {
    color: #f33;
    font-weight: bold;
}
.message-warning-report-database
{
    color: #900;
    padding: 4px;
    margin: 1px 3px 0 3px;
    border: 1px solid #c00;
    background: #fcc;
}

/** Crud Styles **/
.crud-button {
    /*background: url(../images/button_grey.jpg) repeat-x;
    height: 23px;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 3px 5px 3px;
    border: solid 1px #ccc;
    cursor: pointer;
    margin: 2px;*/
     display: block-inline;
    background: url(../images/orange_button.jpg) repeat-x;
    height: 29px;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 3px 2px 3px !important;
    margin: 0 1px 0 1px;
    border: solid 1px #666666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
.crud-button:hover {
    border: solid 1px #666;
}
input.clear {
    cursor: pointer;
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 10px 0 8px 0;
}


table.crud {
    width: 100%;
}
table.crud td {
    padding: 2px;
    font-size: 10px;
    max-width: 230px;
}
table.crud td.crud-main-header {
    font-weight: bold;
    background: #ffdd66;
}
table.crud td.crud-main-subheader {
}
table.crud tr.crud-headers td {
    /*background: url(../images/nav_on.jpg) repeat-x;*/
    background: #666;
    color: #ccc;
    font: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div.crud-header-title {
    float: left;
}
div.crud-header-ordering {
    float: right;
    margin-left: 5px;
}
.crud-order {
    color: #fff !important;
    text-decoration: none !important;
}
.crud-order a {

}
.crud-order:hover {
    color: #ddd !important;
}
.crud-order-asc {
}
.crud-order-desc {
}

table.crud td.crud-header-hidden {
    display: none;
}
table.crud table.crud-search {
}
table.crud-search thead.crud-search-header td {
    background: url(../images/plus.jpg) top left no-repeat #666;
    color: #ccc;
    font-weight: bold;
    padding: 0 6px 0 20px;
    cursor: pointer;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
table.crud-search thead.crud-search-header td:hover {
    color: #fff;
}
table.crud-search thead.crud-search-header td.selected {
    background-image: url(../images/minus.jpg);
}

input.crud-search-input {
    width: 120px;
    border: 1px solid #FFA61A;
}

tr.crud-section td {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    border-bottom: 1px solid #999;
    background: #2C7FDB;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
tr.crud-row {
    color: #EAEDF2;
}

tr.crud-row-even {
    background-color: #EAEDF2;
    color: #666666;
}

tr.crud-row-odd {
    background-color: #CCCCCC;
    color: #333333;
}
td.crud-cell-hidden {
    display: none;
}

a.crud-link, a.crud-link:visited {
}

a.crud-add, a.crud-add:visited {
    color: #fff !important;
    font-weight: bold;
    border: 0px;
}
a.crud-add:hover {
    color: #bbb !important;
}

div.crud-select-box {
    float: left;
}

div.crud-action-box-top-right {
    float: right;
}

span.crud-select {
    text-decoration: underline;
    color: #2268C0;
    cursor: pointer;
}
span.crud-select:hover {
    color: #333333;
}
img.report-graph {
    position: relative;
    left: 0px;
}

span.contact-form-dialog {
    color: #2268c0;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
span.contact-form-dialog:hover {
    color: #000;
}

span.number-format-dialog {
    color: #2268c0;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
span.number-format-dialog:hover {
    color: #000;
}
/*a.crud.link:link
{
    color: #FFA81D;
    text-decoration: underline;
    margin: 1px;
    height: 29px;
    width: 103px;


}
a:visited
{
    color: #993366;
    text-decoration: underline;
 }

a:hover
{
    color: #236AC4;
    text-decoration: underline;
}*/

a.pagination {
    font-weight : normal;
    text-decoration : none;
    color : #747474;
    margin : 0 2px;
    padding : 0 2px;
    background-color : #eeeeee;
    border : 1px solid #bababa;
    font-size : 0.9em;
    line-height : 1.5em;
}
a.paginiation:hover {
    border-color : #d2d2d2;
    background-color : #d2d2d2;
    color : #fff;
    text-decoration : none;
}
a.paginiation-selected {
    font-weight: bold;
    background: #ddd;
}


.require
{
    color: red;
}

/*Main Nav*/
.top_nav {
    /*padding: 10px;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
   /* font-weight: bold;*/

}

.navigation-main {
    width: 100%;
    background: url(../images/nav-background.jpg) repeat-x;
    height: 35px;
    clear: both;
    padding-top: 10px;
}

.navigation-main-item {
    float: left;
}

#navigation-main-middle-active {
    background: url(../images/nav_on.jpg) repeat-x;
}

.nav_link {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    font-size: 13px;
    width: 103px;
    font-size: 13px;
    background-color: #666666;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin: 1px;
    padding: 8px 8px 0px 8px;
}

.navigation-settings-menu {
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    font-size: 13px;
    text-align: center;
    width: 103px;
    font-size: 13px;
    background-color: #666666;
    color: #FFFFFF;
    text-decoration: none;
    margin: 1px;
    padding: 20px 8px 0px 8px;


}
span.navigation-main-label a:link
{
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    font-size: 13px;
    text-align: center;
    width: 103px;
    font-size: 13px;
    background-color: #666666;
    color: #FFFFFF;
    text-decoration: none;
    margin: 1px;
    padding: 20px 8px 0px 8px;
}

a.navigation-main-link
{
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 13px;
    /*background-color: #F95402;*/
    color: #FFF;
    text-decoration: none;
    margin: 1px;
    height:50px;

}
a.navigation-main-link:visited
{
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 13px;
    /*background-color: #F95402;*/
    color: #FFF;
    text-decoration: none;
    margin: 1px;
    height:50px;

}
a.navigation-main-link-active
{
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: url(../images/nav_on.jpg) repeat-x;
    border: solid 1px #FFFFFF;
   /* border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;*/
    font-size: 13px;
    background-color: #F95402;
    color: #000;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 50px;

}
a.navigation-main-link:hover {
    font-size: 13px;
    text-align: center;
    color: #CCC;
    /*background:#09F;
    border: solid 1px #FFFFFF;*/
}


.navigation-settings-menu {
   /* background: #FFA61A;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCC;
    padding: 5px 10px 5px 12px;
    margin-left: 1px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 10px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
}

.navigation-settings-menu a:link {
    /*background: #FF0000;*/
    color: #FFF;
}
.navigation-settings-menu a:hover {
    /*background: #666666;*/
    color: #000;
}

.navigation-settings-menu a:visited {
    /*background: #FFF;*/
    color: #CCC;
}


/*Reports*/
table.report, table.form, table.crud {
    /*width: 100%;*/
    margin-top: 5px;
    margin-bottom: 15px;
}
table.form {
    /*background: transparent url(../images/ui/gradient.jpg) repeat-x 3px 0;
    border: 1px solid #eeeeee;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 5px;
}

table.form td.form-header {
    width: 500px;
    color: #999999;
    font-weight: bold;
    border-bottom: 1px solid #FFA61A;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    /*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    */
    padding: 10px 0px 0px 0px;
}

table.form td.form-subheader {
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-top: 5px;
    border-bottom: 1px solid #eeeeee;
}

table.form td.form-label {
    padding-left: 10px;
}

table.form td.form-value {
    text-align: left;
    color: #000;
}

table.form tbody.group-body {
padding-top: 10px;

}



/*Tables*/
table {
    /*padding: 10px 10px 10px 10px;*/
}

td {
    font: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

.clear {
    clear: both;
}

/* INPUT STYLES */
.input {
    border: 1px solid #B2B3B8;
    background-color: #FFFFFF;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    padding: 2px 0 2px 3px;
    margin-bottom: 4px;
}

.input-readonly-greyed
{
    background-color:LightGrey;
    color: #666;
}
.input-readonly
{
    color: #666;
}
.disabled
{
    color: #333;
    background: #ddd;
}

.indent {
    padding-left: 30px;
}

.button {
    display: block-inline;
    background: url(../images/orange_button.jpg) repeat-x;
    width: 150px;
    height: 29px;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px 5px 5px;
    border: solid 1px #666666;
      -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.button-toggle {
    background: url(../images/button_grey.jpg) repeat-x;
    height: 23px;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px 5px 5px;
    border: solid 1px #CCCCCC;
}
.button-confirm {
    background: url(../images/button-confirm.jpg) no-repeat;
    width: 134px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: small-caps;
    border: 0;
}
.button-cancel {
    background: url(../images/button-cancel.jpg) no-repeat;
    width: 134px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: small-caps;
    border: 0;
}

/* Used for the tooltip hover-overs */
.tooltip {
    width: 16px;
    height: 16px;
    background: url(../images/ui/tooltip_white.gif) -4px -2px no-repeat transparent;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

}

#tooltip {
    position:absolute;
    width: 250px;
    border:1px solid #333;
    background:#f7f5d1;
    padding:2px 5px;
    color:#333;
    display:none;
}

/* Used for the helptip overlays */
.helptip {
    width: 16px;
    height: 16px;
    background: url(../images/ui/information.png) 0 0 no-repeat transparent;
    cursor: pointer;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

/* Used for the multi-select checkbox list */
ul.multiselect {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    margin: 0px;
    padding: 2px;
}

ul.multiselect li {
    padding: 0px;
    margin: 0px;
}

ul.multiselect li:hover {
    background: #FF9F0D;
}

ul.multiselect li label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

/** Summary Table **/
table.summary {
    border: 1px solid #aaa;
}

table.summary td {
    padding: 3px 8px 3px 8px;
}

table.summary td.header {
    background: #eee;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    vertical-align: center;
    color: #5F5F5F;
}

table.summary td.subheader {
    font-weight: bold;
    padding: 10px;
}

td.currency_note {
    color: #000;
}

input.currency {
    font-size: 10px;
    text-align: right;
    width: 90px;
}

a.info {
    position:relative; /*this is the key*/
    z-index:1;
    color:#000;
    text-decoration:none;}

a.info:hover{z-index:10;}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    padding:5;
    top:1em; left:-22em; width:24em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left;
}

.report-form-toggle {
    padding: 5px;
    margin: 2px;
    width: 80px;
    cursor: pointer;
    background: #F6F7F9;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    border: #FFFFFF solid 1px;
}
.report-form-toggle:hover {
    background: url(../images/nav_on.jpg) repeat-x;
    font-weight: bold;
    color: #FFFFFF;
    border: #333333;
    border: #FFFFFF solid 1px;
}

tr.group-header td.group-heading {
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #B1B3B8;
    font-weight: bold;
}

tr.group-header td.toggle {
    background: url(../images/plus.jpg) top left no-repeat;
    padding-left: 20px;
    border-bottom: #FFA71C 1px solid;
    cursor: pointer;
}

tr.group-header td.toggled {
    background-image: url(../images/minus.jpg);
    border-bottom: #FFA71C 1px solid;
}

tr.group-header td.toggle:hover {
    color: #717378;
    /*border-bottom: #999999 1px solid;*/
}

.indent {
    text-indent: 25px;
}
.yes {
    color: #393;
}
.no {
    color: #933;
}

/* Custom Link Styling */


/* MARKETING COPY */
h2.marketing-title {
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 20px;
    color: #666;
    margin: 0 0 5px 0;
}

span.marketing-copy {
    color: #666666;
    background: url(../images/ui/light.gif) 10px 12px no-repeat #ffffff;
    padding: 15px 15px 15px 40px;
    display: block;
    border: 1px solid #666666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* SIDE NAVIGATION */
div.siderightbartop {
    background: #666666;/*url(../images/ui/topnav_header.jpg) no-repeat*/
    display:block;
    text-align: center;
    height: 33px;
    width: 163px;
    color: #CCCCCC;
    font-size: 15px;
    font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin-top: 10px;
    border: #FFFFFF 1px solid;
    padding: 0px 10px 10px 10px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;

}
a.navigation-side-link {
    text-align: center;
    background: #F6F7F9;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 10px 10px 10px;
    display:block;
    width: 163px;
    text-decoration: none;
    color:#666666;
    font-size: 11px;
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-weight:normal;
}
a.navigation-side-link:hover {
    text-decoration: underline;
    color:#333333;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
}

a.navigation-side-link-active {
    background: #FFA61A;
    color: #FFFFFF;
    font-weight: bold;
/*  border:  1px solid;*/

}

.input-send-message {
    background: url(../images/send_message.jpg) no-repeat;
    width: 134px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: small-caps;
    border: 0;
}

.input-save-as-template {
    background: url(../images/send_message.jpg) no-repeat;
    width: 134px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: small-caps;
    border: 0;
}
.compose-message-links {
    color: #FFA00E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

}
.compose-message-links a:link {
    color: #2A82DC;
    font-size: 11px;



}
.compose-message-links a:hover {
    color: #2A82DC;
    font-size: 11px;


}
.compose-message-links a:visited {
    color: #2A82DC;
    font-size: 11px;
}

/** DO NOT REMOVE **/
.report-form-hidden {
    display: none;
}

tbody.export-options-advanced {
    display: none;
}

/** TWEAK EDITOR POSITION **/
img#tweak-container-toggle {
    position:absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}
div#tweak-container {
    display: none;
    position: absolute;
    top:20px;
    right: 50px;
    background: #eee;
    border: 1px solid #999;
}
div#tweak-container div.header {
    background: #999;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    color: #fff;
}
div#tweak-container div.body {
    padding: 5px;
}

/* Custom Styling */
.left {
    float: left;
}

.right {
    float: right;
}

img.report-graph {
    width: 620px;
}

input.add {
    background-image: url(../images/ui/plus.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 16px;
}

input.delete {
    background-image: url(../images/ui/cross.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 16px;
}

td.crud-checkbox {
    text-align: center;
    width: 30px;
}

div#forwarding-status {
    float: right;
    border: 1px solid #999;
    background: #ddd;
    padding: 3px;
}

.hidden {
    display: none;
}

