/* Tapestry styles all start with "t-" */
DIV.t-error {
  border: 1px solid red;
  padding: 0px;
  margin: 4px 0px;
}
DIV.t-error DIV {
  padding: 2px;
  display: block;
  margin: 0px;
  background-color: red;
  color: white;
  font-weight: bold;
}
DIV.t-error UL {
  margin: 2px 0px;
  background-color:white;
  color:red;
}
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;
  font-style: italic;
  color: red;
}
IMG.t-error-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: "Trebuchet MS", Arial, sans-serif;
}
DIV.t-exception-report LI {
  margin-left: -40px;
}
DIV.t-exception-report DT, DIV.t-env-data DT {
  color:green;
  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;
}
UL.t-stack-trace LI {
  font-family: Monaco, Times, monospace;
  font-size: 10pt;
  margin-left: -25px;
  list-style: square;
}
H1.t-exception-report {
  font-family: "Trebuchet MS", Arial, 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, DIV.t-beandisplay {
  display: block;
  background: #ffc;
  border: 2px outset brown;
  padding: 2px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

DIV.t-beandisplay {
  background: #CCBE99;
  border: 2px outset black;
  width: auto;
}

FORM.t-beaneditor LABEL:after {
  content: ":";
}
DIV.t-beaneditor-row {
  padding: 4px 0px 2px 0px;
}
DIV.t-beaneditor LABEL:after {
  content: ":";
}
DIV.t-beaneditor LABEL, DIV.t-beandisplay DIV.t-beandisplay-label {
  width: 10%;
  display: block;
  float: left;
  text-align: right;
  clear: left;
  padding-right: 3px;
  vertical-align: middle;  
}

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: "Trebuchet MS", Arial, 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;
}
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;
}
DIV.t-palette-controls BUTTON[disabled] IMG {
  filter: alpha(opacity=25);
  -moz-opacity: .25;
}
DIV.t-palette-selected {
  float: left;
  clear: right;
}
DIV.t-palette-spacer {
  clear: left;
}

BUTTON.t-calendar-trigger {
  margin-left: 3px;
  padding: none;
}

