﻿/*
Produção: Will IT - Consulting
Web-site: www.willit.com.br
*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(../images/img01.jpg) repeat-x;*/
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d70001;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

a {
	color: #d70001;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	/*background: url(../images/img02.jpg);*/
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

.scroll 
{
	
	float: left;
	width: 480px;
	height: 150px;
	overflow:auto;
    overflow-Y:auto;
    overflow-X:hidden;
    scrollbar-arrow-color:#000000;
    scrollbar-3dlight-color:#000000;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-face-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-darkshadow-color:#000000;
    scrollbar-track-color:#FFFFFF;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

.input
{
	background-color:#d70001;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

/* Rule 2 of backup/novo/style.css */ 
.lista li 	
{
	/*background-image: url(../images/ico-rss.gif);
	background-repeat: no-repeat;
	background-position: left center; 
	padding:3px;*/
	padding-top: 10px;
	padding-left: 10px;
	height:40px;
	list-style-type: none;
	list-style-image:url(../images/ico-rss.gif);
	
}
.lista li a 	
{
	width:400px;
	cursor:pointer;
}
.lista li a .descricao
{
	float:left;
	width:390px;
	color:#000;
}
.lista li a .data
{
	float:left;
	width:390px;
}

.galeria div.img
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
.galeria div.img img
{
	display: inline;
	margin: 3px;
	border: 0px solid #ffffff;
}
.galeria div.img a:hover img
{
	border: 0px solid #0000ff;
}
.galeria div.desc
{
	text-align: center;
	font-weight: normal;
	width: 100px;
	margin: 2px;
}
.classeGeral {	
	width:100%;
}
.classeGeral li{
	list-style:none;
	float:left;
	margin:2px;
}
.classeL
{
	width:18%;
}
.classeR
{
	width:80%;
}	

#relatorio 
{
	overflow-X:scroll;
	overflow-Y:hidden;
	width: 720px;
}