/* 
    Document   : gen_apsl
    Created on : 20/Mai/2013, 10:32:00
    Author     : Bruno
    Description:
        Purpose of the stylesheet follows.
*/

table.caixa_gen{
    border-collapse:collapse;
}

table.caixa_gen, th.caixa_gen{
    /*border: 1px solid;*/
    border: 0px;
    border-style: solid;
    border-color:  #000033;
    /*background-color: #d7bd74;*/
    background-color: #fff;
    padding: 5px;
    text-align: left;
}

titulo.caixa_gen {
    color: #000033;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

a:link {color:#59662E;}      /* unvisited link */
a:visited {color:#59662E;}  /* visited link */
a:hover {color:#7d5f20;}  /* mouse over link */
a:active {color:#7d5f20;}  /* selected link */ 

#shadow{
background-color:#e7b018;
/*background-color: yellow;*/
box-shadow: 0px 5px 5px #999;
padding: 2px;
padding-left: 6px;
width: 60%;
float:left;
}

.reflectBelow	{ 
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); 
}