/* 
    Document   : menu
    Created on : 18/12/2012, 10:54:43
    Author     : Vítor
    Description:
        Purpose of the stylesheet follows.
*/
.print{
    display: none;
}

#menu{

    /*  margin: 0;
      padding: 7px 16px 0px;
      line-height: 100%;
      border-radius: 2em;
  
      -webkit-border-radius: 2em;
      -moz-border-radius: 2em;
  
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  
      background: #8b8b8b; 
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E6E6', endColorstr='#D6D6D6'); 
      background: -webkit-gradient(linear, left top, left bottom, from(#E8E6E6), to(#D6D6D6)); 
      background: -moz-linear-gradient(top,  #E8E6E6,  #D6D6D6); 
  
      border: solid 1px #D6D6D6;
  
    */

    list-style:none; 
    margin:20px 0 0; 

    float:left; 



}

#menu>li{
    position:relative;
    float:left; 
    /* padding-right: 10px;
     padding-bottom: 10px;
    */
}


#menu li a{

    font-size: 15px;
    font-family: trebuchet ms;
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
    /* -webkit-border-radius: 1.6em;
     -moz-border-radius: 1.6em;
    */

    background: #d1d1d1; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#D1D1D1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#D1D1D1)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ebebeb,  #D1D1D1); /* for firefox 3.6+ */

    color: #000;
    border-top: solid 1px #f8f8f8;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);

    /* background-image: url(icones/br_down_icon&16.png) no-repeat 0 -4px; */
    background-image:url('icones/seta.png'), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#D1D1D1)); /* for webkit browsers */;
    background-image:url('icones/seta.png'), -moz-linear-gradient(top,  #ebebeb,  #D1D1D1); /* for firefox 3.6+ */;

    background-repeat: no-repeat;
    background-position: right;

}

#menu li a:hover{

    cursor: pointer;  

    background: #d1d1d1; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#ebebeb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#ebebeb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #D1D1D1,  #ebebeb); /* for firefox 3.6+ */

    background-image:url('icones/seta.png'), -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#ebebeb)); /* for webkit browsers */
    background-image:url('icones/seta.png'), -moz-linear-gradient(top,  #D1D1D1,  #ebebeb); /* for firefox 3.6+ */

    background-repeat: no-repeat;
    background-position: right;


    color: #000;




}

#menu li ul{

    position:absolute; top:35px; left:-20px; background-color:#fff; display:none; z-index: 9999;

    background: #ddd; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

    display: none;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    top: 35px;
    left: 0;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);

}


#menu li ul li a{

    background: none;
    border: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    padding: 5px;

}

#menu li ul li a:hover{
    background: #0399d4 !important; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);

    display: block;

}



/* #menu li:hover ul, #menu li.over ul{
    display:block; 
}
*/

#menu li ul li{ display:block;


}


.texto-centro{
    text-align: center !important;
}
.texto-direita{
    text-align: right !important;
}
.texto-esquerda{
    text-align: left !important;
}
.texto-negrito{
    font-weight: bold !important;
}
.texto-sublinhado{
    text-decoration: underline;
}

.table-fixhead thead{
    background-color: white !important;
}

.input-mini-select{
    width: 73px;
}
