<style type="text/css">

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  background-color: #FFFFFF;
}

a:link    {color: #a54200; text-decoration: none;}
a:visited {color: #a54200; text-decoration: none;}
a:hover   {background: #b4c6ea; text-decoration: none;}

a.menuItem:link    {color: #FF6600; text-decoration: none;}
a.menuItem:visited {color: #FF6600; text-decoration: none;}
a.menuItem:hover   {background: #000000; text-decoration: none;}

a.noaccess:link    {color: #898989; text-decoration: none;}
a.noaccess:visited {color: #898989; text-decoration: none;}
a.noaccess:hover   {background: #FFFFFF; text-decoration: none;}

a.image:link    {text-decoration: none;}
a.image:visited {text-decoration: none;}
a.image:hover   {background: #FFFFFF; text-decoration: none;}

p.help 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

h1.help 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

h2.help 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

h3.help 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

td.titulo 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

td.menuHeader 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

td.menuItem 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

td.formLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: #f4d0b7;
}

td.formData
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background: #f4d0b7;
}

td.tituloDisplay 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

td.displayLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: #f4d0b7;
}

td.displayData
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background: #f7ece6;
}

td.displayData2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background: #e0e6e0;
}


td.displayAlert
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background: #f9f99f;
}

td.tituloAlert 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

td.alertLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: #f4d0b7;
}

td.alertData
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background: #f4d0b7;
}

td.displayWarning
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: #f9f99f;
}

td.bigTitle
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
}

td.bigLink
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
}

td 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

div.time-picker 
{
  position: absolute;
  height: 200px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}

div.time-picker-12hours 
{
  width:6em; /* needed for IE */
}

div.time-picker ul 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.time-picker li 
{
  padding: 1px;
  cursor: pointer;
}

div.time-picker li.selected 
{
  background: #316AC5;
  color: #fff;
}

</style>
