/* CSS do Site t1rio.com.br */

body {
	margin: 0px;
	padding: 0px;
	/*background: url(img/bgtopo.jpg) repeat-x top center #FFFFCC;*/
	font-family: verdana, helvetica, arial;
	text-align: center;
}

p {
	font-size: 10px;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

li {
	font-size: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

table{
	font-size: 10px;
}

* {
	margin:0;
	padding:0;
	border-style: none;
	list-style:none;
	text-decoration:none;
	}

#corpo {
	width: 850px;
	display: table;
	margin: 0 auto 0 auto;
}

#topo{
	width: 850px;
	height: 120px;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	float: left;
}

#menu_esquerda{
	width: 220px;
	float: left;
	background: #FFFFFF;
	margin-top: 5px;
}

#conteudo{
	padding-top: 10px;
	width: 630px;
	float: left;
}

#conteudo .banner {
}

#conteudo .texto{
}

#tabela_index{
	width: 630px;	
}

#tabela_index td{
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	/*padding-top: 10px;*/
}

#tabela_index a{
	color: #D00400;
}

#tabela_index p{
	text-align: left;
}

#tabela_index h2{
	text-align: left;
	height: 60px;
}

#table_conteudo{
	width: 630px;
	border-bottom: 1px solid #003366;
}

#table_conteudo td{
	height: 29px;
	border-top: 1px solid #003366;
	vertical-align: middle;
}

.table_conteudo_topo{
	font-weight: bold;
	background: #003366;
	color: #FFFF66;
	font-size: 11px;
}

.table_conteudo_esquerda{
	font-weight: bold;
}

.news {
	background-image: url(imagens/back_newsletter2.jpg);
	background-repeat: no-repeat;
}

.backnewsletter {
	background-image: url(imagens/back_newsletter2.jpg);
	border: 1px solid #95DDFF;
}

#rodape{
	width: 850px;
	float: left;
	border-top: 1px solid #003366;
	padding-top: 5px;
	margin-top: 10px;
	height: 30px;
	text-align: center;
}

.gridviewprog td
{
    padding:1px 5px 1px 5px;
}
.limite
{
	width: 1150px;
}
.gridviewprogheader th
{
    padding:1px 5px 1px 5px;
}

.combobox
{
	border-style: inset;
}

.fixed {
    white-space:nowrap;
    width:220px; 
    *width:100%; 
    position:absolute;
    *position:relative;
    border-right:1px solid white;
    background-color:inherit;
}

.second-row {
    padding:0 0 0 240px !important; 
    *padding:0 !important;
    white-space:nowrap;
}


