@charset "iso-8859-1";


/* CSS PARA MONITOR */
@media screen{

* { margin:0; padding: 0; list-style: none; text-decoration: none;}

/* geral styles */
body,td,th { font-family: arial; font-size: 10px; color:#333; width:100%; height:100%; display:table; position:relative; }
body { background-color: #FFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; width:100% }

a { font-family: arial; }
a:link { text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}

/* divs estruturais */
#pluginFlash {font-family:Arial, Helvetica, sans-serif; z-index:0; background-color:#F3F3F3; font-size:10px; color:#666; width:100%; height:30px; padding:5px;}
#prin {position:absolute; margin-top:10px; z-index:1; width:100%; border:0; display:none;}
#flash {position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:2;}

}


/* CSS PARA CELULAR */
@media handheld{
	
* { margin:0; padding: 0; list-style: none; text-decoration: none;}

/* geral styles */
body,td,th { font-family: arial; font-size: 10px; color:#333; width:100%; height:100%; display:table; position:relative; }
body { background-color: #FFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; width:100% }

a { font-family: arial; }
a:link { text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}

/* divs estruturais */
#prin {position:absolute; margin-top:10px; z-index:1; width:100%; border:0;}
#flash {display:none;}
#pluginFlash {display:none;}

}


/* CSS PARA IMPRESSÃO */
@media print{
	
* { margin:0; padding: 0; list-style: none; text-decoration: none;}

/* geral styles */
body,td,th { font-family: arial; font-size: 10px; color:#333; width:100%; height:100%; display:table; position:relative; }
body { background-color: #FFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; width:100% }

a { font-family: arial; }
a:link { text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}

/* divs estruturais */
#prin {position:absolute; margin-top:10px; z-index:1; width:780px; border:0; margin-left:-390px; left:50%;}
#flash {display:none;}
#pluginFlash {display:none;}

}