body
{
  font-family: "Trebuchet MS", Arial, sans-serif;  
  font-size: 0.9em;
}

input
{
  font-family: "Trebuchet MS", Arial, sans-serif;    
}

textarea
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1em;
}

select
{
  font-family: "Trebuchet MS", Arial, sans-serif; 
}

th
{
  text-align: left;
}

a img
{
  border: 0px;
}

a:hover
{
  color: #ff0000;
}

a.nocursor
{
  cursor: default;
}

.title-api
{
  color: #ff0000;
}

.title-doc
{
  color: #0000ff;
}

.center
{
  text-align: center;
}


.panel
{
  border-width: 1px;
  border-style: dotted;
  padding: 4px;  
  margin-bottom: 4px;
}

.panel P
{
  margin: 0px;
}

.panel h2
{
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
}

form
{
  margin: 0px;  
}


#globalNav 
{
  background-color: #68B7E4;
  border-color: #024E8E;
  
   
  border-style: dotted; 
  
  
  border-width: 1px;
  font-size: small;
  font-weight: bold;
  
  color: #ffffff; 
  
  margin-top: 5px;
}

#globalNav ul
{
  white-space: nowrap;
  padding: 0px;  
  margin: 0px;
  display: inline;
}

#globalNav ul li
{
  display: inline;  
}

#globalNav ul li a
{  
  padding-left: 8px;
  padding-right: 8px;
  color: inherit;
  text-decoration: inherit;  
}

#globalNav ul li a:hover
{
  background-color: #024E8E;
}

