/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 1 --> (this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

body {
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
}

div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#bread,
#portal-breadcrumbs,
#portal-column-one,
#vejatb,
#portal-column-two,
#admintools_closed,
#admintools_open,
#footer-links,
#portlet-navigation-tree,
.boxGeralAta,
.boxListaAta,
.boxChamadasAta,
.boxChamadaVejaAta,
#cgsp-portal-personaltools,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav,
.topMenu,
.boxChamadasNeu,
.boxListaNeu,
.loginForm,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

ul { 
    list-style-type: square;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.documentDescription {
    font-weight: bold;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

#content a:link:after, 
#content a:visited:after {
   content: " [" attr(href) "] ";
}

.boxImagemCorpoAta {
	float:right; 
	margin: 3px; 
	border: 1px solid #666666	
}

.boxCorpoAta {
	margin-left: 0px; 
	margin-top: 10px; 
	margin-right:2px; 
	font-size: 11px; 
	text-align:left;
}

/*
.boxChamadasAta {
	margin-top:10px; 
	width:45%; 
	float:left;
}
*/

.bgColorAta {
	background-color: #FFF8D9;
}

.boxChamadaImagemAta {
	border: 1px solid #666666; 
	float:right; 
	margin-right: 7px; 
	margin-top: 15px
}

.boxChamadaTituloAta {
	margin-left: 5px; 
	float:left; 
	width: 65%; 
	text-align:left; 
	padding: 5px 0px 0px 3px; 
	font-size: 11px; 
	font-weight:bold;
	color: #6B561D;
}

.boxChamadaTextoAta {
	margin-left: 10px; 
	margin-top: 5px; 
	margin-right:2px; 
	font-size: 11px; 
	text-align:left; 
	color: #454545;
}



