/*
                 CSS Style Sheet
*/


/*-----------------------------------*/
/* Body Background and general style */
/*-----------------------------------*/
body 
{
   width:100%;
   height:100%;
   line-height: 10px;
   background-color: white;
   font: 9pt verdana, arial,helvetica, sans-serif;
   margin:0px;
}

/*--------------------*/
/* Page Design Layout */
/*--------------------*/

#div_top        {visibility: visible;  position: absolute;  height: 70px;   width: 100%;  left: 0px;    top: 0px;    z-index: 2;  border: 0px solid #000000; background-color:white; }
#div_topbar     {visibility: visible;  position: absolute;  height: 1px;    width: 100%;  left: 0px;    top: 70px;   z-index: 2;  border: 0px solid #000000; border-top:2px solid lightgray; border-bottom:1px solid #7aa12d; background-color:#333535; }
#div_background {visibility: visible;  position: absolute;  height: 800px;  width: 100%;                top: 0px;    z-index: 1;  border: 0px solid #000000; background-repeat: no-repeat; background-position:center; }
#div_footer     {visibility: visible;  position: relative;  height: 100px;   width:100%;                             z-index: 1;  border: 0px solid #000000; border-top:1px solid #7aa12d; background-color:#333535; }

#div_login      {visibility: visible;  position: relative;  height: auto;   width: 600px;               top: 120px;  z-index: 9;  border: 1px solid #7aa12d;  border-top: 10px solid #7aa12d; background-color:white; }
#div_menu       {visibility: visible;  position: absolute;  height: 200px;  width: 100%;  left: 0px;    top: 300px;  z-index: 2;  border: 0px solid #000000; }
#div_main       {visibility: visible;  position: absolute;  height: auto;   width: 100%;  left: 0px;    top: 850px;  z-index: 2;  border: 0px solid #000000; }


/*----------------------*/
/* Form configuration   */
/*----------------------*/
.input
{ 
   border-top: 0px solid #000000;
   border-right: 0px solid #000000;
   border-bottom: 1px solid #7aa12d;
   border-left: 0px solid #000000;
   background-color: white;
   font-size: 14px;
   color: #5C5F5E;
}

a
{
   color: #5C5F5E;
   text-decoration:none;
}

a:hover
{
   color: #7aa12d;
}

.button
{ 
   border: 1px solid #7aa12d;
   background-color: #7aa12d;
   font-size: 16px;
   font-weight: bold;
   color: white;
}

.button:hover
{ 
   color: #4D4E4E;
}

a.button_return
{ 
   border: 0px solid #000000;
   font-size: 12px;
   font-weight: bold;
   color: #4D4E4E;
   text-decoration:none;
}

a.button_return:hover
{ 
   color: #7aa12d;
}

.table
{
   width:60%;
   height:1%;
   border:0px;
   background-color:#EFEEEE;
   padding:5px;
   border-radius:3%;
}


/*---------------*/
/* Table style   */
/*---------------*/
table               {background-color: transparent;                                            }
table.underline     {border-bottom: 1px solid #000000;                                         }
table.topline       {border-top:    1px solid #000000;                                         }
table.border        {border:        1px solid #000000;                                         }
table.bordercolored {border:        1px solid #000000;          background-color: #555555;     }
table.colored       {border:        0px solid #000000;          background-color: #555555;     }


/*------------*/
/* Text style */
/*------------*/
h1 
{
   font-size: 24px;
   color: #7aa12d;
   margin-top: 3px;
   margin-bottom: 3px;
}

h2 
{
   font-size: 18px;
   color: #4D4E4E;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align:left;
}

h3 
{
   font-size: 14px;
   color: #7aa12d;
   margin-top: 3px;
   margin-bottom: 3px;
   margin-left: 3px;
}

h4
{
   font-size: 14px;
   color: #808080;
   margin-top: 3px;
   margin-bottom: 3px;
   margin-left: 3px;
}

h5
{
   font-size: 14px;
   color: #5C5F5E;
   font-weight:lighter;
   margin-top: 3px;
   margin-bottom: 3px;
   margin-left: 3px;
}

h6
{
   font-size: 9px;
   color: #2B2B2B;
   margin-top: 1px;
   margin-bottom: 1px;
}

p
{
   color: #111111;
   font-size: 10px;
   font: helvetica;
   margin-top: 1px;
   margin-bottom: 1px;
}



    