/* * * * * B O D Y * * * * */

body {
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	background-color: #F4F4F4;
	background-image: url('imgs/bg-vertical.jpg');}


/* * * * * L A Y O U T * * * * */

#pagina {
	width: 698px;
	background-image: url('imgs/linha.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;}

#topo {
	width: 698px;
	height: 101px;}

#conteudo {
	width: 700px;
	text-align: justify;
	margin-top: 0px;
	padding: 10px;
	float: left;}

#rodape {
	clear: both;
    background-image: url('imgs/footer.jpg');
	width: 698px;
	height: 1px;}

#rodape-conteudo {
	width: 100%;
	height: 141px;	
	background-image: url('/imgs/bg-footer.jpg');
    background-repeat: repeat-x;}

#rodape-conteudo-total {
	width: 720px;
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
    vertical-align: middle;}
	
#rodape-tickets {
	width: 190px;
	text-align: center;
	float: left;}
	
#rodape-login {
	width: 195px;
	margin-left: 15px;
	text-align: left;
	float: left;}
	
#rodape-pagamentos {
	width: 200px;
	margin-left: 15px;
	text-align: center;
	float: left;}
	
#rodape-links {
	margin-top: 75px;
	padding: 0px;
	text-align: center;
    color: #666;}

#rodape-links a {
	color: #666;}


/* * * * * L I N K S * * * * */

a {
	color: #8CBF32;
	text-decoration: none;}

a:link {
	color: #8CBF32;
	text-decoration: none;}

a:visited {
	color: #8CBF32;
	text-decoration: none;}

a:active {
	color: #8CBF32;
	text-decoration: none;}

a:hover {
	color: #FF74B9;
	text-decoration: none;}
	

/* * * * * B A S I C O * * * * */

u {
	color: #666;
	text-decoration: underline;}

i {
	color: #666;}

strong {
	color: #59B5CE;}

img {
 border: 0px;}
 
.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;}

	
	
/* * * * * T E X T A R E A  I N P U T S  E  F O R M U L A R I O S * * * * */

input, textarea, select, button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #8CBF32;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
	background: transparent;
	border: 1px solid #D788B7;}

	
/* * * * * T I T U L O S * * * * */

#titulos {
	display: block;
	color: #A4C492;
	width: 100%;
	padding-left: 0px;
	vertical-align: middle;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	padding-top: 10px;}
	

/* * * * * F O O T E R * * * * */

#footlink {
	text-align: right;
	clear: both;
	line-height: 18px;}
	
#footlink a {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;}
	
#footlink a:link, #footlink a:visited, #footlink a:active {
	color: #666;
	font-size: 10px;
	background-color: #F0F0F0;
	border: 0px;}
	
#footlink a:hover {
	color: #666;
	font-size: 10px;
	background-color: #FFF;
	border: 0px;}
	
#footlink span.footlinktotal {
	color: #666;
	font-size: 10px;
	background-color: #F0F0F0;
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;}

#footlink span.footlinkcurrent {
	color: #333;
	font-size: 10px;
	background-color: #D2D2D2;
	border: 0px;
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;}