@import url("http://www.tvcultura.com.br/css/sectionTitle.css");
@import url("http://www.tvcultura.com.br/css/mediaThumbDescription.css");
@import url("http://www.tvcultura.com.br/css/contentActions.css");
@import url("http://www.tvcultura.com.br/css/imgFeature.css");
@import url("geral.css");
@import url("boxCurador.css");

#middleColumnWrapper {
	display: inline;
	float: left;
	width: 800px;
}


#boxAbout h2{
	font: normal 25px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #000;
	height:20px;
}



.SelectTab{
	position:relative;
	padding: 3px 0;
	margin-left: 0;
	font: normal 16px "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom:0;
	top:2px;
	z-index:15;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.SelectTab li{
	display: inline;
	margin: 0;
}

.SelectTab li a{
	text-decoration: none;
	padding: 1px 7px;
	margin-right: 3px;
	border: 1px solid #fff;
	border-bottom: none;
	background-color:  #fff;
	color: #ff9d00;
	padding-top:0;
}


.SelectTab li a:hover{
background-color:  #204386;
color: #fff;
}

.SelectTab li a:active{
color: #fff;
}

.SelectTab li.selected { /*selected tab effect*/
position: relative;
top: 0px;
padding: 0px 6px 2px 6px;
background-color:#ff9d00;
border: 1px solid #ff9d00;
border-bottom: 0;
color: #fff;
font-size:18px;
}

.SelectTab li.selected a{ /*selected tab effect*/
position: relative;
top: 0px;
padding-top: 4px;
background-color:#ff9d00;
border: 1px solid #ff9d00;
color: #fff;
font-size:18px;
border-bottom: 0;
}

#boxListingHolder {
	background: #fff;
	width:800px;
	position:relative;
	background:#eaeaea;
	border-top: 2px solid #ff9d00;
	margin-top:1px;
	font: normal 13px "Trebuchet MS", Arial, Verdana, sans-serif;
}

#ObrasHolder{

	margin-top:20px;
}
.boxTexto{
	margin-top:0;
	margin-bottom:20px;
	width:490px;
	font: normal 13px "Trebuchet MS", Arial, Verdana, sans-serif;
}

.boxTexto p{
	line-height:15px;
	margin-top:15px;
}

.boxObra{
	width:170px;
	float:left;
	margin-left:25px;
	_margin-left:20px;
	background:#fff;
	height:240px;
	margin-bottom:20px;
}


.boxObraSelected{
	width:170px;
	float:left;
	margin-left:20px;
	background:#ffe2b4;
	height:240px;
	margin-bottom:20px;
}


.ObraDesc{
	padding:5px;
	font:normal 13px "Trebuchet MS", Arial, Verdana, sans-serif;
	height:70px;
}

.ObraDesc h3{
	font: bold 13px "Trebuchet MS", Arial, Verdana, sans-serif;
	margin:0;
	line-height:15px;
}

.ObraDesc h4{
	font:normal 13px "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom:5px;
	font-style:italic;
	line-height:15px;
}

.ObraDesc p{
	font:normal 13px "Trebuchet MS", Arial, Verdana, sans-serif;
	margin:0;
	line-height:15px;
}

.contentActions .btnDefault .Obra{
	background-image: url(../images/icoPhoto.gif);
	padding-left: 22px; /* button width + margin */
}

.contentActions .btnDefault .Votar{
	background-image: url(../images/icoVotar.png);
	padding-left: 17px; /* button width + margin */
}



