/* @group colRelatives */
#colRelatives {
	position: relative;
	overflow: hidden;
}
#colRelatives .dashed {
	border: 1px dashed #adaca9;
}
#colRelatives div div div {
	margin:0;
}
#colRelativFull {
	margin-bottom: 15px;
}
#colRelativLeft, #colRelativRight {
	float: left;
	width: 17.2em;
	overflow: hidden;
	position: relative;
}
#colRelativLeft div, #colRelativRight div {
	margin-bottom: 15px;
	background: #fff;
}
#colRelativLeft h2, #colRelativRight h2 {
	background: #3b3b3b;
	font-size: 1.1em;
	text-indent: 10px;
}
#colRelativLeft {
	margin-right: 15px;
}
#colRelativRight {
}
/* @end */
/* @group antenaMinho */
#antenaMinho #logoAM {
	margin:0;
	border-bottom: none;
}
#antenaMinho ul.dashed {
	border-top: none;
}
#antenaMinho ul li {
	background: #e6e6e6 url(../_img/podcastIcon.jpg) 2px 4px no-repeat;
}
#antenaMinho ul li a.podtipsBlock {
	color: #666;
	text-decoration: none;
}
#antenaMinho ul li a.podtipsBlock:hover {
	color: #2597d6;
}
#antenaMinho ul li p {
	margin: 0;
	padding: 2px 5px 2px 20px;
	line-height: 1.1em;
	font-family: Arial, Geneva, sans-serif;
}
#antenaMinho ul li div {
	margin: 4px 0 0 0;
	padding: 2px 0 2px 20px;
	position: relative;
	background: #d1d1d1;
	font-size: 1.1em;
	line-height: 1.3;
}
#antenaMinho ul li div object {
	position: absolute;
	right: 5px;
	color: #2285cc;
	text-decoration: none;
	font-size: 1.1em;
}
#antenaMinho #mp3player {
	line-height:0;
	margin:0;
}
#antenaMinho #emissaoAM {
	background:Red;
	line-height: 0 !IMPORTANT;
}
/* @end */
/* @group newsletter */
#newsSubs {
	/*background: url(../_img/newsSubsBG.jpg) no-repeat !IMPORTANT;
	min-height: 180px;*/
	background: url(../_img/newsSubsBG.jpg) repeat-y !IMPORTANT;
}
#newsSubs p {
	display: none;
}
#newsSubs form p {
	display: block;
	padding:0;
	margin:0;
}
#newsSubs form {
	/*padding: 70px 10px 10px 10px;*/
	padding: 5px 10px 0 10px;
	text-align: right;
}
#newsSubs form label {
	font-size: 10px;
	display: inline;
	width: 35px;
	float: left;
	text-align: left;
}
#newsSubs form input {
	width: 115px;
	border: 1px solid #2766af;
	font-size:10px;
	margin-bottom: 3px;
}
#newsSubs form input.btnSubmit {
	border: 1px solid #94b7da;
	width: auto;
	background: #4c4c4c;
	color: #fff;
	margin-bottom: 10px;
}
/* @end */
/* @group ultimaHora */
#latest {
	position:relative;
	background: #4c4c4c !IMPORTANT;
}
#latest h2 {
	position: relative;
	background: #f0b310 !IMPORTANT;
	color: #4c4c4c !IMPORTANT;
	font-weight: bold;
}
#latest h2 a {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../_img/latestRSS.jpg) no-repeat;
	text-indent: -99999px;
}
#nls {
	overflow:hidden;
	background: #4c4c4c !IMPORTANT;
}
#latest #nls li {
	border-bottom: 1px solid #919191;
	position: relative;
	width: 100%;
}
#latest #nls li a {
	padding: 0;
	display: block;
	margin: 4px 10px 4px 45px;
}
#latest #nls .hour {
	width: 40px;
	position: absolute;
	left: 4px;
	color: #919191;
	margin: 4px 0;
}
#latest li a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.1em;
}
/* @end */
/* @group videoBlock */
#videoPreviewContainer {
	width:170px;
}
#videoPreviewSmaller {
	width:100%;
	height: 140px;
	padding:0 !IMPORTANT;
}
/* @end */
/* @group weather */
#weather {
	padding: 10px;
}
#weather img {
	float: left;
	margin-right: 6px;
}
#weather span {
	float: right;
	margin: 2px 0;
}
#weather #currentTemp {
	font-weight: bold;
	font-size: 24px;
}
/* @end */
/* @group jornadas */
#jornada{
	min-height:220px;
	background-color:#fff;
	margin-bottom:10px;
}
#competicoesScroller,#jornadasScroll{
	position: relative;
	border-top: none;
	height: 30px;
}
#jornadasScroll{
	background-color:#2285CC;
}
#competicoesList,#jornadaLista{
	overflow: hidden;
	width:100%;
	height:30px;
}
#competicoesScroller ul,#jornadasScroll ul{
	background-color:#3f3f3f;
	border-bottom:1px dashed #dadada;
	color:#fff;
	float:left;
	width: 100%;
}
#jornadasScroll ul{
	background-color:#2285CC;
}
#competicoesScroller li,#jornadasScroll li {
	width: 100%;
	height: 30px;
	float:left;
	line-height: 30px;
	text-align: center;
}
#competicoesScroller .prev,#jornadasScroll .prev2 {
	left: 0;
	background: #282828 url(../_img/newsScrollLeft.gif) center center no-repeat;
	cursor: pointer;
}
#competicoesScroller .next,#jornadasScroll .next2 {
	right: 0;
	top: 0;
	background: #282828 url(../_img/newsScrollRight.gif) center center no-repeat;
	cursor: pointer;
}
#jornadasScroll .prev2{
	background: #2285CC url(../_img/newsScrollLeft.gif) center center no-repeat;
}
#jornadasScroll .next2{
	background: #2285CC url(../_img/newsScrollRight.gif) center center no-repeat;
}
#competicoesScroller .prev, #competicoesScroller .next ,#jornadasScroll .prev2,#jornadasScroll .next2{
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	/*z-index:999;*/
}
#tabelaJornadas{
	width:100%;
	background: #fff;
	min-height:191px;
}
#tabelaJornadas .titulo{
	background-color:#f2f2f2;
	font-size:1.0em;
}
#tabelaJornadas a{
	text-decoration: none;
	color: #000; 
}
#tabelaJornadas a:hover{
	text-decoration:none;
	color:#2285CC;
}
.loadJornada{
	text-align:center;
}
/* @end */
/* @group pequena liga */
.odd{
	background-color:#F2EFEA;
}
.left{
	text-align: left;
	width:40%;
}
.right{
	text-align: right;
	width:40%;
}
.center{
	width:20%;
	text-align:center;
}
/* @end */
/* @group tabelaClassificacao */
#colRelatives table tr td {
	padding: 5px;
}
.header {
	text-transform:uppercase;
}
#tabelaClassifica {
	margin-bottom: 15px;
	text-transform: Uppercase;
}
#tabelaClassifica a {
	color: #fff;
	text-decoration: none;
}
#tabelaClassifica a:hover {
	color: #1c7bb1;
}
#tabelaClassifica table tr td {
	padding-top: 10px;
	text-align:center;
}
#tabelaClassifica table tr:hover, #tabelaClassifica table tr:hover td a {
	color: #1c7bb1;
}
#tabelaClassifica {
	color:#FFF;
}
#tabelaClassifica h2 {
	background: url(../_img/backgroundHeader.jpg) repeat-y 0 0;
}
#tabelaClassifica table {
	background: url(../_img/backgroundTabClass.gif) repeat-y 0 0;
	border-collapse: collapse;
}
#tabelaClassifica .header {
	background: url(../_img/backgroundTabClass.gif) repeat-y 0 0;
}
#tabelaClassifica h2 {
	background-color:#2285cc;
	color:#FFF;
}
#tabelaClassifica table td {
	border: 0;
} 
#tabelaClassifica table tr td {
	border-bottom: 1px solid #dadada;
}
/* @end */
/* @group melhoresmarcadores*/
#bestscore h2 {
	background: #3B3B3B none repeat scroll 0 0;
	font-size: 1.1em;
	text-indent: 10px;
}
#bestscore table tr td a {
	color: #878787;
	text-decoration: none;
}
#bestscore table tr:hover, #bestscore table tr:hover td a {
	color: #2285CC;
	text-decoration: none;
}
#bestscore table tr.header {
	background: #F2F2F2;
	color: #878787;
}
/* @end */
/* @group emblemasScroller */
#emblemas{
	margin: 5px 0;
	background-color: #fff;
}
#compScroller{
	position: relative;
	border-top: none;
	width:363px;
	height: 30px;
}
#compList{
	overflow: hidden;
	width:100%;
	height:30px;
}
#compScroller ul{
	background-color:#3f3f3f;
	color:#fff;
	float:left;
	width: 100%;
}
#compScroller li {
	width: 363px;
	height: 30px;
	float:left;
	line-height: 30px;
	text-align: center;
}
#compScroller .prev {
	left: 0;
	background: #282828 url(../_img/newsScrollLeft.gif) center center no-repeat;
}
#compScroller .next {
	right: 0;
	top: 0;
	background: #282828 url(../_img/newsScrollRight.gif) center center no-repeat;
}
#compScroller .prev, #compScroller .next {
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	/*z-index:999;*/
}
#emblemasScroller{
	position: relative;
	width:362px;
	height:70px;
}
#emblemasList{
	overflow:hidden;
	width:100%;
	height:70px;
	padding: 0 15px !important;
}
#emblemasScroller ul{
	background-color:#fff;
	color:#fff;
	width: 1600%;
}
#emblemasScroller li {
	border-left: 1px solid #dadada;
	height:55px;
	line-height: 30px;
	float:left;
	padding:5px 5px;
}
#emblemasScroller .prev {
	border-right: 1px dashed #adaca9;
	left: 0;
	background: #fff url(../_img/emblemasScrollLeft.gif) center center no-repeat;
}
#emblemasScroller .next {
	border-left: 1px dashed #adaca9;
	right: 0;
	top: 0;
	background: #fff url(../_img/emblemasScrollRight.gif) center center no-repeat;
}
#emblemasScroller .prev, #emblemasScroller .next {
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	/*z-index:999;*/
}
/* @end */


#colRelatives #topMediaList li.dashed {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}