@import url("_css_forms.php"); @import url("_css_nomenc.php"); /* * { margin : 0; padding : 0; } */ body { margin : 0; padding : 0; scrollbar-3dlight-color : #efefef; scrollbar-arrow-color : #333; scrollbar-base-color : #efefef; scrollbar-darkshadow-color : #666666; scrollbar-face-color : #efefef; scrollbar-highlight-color : #999999; scrollbar-shadow-color : #999999; background : #azul; font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 11px; color : #EFEFEF; text-decoration : none; } a:visited { text-decoration: none; color: #333; } a:link { text-decoration: none; color: #333; } a:hover { text-decoration: none; color: #869CC9; } a.risc:visited { text-decoration: underline; color: #333; } a.risc:link { text-decoration: underline; color: #333; } a.risc:hover { text-decoration: underline; color: #869CC9; } a.rdp:visited { text-decoration: none; color: #5E6D8C; } a.rdp:link { text-decoration: none; color: #5E6D8C; } a.rdp:hover { text-decoration: none; color: #869CC9; } a.PAGE:visited { text-decoration: none; color: #333; } a.PAGE:link { text-decoration: none; color: #333; } a.PAGE:hover { text-decoration: none; color: #5E6D8C; background-color: #C8D2E7; } td, p, div { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 11px; color : #333; } th { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 11px; background-color : #F7F7F7; font-weight : lighter; font-style : normal; } hr { height : 3px; _height : 0px; clear : both; visibility : hidden; margin : 0; border : 0; /* background : #2B7896; color : #2B7896;*/ } h1 { padding : 0; margin : 0; font-size : 140%; color : #5E6D8C; /*333;*/ } h2 { padding : 0; margin : 0; font-size : 140%; color : #FF0000; } h3 { font-size: 200%; } h4 { font-size: 250%; } /*######################################################################################################################################################## LISTAS /*#######################################################################################################################################################*/ ul { /* width : 160px;*/ margin : 0; padding : 0; } li { margin : 0; padding : 4px; background : url('images/riscs.gif') repeat-x bottom center; list-style : none; } dl { width : 100%; } dt { width : 120px; margin : 2px 0; float : left; clear : both; text-align : right; font-weight : bold; } dd { float : left; margin : 2px 0 2px 8px; } /*######################################################################################################################################################## PADRONIZANDO NAVEGADORES -> by Micox /*#######################################################################################################################################################*/ p { margin-top : 5px; } ul, ol { margin-left : 10px; } input[type=hidden] { display : none !important; visibility : hidden !important; } form ul { list-style : none; margin-left : 0; } fieldset { display : block; border : 2px ridge #FFF; padding : 10px; } fieldset label { display : block; } fieldset .radios label { display : inline; }