body {
    font-size: 90%;
    background: #660000 url(/images/background.gif) repeat-x;
    padding-bottom: 20px;
}

body.home {
    background: #666 url(/images/home/background.gif) repeat-x;
}

input[type=password] {background-color:#fff;border:1px solid #bbb;}
input[type=password]:focus {border-color:#666;}
input[type=password] {margin:0.5em 0;}

input.important {
    padding: 5px 20px 5px 20px;
    font-size: 1em;
}

body {
    color: #333333;
}

h1 {
    font-size:1.5em;
    line-height:1;
    margin-left: 6px;
    padding-left: 50px;
    padding-top: 8px;
    min-height: 32px;
    background: transparent url(/images/account/logo_small.gif) no-repeat top left;
}

h1.contact {
    background: transparent url(/images/account/email_icon.gif) no-repeat top left;
}
h1.translate-text {
    background: transparent url(/images/account/pages.gif) no-repeat top left;
}
h1.translate-upload {
    background: transparent url(/images/account/folder_trans.gif) no-repeat top left;
}
h1.translate-web {
    background: transparent url(/images/account/world_logo.gif) no-repeat top left;
}
h1.translate-email {
    background: transparent url(/images/account/email_icon.gif) no-repeat top left;
}
h1.payment, h1.payments {
    background: transparent url(/images/account/credit_card.gif) no-repeat top left;
}
h1.settings {
    background: transparent url(/images/account/settings_icon.gif) no-repeat top left;
}
h1.jobs {
    background: transparent url(/images/account/jobs_icon.gif) no-repeat top left;
}
h1.refer {
    background: transparent url(/images/account/refer_icon.gif) no-repeat top left;
}
h1.bad-english {
    background: transparent url(/images/account/bad_icon.gif) no-repeat top left;
}
h1.how {
    background: transparent url(/images/account/how_icon.gif) no-repeat top left;
}
h1.tour {
    background: transparent url(/images/account/tour_icon.gif) no-repeat top left;
}
h1.blog {
    background: transparent url(/images/account/news_icon.gif) no-repeat top left;
}

h2 {
    font-size:1.2em;
    font-weight: bold;
}

h2 a, h2 a:hover {
    text-decoration: none;
    color: #333333;
}

h3 {
    font-size:1.1em;
    font-weight: bold;
}

hr {
    height: 1px;
    clear: none;
    width: 100%;
}

.number {
    text-align: right;
}

blockquote {
    font-style: inherit;
}

/* Standard Round Corner Box */
.roundedcornr_box_570762 {
    background: #ffffff url(/images/boxes/roundedcornr_570762_tl.png) no-repeat top left;
}
.roundedcornr_top_570762 {
    background: url(/images/boxes/roundedcornr_570762_tr.png) no-repeat top right;
}
.roundedcornr_bottom_570762 {
    background: url(/images/boxes/roundedcornr_570762_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_570762 div {
    background: url(/images/boxes/roundedcornr_570762_br.png) no-repeat bottom right;
}
.roundedcornr_content_570762 {
    background: #ffffff url(/images/boxes/roundedcornr_570762_r.png) top right repeat-y;
}

.roundedcornr_top_570762 div,.roundedcornr_top_570762,
.roundedcornr_bottom_570762 div, .roundedcornr_bottom_570762 {
    width: 100%;
    height: 15px;
    font-size: 1px;
    clear: both;
}
.roundedcornr_content_570762, .roundedcornr_bottom_570762 {
    margin-top: 0px;
}
.roundedcornr_content_570762 { padding: 0 15px; }

/* Header */
#header { 
    /*background: #333333 url(/images/layout/nav_bar.gif) repeat-x top left; */
    margin: 0; 
    padding:0 0 13px 0; 
    width: 100%; 
    min-width: 950px; 
}
#logo {
    float: left;
}
#header-item {
    float: right;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    white-space: nowrap;
    z-index: 2;
    position: absolute;
    right: 0px;
}
#header-item div {
    text-align: left;
    color: #333;        
}
.header-text{ height: 24px; line-height: 110%;}
#header-item img {vertical-align: middle;}
#header-item input.field {margin: 2px 0 0 0;}
#header-item a {text-decoration: none; color: #333;}
#header-item a:hover {text-decoration: underline;}
#header-item .logout {
    text-decoration: underline;
    margin-left: 10px;
}
#header-item .balance {
    font-weight: normal;
    font-size: 14px;
    color: #333
}
/* Main Body */
.home-mainbody {
    margin-top: 0px;
}
.home-left {
    float: left;
    width: 500px;
    height: 300px;
    border-right: 1px solid gray;
    background-image: url(/images/home/girl_front.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

.home-right {
    float: right;
    width: 400px;
}

/* Main Boxes */
.boxes {
    padding-top: 20px;
}

.copyright {
    padding-top: 40px;
    text-align: center;
    color: #ddd;
    font-size: 85%;
}
.copyright a {
    color: #ddd;
}

/* Home */
ul.promo {
    list-style-image: url(/images/home/green_tick.gif);
    list-style-type: circle;
}
ul.promo li {
    margin-left: 10px;
    margin-bottom: 15px;
}
body.home h1 {
    font-size: 30px;
    background: none;
    margin-left: 0;
    padding-left: 0;
}
body.home form#create input.text {
    width: 250px;
    margin: 4px;
}
body.home form#create input[type="image"] {
    padding-left: 5px;
}
body.home form#create input[type="image"]:hover {
    opacity:0.8;filter:alpha(opacity=80)
}

