﻿    /* Layout */

.scux-left                   { float: left; }
.scux-right                  { float: right; }
.scux-middle                 { vertical-align: middle; }
.scux-inline                 { display: inline-block; }

    /* Text */

.scux-text-left              { text-align: left; }
.scux-text-right             { text-align: right; }
.scux-column-right span      { text-align: right; padding-right:5px !important; }
.scux-text-center            { text-align: center }
.scux-text-huge              { font-size: 16px; }
.scux-text-large             { font-size: 14px; }
.scux-text-plain             { font-size: 13px; }
.scux-text-small             { font-size: 12px; }
.scux-text-tiny              { font-size: 11px; }
.scux-text-bold              { font-weight: bold; }
.scux-text-red               { color: #c00; }
.scux-text-strike            { color: #c00; text-decoration: line-through; }
.scux-text-width250          { width:250px }

    /* Input */

input.scux-required,
textarea.scux-required       { border: 2px solid #f00; }

    /* Containers */

div.scux-region              { clear: none; margin: 1ex auto; }
div.scux-panel               { clear: both; }

    /* Dialogs */

div.scux-dialog              { display: none; }

    /* Lists */

ul.scux-list,
ul.scux-list li              { list-style-type: none; list-style-image: none; }
ul.scux-list li              { margin: 1ex 0; }

    /* Tables */

table.scux-form caption,
table.scux-grid th,
table.scux-form th      { padding: 7px; white-space: nowrap; background: #ddd;  font-weight: bold; }
table.scux-form th      { text-align:left; }


table.scux-form,
table.scux-grid              { width: 100%; background: #fff; /* border: 1px solid #e7e7e7;  display: block;*/ border-collapse: collapse; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 2px 2px rgba(25, 25, 25, .3); box-shadow: 0px 2px 2px rgba(25, 25, 25, .3); }
table.scux-form caption      { text-align: left; border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-right: 1px solid #bbb; }
table.scux-grid th           { border-bottom: 1px solid #bbb; }
table.scux-form td,
table.scux-grid td,
table.scux-grid th           { border: 0; padding: 7px 1ex; vertical-align: middle; }

 table.scux-form td:first-child {
padding-left: 2em;
}

table.scux-form td                                   { padding: 0.5ex 2ex; }
table.scux-form tbody tr:first-child td              { padding-top: 1.5ex; }
table.scux-form tbody tr:last-child td               { padding-bottom: 1.5ex; }

    /* Developer Mode */

/*
div.scux-panel               { border: 2px solid #f00; }
div.scux-region              { border: 2px solid #0f0; }
table.scux-form td,
table.scux-grid td           { border: 1px solid #000; }
*/
