/* texto do site */
.texto, table {
	font-family: Arial;
	font-size: 11px;
	color: #979797;
	text-decoration:none;
}

/* links das páginas */
table#lkpg_table td{padding: 4px;}
.lkpg_a{color: #3A281E; text-decoration: none; font-weight:bold}
.lkpg_a:hover{color: orangered; text-decoration: underline;}
.lkpg_td_titulo{height: 35px; vertical-align:bottom}
.lkpg_td_descricao{vertical-align:top}

/* links dos ultimos registros */
table#lktop_table td{padding: 4px;}
.lktop_a{color: #3A281E; text-decoration: none;}
.lktop_a:hover{color: orangered; text-decoration: underline;}
.lktop_td{}

/* links do site */
a{
	color: #979797;
	text-decoration:none;
}
a:hover{
	color: #979797;
	text-decoration:none;
}

/* menus do site */
.mn_table{width: 480px; background-color: #CCCCCC; font:  normal 11px arial; background-image:url(http://localhost/labbosistemas/ilog/site/images/menu_fundo.jpg);}
table#mn_table td{padding: 4px;}
.mn_td{width: 16,66%; height: 20px; color: #000000; font-weight:bold}
.mn_td_select{background-color: #FDB344; width: 16,66%; height: 20px; font-weight:bold; cursor: hand;}

/* submenus do site */
.smn_table{width: 150px; background-color: #FF9500; font:  normal 11px arial; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);}
table#smn_table td{padding: 4px;}
.smn_td{height: 16px; background-color: #FF9500; color: #FFFFFF; border-bottom: 1px solid #FDA622;}
.smn_td_select{height: 16px; background-color: #FF9E1C; color: #FFFFFF; cursor: hand; border-bottom: 1px solid #FDA622;}

/* titulos de navegação do site */
.naveg_table{width: 96%; height: 40px; border-bottom: 10px solid #FFFFFF;}
table#naveg_table td{padding: 0px;}
.naveg_a{color: #3A281E; text-decoration: none; font-weight:bold;}
.naveg_a:hover{color: orangered; text-decoration: underline;}
.naveg_td{border-bottom: 1px solid gainsboro}

