body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #FFFFFF;
	color: #000000;
	font-size: 14pt;
	/*background-image: url(../../static/pics/fundo.gif);*/
}

/*redefine*/

::-moz-selection {
	background: #000000;
	color: #FFCC99;
}

::selection {
	background: #FFFFFF;
	color: #FFCC99;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #003366;
}

a:hover, a:active {
	color: #006699;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h2 {
	font-size: 16pt;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #003366;
}


h3.sub {
	position: absolute;
	top: 50px;
	font-size: 10pt;
}
/*
div#intro {
	color: #003399;
	font-size: 16px;
}

div#intro em {
	font-weight: normal;
	font-style: normal;
	color: #0066CC;
}

div#intro p.less {
	font-size: 13px;
	color: #66CC00;
}

div.intro a:link, div.intro a:visited {
	color: #003399;
}

div.developers a:link, div.developers a:visited, h2.developers {
	color: #78ba91;
}

div.browsers a:link, div.browsers a:visited, h2.browsers {
	color: #CC3399;
}

div.download a:link, div.download a:visited {
	color: #006666;
}

h2.download {
	color: #78ba91;
}

div.license a:link, div.license a:visited, h2.license {
	color: #7389ae;
}

div.apps a:link, div.apps a:visited, h2.apps {
	color: #0066CC;
}

h2.apps {
	font-size: 16px;
}

div.block a:hover, div.block a:active {
	color: #FF9999;
}
*/
/*content*/

#container {
	position: relative;
	width: 960px;
	margin: 0px auto 0px;
	padding-top: 40px;
	font-size: 11pt;
	text-align: left;
	background-color: #FFFFFF;
	text-decoration: none;
	min-height: 400px
/*	background-image: url(../../static/pics/fundo.gif);*/
}

input, textarea {
	font-size:12pt;
	color:#000000;
}

.prop {
	float:right;
    width:1px;
}

.min2000px {
    height:100px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#content {
	width: 740px;
	position: relative;
	z-index: 1000;
	padding-left: 40px;
	height: auto;
	line-height: 140%;
	margin: auto auto auto 160px;
	padding-bottom:220px;
	background-color: #FFFFFF;
	padding-right: 20px;
}

div#content.selected {

}

div.block {
	margin-bottom: 20px;
	font-size: 12px;
}

div.floaty {
	float: left;
	width: 210px;
}

div.floaty h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.first {
	width: 369px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #27272a;
}
/*
div.full {
	clear: both;
	float: none;
}

ul#developers {
	font-size: 10pt;
	color: #003399;
	line-height: 1.3;
	list-style: none;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 12px;
}
*/

#searchbar {
	position: absolute;
	margin-top: 40px;
	z-index: 1000;
	width: 159px;
	left: 0px;
	top: 0px;
	font-size: 10pt;
	font-weight: bold;
/*	background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AAAAAA;
}

#searchinput {
	border: none;
	font-size: 13px;
	color: #333333;
}

#searchbutton {
	padding: 0;
	margin-top: 5px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	font-size: x-small;
}

/*sidebar*/
/*para as cores do mouse-over ver site.js, função "shake"*/
/*para o posicionamento do efeito sombra ver site.js*/
#sidebar {
	position: absolute;
	padding-top: 100px;
	z-index: 1;
	width: 220px;
	left: 0px;
	top: 0px;
	font-size: 10pt;
	font-weight: bold;
/*	background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
}

#side {
	position: absolute;
	padding-top: 40px;
	z-index: 1;
	width: 220px;
	left: 0px;
	top: 0px;
	font-size: 10pt;
	font-weight: bold;
/*	background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	text-align: right;
	width: 200px;
	display: block;
	padding: 3px 0px 3px 0px;
	background: url(../pics/tab_small.gif) center right no-repeat;
	margin: 2px 0;
	text-decoration: none;
}

#sidebar a {
	color: #FFFFFF;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../pics/tab_big.gif) center right no-repeat;
	padding: 4px 0px 4px 0px;
	margin: 4px 0;
}

#sidebar h3 {
	font-size: 12pt;
}

#sidebar h3.cat {
	color: #CC0033;
	font-weight:bold;
}

#sidebar a.big {
	color: #003366;
}

#sidebar a.blog {
	background-image: url(../images/tab_forum.gif);
	background-color: #CC0033;
}

#sidebar a.docs {
	background-image: url(../images/tab_docs.gif);
	background-color: #003366;
}

#sidebar a.download {
	background-image: url(../images/tab_download.gif);
	background-color: #78ba91;
}

#sidebar a.trac {
	background-image: url(../images/tab_trac.gif);
	background-color: #FF9999;
}

/*big menu

#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: url(../images/trac.gif) top right no-repeat;
	height: 100px;
	background-color: #6699FF;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	border-right: 5px solid #1d1d20;
	background-color: #FFFFFF;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(../images/download.gif);
}

#kwick .documentation {
	background: #7389ae url(../images/docs.gif);
}

#kwick .blog {
	background: #c17878 url(../images/blog.gif);
}

#kwick .trac {
	background: #a87aad url(../images/trac.gif);
	border-right: 0;
}
*/
/*download*/

