html {
	width: 100%;
	height: 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	align:center;
	width: 100%;
	height: 100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:verdana;
	font-size:12px;
	background-color: #F4F4E8;
}

#wrapper {
	width: 100%;
	height: 100%; 
}



#incCabecalho {
	width: 1020px;
	height: 150px;
}

#incMenu {
	padding-top:3px;
	padding-bottom:10px;
	width: 1020px;
	height: auto;
	background-color: #D33634;
	font-size:18px;
	font-weight: bold;
	color: white;
}

#subWrapper {
	width: 1020px;
	height: 800px;
	padding-left:20px;
	margin-top:20px;
}

#footerWrapper {

	width: 972px;
	height: 370px;
	margin-left:-5px;
	margin-top:150px;
}

#menuContainer {
	width: auto;
	margin-top:10px;
}


.menuContainerLink a {
	text-decoration:none;
	color: white;
	padding-top: 13px;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
}

.menuContainerLink a:hover{
	background-color: #E3E3C4;
	color: #0A5EDD;

}


/** PROGRAMAÇÃO **/


.programacaoTituloGeral  {
	width: 100%;
	height: 25px;
	padding-top:8px;
	font-family:verdana;
	font-size:14px;
	font-weight: bold;
	background-color: #E3E3C4;
}

.programacaoComentariosFinais {
	width: 100%;
	padding-top:8px;
	padding-bottom:8px;
	font-family:verdana;
	font-size:12px;
	color: #525227;
	background-color: #E3E3C4;
}

.programacaoTitulo {
	font-family:verdana;
	font-size:14px;
	height:20px;
	font-weight:bold;
	background-color: #CDCD96;
}

.programacaoHora  {
	font-family:verdana;
	font-size:10px;
	height:20px;
}

.programacaoPrograma {
	font-family:verdana;
	font-size:10px;	
	height:20px;
}

.programacaoApresentador {
	font-family:verdana;
	font-size:10px;	
	height:20px;
}


/** LINKS IMPORTANTES **/

.linksNumero {
	background-color: #CC0001;
	width: 30px;
	color: white;
	font-family:verdana;
	font-size:15px;
	text-align: center;
	font-weight: bold;
}

.linksLabel {
	width: 20%px;
	height: 40px;
	text-align:center;
	font-weight: bold;
	font-family:verdana;
	font-size:10px;
	background-color: #E3E3C4;
}

.linksLink {
	width: 20%px;
	text-align: center;
	font-family:verdana;
	font-size:10px;
	background-color: #E3E3C4;
}

.linksLink a {
	text-decoration: none;
	color: #666631;
}

.linksLink a:hover {
	text-decoration: none;
	text-weight: bold;
	color: #FFA64D;
}

.linksDescr {
	width: 60%;
	text-align:justify;
	font-family:verdana;
	font-size:10px;
	background-color: #E3E3C4;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

/*** RSS ***/

.titleRSS {
	background-color: #DF551D;
	color: #FFD184;
	padding:5px 5px 5px 5px;
	font-weight: bold;
}

.titleAssine {
	background-color: #DF551D;
	font-size:10px;
	color: #FFD184;
	padding:5px 5px 5px 5px;
	font-weight: bold;
}

.titleAssine a {
	text-decoration:none;
}

.titleAssine a:hover {
	text-decoration:none;
}

/*** EQUIPE ***/
.titleEquipe {
	width: 100%;
	border:2px solid #D33634;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #CDCD96;
}

/*** NOTICIAS ***/
#noticiaTituloNoticias {
	font-size:16px;
	font-weight: bold;
}

#noticiaTituloNoticias a{
	text-decoration:none;
}

.tituloNoticiasList {
	background-color: #CDCD96;
	padding:10px 10px 10px 10px;
	font-weight: bold;
	color: #6F624A;
}

.tituloNoticiasNews {
	border-left: 2px solid #CDCD96;
	border-right: 2px solid #CDCD96;
	border-bottom: 2px solid #CDCD96;
}

.tdnoticias {
	font-size:11px;
	text-align:center;
}

.tdnoticias a {
	text-decoration: none;
	color: black;
}

.tdnoticias a:hover {
	font-weight: bold;
	color: blue;
}

/*** Formatações ***/
