#sc_login_username {
   padding-left: 18px;
   background-image: url('/images/stock/user_small.png');
   background-repeat: no-repeat;
   background-position: 1px 1px;
   margin-bottom: 4px;
   width: 150px;
}

#sc_login_password {
   padding-left: 18px;
   background-image: url('/images/stock/key_small.png');
   background-repeat: no-repeat;
   background-position: 1px 1px;
   width: 150px;
}

table.list
{
   border-collapse: collapse;
}

.list th
{
   font-size: 10px;
   border: 1px solid #dddddd;
   text-align: right;
   vertical-align: top;
   background-color: #dedede;
   padding: 3px;
}

.list td
{
   font-size: 10px;
   border: 1px solid #dddddd;
   padding: 3px;
}

.list a
{
   font-size: 10px;
}

.form table
{
    border: 1px solid #dddddd;
}

.form th
{
   background: #eeeeee;
   border: 1px solid #e0e0e0;
   text-align: right;
   vertical-align: top;
   padding: 10px;
}

.form td
{
   padding: 10px;
}

.active {
       cursor: pointer;
}

.pathbar {
    border: 1px solid #ccc;
    background: #fafafa;
    width: 100%;
    font-size: 10px;
    margin-bottom: 25px;
    cursor: pointer;
}


.toolbar {
    font-size: 10px;
    margin: 20px;
    border: 1px solid #aaa;
    background: #ddd;
}


.toolbar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.toolitem {
    text-align: center;
    float: left;
    padding: 5px;
    cursor: pointer;
}


.tip {
    font-size: 11px;
    font-style: italic;
}


.tip:before {
    content: url("/images/stock/light_small.png");
}


.block {
    border: 1px solid #ddd;
}

.imagebutton {
    border: 1px solid #ccc;
    background: #ddd;
    width: 100px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.imagebutton:hover {
    background: #eee;
}

.dialog {
    text-align: center;
    border: 1px solid black;
    background-color: #eee;
    position: absolute;
    left: 50%;
    top: 50%;
}

html>body .dialog {
    position: fixed;
}

.dialog h1 {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    background: #ccc;
    margin: 0px;
    height: 16px;
    padding: 3px;
}


.dialog input, .dialog textarea {
    background: white;
}

.dialog .container {
    padding: 10px;
}

.spinner {
    z-index: 100;
    background: url('/images/stock/spinner.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    position: absolute;
    left: 50%;
    top: 50%;
}

html>body .spinner {
    position: fixed;
}

.visible {
   background: #f4f4f4;
   border: 1px solid #cccccc;
}

.visible th {
   font-size: 12px;
   font-style: italic;
   padding: 2px;
   background: #dedede;
}

.visible td {
   background: #f7f7f7;
}

.alternate {
   background: #e8e8e8;
}

.selected {
   background: #bacce2;
}

.search {
    background: #fff;
}
