/* Tapestry styles all start with "t-" */
DIV.t-error {
    border: 1px solid red;
    padding: 0px;
    margin: 4px 0px;
}

DIV.t-error DIV.t-banner {
    padding: 2px;
    display: block;
    margin: 0px;
    background-color: red;
    color: white;
    font-weight: bold;
}

DIV.t-error UL {
    padding: 2px 0px;
    background-color: white;
    color: red;
}

DIV.t-error LI {
    margin-left: 20px;
}

DIV.t-error-single {
    padding: 2px;
    display: block;
    margin: 0px;
    background-color: red;
    color: white;
}

HTML>BODY DIV.t-error LI {
    margin-left: 2px;
}

.t-invisible {
    display: none;
}

LABEL.t-error {
    color: red;
}

INPUT.t-error, TEXTAREA.t-error, SELECT.t-error {
    border-color: #F00;
    color: #F00;
    position: relative;
}

IMG.t-error-icon {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background: url('field-error-marker.gif') repeat scroll 0% 0% transparent;
    position: absolute;
    margin-top: 2px;
}

IMG.t-autoloader-icon {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background: url(ajax-loader.gif);
}

IMG.t-sort-icon {
    margin-left: 4px;
}

DIV.t-exception-message {
    font-style: italic;
    font-size: 12pt;
    border: thin dotted silver;
    margin: 5px 0px;
    padding: 3px;
}

DIV.t-exception-report, DIV.t-env-data {
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
}

DIV.t-exception-report LI {
    margin-left: -40px;
}

DIV.t-exception-report DT, DIV.t-env-data DT {
    color: #238441;
    padding-left: 2px;
    background-color: #FFFFCF;
}

DIV.t-exception-report LI {
    list-style: none;
}

SPAN.t-exception-class-name {
    display: block;
    margin-top: 15px;
    font-size: 12pt;
    background-color: #E1E1E1;
    color: blue;
    padding: 2px 3px;
    font-weight: bold;
}

SPAN.t-exception-stack-controls {
    display: block;
    float: right;
}

UL.t-stack-trace LI {
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 10pt;
    margin-left: -25px;
    list-style: square;
}

LI.t-usercode-frame {
    font-weight: bold;
    color: blue;
}

LI.t-omitted-frame {
    display: none;
    color: gray;
    list-style: square;
}

H1.t-exception-report {
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    color: red;
}

DIV.t-exception-report DT:after {
    content: ":";
}

DIV.t-exception-report DD, DIV.t-env-data DD {
    margin-left: 10px;
}

TABLE.t-data-table {
    border-collapse: collapse;
    margin: 0px;
    padding: 2px;
}

TABLE.t-data-table TH {
    background-color: black;
    color: white;
}

TABLE.t-data-table TD {
    border: 1px solid silver;
    margin: 0px;
}

DIV.t-beaneditor {
    display: block;
    background: #ffc;
    border: 2px outset brown;
    padding: 2px;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
}

DIV.t-beaneditor-row {
    padding: 4px 0px 2px 0px;
}

DIV.t-beaneditor-row LABEL:after {
    content: ":";
}

DL.t-beandisplay {
    display: block;
    padding: 2px;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    background: #CCBE99;
    border: 2px outset black;
    width: auto;
}

DL.t-beandisplay DT {
    width: 250px;
    display: inline;
    float: left;
    text-align: right;
    clear: left;
    padding-right: 3px;
    vertical-align: middle;
}

DL.t-beandisplay DT:after {
    content: ":";
}

DIV.t-beaneditor-row LABEL {
    width: 250px;
    display: block;
    float: left;
    text-align: right;
    clear: left;
    padding-right: 3px;
    vertical-align: middle;
}

DIV.t-checklist-row {
    padding: 4px 0px 2px 10px;
}

DIV.t-checklist-row LABEL {
    text-align: right;
    padding-left: 5px;
    vertical-align: middle;
}

INPUT.t-number {
    text-align: right;
}

DIV.t-beandisplay DIV.t-beandisplay-label {
    padding-right: 5px;
}

TABLE.t-data-grid THEAD TR {
    color: white;
    background-color: #809FFF;
}