/* Standard forms */
form.standard table {
    margin-bottom: 0px;
    width: auto;
}
form.standard label {
    white-space: nowrap;
}
.wide form.standard table {
    width: 100%;
}
form.standard .description {
    font-size: 80%;
    font-style: italic;
}

/* Dialogs */

.error {
    background-image: url(/images/icons/fail.gif);
    background-repeat: no-repeat;
    background-position: 5px .5em;
    padding:14px;
    padding-left: 50px;
    min-height: 23px;
}

.notice {
    background-image: url(/images/icons/notice.gif);
    background-repeat: no-repeat;
    background-position: 5px .5em;
    padding:14px;
    padding-left: 50px;
    min-height: 23px;
}

.success {
    background-image: url(/images/icons/success.gif);
    background-repeat: no-repeat;
    background-position: 5px .5em;
    padding:14px;
    padding-left: 50px;
    min-height: 23px;
}

.list-final {
    margin-bottom: 0;
}

.help {
    padding:14px;
    padding-left: 50px;
    margin-bottom:1em;
    border:2px solid #ddd;
    background: #ececec url(/images/icons/help.gif) no-repeat 5px .5em;
    color:#264409;
    border-color:#999999;
    min-height: 23px;
}
.help a {color:#264409;}

.help, .error, .notice, .success {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/css/border-radius-ie8.htc);
    clear: both;
}

/* Counters */

div#message_chars_wrapper, div#hint_chars_wrapper {
    text-align: right;
    width: 416px;
    font-size: 1.3em;
    font-family: "Arial Rounded MT Bold", arial, sans-serif;
}
div#hint_chars_wrapper {
    font-size: 1em;
}
span#message_chars, span#hint_chars {
    
}
div#message_chars_wrapper.bad, div#hint_chars_wrapper.bad {
    color: #990000;
}
div#message_chars_wrapper.good, div#hint_chars_wrapper.good {
    color: #333333;
}

/* Payments */
table#transactions tr.total td {
    border-top: 1px solid #999;
    border-bottom: 2px solid #999;
    font-weight: bold;
}

/* Static Lists */
.static-list table,
table.static-list {
    border-collapse: collapse;
}

.static-list th {
    background-color: #999999;
    color: white;
    font-weight: normal;
}

.static-list tr.odd td {
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
}

.static-list tr.even td {
    background-color: #ececec;
    border-bottom: 1px solid #999999;
}
.active.static-list tr.hover td,
.active.static-list tr:hover td {
    background-color: #D1E0FD !important;
    cursor: pointer;
    *cursor: hand;
}
.static-list tr.critical td {
    background-color: #ff3333;
}
.static-list tr.high td {
    background-color: #ff9900;
}
.static-list tr.medium td {
    background-color: #ffff99;
}

/* Dashboards */
div.icon {
    border:1px solid white;
    float: left;
    text-align: center;
    width: 145px;
    margin-bottom: 20px;
    cursor: pointer;
    *cursor: hand;
}
div.icon_hover {
    border:1px solid #ddd;
    background-color: #eee;
    opacity:0.8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 145px;
    max-width: 145px;
}
div.icon div {
    height: 80px;
    padding-top: 20px;
}
div.icon img {
    margin-bottom: 20px;
}
div.icon p {
    margin-bottom: 0px;
}

/* Admin */

div.annotation {
    background-color:#efefef;
    border:1px solid #ddd;
    margin:0.5em 0;
    padding:5px;
    font-style: italic;
    font-size: 12px;
}

/* Contact Us */
div.contact_form textarea {
    width: 300px;
}

/* Side-by-side */
div.detail div.original {
    background-color: #FFFCC6; 
    padding: 10px; 
    width: 900px;
    margin-bottom: 5px;
}

div.detail div.translated {
    background-color: #CDEEAB; 
    padding: 10px; 
    width: 900px;
    margin-bottom: 5px;
}

