.ctn-contenttop {
	background-color: #FFFFFF;
}
.ctn-contentdeploy {
	padding-left: 15px;
}

/*
POPUP
*/
body.popup .ctn-header, body.popup .ctn-footer, body.popup .lnk-popout {
	display:none;
}
/*
// POPUP
*/

/*
PREV AND NEXT
*/
.btn-prev {
	display: block;
	width: 83px;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-prevnext.gif) 0 0 no-repeat;
}
.btn-prev:hover {
	background-position: 0 -23px;
}
.btn-next {
	display: block;
	width: 75px;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-prevnext.gif) -83px 0 no-repeat;
}
.btn-next:hover {
	background-position: -83px -23px;
}
/*
// PREV AND NEXT
*/

/*
QUOTES
*/
.bgr-quote {
	padding-left: 15px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-quoteinit.gif) no-repeat;
}
.bgr-quote .spn-quoteinit {
	display: none;
}
.bgr-quote .spn-quoteend {
	display: inline;
	padding-left: 13px;
	height: 11px;
	text-indent: -999px;
	overflow: hidden;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-quoteend.gif) no-repeat;
	margin-left: 2px;
}
.bgr-quote .spn-quoteend span {
	display: none;
}
/*
// QUOTES
*/

/*
REPLACED COMPONENTS
*/
.rdo-replace, .chk-replace {
	position: absolute;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-radio.gif);
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	z-index: 2;
	margin-top: 5px;
}
.rdo-replace.checked, .chk-replace.checked {
	background-position: 0 -12px;
}
.rdo-disabled {
	background-position: 0 -24px !important;
	cursor: default !important;
}
/*
// REPLACED COMPONENTS
*/

/*
COMBOBOX
*/
.ctn-combo {
	position: relative;
	width: 200px;
	z-index: 1;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-combo.gif) no-repeat #BEB7AF;
	text-transform: lowercase;
}
.ctn-combo select {
	background: #BEB7AF;
	color: #FFF;
	font-weight: bold;
}
.ctn-combo.cmbactive {
	background-color: #FF9900;
	background-position: 0 -20px;
}
.ctn-combo .ctn-combovalue {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 28px 0px 8px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-combo.gif) 100% 0 no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.ctn-combo.cmbactive .ctn-combovalue {
	background-position: 100% -20px;
}
.ctn-combo .ctn-listvalues {
	position: absolute;
	left: 0;
	top: 20px;
	display: none;
	border: solid 3px #FF9900;
	background: #FFFFFF;
	padding: 2px 0;
}
.ctn-combo .ctn-listvalues li {
	float: left;
	width: 100%;
}
.ctn-combo .ctn-listvalues a {
	display: block;
	line-height: 100%;
	padding: 6px 10px;
	_float: left;
	_width: 100%;
	background: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #47423A;
}
.ctn-combo .ctn-listvalues a:hover {
	background: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}
.ctn-combo .ctn-scrollingcontentcontainer {
	height: 207px;
	float: left;
}
.ctn-combo .ctn-scrollingcontent {
	padding-top: 2px;
}
.ctn-combo .ctn-scrollingcontent .ctn-listvalues {
	paddign-top: 0;
}
.ctn-combo .ctn-scrollbar {
	margin: 2px 0 0 4px;
	height: 205px;
	float: left;
}
/*
// COMBOBOX
*/


/*
TABS
*/
.lst-tabs {
	padding-top: 25px;
	background: #FFFFFF;
}
.ctn-tabcontent {
	display: none;
}
.ctn-tabcontent.noticia {
	display: block;
}
/*
// TABS
*/

/*
LAYER FORM
*/
.ctn-layerform {
	display: none;
	background: #383431;
	border:solid 2px #FF9900;
	width: 306px;
	padding: 5px 8px;
}
.ctn-layerform h5 {
	width: 100%;
	text-align: right;
	color: #FF9900;
	font-size: 11px;
	padding-bottom: 15px;
	text-transform: lowercase;
}
.ctn-layerform legend {
	display: none;
}
.ctn-layerform label {
	float: left;
	width: 67px;
	padding-right: 5px;
	line-height: 20px;
	font-size: 10px;
	text-align: right;
}
.ctn-layerform .ctn-formline {
	clear: both;
	height: 20px;
	padding-bottom: 3px;
}
.ctn-layerform .ctn-formline input {
	float: right;
	width: 230px;
	height: 16px;
	font-size: 11px;
	color: #7F7871;
	border: solid 1px #C9C2BC;
	background: #FFFFFF;
}
.terratv .ctn-layerform .ctn-formline input {
	color: #FFFFFF;
	border: solid 1px #A8A39D;
	background: #5A5653;
}
.ctn-layerform .ctn-formtextarea {
	clear: both;
	height: 52px;
	padding-bottom: 3px;
}
.ctn-layerform .ctn-formtextarea textarea {
	float: right;
	width: 230px;
	height: 48px;
	overflow: auto;
	font-size: 11px;
	margin: 0;
	color: #7F7871;
	border: solid 1px #C9C2BC;
	background: #FFFFFF;
}
.terratv .ctn-layerform .ctn-formtextarea textarea {
	color: #FFFFFF;
	border: solid 1px #A8A39D;
	background: #5A5653;
}
.ctn-layerform .ctn-formbutton {
	clear: both;
	height:21px;
	text-align: right;
}
.ctn-layerform .ctn-formbutton input {
	margin: 0 0 0 7px;
	cursor: pointer;
}
.ctn-layerform .ctn-formbutton .btn-close, .ctn-layerform .ctn-formbutton .btn-toolboxcancel {
	width: 61px;
	height: 21px;
	border: 0;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-cancel.gif) no-repeat;
}
.ctn-layerform .ctn-formbutton .btn-send {
	width: 48px;
	height: 21px;
	border: 0;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-send.gif) no-repeat;
}
/*
// LAYER FORM
*/

/*
ARTICLE
*/
.ctn-article {
	padding: 20px 1px 20px 0;
}
.ctn-article .ctn-relatedlinks {
	width: 140px;
	padding: 20px;
	padding-left: 0;
	float: left;
	clear: left;
}
.ctn-poll .ctn-total {
	height: 16px;
	text-align: right;
}
.ctn-poll .ctn-message {
	padding: 20px;
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
}
.ctn-article .ctn-poll {
	position: relative;
	width: 140px;
	padding: 20px;
	padding-left: 0;
	float: left;
	clear: left;
}
.ctn-article .ctn-poll legend {
	display: none;
}
.ctn-article .ctn-pollresults {
	position: absolute;
	top: 35px;
	width: 232px;
	padding: 10px;
	z-index: 5;
	display: none;
	background: #FFFFFF;
	border: solid 2px #FF9900;
	font-size: 12px;
}

.ctn-article .ctn-pollresults .spn-pollresulttitle {
	float: left;
	color: #9E9B96;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.ctn-article .ctn-pollresults .lnk-closepollresults {
		float: right;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-close.gif);
		width: 8px;
		height: 9px;
		overflow: hidden;
		text-indent: -999px;
}

.ctn-article .ctn-pollresults .ctn-question {
	clear: both;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.ctn-article .ctn-pollresults .bar-percent {
	float: left;
	background: #F3A622;
	width: 0px;
	height: 12px;
	overflow: hidden;
	text-indent: -999px;
	padding-left: 1px;
	margin: 2px 0 0 0;
}

.ctn-article .ctn-pollresults dd {
	font-size: 11px;
	text-align: right;
	margin: 0 0 10px 0;
}

.ctn-article .ctn-pollresults dt {
	line-height: 10px;
}

.ctn-article .ctn-pollresults .ctn-sponsor {
	margin: 10px 0 5px 0;
}

.ctn-article .img-horizontal {
	margin-bottom: 15px;
	clear: both;
	text-align: center;
}
.ctn-article .img-horizontal img {
	width: 572px;
	height: 400px;
}
.ctn-article .img-vertical {
	float: left;
	width: 283px;
	margin-right: 15px;
}
.ctn-article .img-vertical img {
	width: 283px;
	height: 400px;
}
.ctn-article .ctn-rightreserved {
	clear: both;
	padding: 10px 0 20px 0;
}
.ctn-relatedcontent, .ctn-comments {
	border-top: solid 1px #B7B2AC;
	padding: 20px 0 20px 0;
}
/*
// ARTICLE
*/

/*
VIDEO AND NO VIDEO
*/
.ctn-live .ctn-video, .ctn-live .ctn-novideo {
	float: left;
	width: 480px;
	height: 397px;
	padding: 3px;
	background: #585753;
}
.ctn-live .ctn-main .ctn-novideo .ctn-dragmodule {
	padding: 0;
	width: 100%;
}
.ctn-main .ctn-novideo .ctn-dragmodule .ctn-scrollingcontentcontainer {
	width: 467px;
}
.ctn-live .ctn-novideo .lnk-dragmodule, .ctn-live .ctn-novideo .lnk-closemodule {
	display: none;
}
/*
// VIDEO AND NO VIDEO
*/

/*
TOOLBOX
*/
.ctn-toolbox {
	width: 26px;
	height: 150px;
	overflow: hidden;
	border-bottom: solid 1px #EFEFEF;
	border-top: solid 1px #EFEFEF;
	float: right;
	position: relative;
	background: #FFFFFF;
	line-height: 100%;
}
.ctn-toolbox ul {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFF;
}
.ctn-toolbox li {
	float: left;
	padding-left: 5px;
	width: 125px;
	height: 25px;
	position: relative;
}
.ctn-toolbox li a {
	display: block;
	height: 25px;
	padding-right: 25px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-toolbox.gif) no-repeat;
	color: #6D655D;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}
.ctn-toolbox li a:hover, .ctn-toolbox li a.selected {
	color: #FF9900;
	text-decoration: none;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-toolbox-ovr.gif) no-repeat;
}
.ctn-toolbox .itm-fontresize a {
	background-position: 100% 0 !important;
}
.ctn-toolbox .itm-print a {
	background-position: 100% -25px !important;
}
.ctn-toolbox .itm-sendmail a {
	background-position: 100% -50px !important;
}
.ctn-toolbox .itm-sendmsn a {
	background-position: 100% -75px !important;
}
.ctn-toolbox .itm-share a {
	background-position: 100% -100px !important;
}
.ctn-toolbox .itm-errorreport a {
	background-position: 100% -125px !important;
}
.ctn-toolbox li span {
	display: block;
	height: 18px;
	padding-top: 7px;
	border-right: solid 1px #EFEFEF;
	cursor: pointer;
}
.ctn-toolbox.over {
	overflow:visible;
}
.ctn-toolbox.over ul {
	border-top: solid 2px #FF9900;
	border-bottom: solid 2px #FF9900;
	border-left: solid 2px #FF9900;
	margin-top: -2px;
}
.ctn-subtoolbox {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	border: solid 2px #FF9900;
	padding: 10px;
}
.ctn-subtoolbox h5 {
	width: 100%;
	font-size: 11px;
	color: #FF9900;
	text-transform: lowercase;
}
.ctn-share {
	width: 107px;
	overflow: hidden;
	margin: -28px 0 0 -12px;
	padding: 0;
}
.ctn-share h5 {
	padding: 10px;
}
	.ctn-share li {
		margin-bottom: 5px;
	}
	.ctn-share a {
		display: block;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-share.gif) #FFFFFF no-repeat;
		height: 19px;
		line-height: 19px;
		padding: 0 0 0 35px;
		font-size: 11px;
		color: #756666;
		text-decoration: none;
		font-weight: bold;
	}
	.ctn-share a:hover {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-share-ovr.gif) #FF9900 no-repeat;
		color: #FFFFFF;
		text-decoration: none;
	}
	.ctn-share .itm-delicious a {
		background-position: 10px 0 !important;
	}
	.ctn-share .itm-facebook a {
		background-position: 10px -19px !important;
	}
	.ctn-share .itm-technorati a {
		background-position: 10px -38px !important;
	}
	.ctn-share .itm-yahoo a {
		background-position: 10px -57px !important;
	}
	.ctn-share .itm-meneame a {
		background-position: 10px -76px !important;
	}
	.ctn-share .itm-fresqui a {
		background-position: 10px -95px !important;
	}
.ctn-fontresize {
	width: 42px;
	height: 65px;
	padding: 5px 0;
	margin-left: 53px;
	margin-top: -25px;
}
	.ctn-fontresize a {
		display: block;
		width: 42px;
		height: 20px;
		overflow: hidden;
		margin-bottom: 2px;
		text-indent: -999px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-fontresize.gif) no-repeat;
		height: 20px;
	}
	.ctn-fontresize a:hover {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-fontresize-ovr.gif) no-repeat #FF9900;
	}
	.ctn-fontresize .f1 {
		background-position: 0 0 !important;
	}
	.ctn-fontresize .f2 {
		background-position: 0 -20px !important;
	}
	.ctn-fontresize .f3 {
		background-position: 0 -40px !important;
	}
.ctn-sendmail, .ctn-errorreport {
	margin: -28px 0 0 -229px;
}
/*
// TOOLBOX
*/

