﻿/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-family: inherit;*/
	vertical-align: baseline;
}

/*html, body {padding: 0; margin: 0;}
html {font-size: 1em;}*/
body {font-size: 11px; } /*/62.5%;}*/
a img, :link img, :visited img {border: 0;}

@media print { .noPrint {     display:none; } } 
@media print { .ui-tabs-nav {     display:none; } } 
@media print { .ui-button {     display:none; } } 

/* Structure */

body
{
    /*background-color: #0f0;    */
    color:  #444444;
    font-family: 'Arial','Verdana',sans-serif;
/*    height: 520px;*/
/*    width: 1003px;*/
/*    font-size: 1em;*/
}

h1
{
    font-size: 1.2em;
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: 1em;
}
h5
{
    font-size: 1em;
}

p
{
    font-size: 1em;
}

/** {
    font-family: arial;
}*/

#acs-system
{
    font-size: 90%;
}

#acs-binder
{
    /*background-color: #F0F8FF;*/
    float: left;
    height: 30px;
    width: 20%;
}

#acs-binder-info
{
    float: right;
}

#acs-binder-panel
{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 11px;
}

#acs-binder-panel-buttons
{
    vertical-align: baseline;
    margin-bottom:10px;
    margin-top:5px;
}

#acs-operator
{
    /*background-color: #FFFF99;*/
    float: left;
    height: 30px;
    width: 80%;
}

#acs-tracker
{
    /*background-color: #FDF5E6;*/
    clear: left;
    float: left;
    height: 100%;
    width: 20%;
}

#acs-work
{
    /*background-color: #C8E9EE;*/
    float: left;
    height: 100%;
}

#acs-pool
{
    display: none;
}

#acs-debug-panel
{
    max-height: 500px;
    overflow: auto;
}

#acs-tabset .ui-button
{
    margin-right: 5px;
}

#acs-text-width
{
    position: absolute;
    left: -1000px;
    top: -1000px;
    font-family: Verdana;
    font-size: 11px;
}   

#acs-text-width-bold
{
    position: absolute;
    left: -1000px;
    top: -1000px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
}

.acs-form-fixed
{
    position: absolute;
}

.acs-tracker-below
{
    clear: both;
}

.acs-tracker-important
{   margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.acs-tracker-help
{
    font-style: italic;
    margin-bottom: 10px;
}

.acs-tracker-opbtns
{
    margin-bottom: 10px;
}

.acs-panel-popup
{   position: absolute;
    z-index: 12;
    margin: 5px;
    padding-top: 47px;
    padding-left: 5px;
    background-color: #ffffe0;
    border: solid 3px;
    border-color: Navy;
}

.acs-panel-popup.acs-report-popup
{   padding-top: 9px;
}

.acs-report-popup-tab
{   padding-left: 44px;
}

/*.acs-panel-display
{   position: absolute;
    z-index: 11;
    padding: 5px;
    background-color: #ffffe0;
}*/

.acs-display-grid
{
    height: 100%;
}

.acs-hidden-grid
{
    display: none;
}

.acs-panel-reader
{   position: absolute;
    z-index: 11;
    /*padding: 5px;*/
    background-color: #ffffe0;
}

.acs-print-menu
{   min-height: 150px;
    width: 300px;
    position: relative;
    background: #ffffe0;
    padding: 3px;
    border: 2px;
    border-style: solid;
    border-color: blue;
    font-family: Verdana;
    font-size: 11px;
    z-index: 1000;
}

.acs-filter-list
{   overflow: hidden;
    min-height: 90px;
}

.acs-filter-menu
{   min-height: 150px;
    min-width: 300px;
    max-width: 500px;
    position: relative;
    background: #ffffe0;
    padding: 3px;
    border: 2px;
    border-style: solid;
    border-color: blue;
    font-family: Verdana;
    font-size: 11px;
    z-index: 1000;
}

#acs-filter-refresh[disabled] {
    opacity: 0.5;
}

