/*-----------------------------------*/
/* 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;
   background-image:url('background_main.jpg'); background-attachment:fixed; background-position:center; background-repeat:no-repeat; background-size:cover;
}

/*-----*/
/* DIV */
/*-----*/

#div_top              {visibility: visible;  position: fixed;     height: 40px;   width: 100%;               left:  0px;   top:      0px;   z-index: 5;  border: 0px solid #000000;    padding-left: 5px; background-color:white; opacity: 0.7; filter: alpha(opacity=70);}
#div_user             {visibility: visible;  position: fixed;     height: 40px;   width: 400px;              right: 5px;   top:      0px;   z-index: 8;  border: 0px solid #000000; }
#div_menu             {visibility: visible;  position: absolute;  height: auto;   width: 300px;              left:  5px;   top:     50px;   z-index: 4;  border: 0px solid #000000;    padding-bottom: 50px;}

#div_login_back       {visibility: visible;  position: absolute;  height: 100%;   width: 100%;               left:  0px;   top:      0px;   z-index: 3;  border: 0px solid #000000;    background-image:url('background_main.jpg'); background-attachment:fixed; background-position:center; background-repeat:no-repeat; background-size:cover;}
#div_login_front      {visibility: visible;  position: absolute;  height: auto;   width: auto;               left:  40px;  top:     50px;   z-index: 4;  border: 0px solid #000000; }

#div_main_title       {visibility: visible;  position: absolute;  height: 20px;   width: auto;               left: 310px;  top:     50px;   z-index: 4;  border: 0px solid #000000; }
#div_main_text        {visibility: visible;  position: absolute;  height: auto;   width: calc(99% - 295px);  left: 310px;  top:    110px;   z-index: 4;  border: 0px solid #000000;    padding-bottom: 50px;}


/*----------------------*/
/* Form configuration   */
/*----------------------*/
.input
{ 
   border-top: 0px solid #000000;
   border-right: 0px solid #000000;
   border-left: 0px solid #000000;
   border-bottom: 1px solid #9ACD32;
   background-color: #F9FBFA;
   font-size: 14px;
   font-weight: normal;
   color: #2B2B2B;
   padding:5px;
}

.input:focus
{
   outline: none;
   border: 1px solid #9ACD32;
   background-color: #e6fabe;
}

img
{
   border-bottom:1px solid transparent;
}

img:hover
{
   border-bottom:1px solid #9ACD32;
}

a {
   font-size: 14px;
   font-weight: normal;
   color: #808080;
   text-decoration: none;
}

a:hover {
   color: #9ACD32;
}

a.button_return
{ 
   border: 0px solid #000000;
   font-size: 14px;
   font-weight: normal;
   color: #808080;
   text-decoration:none;
}

a.button_return:hover
{ 
   color: #9ACD32;
}

.button
{ 
   border: 2px solid #9ACD32;
   border-radius: 5px;
   background-color: #9ACD32;
   font-size: 16px;
   font-weight: normal;
   color: white;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 20px;
   padding-right: 20px;
   cursor: pointer;
}

.button:hover
{ 
   color: #808080;
}


/*---------------*/
/* Table style   */
/*---------------*/
table, th, td
{
   background-color: transparent;
   border: 0px solid #000000;
}

tr.menu_left
{
   height: 30px;
   valign:top;
}

.panel
{
   background-color: #F1F2F2;
   border-radius: 5px;
   padding: 10px;
   width: 100%;
   height: 1%;
}

.panel_field
{
   background-color:white;
   border-bottom:1px solid #9ACD32;
   display: block;
   vertical-align: top;
}

.panel_field_min50px
{
   background-color:white;
   border-bottom:1px solid #9ACD32;
   display: block;
   vertical-align: top;
   min-height: 50px;
   width: 100%;
}


/*------------*/
/* Text style */
/*------------*/
h1 
{
   font-size: 24px;
   font-weight: bold;
   color: #9ACD32;
   margin-top: 3px;
   margin-bottom: 3px;
}

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

h3 
{
   font-size: 18px;
   font-weight: normal;
   color: #9ACD32;
   margin-top: 3px;
   margin-bottom: 3px;
   margin-left: 3px;
}

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

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

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

p
{
   font-size: 16px;
   font-weight: normal;
   color: #808080;
}



    