TABLE.t-data-grid THEAD TR TH {
    text-align: left;
    padding: 3px;
    white-space: nowrap;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

TABLE.t-data-grid {
    border-collapse: collapse;
    border-left: 1px solid silver;
}

TABLE.t-data-grid TBODY TR TD {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 2px;
}

DIV.t-data-grid {
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
}

DIV.t-data-grid-pager {
    margin: 8px 0px;
}

DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
    text-decoration: none;
    color: black;
    padding: 2px 5px;
    font-size: medium;
    border: 1px solid silver;
    margin-right: 5px;
}

DIV.t-data-grid-pager A:hover {
    border: 1px solid black;
}

DIV.t-data-grid-pager SPAN.current {
    color: white;
    background-color: #809FFF;
}

TABLE.t-data-grid TR TH A {
    color: white;
}

IMG {
    border: none;
}

DIV.t-env-data-section {
    padding-left: 5px;
}

DIV.t-env-data DD, DIV.t-exception-report DD {
    margin-left: 25px;
    margin-bottom: 10px;
}

DIV.t-env-data LI {
    margin-left: -25px;
}

DIV.t-env-data-section {
    font-size: 12pt;
    background-color: #E1E1E1;
    color: blue;
    padding: 2px 3px;
    font-weight: bold;
}

TABLE.t-location-outer {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}

TD.t-location-line {
    width: 40px;
    text-align: right;
    padding: 0px;
    background-color: #E1E1E1;
    padding-right: 3px;
    border-right: 1px solid black;
}

TD.t-location-content {
    border-top: 1px solid silver;
    border-right: 1px solid black;
    white-space: pre;
}

TD.t-location-current {
    background-color: #FFFFCF;
}

TD.t-location-content-first {
    border-top: 1px solid black;
}

DIV.t-palette {
    display: inline;
}

DIV.t-palette SELECT {
    margin-bottom: 2px;
    width: 200px;
}

