/*
 *
 * ENTURMA - 2.4.2 - GRUPOS INTERNET
 *
*/

/*
 *
 * Container
 *
*/

#container {
	padding-top: 0;
}

/*
 *
 * Main Image
 *
*/

.mainImage {
	width: 654px;
	height: 284px;
	margin-top: 4px;
	margin-left: 0;
}

html>body .mainImage {
	margin-top: 0;
}

/*
 *
 * Page Content Global
 *
*/

#pageContentGlobal {
	background-image: url('/templates/source/20/images/content.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 668px;
	width: 271px;
	height: 282px;
	margin-top: 0px;
	padding: 20px;
}

html>body #pageContentGlobal {
	height: 242px;
	width: 231px;
	margin-top: 4px;
}

.pageContentTitle h2 {
	font-size: 16px;
	color: #555555;
	font-weight: bolder;
}

#pageContentGlobal h3 {
	font-size: 14px;
	color: #ffb70f;
	font-weight: bolder;
}

#pageContentTop,
#pageContentFooter {
	background-image: none;
}

/*
 *
 * Column
 *
*/

#columnLeft {
	position: absolute;
}

#columnCenter {
	background-image: none;
}

/*
 *
 * HighLight
 *
*/

.highlightTitle {
	background-image: url('/templates/source/20/images/highlightTop.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	width: 658px;	
}

.highlightTitle p {
	display: none;
}

#highLight {
	height: 274px;
	width: 658px;
	border: 1px solid #c4c4c4;
	border-top: none;
	padding: 10px;
	padding-top: 2px;
}

html>body #highLight {
	width: 636px;
	padding-bottom: 18px;
}
	
.boxHighlight02,
.boxHighlight03 {
	border-left: 1px solid #c4c4c4;
}	
	
.boxHighlight01,
.boxHighlight02,
.boxHighlight03 {
	padding: 10px;
	width: 212px;
	float: left;
	height: 261px;
	position: relative;
}

html>body .boxHighlight01,
html>body .boxHighlight02,
html>body .boxHighlight03 {
	width: 191px;	
}

.more {
	display: none;
}

.boxHighlight01 .imageHighLight,
.boxHighlight02 .imageHighLight,
.boxHighlight03 .imageHighLight {
	position: absolute;
	bottom: 0;
	width: 217px;
	text-align: center;
}

html>body .boxHighlight01 .imageHighLight,
html>body .boxHighlight02 .imageHighLight,
html>body .boxHighlight03 .imageHighLight {
	width: 197px;	
}

.boxHighlight01 .title span,
.boxHighlight02 .title span,
.boxHighlight03 .title span {
	display: none;
}

.boxHighlight01 .title a,
.boxHighlight02 .title a,
.boxHighlight03 .title a {
	color: #898989;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}

.boxHighlight01 .paragraph,
.boxHighlight02 .paragraph,
.boxHighlight03 .paragraph {
	color: #898989;
	padding-top: 10px;
	font-size: 11px;
}

/*
 *
 * MENU DE CONTEXTO
 *
*/

#column1 {
	display: none;
}

/*
 *
 * Coluna Fixa da Direita
 *
*/

#columnRightCover {
	float: right;
	width: 270px;
}

#menuCover {
	background-image: url('/templates/source/20/images/footerMenuCover.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 6px;	
	display: block;
}

#menuCover p {
	background-image: url('/templates/source/20/images/titleMenuCover.png');
	background-position: left top;
	background-repeat: no-repeat;	
	height: 29px;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	padding: 7px 0 0 10px;
}

html>body #menuCover p {
	height: 22px;
}

.listMenu {
	list-style: none;
	padding-left: 25px;
	padding-bottom: 12px;
}

.listMenu a {
	color: #898989;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}

#listYellow a {
	color: #ffb70f;	
}

#menuCover ul {
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	padding-top: 18px;
	padding-bottom: 2px;
}

/*
 *
 * NOTICIAS
 *
*/

.dateTime {
	display: none;
}

.newsBox {
	background-color: #f6f6f6;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	width: 658px;
	padding: 8px 21px;
	height: 85px;
}

html>body .newsBox {
	width: 614px;
}

.footerNews {
	background-image: url('/templates/source/20/images/footerNews.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 6px;	
}

.newsTitle {
	height: 85px;
	float: left;
	padding-right: 18px;
	border-right: 2px solid #c4c4c4;
}

.newsTitle a {
	color: #909090;
	text-decoration: none;
}

.newsBox ul {
	margin-left: 90px;
	padding-top: 5px;
}

.newsBox ul li {
	list-style-image: url('/templates/source/20/images/list.jpg');
}

.newsBox ul li a {
	color: #909090;
	text-decoration: none;
}

/* 
 *
 * BANNER
 *
*/

#banner1,
#banner2 {
	display: block;
}

#banner2 {
        margin-top: 10px;
        margin-bottom: 10px;
}


