/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px; padding: 0px;
	background: #000;
}

a:link, a:visited, a:active, a:hover {
	color: #FFF;
}

.search {
	height: 27px;
	background: url(../images/bg_menu.jpg) repeat-x;
	padding-right: 7px;
}

.search input {
	border: 0;
	width: 222px;
	background: url(../images/bg_search.jpg) repeat-x 100% 100%;
}

.search2 {
	height: 6px;
	background: url(../images/bg_menu2.jpg) repeat-x;
}

/* IE Hack - An unexpected margin-bottom... ???? */
* html table.btns img {
	display: block;
}

div.block {
	clear: both;
	float: left;
	display: inline;
	margin: 4px;
	width: 780px;
}

div.box_content {
	display: inline;
	float: left;
	padding: 5px;
	margin: 2px 2px 10px 2px;
	width: 175px;
	border: #000 1px solid;
}

div.box_content h2.title {
	font-size: 13px;
	text-align: left;
	padding-left: 4px;
	height: 40px;
}

div.box_content div.image a.lnk:link img,
div.box_content div.image a.lnk:active img,
div.box_content div.image a.lnk:visited img {
	border: 2px solid #FFF;
}

div.box_content h2 a:link,
div.box_content h2 a:visited,
div.box_content h2 a:active,
div.box_content h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

div.box_content h2 a:hover {
	color: #E12433;
	text-decoration: underline;
}

div.box_content .image {
	margin: 5px auto;
	width: 160px;
	height: 120px;
}

.box_desc1, .box_desc2 {
	float: left;
	width: 157px;
	margin: auto 5px;
	clear: both;
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #A0A0A0;
	display: inline;
}

.desc-video1 {
	color: #c5c5c5;
}

.left {
	font-size: 12px;
	float: left;
	font-weight: bold;
}

.right {
	float: right;
}

.tbl_video {
	font-size: 12px;
}

.tbl_video .titulo {
	color: #FFF;
	font-weight: bolder;
	font-size: 18px;
	border-bottom: #3D3D3D 1px solid;
}

.tbl_video .descricao {
	color: #B5B5B5;
	font-size: 12px;
}

.tbl_video .det1 {
	color: #FFF;
}

p.note {
	color: #FFF;
	font-size: 12px;
	padding: 3px;
	margin: 2px;
	margin-bottom: 0px;
}

hr.detail {
	background: #E02433;
	height: 1px;
	border: none;
	color: #E02433;
}

div#menu-container {
	display: none;
	position: absolute;
	background: #FFF;
	border: #DD1223 1px solid;
	padding: 2px;
}

ul#menu-list {
	display: block;
	list-style: none;
	border: #FFF 1px solid;
	padding: 0px; margin: 0px;
	width: 170px;
}

ul#menu-list li {
	display: inline;
	list-style: none;
	margin: 0px; padding: 0px;
}

ul#menu-list a:link,
ul#menu-list a:active,
ul#menu-list a:visited,
ul#menu-list a:hover {
	display: block;
	color: #FFF;
	height: 20px;
	padding: 3px;
	line-height: 20px;
	background: #9E0E19;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #FFF 1px solid;
}

ul#menu-list a:hover {
	background: #DD1223;
}

div#imgHolder {
	position: absolute;
	display: none;
	background: #fff;
	border: #DD1223 1px solid;
	padding: 3px;
}

div#tags_holder {
	float: left;
	width: 250px;
}

div#tags_holder a:link,
div#tags_holder a:active,
div#tags_holder a:visited,
div#tags_holder a:hover {
	padding: 2px;
	font-size: 12px;
	text-decoration: none;
}

div#tags_holder a:hover {
	background: #3B3B3B;
}

.pages a:link,
.pages a:active,
.pages a:visited,
.pages a:hover,
.pages b {
	color: #FFF;
	font-size: 13px;
	background: #383838;
	padding: 5px;
	margin: 0px;
	text-decoration: none;
}

.pages a:hover {
	background: #6B6B6B;
	text-decoration: underline;
}


p.foot {
	color: #FFF;
	padding: 0px; margin: 0px;
	padding-top: 5px;
	background: url(../images/bg_det.gif) repeat-x;
	font-size: 12px;
}

h2 {
	color: #FFF;
	padding: 0px; margin: 0px;
}

h3.title {
	color: #FFF;
	margin: 2px; padding: 2px;
	background: #2B2B2B;
}

.tblMainComment {
	color: #FFF;
	font-size: 12px;
	font-family: arial;
}

.tblMainComment td {
	padding-left: 5px;
}

.tblMainComment input, .tblMainComment textarea {
	color: #FFF;
	font-size: 12px;
	font-family: arial;
	background: #333;
	border: #FFF 1px solid;
}

.tblMainComment p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.tblMainComment p.comentario {
	border-top: #A4B1D1 1px dashed;
	border-bottom: #A4B1D1 1px dashed;
	padding: 3px;
	width: 97%;
	height: 80px;
}

.tblMainComment p.comentario span {
	display: block;
	margin: 0px; padding: 0px;
	border: none;
}

.tblMainComment p.comentario span.line2 {
	float: left;
	font-size: 10px;
	background: #A4B1D1;
	padding: 2px;
	margin: 1px;
}

.tblMainComment .h1 {
	font-size: 20px;
}

.tblMainComment .title {
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bolder;
	border-top: #A4B1D1 2px solid;
	border-bottom: #A4B1D1 2px solid;
}

.tblfrm {
	color: #FFF;
	font-size: 12px;
	font-family: arial;
}

.tblfrm input, .tblfrm textarea {
	font-size: 12px;
	font-family: arial;
	background: #ccc;
	border: #FFF 1px solid;
}

p.msgContato {
	color: #FFF;
	padding: 3px;
}