/***********************************************
 * Copyright 2008 - http://www.atbt.org.br     *
 * print styles for atbt.org.br                *
/***********************************************/

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: white;
	font: 12pt/1.166 Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	background: white;
	font-size: 90%;
	font-weight: bold;
	color: #0F4571;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 1px;
  border-bottom: 1px solid gray;
}

h2 {
	color: #000000;
	font-size: 114%;
	font-weight: bold;
	padding-bottom: 1px;
  border-bottom: 1px solid gray;
}

h3 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 1px;
  border-bottom: 1px solid gray;
}

/*************** list tag styles ***************/
ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

.separator {
	margin: 0px 0px 5px;
	background: url("../images/design/separatorh.gif") repeat-x left center;
	z-index: 200;
	width:auto;
	height: 1px;
}

.subtitulo {
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 10px 0px 3px 0px;
}

/************** Layout Divs *****************/
#container {
  position: relative;
	width: 100%;
	margin: 0px auto;
}

#pagecell {
	top: 10px;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	float: none !important;
}

#header, #globalNav, #menuNav, #globalNav, #sectionLinks, #relatedLinks {
	display: none;
	float: none !important;
}

#overlay, #lightbox, #loadingImage, #closeButtonImage, #lightboxCloseMsg {
	/* Constam de lightbox.css*/
	display: none;
	float: none !important;
}

#content {
	position: relative;
	width: auto;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	border: none;
}

#siteInfo {
	clear: both;
	border-top: 1px dotted #cccccc;
	width: auto;
	height: 22px;
	padding: 10px 0px 5px;
	font-size: 90%;
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;
}

#siteInfo img {
	visibility:hidden;
}

/************* content elements ****************/
#details {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	width: auto;
}

#details p {
	padding: 0px 0px 3px 0px;
}

#details ol, #details ul {
  /*padding: 2px 0px 3px 5px;* causou problema no NS 7*/
  margin-top: 2px;
  margin-bottom: 3px;
}

#details th {
	font-weight: bold;
}

#details th.pequeno {
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 90%;
	line-height: normal;
}

#details td {
	font-size: 12pt;
	line-height: normal;
}

#details td.pequeno {
	font-size: 90%;
	line-height: normal;
}

#details td.pequenobold {
	font-size: 90%;
	line-height: normal;
	font-weight: bold;
}

#details table.mod {
  border: 1px solid #ccc;
	background-color: #F5F7F7;
}

#details th.mod {
  font-weight: bold;
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

#details td.mod {
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

#details img {
	float: left;
	padding: 0px 10px 2px 0px;
}

#details img.imgNormal {
	float: none;
	margin: 0px 1px 1px 0px;
	padding: 0 2px 0 0;
}

#details .menutop {
  padding: 0px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #F5F5F5;
	text-align: left;
	height: 18pt;
	font-size: 85%;
	line-height: 16pt;
}

#details .assuntoDesc {
	padding: 10px 10px 5px 0px;
	font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#details .resultado {
	position: relative;
}

#details .resultado a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#details .rodape {
	position: relative;
	font: 9pt/normal Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 2px 5px 0;
	line-height: 20px;
}

#details .rodape td {
	font: 9pt/normal Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

/************** Feature styles da página principal *****************/
.feature {
	padding: 0px 10px 5px 10px;
	margin: 0px;
	text-align: left;
}

.feature p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
}

.feature img {
	float: left;
	padding: 2px 10px 0px 0px;
}

/*************** Story styles página principal ******************/
#story {
	margin: 0px;
	padding: 0px 5px 0px 10px;
}

#story p {
	padding: 0px 0px 3px 0px;
}

#story img {
	float: left;
	padding: 0px 10px 0px 0px;
}
