/* 
    Document   : style_gg
    Created on : 18/06/2011, 7:04:55 PM
    Author     : fernando
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
*
{
  margin: 0;
  padding: 0;
}

body
{$dbconnect   = NULL;           // db connection handler
$query       = NULL;           // query string
$dberrorcode = NULL;           // db error code used by db_connect and other db related functions




  margin-top: 0pt;
  font-family: verdana, sans-serif;
  font-size: small;
  font-weight: normal;
}
*/
*
{
  margin: 0;
  padding: 0;
}

/* */
body
{
  margin: 0;
  padding: 61px 0 50px 0;

/*
margin-top: 0pt;
  font-family: verdana, sans-serif;
  font-size: small;
  font-weight: normal;
*/
}
/* */

/* menuH */
#menuH
{
/* */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 137px;
/* */
  margin: 0;
/*  font-family: verdana, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
/******************************  width: 100%; */
/******************************  line-height: 20px; */
/*  background: #cccccc;  */
/*  background: url(images/logo_back);  */
  background: url(./images/top_back.jpg) repeat-x right;
  float: left;
}

#menuH ul
{
/*  margin: auto;  It works only for Mozilla and Safari, but not for IE */
  margin: 0;
  list-style-type: none;
}

#menuH li
{
  float: right;   /* menu on the right */
}

#menuH a
{
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 20px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12pt;
/*  vertical-align: middle;*/
  text-align: right;
/*  color: #000000; */
  color: grey;  
/*  border-bottom: 1pt solid gray; */
/*  padding-bottom: 4px; /* ? */
}

#menuH a:hover
{
  color: black;
}

#menuH .zero a
{
/*   background: url(images/vbar24.png) no-repeat right center; */
}

#menu2
{
/*
  margin: 0;
  padding: 61px 0 50px 0;
*/
  padding-top: 75px;
  white-space: nowrap;
  left: 0;
  width: 100%;
/* */
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
}

#menu2 a
{
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12pt;
/*  vertical-align: middle;*/
  text-align: right;
/*  color: #000000; */
  color: white;
/*  border-bottom: 1pt solid gray; */
/*  padding-bottom: 4px; /* ? */
}

#menu2 a:hover
{
/*  color: black; */
}


