/*
 **************************************************************************
 *
 *  main-printer.css
 *  Copyright (c) 2003-2009. Techmundi Software.
 *
 *  Autor...: Emerson A. Carneiro
 *  Internet: http://www.techmundi.com
 *  E-mail..: e.carneiro@techmundi.com
 *  Iniciado: 26/09/2006, 14:02
 *  Revisado: 07/05/2009, 09:30
 *
 *  Arquivo CSS padrão do sistema.
 *
 **************************************************************************
 */

body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

a {
	text-decoration: none;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #3333FF;
	text-decoration: underline;
}

#d_page {
  width: 100%;
}

/*
 * cabeçalho
 */
#d_header {
  display: none;
}
#d_header_today {
  display: none;
}
#d_header_users {
  display: none;
}
#d_header_kb {
  display: none;
}

/*
 * menu horizontal (superior)
 */
#d_top_menu-hor {
  display: none;
}

/*
 * área de anúncios
 */
/*
#d_top_banner_area {
  display: none;
}
#d_top_banner_area-boleto {
  display: none;
}
#d_top_banner_area-banner {
  display: none;
}
*/

/*
 * área de dados
 */
#d_data_area {
  background-color: #ffffff;
}

#d_data_area_left-menu {
  display: none;
}

#d_data_area_content {
  width: 100%;
  text-align: justify;
  background-color: #ffffff;
	padding: 6px;
}

/*
 * menu horizontal (inferior)
 */
#d_bottom_menu-hor {
  display: none;
}

/*
 * rodapé
 */
#d_footer {
  display: none;
}

/*
 **************************************************************************
 *
 *  BOXES, QUADROS...
 *
 **************************************************************************
 */

.boxDefaultBackDottedBorder {
  color: #000000;
  text-align: justify;
  border: 1px dotted #DDDDDD;
}

.boxDefaultBackSolidBorder {
  color: #000000;
  text-align: justify;
  border: 1px solid #DDDDDD;
}

.boxYellowBackDottedBorder {
  color: #000000;
  background-color: #FFFFE0;
  text-align: justify;
  border: 1px dotted #DDDDDD;
}

.boxYellowBackSolidBorder {
  color: #000000;
  background-color: #FFFFE0;
  text-align: justify;
	border: 1px solid #DDDDDD;
}

/*
 **************************************************************************
 *
 *  TEXTOS DESTACADOS...
 *
 **************************************************************************
 */

.textYellowBackSolidBorder {
  background-color: #FFFFE0;
  text-align: justify;
  padding-left: 4px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
	border: 1px solid #DDDDDD;
}

.texto_7pt {
	font-size: 7pt;
}

.texto_DestacadoVermelho {
  color: #FF0000;
}

.author_Linha1 {
	font-size: 19pt;
	font-weight: bold;
}

.author_Linha2 {
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
}

.author_URL {
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
}

/*
 **************************************************************************
 *
 *  MENUS...
 *
 **************************************************************************
 */
.left-menu_header {
  display: none;
}

.left-menu_item {
  display: none;
}

/*
 **************************************************************************
 *
 *  TÍTULOS...
 *
 **************************************************************************
 */

.titles {
	font-size: 9pt;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-variant: small-caps;
	text-transform: lowercase;
}

.tituloTopico {
	font-size: 9pt;
	color: #006600;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 8px;
}

.tituloPagina {
	font-size: 11pt;
	color: #006600;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 8px;
}

.titulo_Box {
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #2C821E;
	font-weight: bold;
}

.historico_topico {
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	background-color: #F0FFF0;
	margin-bottom: 8px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
}

.historico_itemNovo {
	color: #0000FF;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 4px;
}

.historico_itemRevisado {
	color: #008000;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 4px;
}

.topics {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	margin-bottom: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-variant: small-caps;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 8px;
	list-style-position: inside;
	list-style-type: disc;
}

/*
 **************************************************************************
 *
 *  IMAGENS...
 *
 **************************************************************************
 */

.imagemLivreEsquerda {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.imgTutorialEsquerda {
  text-align: left;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.imgTutorialDireita {
  text-align: right;
  margin-left: 6px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
}

/*
 **************************************************************************
 *
 *  FIM DO ARQUIVO
 *
 **************************************************************************
 */
