@import url(buttons.css);
/*@import url(tabs.css);*/
@import url(double-list-control.css);


body {
  background: #F9F8F8;
} 
/* ---------- search  --------- */

* html table.searchArea {
  margin-top: 15px;
}

table.searchArea {
  margin-top: 7px;
}

table.searchArea td {
  padding-top: 12px;
  border-top: 1px dashed #bbbbbb;
}

/* ---------- list  --------- */
.list {
}

.list .selected {
  background-color: #ecf0fb;
}

.list th, .list td {
}

th {
  text-align: left;
  background: #D6DFF7;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

th a:link, th a:visited, th a:active {
  color: #000000;
  text-decoration: none;
}

th a:hover {
  text-decoration: underline;
}

.sort {
	background-color: #ABBEEF; 
}

.evenrowbg {
	background-color: #F0F0F0; 
}

.oddrowbg {
	background-color: #ffffff;
}

/* ---------- form  --------- */

.footnote {
   padding-top: 2px;
	padding-left: 12px;
	text-align: left;
	color: #666666;
}

legend {
  color: #0046D5;
  background-color: #f9f8f8;
}

.formFields td {
  text-align: left;
}

.name,
.nameError {
  font-weight: bold; 
  color: #555555;
}

.error {
  background: #ffd9d9;
}

.error .name {
  color: #cc0000;
  background: transparent;
}

.error .hint {
  color: #333333;
}

.required {
  color: #cc0000;
}

.formFields td.unlimited {
  border-left: none;
}

.formFields td.limit {
  border-right: none;
}

.hint {
  color: #555555;
}

.formButtons {
	padding-top: 5px;
}


/* ---------- misc elements --------- */

.pathbar {
  background: #ffffff;
  color: #444444;
}

.pathbar a:link,
.pathbar a:visited {
  color: #444444;
}

.screenTitle {
  background: #ffffff;
}

.screenTitle td {
  font-size: 18px;
  font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
}

.screenTitle .name,
.screenTitle b {
  font-weight: normal; 
  color: #0D1DE0; 
}

.specific {
  font-weight: bold;
}

.reportIndex a:link,
.reportIndex a:visited {
  color: #333333;
}

.reportSection {
  border-top: 1px solid #cccccc;
/*  background: #ffffff; */
}

a.mailalias:link,
a.mailalias:visited {
  color: #555555; 
}

.notdelitems {
	color: #444444;
}

code {
	font-family: Courier, mono;
	font-size: 10px;
	color: #444444;
}

.code {
	font-family: Courier, mono;
	font-size: 10px;
}

hr {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}

/* ---------- gauge elements --------- */

td.barOverFilled {
  background: url(../../icons/gauge/fill-over.gif);
}

td.barFilled {
  background: url(../../icons/gauge/fill.gif);
}

td.barEmpty {
  background: url(../../icons/gauge/empty.gif);
}


/* ---------- common buttons --------- */

.commonButton button,
.commonButton {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: transparent;
}

.commonButton button {
  background-image: url(../../graphics/btn_bg.gif);
  border: 0 solid white;
  background-repeat: no-repeat;
}

.commonButton button[disabled] {
  background-image: url(../../graphics/btn_bg-disabled.gif); 
  color: #999999;
}  

/* ---------- big icon buttons  --------- */
* html .toolsArea .commonButton {
  display: inline;
}
.toolsArea .commonButton {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0 2px;
  min-height: 32px;
  cursor: pointer;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-flex: 400;
  background-image: url(../../graphics/btn_default-button_bg.gif);
  vertical-align: top;
  margin-bottom: 12px;
}

* html .formArea .toolsArea .commonButton span,
* html .toolsArea .commonButton span {
  display: inline-block;
}
.formArea .toolsArea .commonButton span,
.toolsArea .commonButton span {
  display: block;
  text-align: center;
  width: 107px;
  padding-top: 32px;
  vertical-align: top;
}
.screenButtons {
  word-spacing: -1em;
}

.screenButtons .commonButton {
  word-spacing: normal;
}

* html .screenButtons {
  word-spacing: 0;
}

.toolsArea span.commonButton {
  cursor: default;
  color: #999999;
  text-decoration: none;
  margin-right: -3px;
}

.toolsArea button {
  display: none;
}

.toolsArea .screenButtons .commonButton span {
  background: none;
}

/* ---------- small icon buttons  --------- */

.controlVisibilityToolbar .misc .commonButton,
.listArea .buttons .commonButton,
.dBoxFooterLayout .buttons .commonButton,
.reportTools .commonButton,
.uplevel .commonButton {
  background-image: none;
  height: 16px;
  display: inline;
  display: -moz-inline-box;
}

.dBox .commonButton button,
.controlVisibilityToolbar .misc .commonButton button,
.listArea .buttons .commonButton button,
.dBoxFooterLayout .buttons .commonButton button,
.reportTools .commonButton button,
.uplevel .commonButton button {
	display: none;
}

.dBox .commonButton span,
.controlVisibilityToolbar .misc .commonButton span,
.listArea .buttons .commonButton span,
.dBoxFooterLayout .buttons .commonButton span,
.reportTools .commonButton span,
.uplevel .commonButton span {
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 20px;
  height: 16px;
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}

/* buttons as buttons */
.formArea .commonButton span,
.formButtons .commonButton span,
.paging .commonButton span {
  display: none;
}

.formButtons button,
.formArea button,
.paging .commonButton button {
  width: 91px;
  height: 21px;
  text-align: center;
}

.formArea .commonButton button {
	white-space: nowrap;
}

/* ---------- messages  --------- */
.msgInfo {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #009933;
  background-image: url(../../icons/ok.gif);  
}

.msgInfo .title {
        color: #009933;
        font-weight: bold;
}

.msgWarning {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #CC9901;
  background-image: url(../../icons/att.gif);
}

.msgWarning .title {
        color: #CC9901;
        font-weight: bold;
}

.msgError {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #cc0000;
  background-image: url(../../icons/off.gif);
}

.msgError .title {
        color: #cc0000;
        font-weight: bold;
}

body {font-family:arial;font-size:7pt;font-weight:lighter}
input.letra {font-family:arial;font-size:8pt;font-weight:lighter}
input.letra8{font-family:arial;font-size:8pt;font-weight:bold}
input.opt {font-family:arial;font-size:7pt;font-weight:lighter;color:#0000FF}
textarea.letrata {font-family:arial;font-size:8pt;font-weight:lighter}
select.letrase {font-family:arial;font-size:8pt;font-weight:lighter}
select.letrase6 {font-family:arial;font-size:6pt;font-weight:lighter}
td.letra1 {font-family:arial;font-size:8pt;font-weight:lighter;color:white}
td.letra2 {font-family:arial;font-size:7pt;font-weight:lighter;color:white}
td.letra5 {font-family:arial;font-size:5pt}
td.letra6 {font-family:arial;font-size:6pt}
td.letra7 {font-family:arial;font-size:8pt;font-weight:lighter}
td.clase08 {font-family:arial;font-size:8pt;font-weight:bold}
td.letra7w {font-family:arial;font-size:7pt;font-weight:lighter;color:white}
td.letra8  {font-family:arial;font-size:8pt;font-weight:lighter}
td.letra9  {font-family:arial;font-size:9pt;font-weight:lighter}
td.letra10 {font-family:arial;font-size:10pt;font-weight:lighter}
td.letra11 {font-family:arial;font-size:11pt;font-weight:lighter}
td.letra12 {font-family:arial;font-size:12pt;font-weight:lighter}
td.letra13 {font-family:arial;font-size:13pt;font-weight:lighter}
td.letra14 {font-family:arial;font-size:14pt;font-weight:lighter}
td.letra15 {font-family:arial;font-size:15pt;font-weight:lighter}
td.letra16 {font-family:arial;font-size:16pt;font-weight:lighter}
td.letra17 {font-family:arial;font-size:17pt;font-weight:lighter}
td.letra18 {font-family:arial;font-size:18pt;font-weight:lighter}
td.letra19 {font-family:arial;font-size:19pt;font-weight:lighter}
td.letra20 {font-family:arial;font-size:20pt;font-weight:lighter}
td.letra21 {font-family:arial;font-size:21pt;font-weight:lighter}
td.letra22 {font-family:arial;font-size:22pt;font-weight:lighter}
td.letra23 {font-family:arial;font-size:23pt;font-weight:lighter}
td.letra24 {font-family:arial;font-size:24pt}
td.letra25 {font-family:arial;font-size:25pt;font-weight:lighter}
td.letra26 {font-family:arial;font-size:26pt;font-weight:lighter}
td.letra27 {font-family:arial;font-size:27pt;font-weight:lighter}
td.letra28 {font-family:arial;font-size:28pt;font-weight:lighter}
td.letra29 {font-family:arial;font-size:29pt;font-weight:lighter}
td.letra30 {font-family:arial;font-size:30pt;font-weight:lighter}
input.letraanb{font-family:arial;font-size:7pt;font-weight:lighter;color:#0000FF;border-top:#FFFFFF;border-bottom:#FFFFFF;border-right:#FFFFFF;border-left:#FFFFFF}