/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background:#ffffff url("http://venebuses.com/img/fundo_cinza.jpg") top left repeat-x fixed;
}

body#bd {
/*	color: #333333;
	background: #F2F2F2;*/
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

body.fs3{
	font-size: 12px;
}
/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	/*border: none;*/
	padding: 10px 5px;
	/*background: url(../images/hdot2.gif) repeat-x top;*/
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
	text-align:left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
	text-align:left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
	text-align:left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding-left:40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}


/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 900px !important;
	margin: 0;
	background: #F2F2F2;
}

#ja-containerwrap {
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap2 {
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
	padding:0;margin:0;
}

#ja-container {
	background: url(../images/c-bg1.gif) repeat-y 18% 0;
}

#ja-container2 {
	background: url(../images/c-bg2.gif) no-repeat 18% 0;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width:735px !important;
	margin-left:25px;
}

#ja-mainbody-fr #ja-col1 {
	width: 200px;
	float: left;
	margin-top:10px;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
	float:right;
	
}

#ja-contentwrap {
	min-height: 300px;
	height: auto;
}
* html #ja-contentwrap {
	
}

/* Full right */
#ja-containerwrap-fr {
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #333333 url(../images/header/top.jpg) repeat-x top;
	color: #CCCCCC;
	line-height: normal;
	height: 40px;
}

#ja-header {
	position: relative;
	height: 38px;
}

.ja-headermask {
	/*width: 602px;*/
}

#ja-header a {
	color: #CCCCCC;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 5px;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 115px;
	display: block;
	background: url(http://venebuses.com/templates/ja_purity/images/venebuses.png) no-repeat;
	height: 38px;
	position: relative;
	z-index: 0;
	margin-top:-2px;
	padding-top:0px;
}

h1.logo a span {
	display:none;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 20px;
	margin-bottom: 15px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	/*background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;*/
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #006699;
	color: #FFFFFF;
}

div.module_blue div {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
	margin: 0;
	padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
	color: #FFFFFF;
}

div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 250px;
	padding-top: 10px;
	overflow: hidden;
	
}
#ja-col2 {
	float: right;
	width: 20%;
	overflow: hidden;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 22% 0;
	position: relative;
}

#ja-footer .copyright {
	clear: both;
	display: block;
	padding-left: 25%;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}

#ja-footnav {
	padding-left: 25%;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/*Onibus Brasil Format*/
