div.t-error {
    border:1px solid red;
    margin:4px 0;
    padding:0;
}
div.t-error div {
    background-color:red;
    color:white;
    display:block;
    font-weight:bold;
    margin:0;
    padding:2px;
    line-height:120%;
}
div.t-error ul {
    background-color:white;
    color:red;
    margin:2px 0;
}
div.t-error li {
    margin-left:20px;
}
.t-invisible {
    display:none;
}
label.t-error {
    color:red;
}
input.t-error, textarea.t-error {
    border-color:red;
    color:red;
    font-style:italic;
}
img.t-error-icon {
    background:transparent url(tapestry_media/field-error-marker.gif) repeat scroll 0 0;
    height:16px;
    margin-left:4px;
    width:16px;
}
img.t-autoloader-icon {
    background:transparent url(tapestry_media/ajax-loader.gif) repeat scroll 0 0;
    height:16px;
    margin-left:4px;
    width:16px;
}
img.t-sort-icon {
    margin-left:4px;
}
div.t-exception-message {
    border:thin dotted silver;
    font-size:12pt;
    font-style:italic;
    margin:5px 0;
    padding:3px;
}
div.t-exception-report, div.t-env-data {
    font-family:"Trebuchet MS",Arial,sans-serif;
}
div.t-exception-report li {
    margin-left:-40px;
}
div.t-exception-report dt, div.t-env-data dt {
    background-color:#FFFFCF;
    color:green;
    padding-left:2px;
}
div.t-exception-report li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
span.t-exception-class-name {
    background-color:#E1E1E1;
    color:blue;
    display:block;
    font-size:12pt;
    font-weight:bold;
    margin-top:15px;
    padding:2px 3px;
}
span.t-exception-stack-controls {
    display:block;
    float:right;
}
ul.t-stack-trace li {
    font-family:Monaco,Times,monospace;
    font-size:10pt;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    margin-left:-25px;
}
li.t-usercode-frame {
    color:blue;
    font-weight:bold;
}
li.t-omitted-frame {
    color:gray;
    display:none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
}
h1.t-exception-report {
    color:red;
    font-family:"Trebuchet MS",Arial,sans-serif;
}
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:0;
    padding:2px;
}
table.t-data-table th {
    background-color:black;
    color:white;
}
table.t-data-table td {
    border:1px solid silver;
    margin:0;
}
div.t-beaneditor {
    background:#FFFFCC none repeat scroll 0 0;
    border:2px outset brown;
    display:block;
    font-family:"Trebuchet MS",Arial,sans-serif;
    padding:2px;
}
div.t-beaneditor-row {
    padding:4px 0 2px;
}
div.t-beaneditor-row label:after {
    content:":";
}
dl.t-beandisplay {
    background:#CCBE99 none repeat scroll 0 0;
    border:2px outset black;
    display:block;
    font-family:"Trebuchet MS",Arial,sans-serif;
    padding:2px;
    width:auto;
}
dl.t-beandisplay dt {
    clear:left;
    display:inline;
    float:left;
    padding-right:3px;
    text-align:right;
    vertical-align:middle;
    width:250px;
}
dl.t-beandisplay dt:after {
    content:":";
}
div.t-beaneditor-row label {
    clear:left;
    display:block;
    float:left;
    padding-right:3px;
    text-align:right;
    vertical-align:middle;
    width:250px;
}
input.t-number {
    text-align:right;
}
div.t-beandisplay div.t-beandisplay-label {
    padding-right:5px;
}
table.t-data-grid thead tr {
    background-color:#809FFF;
    color:white;
}
table.t-data-grid thead tr th {
    border-bottom:1px solid silver;
    border-right:1px solid silver;
    padding:3px;
    text-align:left;
    white-space:nowrap;
}
table.t-data-grid {
    border-collapse:collapse;
    border-left:1px solid silver;
}
table.t-data-grid tbody tr td {
    border-bottom:1px solid silver;
    border-right:1px solid silver;
    padding:2px;
}
div.t-data-grid {
    font-family:"Trebuchet MS",Arial,sans-serif;
}
div.t-data-grid-pager {
    margin:8px 0;
}
div.t-data-grid-pager a, div.t-data-grid-pager span.current {
    border:1px solid silver;
    color:black;
    font-size:medium;
    margin-right:5px;
    padding:2px 5px;
    text-decoration:none;
}
div.t-data-grid-pager a:hover {
    border:1px solid black;
}
div.t-data-grid-pager span.current {
    background-color:#809FFF;
    color:white;
}
table.t-data-grid tr th a {
    color:white;
}
img {
    border:medium none;
}
div.t-env-data-section {
    padding-left:5px;
}
div.t-env-data dd, div.t-exception-report dd {
    margin-bottom:10px;
    margin-left:25px;
}
div.t-env-data li {
    margin-left:-25px;
}
div.t-env-data-section {
    background-color:#E1E1E1;
    color:blue;
    font-size:12pt;
    font-weight:bold;
    padding:2px 3px;
}
table.t-location-outer {
    border:1px solid black;
    border-collapse:collapse;
    padding:5px;
    width:100%;
}
td.t-location-line {
    background-color:#E1E1E1;
    border-right:1px solid black;
    padding:0 3px 0 0;
    text-align:right;
    width:40px;
}
td.t-location-content {
    border-right:1px solid black;
    border-top:1px solid silver;
    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 {
    background-color:#809FFF;
    color:white;
    display:block;
    font-weight:bold;
    margin-bottom:3px;
    text-align:center;
}
div.t-palette-available {
    float:left;
}
div.t-palette-controls {
    float:left;
    margin:5px;
    text-align:center;
}
div.t-palette-controls button {
    display:block;
    margin-bottom:3px;
}
div.t-palette-controls button[disabled] img {
    opacity:0.25;
}
div.t-palette-selected {
    clear:right;
    float:left;
}
div.t-palette-spacer {
    clear:left;
}
img.t-calendar-trigger {
    cursor:pointer;
    padding-left:3px;
}
div.t-autocomplete-menu {
    z-index:9999;
}
div.t-autocomplete-menu ul {
    background-color:#CC9933;
    border:2px outset #CC9933;
    overflow:auto;
    padding:4px 6px;
}
div.t-autocomplete-menu li {
    border-bottom:1px solid black;
    color:white;
    cursor:pointer;
    list-style-type:none;
    margin:0;
    padding:0;
}
div.t-autocomplete-menu li.selected {
    color:black;
    font-weight:bold;
}
div.t-error-popup span {
    background:transparent url(tapestry_media/error-bevel-left.gif) no-repeat scroll 0 0;
    display:block;
    line-height:28px;
    margin-left:0;
    padding:0 5px 10px 22px;
}
html > body div.t-error-popup span {
    background:transparent url(tapestry_media/error-bevel-left.png) no-repeat scroll 0 0;
}
div.t-error-popup {
    -x-system-font:none;
    background:transparent url(tapestry_media/error-bevel-right.gif) no-repeat scroll right top;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    float:left;
    font-family:arial,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:39px;
    line-height:normal;
    margin-right:6px;
    padding-right:29px;
    text-decoration:none;
}
html > body div.t-error-popup {
    background:transparent url(tapestry_media/error-bevel-right.png) no-repeat scroll right top;
}
ul.t-data-list li {
    list-style-type:square;
}
div.t-loading {
    background:transparent url(tapestry_media/ajax-loader.gif) no-repeat scroll right top;
    display:inline;
    font-weight:bold;
    padding-right:20px;
    width:auto;
}
div.t-dialog-overlay {
    background:transparent url(tapestry_media/dialog-background.gif) repeat scroll 0 0;
    height:100%;
    left:0;
    margin:auto;
    position:fixed;
    top:0;
    width:100%;
    z-index:9990;
}
div.t-page-loading-banner {
    background:white url(tapestry_media/ajax-loader.gif) no-repeat scroll 4px center;
    border-bottom:2px solid black;
    border-right:2px solid black;
    color:black;
    font-weight:bold;
    left:5px;
    padding:2px 4px 2px 24px;
    position:absolute;
    top:5px;
    width:auto;
}