/********************************************************************
 * Styles for Classes
 *******************************************************************/
body {
  font-family: Verdana;
  font-size: 9pt;
  background-color: white;
}
/********************************************************************
 * AjaxFrame
 *******************************************************************/
.ajaxFrame {

}
/********************************************************************
 * Cell
 *******************************************************************/
.cell {
  font-size: 9pt;
}
/********************************************************************
 * Input
 *******************************************************************/
.input {
  font-family: Verdana;
  font-size: 9pt;
}
/********************************************************************
 * InputButton
 *******************************************************************/
.inputButton {
  font-family: Verdana;
  font-size: 9pt;
}
/********************************************************************
 * InputDate
 *******************************************************************/
.buttonCalendar {
  padding-left:10px;
  background-color: transparent;
  background-image: url('../img/calendar.gif');
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px solid black;
  width: 22px;
  height: 22px;
}
/********************************************************************
 * InputSelect
 *******************************************************************/
.div_input_select {
  padding: 0px;
  position: absolute;
  border: 1px solid;
  background-color: #FFFFFF;
}
.inputSelectOut {
  font-size: 9pt;
  cursor: pointer;
  width: 100%;
}
/********************************************************************
 * Row
 *******************************************************************/
.row {
  font-size: 9pt;
}
/********************************************************************
 * Select
 *******************************************************************/
.select {
  font-family: Verdana;
  font-size: 9pt;
}
/********************************************************************
 * Table - 3 styles for each color on the header
 *******************************************************************/
.table_header {

}
.redHeaderLeft {

}
.redHeaderCenter {

}
.redHeaderRight {

}
/********************************************************************
 * TableForm
 *******************************************************************/

/********************************************************************
 * TableGroup
 *******************************************************************/
.td_table_group_min {
  background-image: url(../img/min.gif);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  cursor: pointer;
  width: 10px;
}
.td_table_group_max {
  background-image: url(../img/max.gif);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  cursor: pointer;
  width: 10px;
}
.td_table_group_title {
  background-color: #000000;
  color: #FFFFFF;
  height: 30px;
  text-align: left;
}
.div_table_group_max {
  width: 100%;
  border:1px solid;
  border-color: #000066;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px
}
.div_table_group_min {
  width: 100%;
  border:1px solid;
  border-color: #000066;
}
/********************************************************************
 * TableList
 *******************************************************************/
.table_list {
  border: 2px solid black;
}
.table_list_header {
  background-color: gray;
  color: #FFFFFF;
  font-size: 11pt;
  font-weigth: bold;
  text-align: center;
}
.table_list_header_order {
  background-color: gray;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 11pt;
  font-weigth: bold;
  text-align: center;
}
.table_paging {
  align: center;
  font-size: 8pt;
}
.table_row {
  background-color: white;
}
.table_row_alt {
  background-color: #CCCCCC;
}
.table_row_over {
  cursor: pointer;
  background-color: #DDDDDD;
}
.td_paging {
  color: gray;
  font-size: 8pt;
}
/* Buttons 'Next' and 'Back' OUT */
.td_paging_on {
  color: #666666;
  text-decoration: underline;
  font-size: 8pt;
}
/* Buttons 'Next' and 'Back' OVER */
.td_paging_over {
  cursor: pointer;
  color: #009999;
  text-decoration: none;
  font-size: 8pt;
  width: 40px;
}
/* Pages OUT */
.td_paging_page {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 8pt;
  text-align: center;
  width: 40px;
}
/* Pages SELECTED */
.td_paging_page_on {
  background-color: #009999;
  cursor: auto;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  width: 40px;
}
/* Pages OVER */
.td_paging_page_over {
  background-color: #00BBBB;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12pt;
  width: 40px;
  text-align: center;
}

.btnTranslateClass, .btnTranslateEmprClass {
  width: 10px;
  height: 10px;
  display: none;
}
/********************************************************************
 * TableQuick
 *******************************************************************/

/********************************************************************
 * EOF Styles for Classes
 *******************************************************************/