DIV.t-palette-title {
    color: white;
    background-color: #809FFF;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}

DIV.t-palette-available {
    float: left;
}

DIV.t-palette-controls {
    margin: 5px 5px;
    float: left;
    text-align: center;
}

DIV.t-palette-controls BUTTON {
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
}

DIV.t-palette-controls BUTTON[disabled] IMG {
    filter: alpha(opacity = 25);
    -moz-opacity: .25;
    opacity: .25;
    cursor: default;
}

DIV.t-palette-selected {
    float: left;
    clear: right;
}

DIV.t-palette-spacer {
    clear: left;
}

IMG.t-calendar-trigger {
    padding-left: 0px;
    cursor: pointer;
    margin-top: 3px;
    position: absolute;
    right: 3px;
}

DIV.t-autocomplete-menu {
    z-index: 9999;
}

DIV.t-autocomplete-menu UL {
    border: 2px solid #f1f1f1;
    background-color: white;
    /*overflow: auto;*/
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;

}

DIV.t-autocomplete-menu LI {
    color: black;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px 6px;
}

DIV.t-autocomplete-menu LI:nth-child(odd) {
    background-color: #f1f1f1;
}

DIV.t-autocomplete-menu LI.selected {
    background-color: #d1d1d1;
}

DIV.t-autocomplete-menu LI span.matched {
    font-weight: bold;
}

/*T-ERORR*/
DIV.t-error-popup:before {
    content: "";
    background: url('redefined/l-t-error.png') no-repeat top left;
    width: 27px;
    height: 45px;
    position: absolute;
    left: -8px;
    top:0;
    z-index: 1;
}

DIV.t-error-popup:after {
    content: "";
    background: url('redefined/r-t-error.png') no-repeat scroll top right;
    width: 19px;
    height: 30px;
    position: absolute;
    top: 0;
}

DIV.t-error-popup SPAN {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 7px;
    z-index: 10;
    position: relative;
}

HTML>BODY DIV.t-error-popup SPAN {
}

DIV.t-error-popup {
    cursor: pointer;
    font: normal 12px OpenSans, sans-serif;
    text-decoration: none;
    max-height: 30px;
    display: table;
    margin-top: -12px;
    max-width: 35%;
    min-width: 330px;
    margin-left: -2px;
    background: url('redefined/b-t-error.png') repeat-x top right;
}

HTML>BODY DIV.t-error-popup {
}
/*END*/

UL.t-data-list LI {
    list-style-type: square;
}

/*DIV.t-loading {
    display: inline;
    width: auto;
    font-weight: bold;
    padding-right: 20px;
    background: transparent url(ajax-loader.gif) no-repeat right top;
}*/

DIV.t-dialog-overlay {
    position: fixed;
    margin: auto;
    top: 0px;
    left: 0px;
    z-index: 9990;
    width: 100%;
    height: 100%;
    background: transparent url("dialog-background.gif");
}

DIV.t-page-loading-banner {
    width: 84px;
    height: 84px;
    background: #fff url("redefined/preloader.gif") no-repeat center center;
    border: 0;
    margin: auto;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #edfae7;
    font-size: 9pt;
    font-weight: normal;
    overflow: hidden;
    padding: 20px;
    border-radius: 100px;
    background-size: 64px 64px;
}

DIV.t-page-loading-banner span {
    display: none;
}

BODY.t-post-redirect {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 1;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    color: #3D3D3D;
    background-color: #FFF;
    font-size: 13px;
    height: 100%;
}

DIV.t-post-redirect-loading {
  padding: 10px;
}

DIV.t-post-redirect-loading span {
    display: none;
}

SPAN.t-render-object-error {
    font-weight: bold;
    font-style: italic;
    color: red;
}

DIV.t-available-values UL LI {
    list-style-type: disc;
    margin-left: 0px;
}

DIV.t-exception-container {
    background: white;
    border: 1px solid black;
    position: fixed;
    top: 50px;
    left: 50px;
    -moz-box-shadow: 6px 6px 3px #888;
    -webkit-box-shadow: 6px 6px 3px #888;
    box-shadow: 6px 6px 3px #888;

}

DIV.t-exception-frame {
}

DIV.t-exception-container .t-exception-close {
    display: block;
    float: right;
    margin: 5px;
    padding-right: 2px;
    padding-left: 22px;
    height: 18px;
    cursor: pointer;
    background: #e8e8e8 url("silk/delete.png") no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*��������*/
#floatingBarsG{
    position:relative;
    width:34px;
    height:42px;
    margin:auto;
}

.blockG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:5px;
    height:13px;
    border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
    -ms-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    transform:scale(0.4);
    -o-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    animation-name:fadeG;
    -o-animation-name:fadeG;
    -ms-animation-name:fadeG;
    -webkit-animation-name:fadeG;
    -moz-animation-name:fadeG;
    animation-duration:0.882s;
    -o-animation-duration:0.882s;
    -ms-animation-duration:0.882s;
    -webkit-animation-duration:0.882s;
    -moz-animation-duration:0.882s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:15px;
    animation-delay:0.3295s;
    -o-animation-delay:0.3295s;
    -ms-animation-delay:0.3295s;
    -webkit-animation-delay:0.3295s;
    -moz-animation-delay:0.3295s;
    transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:4px;
    top:5px;
    animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
    transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:14px;
    top:2px;
    animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:4px;
    top:5px;
    animation-delay:0.659s;
    -o-animation-delay:0.659s;
    -ms-animation-delay:0.659s;
    -webkit-animation-delay:0.659s;
    -moz-animation-delay:0.659s;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:15px;
    animation-delay:0.7755s;
    -o-animation-delay:0.7755s;
    -ms-animation-delay:0.7755s;
    -webkit-animation-delay:0.7755s;
    -moz-animation-delay:0.7755s;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:4px;
    bottom:4px;
    animation-delay:0.882s;
    -o-animation-delay:0.882s;
    -ms-animation-delay:0.882s;
    -webkit-animation-delay:0.882s;
    -moz-animation-delay:0.882s;
    transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:14px;
    animation-delay:0.9985s;
    -o-animation-delay:0.9985s;
    -ms-animation-delay:0.9985s;
    -webkit-animation-delay:0.9985s;
    -moz-animation-delay:0.9985s;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:4px;
    bottom:4px;
    animation-delay:1.105s;
    -o-animation-delay:1.105s;
    -ms-animation-delay:1.105s;
    -webkit-animation-delay:1.105s;
    -moz-animation-delay:1.105s;
    transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
0%{
    background-color:rgb(0,146,58);
}

100%{
    background-color:rgb(255,255,255);
}
}

@-o-keyframes fadeG{
    0%{
        background-color:rgb(0,146,58);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:rgb(0,146,58);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:rgb(0,146,58);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:rgb(0,146,58);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

DIV.t-noscript
{
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: auto;
  position: absolute;
  background: #FFF;
  padding: 1em;
  -moz-box-shadow: 0px 0px 11px #000;
  -webkit-box-shadow: 0px 0px 11px #000;
  box-shadow: 0px 0px 11px #000;
}
