/* Headings */

h1 {
    margin-left: 6px;
    padding-left: 50px;
    padding-top: 8px;
    min-height: 32px;
}

/* Forms */

/* Translate Text */
form table {
    width: 100%;
}
form textarea {
    width: 100%;
    height: 300px;
    font-size: 1.2em;
}
form textarea#hint {
    height: 50px;
    font-size: 1.2em;
}
div#message_chars_wrapper, div#hint_chars_wrapper {
    width: 100%;
}

/* Views */

img.add_credit {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

div.detail div.message {
    overflow: auto;
    width: 920px;
    height: 300px;
    margin-bottom: 20px;
}

div.detail div.hint {
    width: 920px;
    margin-bottom: 20px;
}

div.detail div.final {
    overflow: auto;
    width: 920px;
    height: 300px;
    margin-bottom: 20px;
}

div.detail table.stats {
    width: 100%;
    border-collapse: collapse;
}

div.detail table.stats td
{
    border: 1px solid #CDCDCD;
    width: 30%;
    padding-left: 2px;
}
div.detail table.stats td.empty
{
    border: none;
}

div.detail table.stats th
{
    font-weight: bold;
    width: 20%;
    padding-left: 2px;
}

/* Select card */
table#select_card {
    margin-bottom: 15px;
}

/* Tabs */
.ui-tabs-panel {
    font-size: 0.9em;
}

/* Side bar */
.side-box input {
    float: right;
}

/* Translation Submission */
.ui-resizable-handle {
    background-color: gray;
    position: relative;
    top: -1px;    
}

/* Post-payment */
div.statement {
    width: 685px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: absmiddle;
}
div.statement table {
    width: 400px;
    margin-top: 20px;
}
div.statement td {
    text-align: right;
}
div.statement td.total {
    font-weight: bold;
}
div.statement td.label {
    text-align: left;
    font-weight: bold;
    
}
div.statement tr.outstanding td {
    border-bottom-width: 3px;
}
div.statement tr.amount_due td {
    border-bottom-width: 3px;
}

/* Pre-payment */
div.prepay {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: absmiddle;
}
div.prepay table {
    width: 400px;
    margin-top: 20px;
}
div.prepay td {
    text-align: right;
    white-space: nowrap;
}
div.prepay td.total {
    font-weight: bold;
}
div.prepay td.label {
    text-align: left;
    font-weight: bold;    
}
div.prepay tr.outstanding td {
    border-bottom-width: 3px;
}
div.prepay tr.amount_due td {
    border-bottom-width: 3px;
}
div.prepay img.sell {
    float: right;
    margin-top: 50px;
}
div.prepay th.label, div.prepay td.label {
    width: 200px;
}
div.prepay th.price, div.prepay td.price,
div.prepay th.saving, div.prepay td.saving {
    text-align: right;
    width: 92px;
}
div.prepay input#custom_num {
    width: 75px;
}
div.prepay input#coupon_code {
    width: 65px;
}

/* Thin pages */
div.shrink {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

table.banks {
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}
table.banks tr td {
    text-align: center;
}
table.banks td img {
    border: 5px solid white;
    cursor: pointer;
}
table.banks td img.disabled {
    border: 5px solid white;
    cursor: default;
}
table.banks td img.highlighted {
    border: 5px solid #ccc;
}
table.banks td img.hover {
    border: 5px solid #ddd;
}
table.banks td img.hover.disabled {
     border: 5px solid white;
}

td.custom *,
td.coupon * {
    vertical-align: middle;
}

div.confirm_words {
	float: left;
	font-size: 1.6em;
	margin: 25px 0px 25px 200px;
}

div.confirm_price {
	float: right;
	font-size: 1.6em;
	margin: 25px 200px 25px 0px;
}