/*
COMMENTS
*/
.ctn-comments .ctn-pages {
	background: #CCCCCC;
	clear: both;
}
.ctn-comments .ctn-posts li {
	clear: both;
}
.ctn-comments .ctn-posts .ctn-postinfo {
	width: 130px;
	float: left;
}
.ctn-comments .ctn-posts .ctn-post {
	width: 440px;
	float: left;
}
/*
// COMMENTS
*/

/*
PHOTOS GALLERY
*/
.ctn-photosgallery .ctn-scrollingphoto {
	position: relative;
	width: 572px;
	height: 400px;
	overflow: hidden;
	text-align: center;
	background: #EAE9E7;
	float: left;
}
.ctn-photosgallery .ctn-scrollingphoto img {
	vertical-align: middle;
}
.ctn-photosgallery .lnk-back, .ctn-photosgallery .lnk-next {
	display: block;
	position: absolute;
	width: 30%;
	height: 80%;
	overflow: hidden;
	text-indent: -999px;
	top: 10%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.ctn-photosgallery .lnk-next {
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/lnk-next.gif) no-repeat 90% 50%;
}
.ctn-photosgallery .lnk-back {
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/lnk-back.gif) no-repeat 10% 50%;
}
.ctn-photosgallery .lnk-back:hover, .ctn-photosgallery .lnk-next:hover  {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.ctn-photosgallery .lnk-back {
	left: 0;
}
.ctn-photosgallery .lnk-next {
	right: 0;
}
.ctn-photosgallery .ctn-caption {
	position: absolute;
	left: 0px;
	top: 378px;
	width: 294px;
	height: 23px;
}
.ctn-photosgallery .bgr-caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 274px;
	height: 23px;
	background: #000000;
	opacity: 0.58;
	-moz-opacity: 0.58;
	filter: alpha(opacity=58);
	z-index: 1;
}
.ctn-photosgallery .ctn-contentcaption {
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 23px;
	z-index: 2;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
}
.ctn-photosgallery .ctn-contentcaption a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
 	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	position: static;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/ico-gallerycontrols.gif) no-repeat;
}
.ctn-photosgallery .ctn-contentcaption a:hover {
 	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.ctn-photosgallery .ctn-contentcaption a:hover {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/ico-gallerycontrols.gif) no-repeat;
}
.ctn-photosgallery .ctn-contentcaption .lnk-zoomphoto, .ctn-photosgallery .ctn-contentcaption .lnk-zoomphoto:hover {
	width: 88px;
	height: 13px;
	margin: 0 10px 0 0;
	padding: 4px 0 5px 0;
	background-position: -18px 2px;
}
.ctn-photosgallery .ctn-gallerycontrols {
	float: left;
	border-right: solid 1px #868686;
	border-left: solid 1px #868686;
	padding: 0 10px;
	height: 23px;
}
.ctn-photosgallery .ctn-contentcaption .lnk-back, .ctn-photosgallery .ctn-contentcaption .lnk-back:hover {
	width: 9px;
	height: 7px;
	margin: 7px 0 0 0;
	background-position: 0 0;
}
.ctn-photosgallery .ctn-contentcaption .lnk-next, .ctn-photosgallery .ctn-contentcaption .lnk-next:hover {
	width: 9px;
	height: 7px;
	margin: 7px 0 0 0;
	background-position: -9px 0;
}
.ctn-photosgallery .ctn-contentcaption .lnk-play, .ctn-photosgallery .ctn-contentcaption .lnk-play:hover {
	width: 6px;
	height: 11px;
	margin: 5px 8px;
	background-position: -2px -9px;
}
.ctn-photosgallery .ctn-contentcaption .lnk-pause,  .ctn-photosgallery .ctn-contentcaption .lnk-pause:hover {
	display: none;
	width: 6px;
	height: 11px;
	margin: 5px 8px;
	background-position: -11px -9px;
}
.ctn-photosgallery .ctn-gallerycounter {
	float: left;
	padding: 5px 10px;
 	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	
}
.ctn-loader {
	text-align: right;
}
/*
// PHOTOS GALLERY
*/

/*
SCROLLING
*/
.horizontal .ctn-scrollbar {
	margin-top: 10px;
	position: relative;
	width: 570px;
	height: 2px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-scrollbar.gif) repeat-x;
	cursor: pointer;
}
.horizontal .ctn-scrollbar .ctn-bar {
	position: relative;
	left: 0;
	top: -2px;
	width: 52px;
	height: 6px;
	background: #FF9900;
	cursor: pointer;
}
.vertical .ctn-scrollbar {
	position: relative;
	width: 2px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-scrollbar-vert.gif) repeat-y;
	cursor: pointer;
	float: left;
}
.vertical .ctn-scrollingcontentcontainer {
	float: left;
	overflow: hidden;
}
.vertical .ctn-scrollbar .ctn-bar {
	position: absolute;
	left: -2px;
	top: 0;
	width: 6px;
	height: 52px;
	background: #FF9900;
	cursor: pointer;
}
/*
// SCROLLING
*/

/*
GALLERY
*/
.ctn-galleriesheader {
	height: 35px;
	background: #FFFFFF;
}
.ctn-galleriesheader h2 {
	float: left;
	width: 148px;
	height: 22px;
	overflow: hidden;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/ttl-photogalleries.gif) no-repeat;
	text-indent: -999px;
}
.ctn-galleriesheader em {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ABA299;
	font-style: normal;
	margin: 2px 0 0 5px;
}
.ctn-galleriesheader .lnk-nextgallery {
	float: right;
	margin: 15px 10px 0 0;
	text-transform: uppercase;
	color: #47423A;
	font-size: 11px;
	font-weight: bold;
}
.ctn-galleriesheader .lnk-nextgallery:hover {
	color: #FF9900;
	text-decoration: none;
}
.ctn-galleriesheader .lnk-moregalleries {
	float: right;
	width: 114px;
	height: 19px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -999px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/btn-moregalleries.gif) no-repeat;
}
.ctn-galleriesheader .lnk-moregalleries:hover {
	background-position: 0 -19px;
}
.ctn-galleriesheader.active .lnk-moregalleries {
	background-position: 0 -38px !important;
}
.ctn-photogallery {
	border: solid 1px #ACA298;
	overflow: hidden;
	background: #FFFFFF;
}
.ctn-photogallery .ctn-toolbox {
	margin: 0;
}
.col-gallery {
	float: left;
	padding-left: 15px;
	width:572px;
}
.col-moregalleries {
	width: 300px;
	float: right;
	font-size: 12px;
}
.col-moregalleries p {
	line-height: 120%;
}
.col-moregalleries .ctn-externalcaption {
	padding-right: 40px;
}
.col-moregalleries .ctn-credits {
	width: 250px;
	font-size: 10px;
	line-height: 120%;
	padding-top: 10px;
}
.col-moregalleries .ctn-relatedarticle {
	width: 275px;
	padding: 20px 0;
	margin-top: 20px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-dotted-hor.gif) repeat-x;
}
.col-moregalleries .ctn-relatedarticle a {
	display: block;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-bulletlist.gif) 0 8px no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #4A433B;
	padding: 4px 0 0 10px;
}
.col-moregalleries .ctn-relatedarticle a:hover {
	text-decoration: none;
	color: #FF9900;
}
.col-moregalleries .ctn-more {
	width: 275px;
	overflow: hidden;
	padding: 20px 0;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-dotted-hor.gif) repeat-x;
}
.col-moregalleries h5 {
	text-transform: lowercase;
	font-size: 14px;
	color: #736F67;
	font-weight: normal;
	margin-bottom: 5px
}
.ctn-more .ctn-galleriesthumbs {
	width: 287px;
	padding-bottom: 5px;
}
.ctn-more .ctn-galleriesthumbs li {
	margin: 0 12px 0 0;
	padding: 0;
	width: 83px;
	height: auto;
}
.ctn-more .ctn-galleriesthumbs .tmb-galleries {
	padding: 3px;
	margin-bottom: 5px;
}
.ctn-more .ctn-galleriesthumbs a:hover .tmb-galleries {
	border: 3px solid #FF9900;
	padding: 1px;
}
.ctn-more .ctn-galleriesthumbs .tmb-galleries img {
	width: 75px;
	height: 52px;
}

	/*
	TOP GALLERIES
	*/
	.ctn-photogalleries .ctn-contenttop {
		font-size: 24px;
		border-bottom: solid 1px #ACA298;
		padding: 15px 0 15px 15px;
		margin-bottom:15px;
		overflow: hidden;
		height: 50px;
	}
	.ctn-photogalleries .ctn-contenttop h1 {
		float: left;
		width: 572px;
	}
	.ctn-gallerycover .ctn-contenttop dl, .ctn-photogalleries .ctn-contenttop dl {
		float: left;
		width: 141px;
		height: 25px;
		font-size: 11px;
		font-weight: bold;
		position: relative;
		margin: 0 10px 0 27px;
	}
	.ctn-gallerycover .ctn-contenttop dt, .ctn-photogalleries .ctn-contenttop dt {
		top: 11px;
		color: #ACA298;
	}
	.ctn-gallerycover .ctn-contenttop dd, .ctn-photogalleries .ctn-contenttop dd {
		color: #A8CF2D;
	}
	.ctn-gallerycover .ctn-contenttop .itm-views, .ctn-photogalleries .ctn-contenttop .itm-views {
		position: absolute;
		left: 0;
		width: 56px;
		border-right: solid 1px #ECE9E6;
	}
	.ctn-gallerycover .ctn-contenttop .itm-comments, .ctn-photogalleries .ctn-contenttop .itm-comments {
		position: absolute;
		left: 67px;
	}
	.ctn-photogalleries .ctn-contenttop .lnk-addcomment {
		float: left;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-comentarverde.gif);
		width: 57px;
		height: 24px;
		overflow: hidden;
		text-indent: -999px;
	}
	.ctn-galleriesheader .lnk-mgalleries {
		float: right;
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		line-height: 16px;
		color: #FF9900;
		text-transform: lowercase;
		margin-top: 10px;
	}
	.ctn-galleriesheader .lnk-mgalleries:hover { 
		text-decoration: none;
		color: #FF9900;
	}
	/*
	// TOP GALLERIES
	*/

.ctn-photogalleries .col-gallery .ctn-scrolling {
	margin: 0 0 15px 0;
}

.ctn-photogalleries .ctn-scrolling {
	margin-top: 15px;
}

.ctn-photogalleries .ctn-comments {
	border-top: 0;
}
/*
// GALLERY
*/

/*
PHOTOS GALLERY
*/
.ctn-photosgallery .ctn-scrollingcontentcontainer {
	width: 570px;
	height: 76px;
	overflow: hidden;
}
.ctn-photosgallery .ctn-scrollingcontentcontainer.ctn-alternate {
	overflow: scroll;
	padding-bottom: 15px;
}
.ctn-photosgallery .ctn-scrollingcontentcontainer li {
	float: left;
	width: 110px; /* Update initScrolling in scrolling.js */
	height: 76px;
	margin-right: 5px;
	background: #666666;
}
.ctn-photosgallery .ctn-scrollingcontentcontainer .ctn-contentcaptionhtml {
	display: none;
}
.ctn-photosgallery .ctn-scrollingcontentcontainer a, .ctn-photosgallery .ctn-scrollingcontentcontainer img {
	display: block;
	width: 110px;
	height: 76px;
}
.ctn-photosgallery .ctn-scrollingcontentcontainer a:hover, .ctn-photosgallery .ctn-scrollingcontentcontainer .selected a {
	border: solid 3px #F0AC27;
	width: 104px;
	height: 70px;
	overflow: hidden;
}
.ctn-photosgallery .ctn-scrollingcontentcontainer a:hover img, .ctn-photosgallery .ctn-scrollingcontentcontainer .selected a img {
	margin: -3px 0 0 -3px;
}
/*
// PHOTOS GALLERY
*/

