*
{
    padding: 0px;
    margin: 0px;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5f5f5f;
}
td
{
    font-size: 12px;
}
img
{
    filter: expression( 	   this.alphaxLoaded ? "" : 	   ( 		this.src.substr(this.src.length-4)==".png" 		? 		( 		 (!this.complete) 		 ?  		  this.runtimeStyle.filter= 		  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ 		  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+ 		  String(this.alphaxLoaded=true).substr(0,0)+ 		  (this.src="_imagens/blank.gif").substr(0,0)		  		  : 		  this.runtimeStyle.filter= 		  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ 		  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+ 		  String(this.alphaxLoaded=true).substr(0,0)+ 		  (this.src="_imagens/blank.gif").substr(0,0) 		) : this.runtimeStyle.filter= "" ) );
    border: 0px;
    display: block;
}

/*CSS Efeito sombra em imagem*/
.blur
{
    background-color: #C5C5C5; /*shadow color*/
    color: inherit;
    margin-left: 4px;
    margin-top: 4px;
    width: 10px; /* largura minima para ajustar, é estourada sempre*/
    display: table;
}

.shadow, .content
{
    position: relative;
    bottom: 3px;
    right: 3px;
}

.shadow
{
    background-color: #848484; /*shadow color*/
    color: inherit;
    width: 10px; /* largura minima para ajustar, é estourada sempre*/
    display: table;
}

.content
{
    background-color: #fff; /*background color of content*/
    color: #000; /*text color of content*/
    border: 0px solid #000; /*border color*/
    padding: 3px;
    width: 10px; /* largura minima para ajustar, é estourada sempre*/
    display: table;
}
.contentprod
{
    padding: 3px;
    width: 10px; /* largura minima para ajustar, é estourada sempre*/
    display: table;
}
/* --------------------- */

#linkAlpha
{
    z-index: 1;
    position: relative;
}

#rodape
{
    margin-top: 30px;
    margin-right: 45px;
    float: right;
    width: 660px;
    height: 20px;
    display: inline;
}

#menu
{
    /*width:360px; 	margin-left:620px;*/
    width: 206px;
    margin-left: 774px;
    height: 519px;
    position: absolute;
    margin-top: 180px;
}
#menuBanco
{
    width:154px;
    height:300px;
    margin-left: 826px;    
    position: absolute;
    margin-top: 180px;
}
#menuBanco h1
{
    color:#432a06;
    font-family:Times New Roman;
    font-size:15px;
    float:left;
}
#menuBanco .categoria
{
    color:#63460d;
    font-family:Times New Roman;
    font-size:11px;
    float:left;
    text-decoration:none;
}
#menuBanco .subcategoria
{
    color:#4d4d4d;
    font-family:Times New Roman;
    font-size:12px;
    text-decoration:none;
}
.tituloBarraBanco
{
    width:595px; 
    float:left; 
    height:25px; 
    background-color:#e7e7e7;
    text-align:left;
}
.tituloBarraBanco p
{
    padding-top:5px;
    padding-left:5px;
    font-family:Georgia;
    font-size:13px;
}
.numeroPaginas
{
    text-decoration:none;
    color:#6e5b49;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    border: 1px solid #F0F0F0;
    padding: 10px;
    width: 600px;
    background-color: #FFFFFF;
}

.modalPopup .titulo
{
    background-color: #F0F0F0;
    font-weight: bold;
    height: 16px;
    color: #b01f6d;
    margin: 3px 3px 0px 3px;
    padding: 1px 1px 1px 5px;
}
.semsublinhado
{
    text-decoration: none;
}