table.look{
	
}
table .look tr{width:30px;}
table.look th{
	background-color:#f2f2f2;
	color:#222;
}
table.look th,table.look td{
	border:solid 1px #ccc;
}
table.look caption
{
	border:solid 1px #ccc;
	background-color:#eee;
	color:#333;
	font-weight:bold;
}
table.look caption a{color:#222;}
div#topuser
{
	position:absolute;
	right:20px;
	top:40px;
}
table.icon td
{
	padding:5px;
	border:dotted 1px #ccc;
	font-weight:bold;
	width:90px;
}
table.icon a
{
	text-decoration:none;
}
table.icon caption
{
	border:solid 1px #ccc;
	background-color:#111;
	color:#eee;
	font-weight:bold;
}
div.divdialog
{
	font-size:85%;
}
span.mini
{
	font-size:75%;
	font-weight:0;
}

div.businfo
{
	font-size:85%;
}
div.businfo p
{
	margin:0;padding:0;
}
div.businfo td,th
{
	padding:0;
}
#cred_com
{
	display:none;
}
td p
{margin:0;padding:0;}
.redbutton
{font-family:arial; background-color:#ee0000; color:#fff; border:inset 2px #000;font-weight:bold;letter-spacing:1px;}

td#rowsubmit p
{
	font-weight:bold;
	background-color:#ddd;
}
div.numpagina
{
	text-align:right;
	font-weight:bold;
	font-size:120%;
}
div.numpagina a
{
	text-decoration:underline;
	color:#0000dd;
}
table.img td
{
	width:185px;
}
table.img td p
{
	margin:2px;
}
table.img td img
{
	border:solid 1px #ccc;
	padding:2px;
}
table.img p.ip
{
	font-weight:bold;
}
a#lnkampliafoto img
{
	padding:0;
	border:solid 8px #222;
}
a#lnkampliafoto:hover img
{
	border:solid 8px #dd0000;
}
div#dialog,div#dialogV
{
	padding:0;margin:0;
}
div#direita
{
	float:right;
	width:180px;	
	text-align:center;
	padding:2px;
}
div#direita div
{
	border:solid 1px #ccc;
	margin-bottom:2px;
}
div#divmural h2
{
	text-align:left;
	font-size:200%;
}
div#main
{
	width:990px;
	margin:0em auto;
	border:solid 1px #000;
	background-color:#fbfbfb;
}
div#col-left
{
	width:180px;
	margin-left:-25px;
}
div.uploadbox,div.uploadboxCut
{
	border:solid 1px #bbb;
	width:535px;
	text-align:center;
	padding-bottom:5px;
}
div.uploadbox table
{
	text-align:left;
}
div.uploadboxCut
{	
	width:700px;
	padding:4px;
	text-align:center;
}
div.uploadboxCut #divborda
{
	border:dotted 3px #cc0000;
	padding:0;margin:0;
	height:640px;
}
div.uploadboxCut img
{
	padding:0;margin:0;
}
div.muralbox
{
	padding:3px;
}
div.muralbox h1
{
	font-size:225%;
	margin-bottom:0;
	text-align:center;
	letter-spacing:2px;
	display:block;
}
div.muralbox h1 a, div.muralbox h1 a:visited
{
	color:#222;
	text-decoration:none;
	border-bottom:dotted 2px #222;	
}
div.muralbox p
{
	font-weight:bold;
	text-align:center;
}
div.fotoview
{
	float:right;
	margin-right:7px;
	width:642px;
	text-align:center;
}
div.fotoview img
{
	border:solid 3px #ccc;
	z-index:999999;
	border-right:solid 3px #ccc;
}
div#comentarios
{
	width:600px;
	border:solid 1px #ccc;
	float:right;
	margin-right:220px;
}
div#comentarios div#list
{
	border-bottom:dotted 2px #ccc;
}
div.cmt_foto
{
	border-top:dotted 2px #ccc;
	padding-left:3px;
	clear:left;
	background-color:#fbfbfb;
}
div.cmt_foto_2
{
	border-top:dotted 2px #ccc;
	padding-left:3px;
	clear:left;
	background-color:#f5f5f5;
}
.cmt_foto p, .cmt_foto_2 p
{
	padding:0;margin:0;
}
div.cmt_foto p.cmt_t span.n, div.cmt_foto_2 p.cmt_t span.n
{
	font-weight:bold;
	font-size:125%;
}
div.cmt_foto p.cmt_t span.n a, div.cmt_foto_2 p.cmt_t span.n a
{
	text-decoration:none;
}
div.cmt_foto p.cmt_c, div.cmt_foto_2 p.cmt_c
{
	font-size:85%;
	padding-left:6px;
}
div.cmt_foto p.cmt_c_in, div.cmt_foto_2 p.cmt_c_in
{
	font-size:96%;
	padding-left:15px;
}
a.lnkcmt{font-weight:bold;color:#333;font-size:95%;text-decoration:none;}
a.lnkcmt span{border-bottom:dotted 1px #333;}
td.views{text-align:center}
div#busca{position:absolute;right:10px;top:-12px;}
div#busca label{font-weight:bold;display:block;}
div#busca input#search{height:12px;width:170px;font-size:10px;font-family:arial;font-weight:bold;padding:1px;}
h1.tmural{color:#333;text-align:left;letter-spacing:1px;margin-left:5px;}
h1.tmural a,h1.tmural a:visited{text-decoration:underline;color:#cc0000;letter-spacing:5px;}
div#publ{display:none;}
div.gpagination{margin-top:3px;text-align:center;}
div.gpagination div.navflag{margin-left:27%;}
div.bninf{margin-left:13px;margin-top:3px;width:500px;text-align:center}
div.addinffoto{float:right;margin-right:20px;}
div.bread{position:absolute;left:230px;color:#777;font-weight:bold;}
div.bread a{color:#555 !important;}
#empbar{position:absolute;top:20px;left:200px;text-align:center;}
#empbar td a{font-weight:bold;display:block;}
#empbar2{position:absolute;top:40px;left:0px;}
#empbar2 th{color:#222;}
span.bold{font-weight:bold;}
span.quote{font-style:italic;font-size:95%;border-left:solid 5px #ccc;}
span.cname{font-weight:bold;}
.ttitle img{float:left;}
.ttitle{vertical-align:middle;line-height:40px;text-align:left;margin:0;padding:0}
div#add{text-align:center}
p.lgfoto{font-family:Arial,Verdana;}
.cm{display:none}
#tbinfo  th{font-size:75%}
#tbinfo td{font-weight:bold;}
#tbinfo td.sm, #tbinfo td.sma{}
#tbinfo td.sma{text-transform:none;line-height:100%;}
div#flogname{top:-15px;left:120px;position:absolute;font-size:125%;}
div#membro{position:absolute;top:0;left:110px;}
div#membro a{text-decoration:none;border-bottom:dotted 1px;}
div.gpagination div#ctx{float:right;font-size:80%;}
div.gpagination div#ctx select{font-size:10px;margin:0;padding:0;}