/*
CAROUSEL
*/
	/*
	CAPTION
	*/
	.ctn-carousel .bgr-caption {
		width: 527px;
		height: 55px;
	}
	.ctn-carousel .ctn-caption {
		width: 572px;
		height: 55px;
		top: 345px;
	}
	.ctn-carousel .ctn-contentcaption {
		width: 565px;
	}
	.ctn-carousel .ctn-contentcaptionhtml {
		width: 320px;
		padding: 10px 190px 10px 10px;
		position: relative;
		float: left;
		color: #B7B3B2;
	}
	.ctn-carousel .ctn-contentcaptionhtml span {
		margin-left: 5px;
	}
	.ctn-carousel .ctn-contentcaptionhtml dl {
		display: inline;
		margin-left: 10px;
	}
	.ctn-carousel .ctn-contentcaptionhtml dl dt, .ctn-carousel .ctn-contentcaptionhtml dl dd {
		display: inline;
		font-size: 9px;
	}
	.ctn-carousel .ctn-contentcaptionhtml dl dd {
		color: #73940F;
	}
	.ctn-carousel .ctn-contentcaptionhtml p {
		font-size: 14px;
		font-weight: bold;
		color: #FF9900;
		display: inline;
		line-height: 120%;
	}
	.ctn-carousel .ctn-contentcaptionhtml .lnk-gallery, .ctn-carousel .ctn-contentcaptionhtml .lnk-gallery:hover {
		position: absolute;
		top: 13px;
		right: 15px;
		font-size: 18px;
		font-weight: bold;
		text-indent: 0;
		background: none;
		line-height: 25px;
		text-decoration: none;
		color: #FFFFFF;
		text-transform: lowercase;
	}
	.ctn-carousel .ctn-gallerycontrols {
		float: right;
		border: 0;
		width: 27px;
		height: 37px;
		padding: 18px 0 0 16px;
		background: #000;		
		filter: alpha(opacity=58);
		-moz-opacity: 0.58;
		opacity: 0.58;
	}
	.ctn-carousel .ctn-gallerycontrols a {
		filter: alpha(opacity=80) !important;
		-moz-opacity: 0.8 !important;
		opacity: 0.8 !important;
		width: 10px !important;
		height: 18px !important;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/galeria/ico-carouselcontrols.gif) !important;
		margin: 0 !important;
	}
	.ctn-carousel .ctn-gallerycontrols a:hover {
		filter: alpha(opacity=100) !important;
		-moz-opacity: 1 !important;
		opacity: 1 !important;
	}
	.ctn-carousel .ctn-gallerycontrols .lnk-play {
		background-position: 0 0;
	}
	.ctn-carousel .ctn-gallerycontrols .lnk-pause {
		background-position: -12px 0 !important;
	}
	/*
	// CAPTION
	*/
	/*
	CAROUSEL THUMBS
	*/
	.ctn-carousel .ctn-scrollingcontentcontainer {
		height: 88px;
	}
	.ctn-carousel .ctn-galleriesthumbs {
		width: 598px !important;
	}
	.ctn-carousel .ctn-galleriesthumbs li {
		padding: 0 27px 0 0;
		margin: 0;
		background: #FFFFFF;
		width: 122px;
		height: 88px;
	}
	.ctn-carousel .ctn-galleriesthumbs li a {
		padding: 5px;
		border: 1px solid #ACA298;
	}
	.ctn-carousel .ctn-galleriesthumbs a:hover, .ctn-carousel .ctn-galleriesthumbs .selected a {
		border:3px solid #FF9900;
		padding:3px;
	}
	.ctn-carousel .ctn-galleriesthumbs a:hover, .ctn-carousel .ctn-galleriesthumbs .selected a {
		width: auto;
		height: 76px;
	}
	.ctn-carousel .ctn-galleriesthumbs a:hover img, .ctn-carousel .ctn-galleriesthumbs .selected a img {
		margin: 0;
	}
	/*
	// CAROUSEL THUMBS
	*/
/*
// CAROUSEL
*/

/*
LIVE
*/
body.terratv {
	background-image: none;
	background: #191917;
	color: #FFFFFF;
}

body.terratv .ctn-loading {
	position: absolute;
	margin: 10px 0 0 10px;
	width: 126px;
	height: 22px;
	text-indent: -999px;
	overflow: hidden;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-loaderbar.gif);
}

