body, table, input, select, textarea
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#menu
{
	background-image: url(../imagens_gerais/linh_fund.jpg);
}

#central
{
	background-image: url(../imagens_gerais/hf.jpg);
}

#popup
{
	background-image: url(../imagens_gerais/hf.jpg);
	margin: 0;
}

img
{
	border: 0;
}

a, a:link
{
	color: #006600;
	text-decoration: none;
}

a:hover, a:active
{
	color: #009900;
	text-decoration: underline;
}

a:visited
{
	color: #006600;
}

/* Font e Tamanho Padrão */
.lnk
{
   font-family:arial;
   font-size:12px;
}

.navbar
{
	width: 100%;
	font-size: 9px;
}

.navbar.top
{
	border-bottom: solid 1px #006600;
}

.navbar.bottom
{
	border-top: solid 1px #006600;
}

.paginacao
{
	width: 100%;
	text-align: right;
}

.btn
{
	cursor: pointer;
}

img.btn
{
	border: 0;
	margin: 0;
	vertical-align: bottom;
}

td.btn
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCEECC;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #CCEECC;

	padding: 1px;
	background-image: url(../imagens_gerais/checkers.gif);
	text-decoration: none;
	height: 19px;
	text-align: center;
}

button.btn
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCEECC;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #CCEECC;

	padding: 1px;
	background-image: url(../imagens_gerais/checkers.gif);
	text-align: center;
	background-color: #EEFFEE;
	color: #006600;
}

.btn a:hover, .btn a:active
{
	text-decoration: none;
	color: #009900;
}

.logout, .logout a
{
	color: #000000;
	font-weight: bold;
}

.NewsBullet
{
	vertical-align: baseline;
	padding: 0.2em 0.1em 0 0;
}

.url
{
	font-size: larger;
}

.listaDocumentos
{
	width: 100%;
}

.documento
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCEECC;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #CCEECC;
	background-color: #FCFFFC;
	margin: 5px;
	height: 50px;
	overflow: hidden;
	padding: 6px;
	vertical-align: top;
	width: 33%;
}

.wrapper
{
	margin: 4px;
	width: 96%;

	border-style: solid;
	border-width: 1px;
	border-top-color: #669966;
	border-right-color: #CCEECC;
	border-bottom-color: #CCEECC;
	border-left-color: #669966;

	padding: 0.5em;
	padding-top: -1em;
/*	background-image: url(../imagens_gerais/checkers.gif); */
}

.wrapper td
{
	margin: 0;
	border: 0;
	padding: 0;
}

table.wrapper
{
	margin: 1px;
	padding: 0;
}

.wrapper .mini
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.checkers
{
	background-image: url(../imagens_gerais/checkers.gif);
}

.Vencido
{
	background-color: #CC9999;
}

.Rascunho
{
	background-color: #CCCCCC;
}

.Publicado
{
	background-color: #66CC66;
}

.Banner-7x5cm
{
	background-color: #FFFF99;
}

.Banner-14x10cm
{
	background-color: #FFCC00;
}

h1 small
{
	font-size: x-small;
	font-weight: normal;
}

h1
{
	font-size: x-large;
	color: #006600;
	margin: 6px 0 0 0;
}

h2
{
	font-size: large;
	color: #006600;
}

h3
{
	font-size: medium;
	color: #006600;
	text-align: center;
}

h4
{
	font-size: small;
	color: #006600;
}

h5
{
	font-size: x-small;
	color: #006600;
}

h6
{
	font-size: xx-small;
	color: #006600;
}

#login
{
	font-size: 10px;
	color: #006600;
}

#banners
{
	float: right;
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCEECC;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #CCEECC;
	background-color: #FCFFFC;
}

.banner
{
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCEECC;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #CCEECC;
	background-color: #FCFFFC;
}

#edit input
{
	width: 250px;
}

#edit textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

#preview
{
	position: absolute;
	top: 140px;
	left: 420px;
	z-index: 100;
	padding: 10px;
	margin: 1px;
	border-style: solid;
	border-width: 5px;
	border-top-color: #CCEECC;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #CCEECC;
	background-color: #FCFFFC;
}

.invisivel
{
	display: none;
}

.visivel
{
	display: block;
}