/*
* EES CSS Library [Screen Content]
*/


/* --------------------------------------------------------------------------------------------- 
START: SCREEN WORKFLOW STYLES
--------------------------------------------------------------------------------------------- */

    
#ees_editWorkflow {
    width:670px;
    margin: 0 auto;
}

#ees_runningWorkflows,
.workflowSection {
    border-top:solid 1px #dadada;
    padding-top:15px;
    margin-bottom:20px;
}

#ees_editWorkflow span.fieldWarning {
    color: #FF0000;
    background:url(../Images/required_stars.png) left top no-repeat;
    padding-left:21px;
    font-size: 1em;
    display: block;
    line-height: 1.3em;
}

.workflowSection table {
    border:solid 1px #cecece;
    font-size:12px;
    width:100%;
    border-collapse:collapse;
}

.workflowSection td {
    padding:5px;
    margin:0px;
}

.workflowSection td.sq-backend-table-header,
.workflowSection td.sq-limbo-section-heading,
.workflowSection td.sq-limbo-section-subheading {
    color:#656464;
    padding:0px 5px;
    background:#c7c7c7 url(../Images/table_header_bg.png) left top repeat-x;
    border-bottom:solid 1px #cecece;
    border-left:solid 1px #FFFFFF;
    margin:0px;
    line-height:33px;
    height:33px;
    font-weight:bold;
}

.workflowSection td.subheading {
    background:#efefef;
    font-weight:normal;
    border-bottom:none;
}

.workflowSection td:first-child {
    border-left:none;
}

.workflowSection table table {
    border:none;
}

.workflowSection td td{
    border:none;
}

.workflowSection td.sq-limbo-field {
    width:150px;
}

.workflowSection table tr {
    border-top: #999999 dotted 1px;
}

.workflowSection table tr:first-child {
    border-top:none;
}

.workflowSection td td.sq-backend-table-header {
    color:#222222;
    background:none;
    border:none;
    line-height:normal;
    height:auto;
    font-weight:normal;
}

.workflowSection td.clearPadding {
    padding:0px;
}

#ees_runningWorkflows table,
#ees_runningWorkflows table tr {
    border:none;
}

#ees_runningWorkflows td {
    padding:5px 5px 20px 5px;
    border:none;
}

#ees_runningWorkflows textarea {
    height:63px;
    line-height:normal;
    background:url(../Images/text-input-bg.gif) left top repeat-x;
    border-top: solid 1px #848484;
    border-left: solid 1px #c1c1c1;
    border-right: solid 1px #c1c1c1;
    border-bottom: solid 1px #e1e1e1;
    width:259px;
    padding:5px 4px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    margin-bottom:5px;
}

#ees_runningWorkflows .sq-backend-fineprint {
    font-size:0.85em;
    color:#8c8c8c;
    line-height:normal;
}

#ees_workflowSummary table tr {
    border-top: none;
}

#ees_workflowSummary table table table table tr {
    border-top: #999999 dotted 1px;
}

#ees_workflowSummary table table table table tr:first-child {
    border-top:none;
}

#ees_workflowSummary table table table table table tr {
   border-top: none;
}


/* --------------------------------------------------------------------------------------------- 
END: SCREEN WORKFLOW STYLES
--------------------------------------------------------------------------------------------- */
