/*-----------------------------------------------------------------------------
Modelo:		WebDesign
versao:		2.0
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/


/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/

* {
	font: 11px Helvetica, Arial, Georgia;
	color: #333;
	margin: 0;
	padding: 0;
	border:none;
}
body {
	background: #9dc5de url(../image/bg-photo.jpg) center bottom fixed;
}
/* Tudo */
#wrap {
	/* Pre-definido */
	display:block;
	width:950px;
	margin: 0 auto;
}
#top {
	height:197px;
	display:block;
	width:950px;
	float:left;
}
#content {
	background: url(../image/bg.png) left top repeat-y;
	display:block;
	width:950px;
	float:left;
}
#footer {
	height:100px;
	background: url(../image/bottom.png) left top no-repeat;
	display:block;
	width:950px;
	float:left;
}
/* ====================================================================== GERAL
-----------------------------------------------------------------------------*/

/* Imagens */

img, fieldset {
	border:none;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
}
h3 {
	font-size: 14px;
	font-weight:bold;
}
hr {
	/* Retiramos a borda para colocar 
	novamente logo abaixo, resolvendo o 
	problema de borda dupla no IE */
	border:none;
	border-bottom:1px solid #CCC;
}
p {
	margin:2px 0;
	padding:2px 0;
}
strong {
	font-weight:bold;
}
iframe {
}
/* link geral */
a {
	color:#069;
}
/* link espec?fico */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

ul {
}
li {
}
/* ================================================================ FORMUL?RIOS
-----------------------------------------------------------------------------*/

form {
}
/* 
N?o recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	margin:2px 0;
	padding: 3px;
}
/* ==================================================================== TABELAS 
( Quando houver alguma tabulagem )
-----------------------------------------------------------------------------*/

table {
}
/* LINHA */
tr {
}
/* COLUNA|C?LULA */
td {
}
/* ==================================================================== ITPACK
-----------------------------------------------------------------------------*/

#itpackNewsletter {
	display:none;
}
table tr td table tr td .age1 {
}
table tr td table tr td .age2 {
}
/* =========================================================== IDENTIFICADORES
-----------------------------------------------------------------------------*/

#content-top {
	background:url(../image/content-top.png) left top no-repeat;
	font-size:4px;
	height:8px;
	float:left;
	width:900px;
	display:block;
}
#content #column-left {
	width: 255px;
	float: left;
}
#content #column-center {
	width: 538px;
	float: left;
	background:url(../image/bg-center.jpg) left top no-repeat;
}
#content #column-right {
	width: 130px;
	float: left;
}
#content-bottom {
	background:url(../image/content-bottom.png) left top no-repeat;
	font-size:4px;
	margin: 0 0 0 0;
	height:8px;
	float:left;
	width:900px;
	display:block;
}
#footer #copyright {
	float:right;
	padding: 30px 50px 0 30px;
	color:#999;
	text-align:right;
}
#footer #copyright p, #footer #copyright strong {
	color:#999;
}
#footer #by-itarget {
	font: 10px;
	float:left;
	padding: 5px 20px 0 40px;
}
/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
	font-size:1px;
}
.padding-10 {
	padding: 10px;
}
.padding-left {
	width:210px;
	padding: 20px 0 10px 40px;
}
.padding-center {
	width:485px;
	padding: 20px 0 10px 30px;
}
.padding-right {
	width:127px;
}
.box {
	width:180px;
	height:85px;
	float:left;
	margin: 0 10px 0 0;
}
.noticia {
	display:block;
}
.right {
	text-align:right;
	padding: 5px 50px 5px 10px;
}
div#fancy_overlay {
	background-color: #000;
}
.link-big {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 10px 0;
	display:block;
}
.link-big:hover {
	color:#F30;
}
.titulo_pagina {
	padding:0 0 10px 0;
}
<!--
PROGRAMACAO CIENTIFICA
-->
 .programacaocientifica {
 font-size:16px;
 font-weight:bold;
 color:#444;
 padding: 1px 0 0 10px;
 text-decoration:none;
 display:block;
 text-align:left;
}
.programacaocientifica:hover {
	color:#C00;
}
.programacao-novo * {
	font-size:11px;
	text-align:center;
	padding:10px 5px;
}
.programacao-title, .programacao-title * {
	color:#FFF;
	font-weight:bold;
}
<!--
FIM PROGRAMACAO CIENTIFICA
-->
a.tpd {
 color:#fff;
}
a.tpd strong {
	text-decoration:underline;
	color:#fff;
	font-size:14px;
	background:#C92418;
	border: 3px solid #ccc;
	padding:6px;
	-moz-border-radius:20px;
}
a.tpd strong:hover {
	text-decoration:underline;
	color:#fff;
	font-size:14px;
	background:#F84F04;
	border: 3px solid #ccc;
	padding:5px;
	-moz-border-radius:20px;
}
