html
{ 
  font: 10px verdana, arial, helvetica, sans-serif; 
}

body
{
  margin: 0px;
}

th
{
  text-align: left;
}

img
{
  vertical-align: middle;
}

.defsize
{
  width: 150px;
}

#toolbar
{
  border-style: none;
  border-width: 1px;
  padding: 5px;
  text-align: right;
}

#tbl_messages
{
  border: none;
  width: 75%;
}

.tbl
{
  border: solid;
  border-color: #660066;
  border-width: 1px;
  width: 75%;
}

.tbl-section-header
{
  font-size: 18px;
  font-weight: bold;
  width: 75%;
}

.tbl tr.odd
{
  background-color: #eeeeee;
}

.tbl_header
{
  background-color: #d2b9d3;
  color: #660066;
  font-weight: bold;
}

.tbl_footer
{
  background-color: #d2b9d3;
  color: #660066;
  font-weight: bold;
}

#app-messages
{
  height: 28px;
}

#app-message
{
  display: none;
  padding: 2px 15px 2px 15px;
}

.app-message-success
{
  background-color: green;
  color: #ffffff;
}

.app-message-error
{
  background-color: red;
  color: #ffffff;
}

.time_total
{
  background-color: transparent;
  border-style: none;
}

.loading
{
  color: #660066;
  padding: 25px;
}

#emp_id
{
  height: 22px;
}

#block-screen 
{ 
  background-color: #000000; 
  display: none; 
  filter: alpha(opacity = 65); 
  height: 100%; 
  left: 0px; 
  opacity:.65; 
  position: absolute; 
  top: 0px; 
  width: 100%; 
  z-index: 20; 
}

#dialog 
{ 
  position: absolute; 
  z-index: 30; 
  background-color: #ffffff; 
  border-color: #660066;
  border-style: solid; 
  border-width: 10px; 
  display: none; 
  margin: 0;
  padding: 5px;
}

.dialog-title
{
  margin: 0 0 3px 0;
}

.detail
{
  display: none;
}

#btn_search
{
  cursor: pointer;
}