span.right {
	display: none;
	float: right;
	font-size: 10pt;
	margin-top: 3px;
}

div.download p {
	padding: 1px 0;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

th, td {
	padding: 4px 10px;
}

th {
	text-align: left;
	color: #666666;
	border-top: 4px solid;
	border-bottom: 4px solid;
	background-color: #18181b;
	border-top-color: #18181b;
	border-bottom-color: #18181b;
}

th h3 {
	font-size: 13px;
}

td {
	border-bottom: 1px solid;
	border-top: 1px solid;
	vertical-align: middle;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

td.check div.check {
	border: 1px solid #18181b;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
}

td.check div.selected {
	background-image: url(../images/check.png) !important;
	background-image: url(../images/check.gif);
	padding: 2px;
	border: 0;
}

a.name {
	color: #000099;
	line-height: 6mm;
}

a.name:hover {
	color: #0033CC;
}

td.description {
	font-size: 10pt;
	width: 100%;
	text-align: left;
}

tr.option {
	cursor: pointer;
	color: #333333;
	background-color: #999999;
}

.test {
	color: #006699;
}

h2.section, h2.options {
	font-size: 14pt;
	color: #FF9999;
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat left center;
}

#container h2.section a, #container h2.options a {
	display: block;
	text-decoration: none;
	color: #003399;
}

#container h2.section a:hover, #container h2.options a:hover {
	color: #FF9999;
}

#advanced, #quick {
	padding-bottom: 20px;
}

table#options div.check {
	width: 13px;
	height: 13px;
}

table#options div.selected {
	background-image: url(../images/radio.png) !important;
	background-image: url(../images/radio.gif);
	padding: 2px;
}

p.submit {
	margin-top: 20px;
	text-align: center;
}

/*links*/
/*
#container div.apps {
	text-align: center;
}

#container div.apps a {
	font-family: 'trebuchet ms';
	color: #CCCCCC;
	font-size: 28px;
	margin: 0 20px 10px 0;
	text-decoration: none;
	display: block;
	float: left;
}

#container div.apps a:hover {
	color: #0033CC;
}
/*
/*developers*/
/*
h2.dev {
	line-height: 1.1;
	font-size: 15px;
	color: #FF9999;
	margin-bottom: 0;
	margin-left: 80px;
	padding: 5px 0 4px;
}

h2.dev span {
	color: #333333;
	font-size: 10pt;
	font-family: Andale Mono, Monaco, Courier New, Monospace;
}

div.icon {
	float: left;
	height: 65px;
	width: 65px;
	margin-bottom: 5px;
	background: #1d1d20;
	border: 3px solid #333;
}

div.dev {
	clear: both;
	margin: 10px 0;
}

div.dev p {
	line-height: 1.7;
	padding: 1px 0 2px;
	border-bottom: 1px solid #222;
	margin-left: 80px;
}

#container a.devs:link, #container a.devs:visited {
	color: #0033CC;
	display: block;
	font-size: 15px;
	padding: 5px 25px;
}

#container a.devs:hover, #container a.devs:active {
	color: #0066CC;
}

p.devs {
	padding: 0 0;
}
*/
/*ads

a.affiliate {
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #27272a;
	padding: 3px 3px 10px;
	margin-bottom: 5px;
}

div#ads {
	clear: both;
	background: url(../images/ads.png) top left no-repeat;
	padding: 5px 0 3px;
	border-bottom: 1px solid #58585F;
	margin-bottom: 1px
}
*/

div#loadingTime {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9pt;
}

.menuTitle {
	color: #666666;
	font-size: 14pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
}
/*
.topMenuTitle {
	color: #003366;
	font-size: 14pt;
	font-weight: normal;
}

.adminTitle {
	color: #339966;
	font-size: 16px;
	font-weight: bold;
}
*/
.highlight {
	color: #CC0033;
}

.highlightPurple {
	color: #3366CC;
	font-size: smaller;
}

.handcursor {
	cursor: hand;
	cursor: pointer;
}

.toggler {
	border-bottom: 1px solid;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	font-size: 12pt;
	padding-left: 2px;
	background-color: #FF9999;
	border-bottom-color: #CCCCCC;
}

.toggler a {
	text-decoration: none;
}

.togglerEvent {
	border-bottom: 1px solid;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	padding-left: 2px;
	background-color: #99CCFF;
	border-bottom-color: #CCCCCC;
}

.togglerEvent a {
	text-decoration: none;
}

.fotoPessoa {
	border: 2px solid #333333;
	border-top-color: #999999;
	border-left-color: #666666;
}

.logofct a {
	text-decoration: none;
}

.connectTo {
	background-color: #efefef;
	padding-left:3px;
	padding-right:3px;
}

.connectToText {
	color: #bfbfbf;
}

.connectToSeparator {
	color: #8f8f8f;
}

.staticContent {
	text-align: justify;
	line-height: 140%;	
}
