@charset "utf-8";
/* CSS Document */

body {
	margin: 8px;
	color: #000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #fafafa url(../images/bg.jpg) repeat-x 100% 100%;
}

a:link, a:active, a:visited, a:hover {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.topo {
	height: 166px;
	background: url(../images/bg.gif) repeat-x;
}

.tblTopo {
	border: #000 4px solid;
}

.tpleft {
	width: 18px;
	background: url(../images/bg_topo_left.jpg) no-repeat;
}

.tpright {
	width: 18px;
	background: url(../images/bg_topo_right.jpg) no-repeat;
}

.btnSpaces td {
	padding: 0px 0px 0px 5px;
}

.buscar {
	color: #000;
	font-size: 16px;
	font-weight: bolder;
	font-family: arial;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-top: 10px;
}

.content {
	border-top: 2px #FFF solid;
}

.footer {
	text-align: center;
	color: #000;
	font-weight: bolder;
	padding: 4px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	background: #FAFAFA;
}

.tv {
	width: 520px;
	height: 486px;
	background: url(../images/tv.jpg) no-repeat;
	padding: 27px 0px 0px 27px;
}

.holderCells {
	color: #CCC;
	font-size: 11px;
	border: #000 2px solid;
}

table.holderCells .titulo a:link,
table.holderCells .titulo a:active,
table.holderCells .titulo a:visited,
table.holderCells .titulo a:hover {
	color: #FFF;
	font-weight: bolder;
}

table.holderCells .titulo a:hover {
	text-decoration: underline;
}

table.holderCells a.imgThumb img {
	border: #8C8C8C 2px solid;
}

table.holderCells a.imgThumb:hover img {
	border: #C9C9C9 2px solid;
}

.holderCells .trPages {
	background: #E2E2E2;
	height: 30px;
	text-align:center;
}

.tbl1 {
	background: #313131;
	border-bottom: #FFF 1px solid;
}

.tbl2 {
	background: #5d5d5d;
	border-bottom: #FFF 1px solid;
}

.tbl1 .descricao {
	text-align: justify;
}

.tbl2 .descricao {
	text-align: justify;
}

.tblVideo .title {
	color: #000;
	border-bottom: 1px #CCC solid;
}

.tblVideo h2 {
	margin: 2px;
}

.tblVideo .descricao {
	text-align: justify;
}

.menuSuperior {
	height: 30px;
	background: #CCC url(../images/bg_menu.jpg) repeat-x;
	text-align: right;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

.menuSuperior ul {
	margin: 0px;
}

.menuSuperior ul li{
	padding: 5px;
	display: inline;
	list-style: none;
}

.menuSuperior a:link, .menuSuperior a:active, .menuSuperior a:visited, .menuSuperior a:hover {
	text-decoration: none;
	padding: 2px;
	font-weight: bolder;
	color: #000;
}

.menuSuperior a:hover {
	padding: 2px;
	color: #FFF;
}

ul.ulTrade {
	margin: 1px;
	padding: 0px;
}

ul.ulTrade li {
	list-style: none;
	text-align: left;
	margin: 1px;
}

ul.ulTrade li a:link, 
ul.ulTrade li a:visited, 
ul.ulTrade li a:active, 
ul.ulTrade li a:hover {
	display: block;
	padding: 2px;
	height: 20px;
	border: #CCC 1px solid;
}

ul.ulTrade li a:hover {
	background: #E3E3E3;
	border: #C9C9C9 1px solid;
	text-decoration: none;
}