div.detail div.indicator {
    color: #990000; 
    font-weight: bold; 
    font-size: 0.9em; 
    float: right; 
    position: relative; 
    top: -7px; 
    right: -5px;
}

div.translation {
    margin-bottom: 15px;
}

div.admin_hint {
    background-color: #ececec;
    border: 1px solid #999999;
    padding: 10px;
    margin-bottom: 10px;    
}

form.queue_filter {
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin-bottom: 10px;
}
form.queue_filter label {
    font-size: 80%;
    font-weight: normal;
    margin-left: 5px;
}
form.queue_filter input[type=submit] {
    float: right;
}

table#accounts td.balance,
table#accounts th.balance {
    text-align: right;
}
table#accounts th {
    cursor: pointer;
    *cursor: hand;
}

/* Data tables */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    _height: 302px;
    clear: both;
}

.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}

.dataTables_length {
    width: 40%;
    float: left;
    vertical-align: middle;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    width: 70%;
    float: left;
}

.dataTables_paginate {
    width: 44px;
    float: right;
    text-align: right;
}

.dataTables_empty {
    text-align: center;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url('/images/datatables/back_disabled.jpg');
}

.paginate_enabled_previous {
    background-image: url('/images/datatables/back_enabled.jpg');
}

.paginate_disabled_next {
    background-image: url('/images/datatables/forward_disabled.jpg');
}

.paginate_enabled_next {
    background-image: url('/images/datatables/forward_enabled.jpg');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('/images/datatables/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
    background: url('/images/datatables/sort_desc.jpg') no-repeat center right;
}

.sorting {
    background: url('/images/datatables/sort_both.jpg') no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.list tr.odd.gradeA {
    background-color: #ddffdd;
}

table.list tr.even.gradeA {
    background-color: #eeffee;
}

table.list tr.odd.gradeA {
    background-color: #ddffdd;
}

table.list tr.even.gradeA {
    background-color: #eeffee;
}

table.list tr.odd.gradeC {
    background-color: #ddddff;
}

table.list tr.even.gradeC {
    background-color: #eeeeff;
}

table.list tr.odd.gradeX {
    background-color: #ffdddd;
}

table.list tr.even.gradeX {
    background-color: #ffeeee;
}

table.list tr.odd.gradeU {
    background-color: #ddd;
}

table.list tr.even.gradeU {
    background-color: #eee;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

.top .dataTables_info {
    float: none;
}

.clear {
    clear: both;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

tfoot input.search_init {
    color: #999;
}

/* alt pagination */
div.dataTables_info {
    width: 40%;
    white-space: nowrap;
    font-size: 0.8em;
}

.dataTables_paginate {
    width: 300px;
    height: 22px;
    line-height: 22px;
    font-size: 0.8em;
    clear: both;
    white-space: nowrap;
}

div.dataTables_paginate span.paginate_button,
     div.dataTables_paginate span.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behaviour: url(/css/border-radius-ie8.htc);
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
}

div.dataTables_paginate span.paginate_button {
    background-color: #ddd;
}

div.dataTables_paginate span.paginate_button:hover {
    background-color: #ccc;
}

div.dataTables_paginate span.paginate_active {
    background-color: #99B3FF;
}

table.list tr.row_selected.odd td {
    background-color: #B0BED9;
}

table.list tr.row_selected.even td {
    background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
/*
tr.odd td.sorting_1 {
    background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
    background-color: #DADCFF;
}

tr.odd td.sorting_3 {
    background-color: #E0E2FF;
}

tr.even td.sorting_1 {
    background-color: #EAEBFF;
}

tr.even td.sorting_2 {
    background-color: #F2F3FF;
}

tr.even td.sorting_3 {
    background-color: #F9F9FF;
}
*/

/* For the Conditional-CSS grading rows */
/*
     Colour calculations (based off the main row colours)
  Level 1:
        dd > c4
        ee > d5
    Level 2:
      dd > d1
      ee > e2
 */
tr.odd.gradeA td.sorting_1 {
    background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
    background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
    background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
    background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
    background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
    background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
    background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
    background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
    background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
    background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
    background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
    background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
    background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
    background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
    background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
    background-color: #e2e2e2;
}

/* Blog */
div.blog_entry {
    margin-bottom: 30px;
}

div.blog_title {
    font-weight: bold;
    
}

div.blog_date {
    font-style: italic;    
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Blog box */
h3.blog-sidebox {
    background: transparent url(/images/account/news_icon.gif) no-repeat top left;
    height: 30px;
    padding-left: 35px;
}
div.mini_blog_entry {
    margin-bottom: 15px;
}

div.mini_blog_title {
    font-weight: bold;    
}

div.testimonial {
    padding-right: 20px;
    margin-top: 50px;
    text-align: center;
    color: #ff3300;
}
div.testimonial span.quote {
	
}