.ctn-live .ctn-main {
	padding: 8px 17px;
	background: #2B2822;
	border: solid 3px #403B37;
}

	/*
	LIVE HEADER
	*/
	.ctn-liveheader {
		height: 23px;
		margin-bottom:8px
	}
	.ctn-liveheader .ttl-terratvlive {
		float: left;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-terratvlive.gif) no-repeat;
		width: 197px;
		height: 21px;
		margin: 0 6px 0 4px;
	}
         .ctn-liveheader .ttl-terratvminute {
                  float: left;
                  background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-terratvminute_BR.gif) no-repeat;
                  width: 297px;                                   
                  height: 21px;                                   
                  margin: 0 6px 0 4px;                            
          }
	.ctn-liveheader .ttl-terratvlive a {
		display: block;
		width: 197px;
		height: 21px;
		text-indent: -999px;
		overflow: hidden;
	}
	.ctn-liveheader span {
		float: left;
		color: #FFFFFF;
		font-size: 12px;
		margin-top: 5px;
	}
	.ctn-liveheader ul {
		float: right;
		width: 176px;
	}
	.ctn-liveheader ul .active {
		background: none;
	}
	.ctn-liveheader li {
		float: right;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-verticaldotted666666.gif) 100% 0 repeat-y;
		padding: 0 10px;
	}
	.ctn-liveheader li.itm-first {
		padding-left: 0;
	}
	.ctn-liveheader li.itm-last {
		background: none;
		padding-right: 0;
	}
	.ctn-liveheader ul a {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-headermenu.gif) no-repeat;
		display: block;
		height:16px;
		text-indent: -999px;
		overflow: hidden;
	}
	.ctn-liveheader .lnk-livesendmail {
		background-position: 0 0;
		width: 16px;
	}
	.ctn-liveheader .lnk-livesendmail:hover {
		background-position: 0 -16px;
	}
	.ctn-liveheader .active .lnk-livesendmail {
		background-position: 0 -32px !important;
	}
	.ctn-liveheader .lnk-sendmsn {
		background-position: -17px 0;
		width: 12px;
	}
	.ctn-liveheader .lnk-sendmsn:hover {
		background-position: -17px -16px;
	}
	.ctn-liveheader .lnk-popout {
		background-position: -30px 0;
		width: 108px;
	}
	.ctn-liveheader .lnk-popout:hover {
		background-position: -30px -16px;
	}	
	/*
	// LIVE HEADER
	*/

	/*
	LIVE CHANNELS
	*/
	.ctn-live .ctn-expandcollapsechannel {
		height:130px;
		padding: 10px 0;
	}
	.ctn-live .ctn-channels {
		border: solid 1px #393834;
	}
	.ctn-live .ctn-expandcollapse {
		height: 17px;
		background: #363430;
	}
	.ctn-live .ctn-expandcollapse a {
		display: block;
		width: 100%;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-expandcollapse.gif) no-repeat 855px 0;
		text-indent: -999px;
	}
	.ctn-live .ctn-expandcollapse .lnk-collapse {
		background-position: 855px -34px;
	}
	.ctn-live .ctn-expandcollapse .lnk-collapse:hover {
		background-position: 855px -51px;
	}
	.ctn-live .ctn-expandcollapse.selected .lnk-collapse {
		background-position: 855px 0;
	}
	.ctn-live .ctn-expandcollapse.selected .lnk-collapse:hover {
		background-position: 855px -17px;
	}
	/*
	// LIVE CHANNELS
	*/

	/*
	GAME STATUS
	*/
	.ctn-gamestatus {
		height: 70px;
		overflow: hidden;
		margin: 11px 0 3px 0;
		background: #3E3C37;
	}
	.ctn-gamestatus #evento{
		float : left;
		margin : 15px 10px 0 20px;	
		width : 266px;
		height : 55px;
		display : inline;
	}
	.ctn-gamestatus #voleidepraia #evento{
		width : 300px;
	}
	.ctn-gamestatus #evento h2{
		font-size : 15px;
	}
	.ctn-gamestatus #evento p{
		color : #76736f;
		font-size : 11px;
	}
	.ctn-gamestatus #minuto_a_minuto #evento{
		width : 800px;
		margin : 15px 0 0 20px;	
	}
	.ctn-gamestatus #minuto_a_minuto #evento h2{
		font-size : 20px;	
	}
	
		/*
		PLACAR
		*/
		.ctn-gamestatus #placar{
			width : 280px;
			height : 70px;
			background-color : #595753;
			display : inline;
			float : left;
		}
		.ctn-gamestatus #voleidepraia #placar,
		.ctn-gamestatus #volei #placar,
		.ctn-gamestatus #tenis #placar{
			width : 180px;	
			background-color : transparent;
			padding-top : 15px;
		}
		.ctn-gamestatus #tenis #placar{
			width : 292px;
		}
		.ctn-gamestatus #voleidepraia #placar{
			width : 242px;	
		}
		.ctn-gamestatus .pais{
			width : 90px;
			height : 70px;
			display : block;
			text-align : center;
			font-size : 11px;
			line-height : 11px;
			float : left;
		}
		.ctn-gamestatus .pais span{
			width : 90px;
			height : 70px;
			float : left;
		}
		.ctn-gamestatus #futebol .pais span{
			width : 88px;
			padding : 1px;
		}
		.pais img{
			margin : 10px 0;
		}
		.ctn-gamestatus #voleidepraia .pais,
		.ctn-gamestatus #volei .pais,
		.ctn-gamestatus #tenis .pais{
			width : 195px;	
			height : 26px;
			display : block;
			background-color : #595753;
			margin-bottom : 1px;
		}
		.ctn-gamestatus #tenis .pais{
			width : 293px;	
		}
		.ctn-gamestatus #voleidepraia .pais{
			width : 242px;	
		}
		.ctn-gamestatus #voleidepraia .pais img,
		.ctn-gamestatus #volei .pais img,
		.ctn-gamestatus #tenis .pais img{
			margin : 1px 5px 0 5px;
			float : left;
			display : inline;
		}
		.ctn-gamestatus #voleidepraia .pais span,
		.ctn-gamestatus #volei .pais span,
		.ctn-gamestatus #tenis .pais span{
			width : 140px;
			height : 26px;
			line-height : 26px;	
			text-align : left;
			padding : 0 0 0 0;
			margin : 0 0 0 0;
		}
		.ctn-gamestatus #voleidepraia .pais span{
			width : 170px;
		}
		.ctn-gamestatus #tenis .pais span{
			width : 240px;
		}
		.ctn-gamestatus .pontos{ 
			width : 100px;
			height : 70px;
			text-align : center;
			float : left;
		}
		.ctn-gamestatus .pontos span{
			width : 33px;
			height : 44px;
			text-align : center;	
			float : left;
			font-weight : bold;
			font-size :31px;
			line-height : 44px;
		}
		.ctn-gamestatus .pontos span.penalti{
			font-size :10px;
			font-weight : normal;
			width : 10px;
		}
		.ctn-gamestatus #hoquei .pontos span,
		.ctn-gamestatus #handebol .pontos span,
		.ctn-gamestatus #basquete .pontos span{
			font-size :22px;
			width : 45px;
		}
		.ctn-gamestatus .pontos b{
			font-size : 11px;
			line-height : 44px;
			width : 10px;
			text-align : center;
			float : left;
		}
		.ctn-gamestatus .info{
			width : 100px;
			height : 15px;
			font-size : 11px;
			text-align : center;
			float : left;
		}
		.ctn-gamestatus #sets{
			height : 70px;
			width : 386px;
			float : left;
			display : inline;
			float : right;
		}
		.ctn-gamestatus #tenis #sets{
			width : 288px;
		}
		.ctn-gamestatus #voleidepraia #sets{
			width : 304px;
		}
		.ctn-gamestatus #sets th{
			color : #837F79;
			text-align : center;
			font-size : 11px;
			height : 15px;
			line-height : 15px;	
			background-color : #3e3c37;
		}
		.ctn-gamestatus #sets td{
			background-color : #504E4B;
			border-left: 1px solid #3E3C37; 
			border-bottom: 1px solid #3E3C37; 
			text-align: center;
			font-size: 11px;
			height: 26px;
			width: 45px;
			line-height: 26px;
			color: #B3AFAB;
			vertical-align:middle;
		}
		.ctn-gamestatus #tenis #sets td{
			width: 35px;
		}
		.ctn-gamestatus #voleidepraia #sets table{
			width: 305px;
		}
		.ctn-gamestatus #voleidepraia #sets td{
			width: 49px;
		}
		.ctn-gamestatus #sets td.servico{
			width: 19px; 
			background-color: #595753;
		}	
		.ctn-gamestatus #sets td.setatual{
			width: 100px;
			font-size: 22px;	
			background-color: #595753;
			color: #fff;
		}
		.ctn-gamestatus #voleidepraia #sets td.setatual{
			width : 110px;
		}
		.ctn-gamestatus #volei #sets td.setatual{
			width : 110px;
		}
		.ctn-gamestatus #tenis #sets td.setatual{
			border-left : none;
		}
		.ctn-gamestatus #sets td.setgeral{
			font-size : 22px;
			color : #fff;
		}
		.ctn-gamestatus #minuto_a_minuto,
		.ctn-gamestatus #voleidepraia,
		.ctn-gamestatus #tenis,
		.ctn-gamestatus #volei,
		.ctn-gamestatus #hoquei,
		.ctn-gamestatus #handebol,
		.ctn-gamestatus #futebol,
		.ctn-gamestatus #basquete{
			height : 70px;
			display : block;
		}
		/*
		// PLACAR
	*/
	/*
	// GAME STATUS
	*/

	/*
	BANNER
	*/
	.ctn-live .ctn-main .ctn-banner {
		clear: both;
		padding: 4px 0 0 25px;
	}
	/*
	// BANNER
	*/

	/*
	DRAG MODULES
	*/
	.ctn-live .ctn-main .ctn-modulesmenu {
		float: right;
		width: 92px;
		overflow: hidden;
	}
	.ctn-main .ctn-dragmodule .ctn-scrollingcontentcontainer {
		width: 270px;
		margin-right: 6px;
	}
	.ctn-main .ctn-dragmodule .ctn-scrollbar {
		margin: 2px 0 0 0;
	}
	.ctn-live .ctn-main .ctn-modulesmenu h4 {
		width:92px;
		height: 42px;
		overflow: hidden;
		text-indent: -999px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-menu.gif) no-repeat;
	}
	.lst-dragmodules li {
		margin-bottom: 3px;
		height: 30px;
	}
	.lst-dragmodules label {
		display:none;
	}
	.lst-dragmodules .chk-replace {
		display: block;
		width: 92px;
		height: 30px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-menumodules.gif);
	}
	.lst-dragmodules .over {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-menumodules-ovr.gif);
	}
	.lst-dragmodules .checked {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-menumodules-act.gif) !important;
	}
	
	.lst-dragmodules .itm-minmin .chk-replace {
		background-position: 0 0 !important;
	}	
	.lst-dragmodules .itm-chat .chk-replace {
		background-position: 0 -30px !important;
	}	
	.lst-dragmodules .itm-gameinfo .chk-replace {
		background-position: 0 -60px !important;
	}	
	.lst-dragmodules .itm-photos .chk-replace {
		background-position: 0 -90px !important;
	}	
	.lst-dragmodules .itm-highlights .chk-replace {
		background-position: 0 -120px !important;
	}	
	.lst-dragmodules .itm-nearlive {
		height: 37px;
	}	
	.lst-dragmodules .itm-nearlive .chk-replace {
		background-position: 0 -150px !important;
		height: 37px;
	}	
	.lst-dragmodules .itm-articles .chk-replace {
		background-position: 0 -187px !important;
	}	
	.ctn-modulesmenu .lnk-exposeall {
		float: left;
		display: block;
		width: 92px;
		height: 30px;
		text-indent: -999px;
		overflow: hidden;
		margin-top: 5px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-menumodules.gif);
		background-position: 0 -217px !important;
	}
	.ctn-modulesmenu .lnk-exposeall:hover {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-menumodules-ovr.gif);
	}
	
	.ctn-live .ctn-main .ctn-module {
		float: left;
		padding-left:3px;
	}
	.ctn-live .ctn-main .lnk-collapsemodule, .ctn-live .ctn-main .lnk-expandemodule {
		display: none !important;
	}
	.ctn-live .ctn-main .ctn-dragmodule {
		width: 283px;
		display: none;
	}
	.ctn-live .ctn-main .show {
		display: block;
	}
	.ctn-dragmodules {
		width: 916px;
	}
	.ctn-dragmodules .col-left {
		float:left;
		width:446px;
	}
	.ctn-dragmodules .col-right {
		float: right;
		width: 446px;
	}
	.ctn-dragmodule {
		background: #585753;
		z-index: 2;
		width: 440px;
		padding:3px;
	}
	.ctn-live div.active {
		background: #FF9900;
	}
	.ctn-live .ctn-modulecontent {
		background: #282623;
		height: 358px;
	}
	.ctn-dragmodule .ctn-scrollingcontentcontainer {
		width: 427px;
		height: 358px;
	}
	.ctn-dragmodule .ctn-scrollbar {
		height: 354px;
		margin: 2px 0 0 6px;
	}
	.ctn-live .ctn-titlebar {
		height: 32px;
		padding: 7px 5px 0 20px;
	}
	.ctn-live .ctn-dragmodule h4 {
		float: left;
		width: 165px;
		height: 17px;
		overflow: hidden;
		margin-top: 5px;
		text-indent: -999px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-drags.gif) no-repeat;
	}
	.ctn-live div.active h4 {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-drags-act.gif) no-repeat;
	}
	.ctn-live .minmin h4 {
		background-position: 0 0 !important;
	}
	.ctn-live .chat h4 {
		background-position: 0 -17px !important;
	}
	.ctn-live .gameinfo h4 {
		background-position: 0 -34px !important;
	}
	.ctn-live .photos h4 {
		background-position: 0 -51px !important;
	}
	.ctn-live .highlights h4 {
		background-position: 0 -68px !important;
	}
	.ctn-live .nearlive h4 {
		background-position: 0 -85px !important;
	}
	.ctn-live .articles h4 {
		background-position: 0 -102px !important;
	}
	.ctn-live .active h4 {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-drags-atv.gif) no-repeat;
	}
	.ctn-live .ctn-dragmodule .ctn-controls {
		float: right;
	}
	.ctn-dragmodule .ctn-controls a {
		display: block;
		float: left;
		width: 21px;
		height: 21px;
		margin-left: 10px;
		overflow: hidden;
		text-indent: -999px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-controls.gif) no-repeat;
	}
	
	.ctn-dragmodule a.lnk-collapsemodule {
		background-position: 0 -21px;
	}
	.ctn-dragmodule a:hover.lnk-collapsemodule {
		background-position: -21px -21px;
	}
	.ctn-live .active a.lnk-collapsemodule {
		background-position: -42px -21px;
	}
	
	.ctn-dragmodule a.lnk-expandmodule {
		background-position: 0 -42px;
		display: none;
	}
	.ctn-dragmodule a:hover.lnk-expandmodule {
		background-position: -21px -42px;
	}
	.ctn-live .active a.lnk-expandmodule {
		background-position: -42px -42px;
	}
	
	.ctn-dragmodule a.lnk-closemodule {
		background-position: 0 -63px;
	}
	.ctn-dragmodule a:hover.lnk-closemodule {
		background-position: -21px -63px;
	}
	.ctn-live .active a.lnk-closemodule {
		background-position: -42px -63px;
	}
	
	.ctn-dragmodule a.lnk-dragmodule {
		background-position: 0 0;
		cursor: move;
	}
	.ctn-live .active a.lnk-dragmodule {
		background-position: -42px 0!important; /* IE Fix */
	}
	
	.ctn-dragmodules .ctn-boxmodule {
		position: relative;
		z-index: 4;
		height: 30px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/px.gif);
	}
	.ctn-dragmodules .ctn-boxmodule.over {
		border: dashed 1px #FF9900;
		height: 28px;
		cursor: move;
	}
		
		/*
		MINUTE X MINUTE
		*/
		.minmin {
			font-size: 13px;
		}
		.minmin a {
			text-decoration: underline;
			color: #FFFFFF;
		}
		.minmin a:hover {
			text-decoration: none;
		}
		.minmin td{
			width : 15%;
			text-align : center;
			font-size : 11px;
			padding : 7px;
			background-color : #373431;
		}
		.minmin .zb td{
			background-color : #312E2B;
		}
		.minmin td.narracao{
			text-align : left;
			width : 85%;
		}
		.minmin .row-goal td.narracao {
			font-weight: bold;
			color: #FFFFFF;
			font-size: 14px;
		}
		.minmin td span{
			clear : both;
			width : 99%;
			display : block;
			margin : 3px 1px;
			text-align : center;
		}
		.minmin td span.tempo{
			font-size : 18px;
			font-weight : bold;
		}
		.minmin table{
			width : 100%;
			height : auto;
		}
		/*
		// MINUTE X MINUTE
		*/
		
		/*
		GAME INFO
		*/	
		.ctn-gameinfo {
			font-size: 11px;
		}
		.gameinfo .ctn-modulecontent {
			height: auto;
		}	
		.ctn-gameinfo td {
			vertical-align: top;
		}
		.ctn-gameinfo h2 {
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			text-transform: uppercase;
			margin: 0 0 0 12px;
			line-height: 130%;
		}
		.ctn-gameinfo .cel-cambiosheader {
			background: #211F1D;
			height: 22px;
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-cambios {
			width: 100%;
		}
		.ctn-gameinfo .tab-cambios h3 {
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			text-transform: uppercase;
		}
		.ctn-gameinfo .cel-cambiosheader img {
			float: left;
			margin: 0 8px 0 12px;
		}	
		.ctn-gameinfo .tab-cambios .cel-cambios1, .ctn-gameinfo .tab-cambios .cel-cambios2 {
			width: 50%;
		}
		.ctn-gameinfo .tab-cambios1{
			width: 100%;
		}
		.ctn-gameinfo .tab-cambios1 img{
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-cambios1 td {
			vertical-align: middle;
			padding: 4px 0 4px 0;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambiosheaderelements, .ctn-gameinfo .tab-cambios1 .cel-cambiosheaderelements td {
			color: #898782;
			background: #484742;
			font-weight: bold;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambiosheadercountry {
			background: #32302C;
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambios1st {
			text-align: center;
			border-right: 1px solid #767570;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambios2nd {
			padding: 6px;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambios3rd {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambios4th {
			padding: 6px;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambioscolor1 td {
			background: #555450;
		}
		.ctn-gameinfo .tab-cambios1 .cel-cambioscolor2 td {
			background: #3E3C37;
		}
		.ctn-gameinfo .tab-cambios1 .col-cambios1 {
			width: 32px;
		}
		.ctn-gameinfo .tab-cambios1 .col-cambios2 {
			width: 80px;
		}
		.ctn-gameinfo .tab-cambios1 .col-cambios3 {
			width: 30px;
		}
		.ctn-gameinfo .tab-cambios1 .col-cambios4 {
			width: 80px;
		}
		.ctn-gameinfo .tab-cambios .cel-cambiosdivider {
			width: 1px;
			background: #403F3D !important;
		}		
		.ctn-gameinfo .cel-matchinfoheader {
			background: #211F1D;
			height: 22px;
			vertical-align: middle;
		}		
		.ctn-gameinfo .tab-matchinfo {
			width: 100%;
		}
		.ctn-gameinfo .tab-matchinfo h3 {
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			margin: 0 0 0 12px;
		}
		.ctn-gameinfo .tab-matchinfo td {
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-matchinfo .cel-matchinfo1st {
			text-align: center;
			border-right: 1px solid #767570;
			padding: 6px;
		}
		.ctn-gameinfo .tab-matchinfo .cel-matchinfo2nd {
			padding: 6px;
		}
		.ctn-gameinfo .tab-matchinfo .cel-matchinfocolor1 td {
			background: #555450;
		}
		.ctn-gameinfo .tab-matchinfo .cel-matchinfocolor2 td {
			background: #3E3C37;
		}
		.ctn-gameinfo .tab-matchinfo .col-matchinfo1 {
			width: 76px;
		}
		.ctn-gameinfo .tab-matchinfo .col-matchinfo2 {
			width: 364px;
		}		
		.ctn-gameinfo .cel-matchstatsheader {
			background: #211F1D;
			height: 22px;
			vertical-align: middle;
		}
		.ctn-gameinfo .cel-matchstatsheader {
			text-align: center;
		}	
		.ctn-gameinfo .tab-matchstats {
			width: 100%;
		}
		.ctn-gameinfo .tab-matchstats h3 {
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			margin: 0 0 0 12px;
		}
		.ctn-gameinfo .tab-matchstats td {
			vertical-align: middle;
			padding: 3px 0 3px 0;
		}
		.ctn-gameinfo .tab-matchstats .cel-matchstats1st {
			border-right: 1px solid #767570;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-matchstats .cel-matchstats2nd {
			text-align: center;
			border-right: 1px solid #767570;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-matchstats .cel-matchstats3rd {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-matchstats .cel-matchstatscolor1 td {
			background: #555450;
		}
		.ctn-gameinfo .tab-matchstats .cel-matchstatscolor2 td {
			background: #3E3C37;
		}
		.ctn-gameinfo .tab-matchstats .col-matchstats1 {
			width: 360px;
		}
		.ctn-gameinfo .tab-matchstats .col-matchstats2 {
			width: 40px;
		}
		.ctn-gameinfo .tab-matchstats .col-matchstats3 {
			width: 40px;
		}
		.ctn-gameinfo .cel-rosterheader {
			background: #211F1D;
			height: 22px;
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-roster {
			width: 100%;
		}
		.ctn-gameinfo .cel-rosterheadercountry h3 {
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			text-transform: uppercase;
			float: left;
			width: 120px;
		}
		.ctn-gameinfo .cel-rosterheadercountry img {
			float: left;
			margin: 0 8px 0 12px;
		}
		.ctn-gameinfo .cel-rosterheadercountry .spn-rosterheaderpoints {
			float: left;
			text-transform: uppercase;
			margin: 0 12px 0 0;
			float: right;
		}
		.ctn-gameinfo .tab-roster .cel-roster1, .ctn-gameinfo .tab-roster .cel-roster2 {
			width: 50%;
		}
		.ctn-gameinfo .tab-roster1{
			width: 100%;
		}
		.ctn-gameinfo .tab-roster1 img{
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-roster1 .cel-rosterheaderelements, .ctn-gameinfo .tab-roster1 .cel-rosterheaderelements td {
			color: #898782;
			background: #484742;
			font-weight: bold;
		}
		.ctn-gameinfo .tab-roster1 .cel-rosterheadercountry {
			background: #32302C;
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster1st {
			text-align: center;
			border-right: 1px solid #767570;
			white-space: nowrap;
			padding: 6px 2px;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster1stlarger {
			border-right: 1px solid #767570;
			padding: 2px 0 2px 12px;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster2nd {
			padding: 6px;
		}
		.ctn-gameinfo .tab-roster1 .cel-rostercolor1 td {
			background: #555450;
		}
		.ctn-gameinfo .tab-roster1 .cel-rostercolor2 td {
			background: #3E3C37;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 {
			width: 32px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 img {
			margin: 2px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster2 {
			width: 183px;
		}
		.ctn-gameinfo .tab-roster .cel-rosterdivider {
			width: 1px;
			background: #403F3D !important;
		}
		
		.ctn-gameinfo .tab-roster1 .cel-roster3rd {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster4th {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster5th {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster6th {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 {
			width: 30px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 img {
			margin: 2px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster2 {
			width: 100px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster3 {
			width: 16px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster4 {
			width: 16px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster5 {
			width: 16px;		
		}
		.ctn-gameinfo .tab-roster1 .col-roster6 {
			width: 16px;		
		}
		.ctn-gameinfo .tab-roster .spn-rostergolagainst {
			color: #FF0000;
		}
		.ctn-gameinfo .tab-roster .spn-rosteragainst {
			color: #FF0000;
		}
		/**********************************************************************************************************************/
		.ctn-gameinfo .tab-roster .cel-roster1, .ctn-gameinfo .tab-roster .cel-roster2 {
			width: 50%;
		}
		.ctn-gameinfo .tab-roster1{
			width: 100%;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster3rd {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster4th {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster5th {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster6th {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 {
			width: 30px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 img {
			margin: 2px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster2 {
			width: 100px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster3 {
			width: 16px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster4 {
			width: 16px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster5 {
			width: 16px;		
		}
		.ctn-gameinfo .tab-roster1 .col-roster6 {
			width: 16px;		
		}
		/*************************************************************************************************************************/
		.ctn-gameinfo .tab-roster .spn-rosterheaderpoints {
			float: right;
			text-transform: uppercase;
			margin: 0 12px 0 0;
		}
		.ctn-gameinfo .tab-roster .cel-roster1, .ctn-gameinfo .tab-roster .cel-roster2 {
			width: 50%;
		}
		.ctn-gameinfo .tab-roster1{
			width: 100%;
		}
		.ctn-gameinfo .tab-roster1 .cel-roster3rd {
			text-align: center;
			padding: 6px 0;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 {
			width: 138px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 img {
			margin: 2px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster2 {
			width: 150px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster3 {
			width: 150px;
		}
		/*******************************************************************************************************************/
		.ctn-gameinfo .tab-roster .spn-rosterheaderpoints {
			float: right;
			text-transform: uppercase;
			margin: 0 12px 0 0;
		}
		.ctn-gameinfo .tab-roster .cel-roster1, .ctn-gameinfo .tab-roster .cel-roster2 {
			width: 50%;
		}
		.ctn-gameinfo .tab-roster1{
			width: 100%;
		}
		.ctn-gameinfo .tab-roster1 td {
			vertical-align: middle;
			padding: 1px 0 4px 0;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 {
			width: 30px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster1 img {
			margin: 2px;
		}
		.ctn-gameinfo .tab-roster1 .col-roster2 {
			width: 185px;
		}
		/*******************************************************************************************************************/
		.ctn-gameinfo .cel-scoringheader {
			background: #211F1D;
			height: 22px;
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-scoring {
			width: 100%;
		}
		.ctn-gameinfo .cel-scoringheadercountry h3 {
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			text-transform: uppercase;
			float: left;
		}
		.ctn-gameinfo .cel-scoringheadercountry img {
			float: left;
			margin: 0 8px 0 12px;
		}
		.ctn-gameinfo .tab-scoring .cel-scoring1, .ctn-gameinfo .tab-scoring .cel-scoring2 {
			width: 50%;
		}
		.ctn-gameinfo .tab-scoring1{
			width: 100%;
		}
		.ctn-gameinfo .tab-scoring1 img{
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-scoring1 td {
			vertical-align: middle;
			padding: 1px 0 4px 0;
		}
		.ctn-gameinfo .tab-scoring1 .cel-scoringheaderelements, .ctn-gameinfo .tab-scoring1 .cel-scoringheaderelements td {
			color: #898782;
			background: #484742;
			font-weight: bold;
		}
		.ctn-gameinfo .tab-scoring1 .cel-scoringheadercountry {
			background: #32302C;
			vertical-align: middle;
		}
		.ctn-gameinfo .tab-scoring1 .cel-scoring1st {
			text-align: center;
			border-right: 1px solid #767570;
			padding: 6px;
		}
		.ctn-gameinfo .tab-scoring1 .cel-scoring2nd {
			padding: 0 6px 0 6px;
		}
		.ctn-gameinfo .tab-scoring1 .cel-scoringcolor1 td {
			background: #555450;
		}
		.ctn-gameinfo .tab-scoring1 .cel-scoringcolor2 td {
			background: #3E3C37;
		}
		.ctn-gameinfo .tab-scoring1 .col-scoring1 {
			width: 30px;
		}
		.ctn-gameinfo .tab-scoring1 .col-scoring1 img {
			margin: 2px;
		}
		.ctn-gameinfo .tab-scoring1 .col-scoring2 {
			width: 185px;
		}
		.ctn-gameinfo .tab-scoring .cel-scoringdivider {
			width: 1px;
			background: #403F3D !important;
		}
		.ctn-gameinfo .tab-scoring .spn-scoringgolagainst {
			color: #FF0000;
		}
		.ctn-gameinfo .tab-scoring .spn-scoringagainst {
			color: #FF0000;
		}
		/*******************************************************************************************************************/
		
		/*
		// GAME INFO
		*/
	/*
	// DRAG MODULES
	*/
/*
// LIVE
*/

/*
NEWSLETTER
*/
.ctn-newsletter {
	display: none;
	border: 2px solid #FF9900;
}
/*
// NEWSLETTER
*/

/*
MODULES
*/
	/*
	MOST
	*/
	.ctn-most {
		background: #7F7871;
		border: solid 1px #7F7871;
		line-height: 100%;
		margin-bottom: 20px;
	}
	.ctn-most .galleries {
		display: block;
	}
	.ctn-most .news {
		display: block;
	}
	.ctn-most .news .mostreads {
		display: block;
	}
	.ctn-most h3 {
		width: 87px;
		height: 15px;
		padding: 10px 0 10px 10px;
		text-indent: -999px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-most.gif) 10px 10px no-repeat;
	}
	.ctn-most .ctn-tabscontent {
		background: #FFFFFF;
	}
	
		/*
		TABS
		*/
		.ctn-most .lst-tabs {
			background: none;
			height: 19px;
			padding: 10px 0 0 10px;
		}
		.ctn-most .lst-tabs li {
			padding-right: 3px;
			float: left;
		}
		.ctn-most .ctn-tabcontent {
			background: #FFFFFF;
		}
		.ctn-most .ctn-galleriesvideos .lst-tabs li {
			height: 19px;
		}
		.ctn-most .ctn-galleriesvideos .lst-tabs a {
			display: block;
			height: 19px;
			text-indent: -999px;
			overflow: hidden;
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-galleriesvideos.gif) no-repeat;
		}
		.ctn-most .ctn-galleriesvideos .lst-tabs a:hover {
			background-image: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-galleriesvideos-ovr.gif);
		}
		.ctn-most .ctn-galleriesvideos .lst-tabs .selected a {
			background-image: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-galleriesvideos-atv.gif) !important;
		}
		.ctn-most .ctn-galleriesvideos .t1, .ctn-most .ctn-galleriesvideos .t1 a {
			width: 53px;
		}
		.ctn-most .ctn-galleriesvideos .t2, .ctn-most .ctn-galleriesvideos .t2 a {
			width: 57px;
		}
		.ctn-most .ctn-galleriesvideos .t2 a {
			background-position: -53px 0;
		}
		
		.ctn-most .ctn-newstags .lst-tabs li {
			height: 19px;
		}
		.ctn-most .ctn-newstags .lst-tabs a {
			display: block;
			height: 19px;
			text-indent: -999px;
			overflow: hidden;
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-newstags.gif) no-repeat;
		}
		.ctn-most .ctn-newstags .lst-tabs a:hover {
			background-image: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-newstags-ovr.gif);
		}
		.ctn-most .ctn-newstags .lst-tabs .selected a {
			background-image: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-newstags-atv.gif) !important;
		}
		.ctn-most .ctn-newstags .t1, .ctn-most .ctn-newstags .t1 a {
			width: 65px;
		}
		.ctn-most .ctn-newstags .t2, .ctn-most .ctn-newstags .t2 a {
			width: 46px;
		}
		.ctn-most .ctn-newstags .t2 a {
			background-position: -65px 0;
		}
		/*
		// TABS
		*/
		
		/*
		GALLERIES AND VIDEOS
		*/
		.ctn-most .galleries, .ctn-most .videos {
			padding-top: 10px;
		}
		.bgr-day .ctn-most .lst-thumbs {
			margin-left: 10px;
		}
		.ctn-most .lst-thumbs li {
			float: left;
			padding: 0 5px 15px 5px;
			width: 83px;
			font-size: 11px;
		}
		.ctn-most .lst-thumbs a {
			display: block;
		}
		.ctn-most .lst-thumbs a:hover {
			cursor: pointer; /* IE :hover context */
		}
		.ctn-most .lst-thumbs img {
			width: 75px;
			height: 52px;
		}
		.ctn-most .videos .lst-thumbs img {
			width: 80px;
			height: 60px;
		}
		.ctn-most .lst-thumbs strong {
			color: #4A433B;
		}
		.ctn-most .lst-thumbs a:hover strong {
			color:#FF9900;
		}
		.ctn-most .lst-thumbs span {
			display: block;
			border: solid 1px #ACA298;
			padding: 3px;
			margin-bottom: 5px;
		}
		.ctn-most .videos .lst-thumbs span {
			border: 0;
			padding: 0;
		}
		.ctn-most .lst-thumbs a:hover span {
			border: 3px solid #FF9900;
			padding: 1px;
		}
		.ctn-most .videos .lst-thumbs a:hover span {
			width: 76px;
			overflow: hidden;
			border: 2px solid #FF9900;
			padding: 0;
		}
		.ctn-most .videos .lst-thumbs a:hover img {
			margin: -2px 0 -2px -2px;
		}
		.ctn-most .lst-thumbs a:hover strong, .ctn-most .lst-thumbs a:hover span {
			text-decoration: none;
		}
		.ctn-most .lst-thumbs a:hover {
			text-decoration: inherit;
		}
		.ctn-most .lst-thumbs dl {
			padding-top: 10px;
			height: 12px;
		}
		.ctn-most .lst-thumbs dt, .ctn-most .lst-thumbs dd {
			display: inline;
			color: #A5A4A2;
		}
		.ctn-most .lst-thumbs dd {
			color: #A8CF2D;
			font-size: 12px;
			font-weight: bold;
		}
		.ctn-most .lst-thumbs .spn-play {
			display: none;
		}
		.ctn-most .lst-thumbs a:hover .spn-play {
			position: absolute;
			margin: 14px 0 0 25px;
			z-index: 10;
			display: block;
			width: 35px;
			height: 30px;
			overflow: hidden;
			text-indent: -999px;
			border: none !important;
			padding: 0 !important;
			opacity: 0.70;
			-moz-opacity: 0.70;
			filter: alpha(opacity=70);
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-play.gif) no-repeat;
			cursor: pointer;
		}
		/*
		// GALLERIES AND VIDEOS
		*/
		
		/*
		NEWS
		*/
		.ctn-most .news {
			padding: 5px 10px 10px 10px;
		}
			/*
			TABS
			*/
			.ctn-most .news .lst-tabs {
				padding: 0;
			}
			.ctn-most .news .lst-tabs li {
				width: auto;
				height: 10px;
			}
			.ctn-most .news .lst-tabs a {
				display: block;
				background: none;
				background-image: none !important;
				color: #BCBBB9;
				text-indent: 0;
				width: auto;
				height: auto;
				font-size: 10px;
				text-transform: lowercase;
			}
			.ctn-most .news .lst-tabs a:hover {
				text-decoration: none;
			}
			.ctn-most .news .lst-tabs .selected a {
				background-image: none !important;
				color: #FF9900;
			}
			.ctn-most .news .t1 {
				padding-right: 5px;
				border-right: solid 1px #BCBBB9;
			}
			.ctn-most .news .t2 {
				padding-left: 5px;
			}
			/*
			// TABS
			*/
		.ctn-most .news ol {
			font-size: 11px;
			line-height: 120%;	
			font-weight: bold;
		}
		.ctn-most .news ol li {
			padding: 0 0 10px 15px;
			position: relative;
		}
		.ctn-most .news ol span {
			position: absolute;
			font-size: 11px;
			color: #ABA299;
			top: 0;
			margin: 1px 0 0 -15px;
		}
		.ctn-most .news ol a {
			font-weight: bold;
			color: #47433A;
		}
		.ctn-most .news ol a:hover {
			text-decoration: none;
			color: #FF9900;
		}
		.ctn-most .news dl {
			margin-left: 5px;
		}
		.ctn-most .news dl, .ctn-most .news dt, .ctn-most .news dd {
			display: inline;
			color: #A5A4A2;
		}
		.ctn-most .news dd {
			color: #A8CF2D;
			padding-left: 5px;
			border-left: solid 1px #CECECE;
		}
		/*
		// NEWS
		*/
		
		/*
		TAGS
		*/
		.ctn-most .tags {
			padding: 10px;
			line-height: 150%;
		}
		.ctn-most .tags li {
			display: inline;
		}
		.ctn-most .tags a {
			color: #47433A;
		}
			.ctn-most .tags .w1 {
				font-size: 20px;
			}
			.ctn-most .tags .w2 {
				font-size: 14px;
			}
			.ctn-most .tags .w3 {
				font-size: 9px;
			}
		/*
		// TAGS
		*/
		
		/*
		COMMENT
		*/
		.ctn-selectedcomment {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-horizontaldottedD4D0CC.gif) repeat-x #FFFFFF;
			padding: 10px;
		}
		.ctn-selectedcomment blockquote a {
			color: #47423A;
			line-height: 120%;
			font-weight: bold;
			font-size: 14px;
		}
		.ctn-selectedcomment blockquote {
			margin-bottom: 5px;
		}	
		.ctn-selectedcomment blockquote a:hover {
			color: #FF9900;
			text-decoration: none;
		}
		.ctn-selectedcomment blockquote img {
			margin-left: 5px;
		}
		.ctn-selectedcomment .lnk-news {
			color: #FF9900;
			font-weight: bold;
			text-transform: lowercase;
			font-size: 11px;
		}
		.ctn-selectedcomment em {
			display: block;
			color: #A5A4A2;
			float: left;
			font-size: 9px;
			font-style: normal;
			padding: 15px 0 0 5px;
		}
		.ctn-most .ctn-selectedcomment dl {
			font-size: 9px;
			float: right;
			padding: 15px 5px 0 0;
		}
		.ctn-most .ctn-selectedcomment dl, .ctn-most .ctn-selectedcomment dt, .ctn-most .ctn-selectedcomment dd {
			display: inline;
			color: #A5A4A2;
		}
		.ctn-most .ctn-selectedcomment dd {
			color: #A8CF2D;
			font-weight: bold;
		}
		/*
		// COMMENT
		*/
		
		/*
		SPONSOR
		*/
		.ctn-most .ctn-sponsor {
			clear: both;
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-horizontaldottedD4D0CC.gif) repeat-x #FFFFFF;
			padding: 8px 10px;
			font-size: 9px;
			color: #ABA299;
			text-align: right;
		}
		.ctn-most .ctn-sponsor span {
			display: block;
			float: left;
			padding-right: 3px;
			line-height: 15px;
			text-transform: lowercase;
		}
		/*
		// SPONSOR
		*/
	/*
	// MOST
	*/
	
	/*
	GALLERIES
	*/
	.ctn-galleries {
		border: solid 1px #ACA298;
		padding: 10px 6px 0px 6px;
		height: 330px;
		margin: 0 12px 20px 0;
		background-color: #FFFFFF;
	}
	.ctn-galleries .highlights {
		display: block;
	}
	.bgr-day .col-right .ctn-galleries {
		height: 469px;
		margin-right: 0;
	}
	.bgr-night .ctn-galleries {
		margin: 0;
		padding-left: 10px;
	}
	.ctn-galleries .ctn-title {
		height: 30px;
	}
	.ctn-galleries h3 {
		float: left;
	}
	.ctn-galleries h3 a {
		display: block;
		width: 160px;
		height: 23px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-photosgalleries.gif) no-repeat;
		text-indent: -999px;
	}
	.ctn-galleries .lnk-rss {
		display: block;
		float: right;
		text-indent: -999px;
		width: 15px;
		height: 15px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-feed.gif) no-repeat;
	}
	.ctn-galleries .lst-tabs {
		font-size: 14px;
		clear: both;
		padding: 0;
		width: 100%;
		height: 20px;
		text-transform: lowercase;
		line-height: 100%;
	}
	.ctn-galleries .lst-tabs .t1 {
		border-right: solid 1px #75716B;
	}
	.ctn-galleries .lst-tabs li {
		float: left;
		padding-right: 7px;
		margin-right: 7px;
	}
	.ctn-galleries .lst-tabs a {
		color: #75716B;
	}
	.ctn-galleries .lst-tabs a:hover {
		text-decoration: none;
	}
	.ctn-galleries .lst-tabs .selected a {
		color: #FF9900;
	}
	.ctn-galleries .ctn-photo {
		float: left;
		width: 387px;
		height: 263px;
		padding: 3px;
		border: solid 1px #ACA298;
	}
	.bgr-day .col-right .ctn-galleries .ctn-photo {
		width: 278px;
		height: 200px;
		margin-bottom: 5px;
		float: none;
	}
	.ctn-galleries .ctn-scrollingphoto {
		width: 387px;
		height: 263px;
		float: left;
	}
	.bgr-day .col-right .ctn-galleries .ctn-scrollingphoto {
		width: 278px;
		height: 200px;
	}
		/*
		CAPTION
		*/
		.ctn-galleries .ctn-caption {
			top: 208px;
			width: 387px;
		}
		.bgr-day .col-right .ctn-galleries .ctn-caption {
			width: 278px;
		}
		.ctn-galleries .bgr-caption {
			width: 387px;
			height: 55px;
		}
		.bgr-day .col-right .ctn-galleries .bgr-caption {
			width: 278px;
			height: 64px;
		}
		.ctn-galleries .ctn-caption {
			top: 208px;
			height: 55px;
		}
		.bgr-day .col-right .ctn-galleries .ctn-caption {
			top: 136px;
			height: 64px;
		}
		.ctn-galleries .ctn-contentcaption {
			padding: 0;
		}
		.ctn-galleries .ctn-contentcaptionhtml {
			color: #B7B3B2;
			padding: 10px;
		}
		.ctn-galleries .ctn-contentcaptionhtml p {
			color: #FF9900;
			font-size: 14px;
			line-height: 120%;
			display: inline;
		}
		.ctn-galleries .ctn-contentcaptionhtml dl {
			margin-left: 10px;
		}
		.ctn-galleries .ctn-contentcaptionhtml dl, .ctn-galleries .ctn-contentcaptionhtml dt, .ctn-galleries .ctn-contentcaptionhtml dd {
			display: inline;
			font-size: 9px;
		}
		.ctn-galleries .ctn-contentcaptionhtml dd {
			color: #73940F;
		}
		.ctn-galleries .ctn-photosgallery .lnk-gallery, .ctn-galleries .ctn-photosgallery .lnk-gallery:hover {
			display: block;
			position: absolute;
			top: -208px;
			left: 0;
			background: #FFFFFF;
			width: 387px;
			height: 263px;
			opacity: 0;
			-moz-opacity: 0;
			filter: alpha(opacity=0);
		}
		.bgr-day .col-right .ctn-galleries .ctn-photosgallery .lnk-gallery, .bgr-day .col-right .ctn-galleries .ctn-photosgallery .lnk-gallery:hover {
			top: -136px;
			left: 0;
			width: 278px;
			height: 200px;
		}
		/*
		// CAPTION
		*/
		/*
		THUMBS
		*/
		.ctn-galleries .ctn-galleriesthumbs {
			width: 176px;
			float: right;
		}
		.bgr-night .col-right .ctn-galleries .ctn-galleriesthumbs {
			width: 184px;
		}
		.bgr-day .col-right .ctn-galleries .ctn-galleriesthumbs {
			float: none;
			width: 284px;
			height: 205px;
			overflow: hidden;
		}
		.ctn-galleries .lst-thumbs li {
			float: left;
			padding: 0 5px 7px 0;
			width: 83px;
			height: 63px;
		}
		.col-right .ctn-galleries .lst-thumbs li {
			padding: 0 9px 6px 0;
		}
		.bgr-day .col-right .ctn-galleries .lst-thumbs {
			width: 305px;
		}
		.bgr-day .col-right .ctn-galleries .lst-thumbs li {
			float: left;
			padding: 0 17px 5px 0;
			width: 83px;
			height: 63px;
		}
		.ctn-galleries .lst-thumbs a {
			display: block;
		}
		.ctn-galleries .lst-thumbs img {
			width: 75px;
			height: 52px;
		}
		.ctn-galleries .lst-thumbs span {
			display: block;
			border: solid 1px #ACA298;
	
			padding: 3px;
		}
		.ctn-galleries .lst-thumbs a:hover span, .ctn-galleries .lst-thumbs .selected span {
			border: 3px solid #FF9900;
			padding: 1px;
		}
		.ctn-galleries .lst-thumbs .ctn-contentcaptionhtml {
			display: none;
		}
		/*
		// THUMBS
		*/
	/*
	// GALLERIES
	*/
	
	/*
	PHOTO FEED
	*/
	.ctn-photofeed {
		background-color: #FFFFFF;
		padding-bottom: 20px;
	}
		.bgr-day .ctn-photofeed {
			padding-right: 10px;
		}
	.ctn-photofeed .ctn-title {
		height: 23px;
		padding-bottom: 5px;
		background: #FFFFFF;
	}
	.ctn-photofeed h3 {
		float: left;
	}
	.ctn-photofeed h3 a {
		display: block;
		width: 109px;
		height: 23px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-photofeed.gif) no-repeat;
		text-indent: -999px;
	}
	.ctn-photofeed .lnk-rss {
		display: block;
		float: right;
		text-indent: -9999px;
		width: 15px;
		height: 15px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-feed.gif) no-repeat;
	}
	.ctn-photofeed .ctn-photosgallery {	
		height: 222px;
		background: #EDEAE8;
		padding: 10px 9px 0 10px;
	}
		.bgr-day .ctn-photofeed .ctn-photosgallery {	
			height: 214px;
			padding: 2px 1px 0 2px;
		}
	.ctn-photofeed .ctn-latest24h {
		float: left;
		width: 139px;
		height: 80px;
		padding: 25px 0 0 12px;
		background: #FF9900;
		margin-bottom: 1px;
	}
	.ctn-photofeed .ctn-latest24h h4 {
		display: block;
		width: 119px;
		height: 53px;
		text-indent: -999px;
		overflow: hidden;
		margin-bottom: 5px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-24h.gif) no-repeat;
	}
	.ctn-photofeed .ctn-latest24h a {
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: lowercase;
	}
	.ctn-photofeed .ctn-latest24h a:hover {
		text-decoration: underline;
	}
		/*
		THUMBS
		*/
		.ctn-photofeed .ctn-galleriesthumbs {
			float: left;
			width: 152px;
			height: 211px;
		}
		.ctn-photofeed .ctn-galleriesthumbs li {
			float: left;
			padding: 0 1px 1px 0;
			width: 75px;
			height: 52px;
		}
		.ctn-photofeed .ctn-galleriesthumbs li img {
			width: 75px;
			height: 52px;
		}
		.ctn-photofeed .ctn-galleriesthumbs li a {
			display: block;
			width: 75px;
			height: 52px;
			overflow: hidden;
		}
		.ctn-photofeed .ctn-galleriesthumbs li a:hover, .ctn-photofeed .ctn-galleriesthumbs .selected a {
			border: solid 3px #FF9900;
			width: 69px;
			height: 46px;
		}
		.ctn-photofeed .ctn-galleriesthumbs li a:hover img, .ctn-photofeed .ctn-galleriesthumbs .selected a img {
			margin: -3px 0 0 -3px;
		}
		.ctn-photofeed .ctn-galleriesthumbs .ctn-contentcaptionhtml {
			display: none;
		}
		/*
		// THUMBS
		*/
		
	
		/*
		CAPTION
		*/
		.ctn-photofeed .ctn-caption {
			top: 156px;
			width: 284px;
		}
		.ctn-photofeed .bgr-caption {
			width: 284px;
			height: 55px;
		}
		.ctn-photofeed .ctn-caption {
			top: 156px;
			height: 55px;
		}
		.ctn-photofeed .ctn-contentcaption {
			padding: 0;
			height: auto !important;
		}
		.ctn-photofeed .ctn-contentcaptionhtml {
			color: #FFFFFF;
			padding: 10px;
		}
		.ctn-photofeed .ctn-contentcaptionhtml p {
			font-weight: normal;
			padding-bottom: 3px;
		}
		.ctn-photofeed .ctn-contentcaptionhtml em {
			font-size: 10px;
			font-weight: normal;
		}
		.ctn-photofeed .ctn-photosgallery .lnk-gallery, .ctn-photofeed .ctn-photosgallery .lnk-gallery:hover {
			display: block;
			position: absolute;
			top: -156px;
			left: 0;
			background: #FFFFFF;
			width: 284px;
			height: 211px;
			opacity: 0;
			-moz-opacity: 0;
			filter: alpha(opacity=0);
		}
		/*
		// CAPTION
		*/
	.ctn-photofeed .ctn-scrollingphoto {
		float: left;
		width: 284px;
		height: 211px;
		margin-right: 1px;
		background: #2E2A25;
	}
	/*
	// PHOTO FEED
	*/
	
	/*
	POLL
	*/
	.ctn-polls {
		color: #47423A;
		margin-bottom: 20px;
	}
	.ctn-polls h3 {
		width: 75px;
		height: 18px;
		text-indent: -999px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-poll.gif) no-repeat;
	}
	.ctn-polls .ctn-poll {
		position: relative;
		_border-top: solid 1px #FFF; /* IE6 Background bug fix */
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-horizontal-default.gif) 0 100% repeat-x;
		padding: 5px 0 10px 0;
		clear: both;
	}
	.ctn-polls legend {
		display: none;
	}
	.ctn-polls .txt-pollquestion {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.ctn-polls .ctn-answer {
		float: left;
	}
	.ctn-polls ul {
		font-size: 11px;
		color: #5D5850;
		line-height: 130%;
		margin-bottom: 5px;
	}
	.ctn-polls .ctn-pollimage {
		float: right;
	}
	.ctn-polls .poll-yesno .ctn-pollimage {
		float: left;
		padding-right: 10px;
	}
	.ctn-polls .ctn-button {
		padding: 3px 0 5px 0;
	}
	.ctn-polls .ctn-button input {
		margin-right: 2px;
	}
	.ctn-polls .lnk-viewpollresults {
		color: #FF9900;
		font-size: 11px;
		font-weight: bold;
		text-transform: lowercase;
		margin-left: 2px;
	}
		/*
		RESULTS
		*/
		.ctn-polls .ctn-pollresults {
			position: absolute;
			left: 0;
			top: 0;
			width: 234px;
			padding: 10px;
			z-index: 2;
			display: none;
			background: #FFFFFF;
			border: solid 2px #FF9900;
			font-size: 12px;
		}
		.ctn-polls .ctn-pollresults h6 {
			color: #9E9B96;
			text-transform: uppercase;
			float: left;
			padding-bottom: 10px;
			background: none;
			text-indent: 0;
			width: auto;
		}
		.ctn-polls .ctn-pollresults .spn-pollresulttitle {
			float: left;
			color: #9E9B96;
			font-weight: bold;
			padding: 0 0 10px 0;
		}
		.ctn-polls .ctn-pollresults .lnk-closepollresults {
				float: right;
				background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-close.gif);
				width: 8px;
				height: 9px;
				overflow: hidden;
				text-indent: -999px;
		}
		.ctn-polls .ctn-pollresults .ctn-question {
			clear: both;
			margin: 0 0 15px 0;
			font-weight: bold;
		}
		.ctn-polls .ctn-pollresults .bar-percent {
			float: left;
			background: #F3A622;
			width: 0px;
			height: 12px;
			overflow: hidden;
			text-indent: -999px;
			padding-left: 1px;
			margin: 2px 0 0 0;
		}
		.ctn-polls .ctn-pollresults dd {
			font-size: 11px;
			text-align: right;
			margin: 0 0 10px 0;
		}
		.ctn-polls .ctn-pollresults dt {
			line-height: 10px;
		}
		.ctn-polls .ctn-pollresults .ctn-sponsor {
			margin: 10px 0 5px 0;
			padding: 0;
			border: none;
		}
		.ctn-polls .ctn-pollresults .ctn-sponsor img {
			margin: 0;
		}
		/*
		// RESULTS
		*/
	.ctn-polls .ctn-sponsor {
		text-transform: lowercase;
		font-size: 10px;
		color: #ABA299;
		padding: 8px 10px;
		border-bottom: solid 1px #ACA298;
		text-align: right;
	}
	.ctn-polls .ctn-sponsor img {
		vertical-align: middle;
		margin-left: 3px;
	}
	/*
	// POLL
	*/
	
	/*
	FANZONE
	*/
	.ctn-fanzone {
		border: solid 1px #ACA298;
		padding: 15px;
		margin-bottom: 20px;
	}
	.bgr-night .col-right .ctn-fanzone {
		width: 268px;
	}
	.ctn-fanzone h3 {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-fanzone.gif) no-repeat;
		height: 18px;
		padding-bottom: 5px;
	}
	.ctn-fanzone h3 a {
		display: block;
		height: 18px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-triangulodirlaranja.gif) no-repeat 100% 70%;
		float: left;
		padding-right: 10px;
	}
	.ctn-fanzone h3 a:hover {
		text-decoration: none;
	}
	.ctn-fanzone h3 em {
		display: block;
		padding: 3px 0 0 85px;
		font-style: normal;
		color: #5D5950;
	}
	.ctn-fanzone h3 span {
		display: block;
		float: left;
		text-indent: -999px;
	}
	.ctn-fanzone strong {
		font-size: 11px;
		color: #5D5950;
	}
	.ctn-fanzone strong em {
		color: #FF9900;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
	}
	.ctn-fanzone .ctn-goodvibe {
		padding-top: 10px;
		color: #67635B;
	}
	.ctn-fanzone .lnk-goodvibe {
		position: relative;
		display: block;
		width: 268px;
		height: 203px;
		overflow: hidden;
	}
	.ctn-fanzone a.lnk-goodvibe:hover {
		cursor: pointer; /* IE :hover context */
	}
	.ctn-fanzone a.lnk-goodvibe .ico-play {
		display: none;
	}
	.ctn-fanzone a.lnk-goodvibe:hover .ico-play {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 10;
		margin: -15px 0 0 -17px;
		display: block;
		width: 35px;
		height: 30px;
		text-indent: -999px;
		cursor: pointer;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-play.gif) no-repeat;	
		opacity: 0.70;
		-moz-opacity: 0.70;
		filter: alpha(opacity=70);
	}
	.ctn-fanzone .ctn-goodvibe blockquote {
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;
	}
	.ctn-fanzone .ctn-goodvibe em {
		display: block;
		padding: 5px 0 10px 0;
		font-size: 12px;
	}
	.ctn-fanzone .ctn-goodvibe a {
		color: #FF9900;
		font-size: 11px;
		font-weight: bold;
		text-transform: lowercase;
	}
	.ctn-fanzone .ctn-button {
		padding-top: 10px;
		height: 25px;
	}
	.ctn-fanzone .btn-sendgoodvibe {
		display: block;
		float: left;
		width: 98px;
		height: 24px;
		text-indent: -999px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-sendgoodvibe.gif) no-repeat;
	}
	.ctn-fanzone .ctn-sponsor {
		float: right;
		font-size: 9px;
		color: #ABA299;
		padding-top: 3px;
	}
	.ctn-fanzone .ctn-sponsor span {
		display: block;
		float: left;
		padding-right: 3px;
		line-height: 15px;
		text-transform: lowercase;
	}
	/*
	// FANZONE
	*/
	
	/*
	LATEST NEWS
	*/
		/*
		LATEST NEWS HEADER
		*/
		.ctn-latestnews {
			font-size: 11px;
			padding-bottom: 20px;
		}
		.ctn-latestnews .ctn-title {
			height: 17px;
			margin-bottom: 20px;
		}
		.ctn-latestnews .ctn-latestnewsheader h3 a {
			display: block;
			float: left;
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-latestnews.gif) no-repeat;
			height:17px;
			overflow:hidden;
			text-indent:-999px;
			width:180px;
		}	
		.ctn-latestnews .ctn-latestnewsheader .spn-latestnewsfeed a {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-feed.gif) no-repeat;
			float:right;
			height:15px;
			overflow:hidden;
			text-indent:-999px;
			width:15px;
			margin: 3px 0 0 0;
		}
		.ctn-latestnews .ctn-latestnewsheader em {
			clear: both;
			display: block;
			font-size: 12px;
			padding: 8px 0;
			color: #ABA299;
			font-style: normal;
		}	
		.ctn-latestnews .ctn-latestnewsheader .ctn-filter {
			clear: both;
		}	
		.ctn-latestnews .ctn-latestnewsheader .ctn-filter .ctn-combo {
			width: 82px;
			margin: 0 0 5px 0;
		}	
		/*
		// LATEST NEWS HEADER
		*/
	
		/*
		LATEST NEWS LIST
		*/	
		.ctn-latestnews .tab-latestnews {
			line-height: 1.4em;
		}	
		.ctn-latestnews .tab-latestnews a {
			color:#47423A;
		}	
		.ctn-latestnews .tab-latestnews a:hover, .ctn-latestnews .tab-latestnews a:hover strong{
			color:#FF9900;
			text-decoration: none;
		}	
		.ctn-latestnews .tab-latestnews em {
			font-style: normal;
			float: left;
		}	
		.ctn-latestnews .tab-latestnews strong {
			float: left;
			display: block;
			padding: 0 0 5px 0;
		}	
		.ctn-latestnews .tab-latestnews thead {
			display: none;
		}	
		.ctn-latestnews .tab-latestnews tr {
			display: block;
		}
		.ctn-latestnews .tab-latestnews .col-latestnews1 {
			vertical-align: top;
			width: 45px;
		}
		.ctn-latestnews .lnk-latestnewsmore {
			color:#FF9900;
			font-size:11px;
			font-weight:bold;
			margin-left:2px;
			text-transform:lowercase;
		}
		/*
		// LATEST NEWS LIST
		*/
	/*
	// LATEST NEWS
	*/
	
	/*
	CONNECT
	*/
	.ctn-connect {
		background: #F9F8F6;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.bgr-night .col-right .ctn-connect {
		width: 300px;
		margin: 0;
	}
	.ctn-connect p {
		height: 55px;
		margin: 0 0 12px 0;
		line-height: 1.2em;
	}
	.ctn-connect .ctn-connectheader {
		background: #7F7871;
		height: 22px;
		padding: 8px 0 0 14px;
		margin: 0;
	}
	.ctn-connect h3 {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-connect.gif) no-repeat;
		display: block;
		height: 18px;
		overflow: hidden;
		text-indent: -999px;
		width: 125px;
	}
	.ctn-connect .ctn-connectcontent {
		height: 145px;
		border: 1px solid #CCCCCC;
	}
		/*
		CONNECT MOBILE
		*/
		.ctn-connect .ctn-mobile {
			width: 45%;
			float: left;
			display: block;
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-dotted-vert.gif) 100% 0 repeat-y;
			padding-left: 10px;
			margin: 12px 0 0 0;
		}
		.ctn-connect .ctn-mobile h4 {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/txt-terranocelular.gif) no-repeat;
			display:block;
			height:17px;
			overflow:hidden;
			text-indent:-999px;
			width:122px;
			margin: 0 0 10px 0;
		}
		.ctn-connect .ctn-mobile .btn-mobilemorealerts {
			background:  url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-mobilemorealerts.gif) no-repeat;
			display: block;
			height: 21px;
			overflow: hidden;
			text-indent: -999px;
			width: 97px;
		}
		/*
		// CONNECT MOBILE
		*/
		
		/*
		CONNECT TWITTER
		*/
		.ctn-connect .ctn-twitter {
			width: 45%;
			float: right;
			display: block;
			padding-right: 2px;
			margin: 12px 0 0 0;
		}
		.ctn-connect .ctn-twitter h4 {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/txt-terranotwitter.gif) no-repeat;
			display:block;
			height:17px;
			overflow:hidden;
			text-indent:-999px;
			width:133px;
			margin: 0 0 10px 0;
		}
		.ctn-connect .ctn-twitter strong {
			text-transform: uppercase;
		}
		.ctn-connect .ctn-twitter .btn-twittersignnow {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-twittersignnow.gif) no-repeat;
			display:block;
			float:left;
			height:21px;
			overflow:hidden;
			text-indent:-999px;
			width:88px;
			margin: 0 0 10px 0;
		}
		/*
		// CONNECT TWITTER
		*/
	/*
	// CONNECT
	*/
	
	/*
	BLOGS
	*/
	.ctn-blogs {
		padding-right: 10px;
		line-height: 120%;
		font-size: 11px;
		*margin-top: 9px;
	}
	.ctn-blogs a {
		color: #47423A;
	}
	.ctn-blogs a span, .lnk-sendgoodvibe {
		display: block;
		font-weight: bold;
		color: #FF9900 !important;
		text-transform: lowercase;
		line-height: 200%;
	}
	.ctn-blogs a:hover {
		color: #FF9900;
		text-decoration: none;
	}
	.ctn-blogs .lnk-sendgoodvibe {
		line-height: 100%;
	}
	.ctn-blogs .lnk-sendgoodvibe:hover {
		text-decoration: underline;
	}
	.ctn-blogs a:hover span {
		text-decoration: underline;
	}
	.ctn-blogs strong {
		text-transform: uppercase;
	}
	.ctn-blogs dd {
		font-size: 12px;
		font-weight: bold;
	}
	.ctn-blogs dt {
		color: #999999;
	}
	.ctn-blogs h3 {
		display: inline-block;
		*display: block;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-titles-more.gif) right center no-repeat;
		*background: none;
		float: left;
	}
	.ctn-blogs h3 span {
		background: none;
		*background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-titles-more.gif) right center no-repeat;
	}
	.ctn-blogs h3 a {
		display: block;
		text-indent: -9999px;
		width: 50px;
		padding-right: 12px;
		height: 24px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-blogs-landing.gif) left top no-repeat;
	}
	.ctn-blogs .lnk-rss {
		display: block;
		float: right;
		text-indent: -9999px;
		width: 15px;
		height: 15px;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/img-feed.gif) no-repeat;
	}
	.ctn-blogs .title {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-horizontal-default.gif) bottom left repeat-x;
		height: 32px;
		margin-bottom: 10px;
	}
	.ctn-blogs .main, .ctn-blogs .more {
		float: left;
		width: 283px;
	}
	.ctn-blogs .main {
		margin-right: 12px;
	}
		.bgr-day .ctn-blogs .main {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-vertical-default.gif) top right repeat-y;
			width: 296px;
			padding-right: 11px;
		}
		.bgr-day .ctn-blogs .more {
			width: 274px;
		}
	.ctn-blogs .main .send {
		display: block;
		width: 130px;
		padding: 0 10px 25px 0;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-blogs-vibes.gif) bottom left no-repeat;
		float: left;
	}
	.ctn-blogs .more li {
		clear: left;
		overflow: hidden;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-horizontal-default.gif) top left repeat-x;
		padding: 16px 0 15px 0;
		margin-bottom: 15px;
	}
	.ctn-blogs .more li .read {
		float: left;
		margin-right: 11px;
	}
	.ctn-blogs .more li p {
		_margin-top: -11px;
	}
	.bgr-day .ctn-blogs .more .sep {
		background-image: none;
		padding-top: 0;
		margin-bottom: 0;
	}
	.bgr-night .ctn-blogs .more .sep {
		margin-top: 15px;
		padding-bottom: 0px;
	}
	/*
	// BLOGS
	*/
	
	/*
	VIDEOS
	*/
	.ctn-videos {
		font-size: 11px;
		color: #FFFFFF;
		line-height: 130%;
		height: 200px;
		padding-bottom: 10px;
	}
	.ctn-videos strong {
		font-size: 12px;
		text-transform: uppercase;
		display: block;
		margin-bottom: 5px;
	}
	.ctn-videos h3 {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-videos-landing.gif) left top no-repeat;
		height: 24px;
		text-indent: -9999px;
		margin-bottom: 13px;
	}
	.ctn-videos .n1, .ctn-videos .n2 {
		float: left;
		padding: 15px;
		width: 152px;
		height: 171px;
		background-color: #7F7871;
	}
	.ctn-videos .n1 p {
		margin-bottom: 15px;
	}
	.ctn-videos .n2 {
		width: 145px;
		background-color: #2E2A25;
	}
	.ctn-videos .n2 p {
		margin-top: 10px;
	}
	.ctn-videos a.lnk-watchvideo {
		display: block;
		width: 145px;
		height: 110px;
		position: relative;
	}
	.ctn-videos a.lnk-watchvideo .ico-play {
		display: none;
	}
	.ctn-videos a.lnk-watchvideo:hover {
		cursor: pointer;
	}
	.ctn-videos a.lnk-watchvideo:hover .ico-play {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 10;
		margin: -15px 0 0 -17px;
		display: block;
		width: 35px;
		height: 30px;
		text-indent: -999px;
		cursor: pointer;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/bgr-play.gif) no-repeat;	
		opacity: 0.70;
		-moz-opacity: 0.70;
		filter: alpha(opacity=70);
	}
	/*
	// VIDEOS
	*/
	
	/*
	SCHEDULE
	*/
	.ctn-schedule {
		font-size: 11px;
		background: #FFFFFF;
		padding-bottom: 20px;
		line-height: 130%
	}
	.ctn-schedule h3 {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-athletesschedule.gif) no-repeat;
		width: 70px;
		height: 22px;
		text-indent: -999px;
		overflow: hidden;
		float: left;
	}
	.ctn-schedule .ctn-title {
		height: 22px;
		padding-bottom: 5px;
	}
	.ctn-schedule .ctn-title a {
		float: left;
		margin: 3px 0 0 10px;
	}
	.ctn-schedule a {
		font-weight: bold;
		color: #FF9900;
		text-decoration: none;
		text-transform: lowercase;
	}
	.ctn-schedule a:hover {
		text-decoration: underline;
	}
	
	.ctn-schedule .tab-collapse {
		width: 100%;
	}
	.ctn-schedule th {
		height: 21px;
		border-bottom: solid 1px #FFFFFF;
		background: #7F7871;
		text-transform: uppercase;
		color: #FFFFFF;
		vertical-align: middle;
		text-align: left;
	}
	.ctn-schedule td {
		vertical-align: middle;
		height: 30px;
		background: #F4F1EF;
		font-size: 12px;
		font-weight: bold;
	}
	.ctn-schedule .over td, .ctn-schedule .selected td {
		background: #F1AD26;
		color: #FFFFFF;
		border-bottom: none;
	}
	.ctn-schedule .over td a, .ctn-schedule .selected td a {
		color: #FFFFFF;
	}
	.ctn-schedule em {
		display: block;
		font-style: normal;
		font-weight: normal;
		margin-left: 10px;
		padding-left: 15px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-collapse.gif) no-repeat 0 4px;
	}
	.ctn-schedule .over em {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-collapse.gif) no-repeat 0 -14px;
	}
	.ctn-schedule .selected em {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-collapse.gif) no-repeat 0 -32px;
	}
	.ctn-schedule .col-time {
		width: 85px;
	}
	.ctn-schedule .col-sport {
		width: 523px;
	}
		.bgr-day .ctn-schedule .col-sport {
			width: 215px;
		}
	.ctn-schedule .cel-headtime {
		text-align: center;
	}
	.ctn-schedule .row-title {
		cursor: pointer;
	}
	.ctn-schedule .row-title a {
		text-transform: none;
		color: #47423A;
		text-decoration: none;
	}
	.ctn-schedule .row-title a:hover {
		text-decoration: none;
	}
	.ctn-schedule .row-content {
		display: none;
	}
	.ctn-schedule .row-content td {
		background: #FFFFFF;
	}
		/*
		CONTENT
		*/
		.ctn-schedule .lin-dotted {
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/lin-hor-dot-e3.gif) repeat-x;
			height: 1px;
			margin: 0 15px;
		}
		.ctn-schedule .ctn-contentschedule {
			border: solid 2px #F1AD26;
			border-top: none;
		}
		.ctn-schedule .ctn-info {
			width: 276px;
			padding: 15px 0;
			margin: 0 auto;
		}
		.ctn-schedule .ctn-info img {
			vertical-align: middle;
		}
		.ctn-schedule .ctn-info acronym {
			margin: 0 15px;
		}
		.ctn-schedule .ctn-info p {
			padding-top: 10px;
			font-size: 11px;
		}
		.ctn-schedule .ctn-info .spn-teams {
			font-size: 13px;
			margin: 0 15px;
		}
		.ctn-schedule .ctn-info p {
			text-transform: none;
		}
		
		.ctn-schedule .ctn-athlete {
			width: 276px;
			margin: 0 auto;
			padding: 15px 0;
			*padding-bottom: 0;
		}
			.bgr-night .ctn-schedule .ctn-athlete {
				width: 376px;
			}
		.ctn-schedule .ctn-athlete img {
			float: left;
			margin-right: 10px;
		}
		.ctn-schedule .ctn-athlete em {
			text-transform: uppercase;
			font-size: 9px;
			font-style: normal;
			margin-bottom: 5px;
		}
		.ctn-schedule .ctn-athlete strong img {
			vertical-align: middle;
		}
			.bgr-day .ctn-schedule .ctn-athlete strong img {
				margin-right: 90px;
			}
		.ctn-schedule .ctn-athlete strong {
			font-size: 14px;
			display: block;
			height: 25px;
		}
			.bgr-day .ctn-schedule .ctn-athlete div {
				margin-top: 10px;
			}
		.ctn-schedule .ctn-athlete div strong {
			font-size: 11px;
			display: inline;
			height: auto;
			text-transform: uppercase;
		}
		.ctn-schedule .ctn-athlete div ul {
			margin: 5px 0 15px 0;
		}
		.ctn-schedule .ctn-athlete div li {
			line-height: 18px;
			font-size: 11px;
			font-weight: normal;
		}
		.ctn-schedule .ctn-athlete div li span {	
			padding-left:10px;
			background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/blt-articlelinks.gif) 0 5px no-repeat;
		}
		.ctn-schedule .ctn-athlete a {
			font-size: 11px;
			line-height: 120%;
		}
		/*
		// CONTENT
		*/
	.ctn-schedule .row-date th {
		height: 14px;
		background: #BCB7B2;
		font-size: 9px;
		text-transform: lowercase;
		padding-left: 25px;
		border-top: solid 2px #FFFFFF;
		border-bottom: none;
	}
	.ctn-schedule .row-line td {
		background: #CCCCCC;
		height: 1px;
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
	}
	.ctn-schedule .ctn-live {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-live.gif) no-repeat 100% -6px;
		padding: 2px 80px 2px 0;
	}
		.bgr-day .ctn-schedule .ctn-live {
			background-position: 176px -66px;
			padding-right: 35px;
		}
	.ctn-schedule .over .ctn-live, .ctn-schedule .selected .ctn-live {
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ico-live.gif) no-repeat 100% -36px;
	}
		.bgr-day .ctn-schedule .over .ctn-live, .bgr-day .ctn-schedule .selected .ctn-live {
			background-position: 176px -96px;
		}
	/*
	// SCHEDULE
	*/
	
	/*
	LATEST RESULTS
	*/
	.ctn-latestresults {
		padding-bottom: 20px;
		background: #FFFFFF;
	}
		.bgr-day .ctn-latestresults {
			margin-right: 12px;
		}
	.ctn-latestresults .ctn-title {
		background: #F8F7F5;
		border-top: solid 1px #CCCCCC;
		border-bottom: solid 1px #E0DFDD;
		line-height: 35px;
		height: 35px;
	}
	.ctn-latestresults h3 {
		float: left;
		margin-left: 10px;
		background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/ttl-latestresults.gif) 0 10px no-repeat;
	}
	.ctn-latestresults h3 a {
		display: block;
		text-indent: -999px;
		width: 190px;
	}
	.ctn-latestresults a {
		color: #FF9900;
		font-weight: bold;
		text-decoration: none;
		font-size: 11px;
		text-transform: lowercase;
	}
	.ctn-latestresults a:hover {
		color: #FF9900;
		font-weight: bold;
		text-decoration: underline;
	}
	.ctn-latestresults .ctn-title fieldset {
		padding-top: 7px;
		float: right;
	}
	.ctn-latestresults .ctn-title .ctn-combo {
		width: 110px;
		margin-right: 10px;
		float: left;
	}
	.ctn-latestresults legend {
		display: none;
	}
	.ctn-latestresults h4 {
		background: #74706C;
		padding-left: 15px;
		margin: 10px 0 5px 0;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
	}
	.ctn-latestresults h5 {
		text-transform: uppercase;
		background: #BCB7B2;
		color: #FFFFFF;
		font-size: 10px;
		line-height: 20px;
		padding-left: 15px;
	}
	.ctn-latestresults h5 em {
		text-transform: none;
		font-style: normal;
	}
	.ctn-latestresults table {
		font-size: 13px;
		font-weight: bold;
	}
	.ctn-latestresults .col-stretch {
		width: 1%;
	}
	.ctn-latestresults .col1 {
		width: 100%;
		font-size: 13px;
		font-weight: bold;
	}
	.ctn-latestresults thead th {
		background: #F1F1F1;
		color: #999999;
		font-size: 10px;
		text-transform: uppercase;
		line-height: 20px;
		padding: 0 10px;
	}
	.ctn-latestresults td {
		white-space: nowrap;
		vertical-align: middle;
		background: #F1F1F1;
		border-right: solid 1px #FFFFFF;
		border-top: solid 1px #FFFFFF;
		padding: 2px 10px;
	}
	.ctn-latestresults .cel-result {
		text-align: center;
	}
	.ctn-latestresults .cel-norightborder {
		border-right: none;
	}
	.ctn-latestresults .cel-links {
		border-right: none;
	}
	.ctn-latestresults .cel-links li {
		float: left;
		padding-right: 5px;
	}
	.ctn-latestresults tfoot td {
		height: 20px;
		border-right: none;
	}
	.ctn-latestresults thead span {
		display: block;
		text-indent: -999px;
		overflow: hidden;
	}
	/*
	// LATEST RESULTS
	*/
/*
// MODULES
*/

/*
VIGNETTE
*/
.lst-thumbs li .imagePencil img {
	width:9px;
	height:9px;
	position: relative;
	z-index: 9999;
}
/*
// VIGNETTE
*/

/*
THICKBOX
*/
/* thickbox specific link and font settings */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus{
	color: #666666;
}
/* thickbox settings */
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color: #FFF;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay {
	position: absolute; /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #F2AE27;
	text-align: left;
	top: 50%;
	left: 50%;
	padding: 30px 0 15px 0;
}
* html #TB_window {
	position: absolute; /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;
	margin-left: 15px;
}
#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
	display: none;
}
#TB_closeWindow {
	padding: 15px 15px 0 0;
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
}
#TB_closeWindow a {
	width: 47px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(http://aovivoesportes.img.terra.com.br/min/t/base_olimpiadas/br/btn-close.gif) no-repeat;
	text-indent: -999px;
}
#TB_closeAjaxWindow{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title{
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load {
	position: absolute; /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect {
	position: absolute;/* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
/*
// THICKBOX
*/
