﻿.form-edit-fields td
{
    vertical-align: middle;
    text-align: left;
    
    
}

.form-edit-fields td > label
{
   
    
    font-size: 0.8em;
    margin-right: 0.5em;
}

.form-edit-fields td.skylabEditLabel
{

    width: 150px;
   text-align: right;
}

.skylabEditText
{

width: 80%;

}

.form-edit-fields td > label > span
{
    color: Red;
}
.form-edit-fields > table
{
  
}
.form-edit-fields td > textarea
{

    height: 200px;
    width: 60%;
    
}

.form-edit-fields td > span:not(.field-validation-error)
{
    margin-right: 0.1em;
    float: right;
    font-size: 0.8em;
    color: Red;
}

.form-edit-fields input:not([type='submit'])
{
    border: 1px solid #CCCCCC;
    padding: 2px;
    width: 200px;
}

.form-edit-fields input:not([type='submit']).datefield
{
    margin-right: 2px;
    width: 182px;
}

.form-edit-fields input:not([type='submit']).withMagnifier
{
    margin-right: 2px;
    width: 182px;
}
.form-edit-fields img.magnifierImg
{
    vertical-align: middle;
}


.form-edit-fields input[type="checkbox"]
{
    width: auto;
}

.form-edit-fields textarea
{
    border: 1px solid #CCCCCC;
    width: 500px;
    padding: 2px;
}

.form-edit-fields select
{
    border: 1px solid #CCCCCC;
    width: 208px;
}
.form-edit-fields textarea:focus, .form-edit-fields select:focus, .form-edit-fields input:not([type='submit']):not([type='checkbox']):focus
{
    border: 1px solid #666666;
}
.form-edit-fields tr
{
    height: 30px;
}

.form-edit-fields input[type='checkbox']
{
    border: 0px solid #CCCCCC;
}

td.skylabForm {
height:20px;
padding:3px 3px 6px;
}

td.fieldTwo {
min-width:300px;
width:auto;
}

.skylabForm.spacerTr {
height:10px;
}

td.skylabForm select {
width:200px;
}

td.form-fields input,td.form-fields textarea,.attCommentInput {
line-height:16px;
vertical-align:middle;
width:200px;
}

td.form-fields.colSpanned input,td.form-fields.colSpanned textarea {
width:95%;
}

span.field-validation-error, span.error, label.error {
font-size:.8em;
color: Red;
}

span.readOnly-automatic input {
width:200px;
}

td.skylabForm textarea {
font-family:'MS Shell Dlg';
font-size:.9em;
overflow:scroll;
overflow-x:hidden;
overflow-y:scroll;
resize:vertical;
white-space:normal;
}


td.skylabForm.fieldOne span,td.skylabForm.fieldTwo {
text-overflow:ellipsis;
white-space:nowrap;
}

td.skylabForm.fieldTwo span {
font-size:.91em;
}

.skylabForm.labels {
font-size:.8em;
text-align:right;
vertical-align:middle;
width:140px;
}

td.top-inside-spacer {
height:7px;
margin:0;
padding:0;
}

td.bottom-inside-spacer {
height:5px;
margin:0;
padding:0;
}

.hint {
    border-bottom: 1px dotted #a0a0a0;
    cursor : help;
}