.acs-dlgreader-quick
{
    display: none;
}
.acs-dlgreader-left
{
    position: relative;
    background-color: lightblue;
    padding: 2px 10px 2px 4px;
    height: 450px;
    width: 250px;
    left: 0px;
    top: 0px;
    overflow-y: auto;
}

.acs-dlgreader-right
{
    position: absolute;
    padding: 2px 4px 2px 4px;
    width: 400px;
    height: 450px;
    left: 280px;
    top: 0px;
    overflow-y: auto;
}

.acs-dlgreader-full
{
    position: relative;
    height: 450px;
    width: 650px;
    left: 0px;
    top: 0px;
}

.acs-dlgreader-leftx 
{
    float: left;
    background-color: lightblue;
    padding: 2px 10px 2px 4px;
    height: 450px;
    width: 250px;
    overflow-y: auto;
}

.acs-dlgreader-rightx
{
    float: left;
    padding: 2px 4px 2px 4px;
    width: 400px;
    height: 450px;
}

.acs-dlgreader-list
{
    /*float: left;*/
    background-color: lightblue;
    margin-top: 10px;
    padding: 2px 4px 2px 4px;
    height: 450px;
}

.acs-dlgreader-viewport
{
    height: 400px;
    overflow-y: auto;
}

.acs-dlgreader-list-heading
{
    font-style: italic;
    font-weight: bold;
    border-bottom: solid;
    border-color: black;
    border-bottom-width: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.acs-dlgreader-list-base
{
    padding-bottom: 2px;
    border-bottom: dotted;
    border-color: darkblue;
    border-bottom-width: 3px;
    margin-bottom: 6px;
}

.acs-dlgreader-list-save
{
    padding-bottom: 2px;
    border-bottom: dotted;
    border-color: darkblue;
    border-bottom-width: 2px;
    margin-bottom: 4px;
}

.acs-dlgreader-list-load
{
    padding-bottom: 2px;
    border-bottom: dotted;
    border-color: darkblue;
    border-bottom-width: 1px;
    margin-bottom: 4px;
}

.acs-dlgreader-list-new
{
    padding-bottom: 2px;
    border-bottom: dotted;
    border-color: darkblue;
    border-bottom-width: 1px;
    margin-bottom: 4px;
}

.acs-dlgreader-list-c1 
{
    display: inline-block;
    width: 50px;
    text-align: center;
}

.acs-dlgreader-list-c2
{
    display: inline-block;
    width: 75px;
    text-align: center;
}

.acs-dlgreader-list-c3
{
    display: inline-block;
    width: 50px;
    text-align: center;
}

.acs-dlgreader-list-c4
{
    display: inline-block;
    width: 50px;
    text-align: center;
}

.acs-dlgreader-list-c5
{
    display: inline-block;
    width: 50px;
    text-align: center;
}

.acs-dlgreader-list-c6
{
    display: inline-block;
    width: 400px;
    text-align: left;
}

/*.acs-dlgreader-list-c1 
{
    display: inline-block;
    width: 75px;
    text-align: center;
}

.acs-dlgreader-list-c1x
{
    display: inline-block;
    width: 75px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.acs-dlgreader-list-c2
{
    display: inline-block;
    width: 50px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}

.acs-dlgreader-list-c23
{
    display: inline-block;
    width: 85px;
    text-align: center;
}

.acs-dlgreader-list-c3
{
    display: inline-block;
    width: 35px;
    text-align: left;
}

.acs-dlgreader-list-c4 
{
    display: inline-block;
    width: 400px;
    text-align: left;
}*/

.acs-dlgreader-clear 
{
    clear: both;
}

.acs-dlgreader-chkbox
{
    display: inline-block;
    width: 21px;
}

.acs-dlgreader-chkbox-not::after
{
    content: " - not";
}

.acs-dlgreader-chkbox-offset
{
    display: inline-block;
    width: 11px;
}

.acs-dlgreader-chkbox-center
{
    display: inline-block;
    width: 21px;
    text-align: center;
}

.acs-dlgreader-key
{
    font-style: italic;
    padding-left: 11px;
}

#acs-reader-message
{
    font-weight: bold;
    font-size: 1.2em;
}

.acs-reader-top-buttons
{
    display: inline-block;
}

.acs-reader-clear-hidden
{
    display: none;
}

.acs-reader-prev-next-hidden
{
    display: none;
}

.acs-reader-aggregators
{
    margin: 10px;
}

.acs-reader-grid
{
    height: 100%;
}

.acs-reader-grid table
{
    border-collapse:collapse;
    margin: 10px;
}

.acs-reader-grid th
{
    font-weight: bold;
}

.acs-reader-grid table th td
{
    border: 1px solid black;
    padding: 4px 5px 4px 5px;
}

.acs-reader-grid td
{
    text-align: right;
}

.acs-reader-info-filled
{
    border-top: 3px solid #891fbd;
    padding: 6px 25px 1px 20px;
    font-weight: bold; 
    font-style: italic;
    margin-left: 0px;
    margin-right: 5px;
}

.acs-reader-totalcols
{
    font-weight: bold;
    margin: 3px 15px 0px 0px;
    display: inline-block;
}

.acs-reader-cache-filled
{
    margin-left: 5px;
    margin-right: 20px;
}

.acs-reader-grid-grand-total
{
    font-weight: bold;
    background-color: #99ccff; /*87ceeb;*/
}

.acs-reader-grid-sub-total
{
    background-color: #cce6ff;
}

.acs-reader-window-count
{
    display: inline-block;
    width: 70px;
    text-align: right;
    font-size: 90%;
    font-style: italic;
    margin-right: 8px;
}

.acs-reader-window-heading
{
    display: inline-block;
    margin-left: 22px;
}

.acs-report-status
{
    border: 1px solid black;
    padding: 8px 25px 1px 20px;
    font-weight: bold; 
    font-style: italic;
    margin-left: 10px;
    margin-right: 5px;
}

.acs-grid {

}

.acs-grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.acs-grid .acs-cell-money {
    padding-right: 8px; 
}

[class*='acs-grid-col-'] {
    float: left;
}

.acs-grid:after {
    content: "";
    display: table;
    clear: both;
}

[class*='acs-grid-col-'] {
  padding-right: 2px;
  min-height: 1px;
}
[class*='acs-grid-col-']:last-of-type {
  padding-right: 0;
  min-height: 1px;
}

.acs-grid-col-1-3 {
    width: 33.33%;
}

.acs-grid-col-2-3 {
    width: 66.66%;
}

.acs-grid-col-3-4 {
    width: 75%;
}

.acs-grid-col-1-2 {
    width: 50%;
}

.acs-grid-col-1-4 {
    width: 25%;
}

.acs-grid-col-1-8 {
    width: 12.5%;
}

.acs-grid-col-1-10 {
    width: 10%;
}

.acs-grid-col-5 {
    width: 5%;
}

.acs-grid-col-10 {
    width: 10%;
}

.acs-grid-col-15 {
    width: 15%;
}

.acs-grid-col-20 {
    width: 20%;
}

.acs-grid-col-25 {
    width: 25%;
}

.acs-grid-col-30 {
    width: 30%;
}

.acs-grid-col-35 {
    width: 35%;
}

.acs-grid-col-40 {
    width: 40%;
}

.acs-grid-col-45 {
    width: 45%;
}

.acs-grid-col-50 {
    width: 50%;
}

.acs-grid-col-55 {
    width: 55%;
}

.acs-grid-col-60 {
    width: 60%;
}

.acs-grid-col-65 {
    width: 65%;
}

.acs-grid-col-70 {
    width: 70%;
}

.acs-grid-col-75 {
    width: 75%;
}

.acs-grid-col-80 {
    width: 80%;
}

.acs-grid-col-85 {
    width: 85%;
}

.acs-grid-col-90 {
    width: 90%;
}

.acs-grid-col-95 {
    width: 95%;
}

.acs-grid-col-100 {
    width: 100%;
}

.acs-grid-chart-alert
{
    background-color: #ffcfbf;
}

.acs-grid-chart-visit
{
    background-color: #ffffe0;
}

.acs-grid-chart-visit-summary
{
    background-color: #fffff0;
}

.acs-grid-chart-flow
{
    background-color: #bfefff;
}

.acs-grid-chart-flow-summary
{
    background-color: #bfffef;
}

.acs-grid-chart-med
{
    background-color: #e0e0ff;
}

.acs-grid-heading
{
    font-weight: bold;
    background-color: #ffffe0;
    padding: 4px 5px 0px 2px;
    border-style: ridge;
    border-color: #000080;
    border-width: 5px 5px 0px 5px;
    margin-bottom: 5px;
}

.acs-grid-subheading
{
    font-weight: bold;
    background-color: #ffffe0;
    padding: 4px 5px 0px 2px;
    border-style: ridge;
    border-color: #000080;
    border-width: 5px 5px 0px 0px;
    margin-bottom: 5px;
}

.acs-grid-button-hot
{
    background-color: #90EE90;
}

.acs-grid-chk-hdr
{
    background-color: #0078AE;
}

.acs-grid-sort-even
{
    background-color: #f9f69f; /*#f9bf86; #99ccff;*/
}

.acs-grid-sort-odd
{
    background-color: #f9c99f; /*#cff99f; #f9f885; #cce6ff;*/
}

/*.acs-print-table-cell*/
/*{*/
/*    padding:2px 4px 1px 4px;*/
/*}*/

.acs-print-right
{
    text-align: right;
}

.acs-dirty-data
{
    border-style:groove; /* solid solid groove;*/
    background-color:#FEFEFE;
    border-color: Gray;
}

.acs-panel-heading
{
    border-bottom: 5px;
    padding-top: .5em;
}

.acs-panel-edit
{   position: absolute;
    z-index: 11;
    background-color: #ffffe0;
}

.acs-popup-grid
{
    height: 90%;
}

.acs-popup-heading
{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.acs-bind-waiting
{
    background-color: #eeeeee;
}

.acs-binder-dropdown
{
    margin-top:5px;
    margin-bottom:5px;
}

.acs-tracker-reflector
{
    margin-top: 2px;
}

.acs-cell-money
{
    text-align: right;
}

.acs-cell-number
{
    text-align: right;
}

.acs-cell-center
{
    text-align: center;
}

.acs-cell-even
{
    background-color: #eeeeee;
}

.acs-cell-odd
{
    background-color: transparent;
}

acs-cell-reader-count
{
    background-color: #cce6ff;
    text-align: right;
    font-weight: bold;    
}

.acs-edit-heading
{
    margin-left: 5px;
}

.acs-edit-details
{
    font-weight: bold;
}

.acs-edit-top-tab
{
    padding-left: 42px;
    padding-top: 7px;  
    background-color: white;
}

.acs-edit-top-reader
{
    padding-left: 85px;
    padding-top: 7px;  
    background-color: white;
}

.acs-edit-top
{
    padding-left: 5px;
    padding-right: 100px;
    padding-top: 5px;  
    background-color: navy;  
}


.acs-edit-top-page
{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;  
    background-color: #ffffe0;
    border-top-style: solid;
    border-top-color: navy;
    border-top-width: 2px;
}

.acs-edit-bottom
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #ffffe0;
}

.acs-edit-label
{
    margin-left: 5px;
    margin-right: 20px;
    font-weight: bold;
}

.acs-edit-hidepage
{
    display: none;
}

.acs-edit-layoutbox
{
    text-align: center;
}

.acs-span
{
    display: inline-block;
}

.acs-spacer-tiny
{
    display: inline-block;
    width: 10px;
}

.acs-span-small
{
    display: inline-block;
    width: 50px;
    text-align: right;
}
.acs-span-msgmedium
{
    padding-left: 30px;
}
.acs-span-medium
{
    display: inline-block;
    width: 70px;
    text-align: right;
}
.acs-span-small-left
{
    display: inline-block;
    width: 50px;
    text-align: left;
}
.acs-span-medium-left
{
    display: inline-block;
    width: 70px;
    text-align: left;
}
.acs-span-large-left
{
    display: inline-block;
    width: 90px;
    text-align: left;
}
.acs-span-xlarge-left
{
    display: inline-block;
    width: 110px;
    text-align: left;
}
.acs-span-xxlarge-left
{
    display: inline-block;
    width: 120px;
    text-align: left;
}
.acs-span-giant-left
{
    display: inline-block;
    width: 180px;
    text-align: left;
}
.acs-span-giant2-left
{
    display: inline-block;
    width: 300px;
    text-align: left;
}
.acs-span-large
{
    display: inline-block;
    width: 90px;
    text-align: right;
}
.acs-span-xlarge
{
    display: inline-block;
    width: 110px;
    text-align: right;
}
.acs-span-xxlarge
{
    display: inline-block;
    width: 120px;
    text-align: right;
}

.acs-span-giant
{
    display: inline-block;
    width: 180px;
    text-align: right;
}

.acs-span-giant2
{
    display: inline-block;
    width: 300px;
    text-align: right;
}

.acs-span-giant2-center
{
    display: inline-block;
    width: 300px;
    text-align: center;
}

.acs-span-bigger
{   font-size: larger;
}

.acs-span-radio-left-tiny
{
    display: inline-block;
    text-align: left;
    width: 40px;
}

.acs-span-radio-right-tiny
{
    display: inline-block;
    text-align: right;
    width: 40px;
}

.acs-span-radio-left-small
{
    display: inline-block;
    text-align: left;
    width: 50px;
}

.acs-span-radio-right-small
{
    display: inline-block;
    text-align: right;
    width: 50px;
}

.acs-span-radio-left-medium
{
    display: inline-block;
    text-align: left;
    width: 80px;
}

.acs-span-radio-right-medium
{
    display: inline-block;
    text-align: right;
    width: 80px;
}

.acs-span-radio-left-large
{
    display: inline-block;
    text-align: left;
    width: 110px;
}

.acs-span-radio-right-large
{
    display: inline-block;
    text-align: right;
    width: 100px;
}

.acs-span-radio-left-xlarge
{
    display: inline-block;
    text-align: left;
    width: 170px;
}

.acs-span-radio-right-xlarge
{
    display: inline-block;
    text-align: right;
    width: 170px;
}

.acs-span-heading
{
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.acs-span-bold
{
    font-weight: bold;
}

.acs-span-textprompt
{
    vertical-align: top;
    font-weight: bold;
}

.acs-cblabel-tiny
{
    width: 50px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-small
{width: 75px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-medium
{
    width: 140px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-large
{
    width: 190px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-xlarge
{
    width: 200px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-xxlarge
{
    width: 220px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-giant
{
    width: 250px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-giant2
{
    width: 300px;
    display: inline-block;
    text-align: left;
}

.acs-cblabel-righttiny
{
    width: 50px;
    display: inline-block;
    text-align: right;
}

.acs-cblabel-rightsmall
{width: 75px;
    display: inline-block;
    text-align: right;
}

.acs-cblabel-rightmedium
{
    width: 140px;
    display: inline-block;
    text-align: right;
}

.acs-cblabel-rightlarge
{
    width: 190px;
    display: inline-block;
    text-align: right;
}

.acs-cblabel-rightxlarge
{
    width: 200px;
    display: inline-block;
    text-align: right;
}

.acs-cblabel-rightxxlarge
{
    width: 220px;
    display: inline-block;
    text-align: right;
}

.acs-cblabel-rightgiant
{
    width: 250px;
    display: inline-block;
    text-align: right;
}


.acs-edit-print
{
    width: 750px;
    height: auto;
}

.floatleft
{
    float: left;
}

.clearfix
{
    clear: both;
}


.acs-edit-full
{
    width: 98%;
}

.acs-edit-right table
{   width: 100%;
}

.acs-edit-right td
{   width: 50%;
}

.acs-edit-right-heading
{   font-weight: bold;
    padding-left: 10px;
}

.acs-edit-left
{   float: left;
    width: 30%;
}

.acs-div-p
{
    overflow: auto;
}

.acs-drag-total
{
    display: inline-block;
    margin-left: 10px;
    border-style: solid;
    border-color: Blue;
    border-width: 1px;
    background-image: url(ui-icons_0078ae_256x240.png);
    width: 16px;
    height: 16px;
    background-position: -160px -112px; /*ui-icon-search*/
    /*background-position: -128px -128px; ui-icon-lightbulb*/
}

.acs-drag-on
{   background: #cce6ff;
}

.acs-drag-box
{   
    position: absolute;
    border-style: solid;
    border-color: Blue;
    border-width: 1px;
    z-index: 10;
}

.acs-drag-info
{   background: #cce6ff;
    margin-left: 10px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 4px;
    font-weight: bold;
}

.acs-drag-search
{
    margin-left: 5px;
    vertical-align: top;
}

.acs-edit-print .acs-div-p
{   border-style: solid;
    border-color: Blue;
    border-width: 1px; 
    margin: 5px; 
    padding: 5px;
}

.acs-edit-full .acs-div-p
{   border-style: solid;
    border-color: Blue;
    border-width: 1px; 
    margin: 5px; 
    padding: 5px;
}

.acs-edit-left .acs-div-p
{   border-style: solid;
    border-color: Blue;
    border-width: 1px; 
    margin: 5px; 
    padding: 5px;
}

.acs-edit-right
{   float: left;
    width: 70%
}

.acs-edit-right .acs-div-p
{   border-style: solid;
    border-color: Blue;
    border-width: 1px; 
    margin: 5px; 
    padding: 5px;
}

.acs-edit-lefthalf
{   float: left;
    width: 50%
}

.acs-edit-lefthalf .acs-div-p
{   border-style: solid;
    border-color: Blue;
    border-width: 1px; 
    margin: 0px 5px 5px 5px; 
    padding: 5px;
}

.acs-edit-righthalf
{   float: left;
    width: 50%;
}

.acs-edit-righthalf .acs-div-p
{   border-style: solid;
    border-color: Blue;
    border-width: 1px; 
    margin: 0px 5px 5px 5px; 
    padding: 5px;
}

.acs-edit-dropdown
{   margin: 3px 3px 3px 3px;
    display: inline-block;
    background-color: #ffffff;
}

.acs-heading-tiny
{
    display: inline-block;
    width: 36px;
    margin: 3px;
}

.acs-rowcol-container input, textarea, td
{
    vertical-align: middle;
}

.acs-rowcol-hidden
{
    display: none;
}

.acs-heading-smaller
{
    display: inline-block;
    width: 52px;
    margin: 3px;
}

.acs-heading-small
{
    display: inline-block;
    width: 76px;
    margin: 3px;
}

.acs-heading-large
{
    display: inline-block;
    width: 216px;
    margin: 3px;
}

.acs-heading-larger
{
    display: inline-block;
    width: 236px;
    margin: 3px;
}

.acs-heading-medium-text
{
    display: inline-block;
    width: 250px;
    margin: 5px;
}

.acs-heading-xlarge
{
    display: inline-block;
    width: 286px;
    margin: 3px;
}

.acs-heading-xxlarge
{
    display: inline-block;
    width: 386px;
    margin: 3px;
}

.acs-money
{
    text-align: right;
}

.acs-edit-popup
{   display: none;
}

.acs-edit-tiny-text
{   width: 30px;
    margin: 3px;
}

.acs-edit-hidden-text
{   display: none;
}

.acs-edit-xsmall-text
{   width: 20px;
    margin: 3px;
}

.acs-edit-smaller-text
{   width: 46px;
    margin: 3px;
}

.acs-edit-small-text
{   width: 70px;
    margin: 3px;
}

.acs-edit-medium-text
{   width: 140px;
    margin: 3px;
}

.acs-edit-large-text
{   width: 210px;
    margin: 3px;
}

.acs-edit-larger-text
{   width: 230px;
    margin: 3px;
}

.acs-edit-xlarge-text
{   width: 280px;
    margin: 3px;
}

.acs-edit-xxlarge-text
{   width: 380px;
    margin: 3px;
}

.acs-edit-large-block-text
{   display: block;
    width: 210px;
    margin: 3px;
}

.acs-edit-xlarge-block-text
{   display: block;
    width: 280px;
    margin: 3px;
}

.acs-edit-small-text-box
{   width: 250px;
    height: 25px;
    margin: 3px;
    background-color: White;
}

.acs-edit-medium-text-box
{   width: 250px;
    height: 40px;
    margin: 3px;
    background-color: White;
}

.acs-edit-large-text-box
{   width: 250px;
    height: 80px;
    margin: 3px;
    background-color: White;
}

.acs-edit-mediumwide-text-box
{   width: 250px;
    height: 80px;
    margin: 3px;
    background-color: White;
}

.acs-edit-largewide-text-box
{   width: 450px;
    height: 80px;
    margin: 3px;
    background-color: White;
}

.acs-edit-xlarge-text-box
{   width: 250px;
    height: 200px;
    margin: 3px;
    background-color: White;
}

.acs-edit-xlargewide-text-box
{   width: 450px;
    height: 200px;
    margin: 3px;
    background-color: White;
}

.acs-edit-highlight
{   background-color:  #ccff00;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    border: 2px solid red;
}

.acs-edit-important
{   margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.acs-edit-standout
{   margin-right: 5px;
    font-weight: bold;
    font-style: italic;
}

.acs-edit-banner
{   margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: xx-large;
}

.acs-edit-banner-small
{   margin-left: 5px;
    margin-right: 5px;
    font-size: large;
}

.acs-input-padding input{
    margin-left: 10px;
}

.acs-input-padding select{
    margin-left: 10px;
}

.acs-edit-subnote
{   margin-left: 5px;
    margin-right: 5px;
    font-size: smaller;
}

.acs-edit-underline
{   padding: 0px 0px 2px 0px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: Black;   
}

.acs-format-heading
{   text-align: center;
    margin-bottom: 10px;
    overflow:auto;
}

.acs-format-title
{   font-style: italic;
    font-weight: bold;
    font-size: larger;
}

.acs-format-title-left
{   float: left;
    text-align: left;
    font-style: normal;
    width: 50%; 
}

.acs-format-title-right
{   float: left;
    text-align: right;
    font-style: normal;
    width: 50%;
}

.acs-format-subtitle
{   clear: left;
    font-weight: bold;
}

.acs-format-subtitle-left
{   float: left;
    width: 50%; 
}

.acs-format-subtitle-right
{   float: left;
    width: 50%;
}

.acs-format-subtitle-left-nocenter
{   float: left;
    text-align: left;
    width: 50%; 
}

.acs-format-subtitle-right-nocenter
{   float: left;
    text-align: left;
    width: 50%;
}

.acs-format-subtitle-whole
{   float: left;
    width: 100%;
    text-align: left;
}

.acs-repeater-section
{   clear: left;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.acs-repeater-section-left
{   text-align: left;
}

.acs-repeater-detail
{   margin-bottom: 10px;
    overflow:auto;
}

.acs-repeater-detail-tight
{   margin-bottom: 1px;
    overflow:auto;
}

.acs-repeater-detail-left
{   float: left;
    width: 50%; 
}

.acs-repeater-detail-right
{   float: left;
    width: 50%;
}

.acs-repeater-detail-leftbigsmall
{   float: left;
    width: 58%; 
}

.acs-repeater-detail-rightbigsmall
{   float: left;
    width: 42%;
}

.acs-repeater-fullpage
{   position: relative;
    height: 10in;
}

.acs-repeater-bottom
{   position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.acs-edit-side-x-side
{
    width: 450px;
    clear: both;
    overflow: hidden;
    /*border-style: solid solid solid solid;
    border-width: 1px;
    border-color: gray;*/
}

.acs-edit-side-x-side-left-under
{
    width: 218px;
    float: left;
    overflow: hidden;
    padding: 2px;
    border-style: none dotted solid dotted;
    border-width: 1px;
    border-color: Black;
    /*background-color:  #ccff00;
    color: black;
    border: 2px solid red;*/
}

.acs-edit-side-x-side-right-under
{
    width: 218px;
    float: right;
    overflow: hidden;
    padding: 2px;
    border-style: none dotted solid dotted;
    border-width: 1px;
    border-color: Black;
}

.acs-edit-side-x-side-left-above
{
    width: 218px;
    float: left;
    overflow: hidden;
    padding: 2px;
    border-style: solid dotted none dotted;
    border-width: 1px;
    border-color: Black;
    /*background-color:  #ccff00;
    color: black;
    border: 2px solid red;*/
}

.acs-edit-side-x-side-right-above
{
    width: 218px;
    float: right;
    overflow: hidden;
    padding: 2px;
    border-style: solid dotted none dotted;
    border-width: 1px;
    border-color: Black;
}

.acs-edit-side-x-side-left-full
{
    width: 218px;
    float: left;
    overflow: hidden;
    padding: 2px;
    /*border-style: solid dotted solid dotted;
    border-width: 1px;
    border-color: Black;*/
    text-align: center;
    background-color:  #e0ffff; /*#e0e0ff;#efffe0;*/
    /*color: black;
    border: 2px solid red;*/
}

.acs-edit-side-x-side-right-full
{
    width: 218px;
    float: right;
    overflow: hidden;
    padding: 2px;
    /*border-style: solid dotted solid dotted;
    border-width: 1px;
    border-color: Black;*/
    text-align: center;
    background-color:  #ffe0ff; /*#e0e0ff;#efffe0;*/
}

.acs-area-heading
{   margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    background-color: Silver;
}

.acs-dashboard-outer
{
    font-size: x-large;
    font-weight: bold;
    border: solid 2px;
    border-color: navy;
    max-width: 500px;
    padding-top: 7px;
}

.acs-dashboard-top
{
    font-size: large;
    padding: 3px;
    border: solid 2px;
    border-color: navy;
    background-color: lightyellow;
    max-width: 494px;
}

.acs-dashboard-inner
{
    margin: 3px;
    padding: 3px;
    border: solid 1px;
    border-color: navy;
    background-color: lightyellow;
    overflow: hidden;
}

.acs-dashboard-info
{
    float: left;
}

.acs-dashboard-button
{
    float: right;
    font-size: 10.8833px;
    font-weight: normal;
}

.acs-dashboard-last
{
    margin-bottom: 10px;
}

.acs-dashboard-extra
{
    font-size: 10.8833px;
    font-weight: normal;
}

.acs-doctable td
{
    vertical-align: bottom;
}

.acs-table td
{
    padding-left: 10px;
    padding-right: 5px;
}

#acs-formula .acs-dlg-prompt
{
    vertical-align: top;
    font-weight: bold;
}

.acs-dlg-formula
{   width: 880px;
    height: 300px;
    margin: 3px;
    background-color: #ffffe0;
}

.acs-dlg-label
{
    color: Red;
}

.acs-dlg-upload
{   display: none;
}


.acs-work-partial-size
{
    width: 80%;
}

.acs-work-full-size
{
    width: 100%;
}
/* Typography */

.ui-button-icon-only-acs-use
{
    width: 3.4em;
}

.ui-button-text-icon-acs-use
{
    width: 16.0em;
    height: 2.0em;
}

.ui-button-text-icon-acs-use-wide
{
    width: 20.0em;
    height: 2.0em;
}

.ui-button-text-icon-acs-use-narrow
{
    width: 10.0em;
    height: 2.0em;
}

.ui-button-text-icon-acs-use-rect
{
    width: 10.0em;
    height: 3.0em;
}

/*.ui-dialog-title {
    font-size: xx-large;
}

.ui-dialog-content {
    font-size: xx-large;
}

.ui-button-text {
    font-size: xx-large;
}*/

.ui-

.ui-state-active {
    color: #222222;
    font-weight: normal;
}
.ui-tabs-panel { height: 90%; }
/*.ui-autocomplete.ui-menu .ui-menu-item { font-size: 0.75em; }*/
/*.ui-autocomplete.ui-menu a.ui-state-hover { font-size: 1.25em; }*/

/*.ui-accordion .ui-accordion-content { padding: 0; border-bottom: 1px solid #000E2E; }*/

/* Links */

/* Lists, images, etc. */

