/* CSS Styles for Digilab MidiaCentro
 *
 * Mario Ceccon
 * mario@digilab.com.br
 *
 * All divs whose id starts with "v" are only there for background image insertion purpose
 *
 */

/* ============================
 *	GLOBAL
 * ============================
 */

a:active,a:focus{
	border: none;
	outline: 0;
}

body {
    behavior: url("scripts/csshover2.htc");
  	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	background: url(images/custom/backgrounds/back_novo.gif) no-repeat; 
	font-size: 11px;
	margin: 0px;
}



a img {
    border: none;
}


div#vAllTop {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#all {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
}

/* --- para o back não sumir no fireFox --- */
#clear_p_back{
	clear: both;
	height: 1px;
	width: 1000px;
}

div#vAllBottom {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 801px;
	height: 33px;
	background: url(images/backgrounds/back_base.png) no-repeat left bottom;
}

.invisible {
	visibility: hidden;
	display:none;
}

 input {
 	font-size: 12px;
 }
 
div#iframeHelp{
	position:absolute;
	z-index: 1000;
	margin-top:0px;
	text-align:center;
}

div#newCommentFrame{
	background-color:#990066;
}

/* ============================
 *	HEADERS
 * ============================
 */
 
 div#header{
	width: 1000px;
	height: 55px;
	margin-top: 10px;
 }
 
 div#header_login{
	width: 1000px;
	height: 60px;
	margin-top: 10px;
	margin-left:auto;
	margin-right: auto;
 }

 div#logoAlerj {
	float: left;
	width: 245px;
	height: 51px;
	margin-top: 0px;
}


div#customLogo {
	float: left;
	width: 178px;
	height: 51px;
	margin-top: 0px;
	margin-left: 10px;
}
div#pesqSimples{
	height: 30px;
}

div#loginTopo {
	margin-top: 0px;
	text-align: right;
	color: #000000;
	margin-top: 5px;
	font-size: 11px;
 }
 
 div#loginTopo a#contact{
 	color: #000000;
	margin-right: 10px;
 }

div#loginTopo a#gerenc_header{
	color: #7390a0;
	margin-right: 10px;
 }
 
 div#loginTopo a#ajudaLink{
	color: #E80000;
	margin-right: 10px;
 }
 
  div#loginTopo a#rss{
	color: #000000;
	margin-right: 10px;
 }
 
  div#loginTopo a#login{
	color: #0099CC;
 }
 
 div#loginTopo a#logout{
	color: #0099CC;
	margin-right: 10px;
 }

 form#logoutForm input#logoutbotao {
	width: 15px;
	font-size: 8px;
	margin: 1px;
 }



/* ============================
 *	NAVIGATION BAR v.2
 * ============================
 */

/* Tabs from main navigation bar */

div#tabs {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	height: 26px;
}

ul#tabsList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tabItem, .tabItemNewsCultura,.tabItemProgramaTV,.tabItemArticle {
	float: left;
	height: 26px;
	text-align: center;
	width: 89px;
}

.tabItemEmpty{
    float: left;
	height: 26px;
	width: 92px;
}

.tabItem div, .tabItemNewsCultura div,.tabItemProgramaTV div,.tabItemArticle div{
	padding-right: 1px;
	padding-left: 1px;
	margin-left: 2px; /* leaves space on left of icon */
	
}

.tabItem a, .tabItemNewsCultura a, .tabItemProgramaTV a,.tabItemArticle a {
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	width: 82px;
	height: 9px;
	color: #000000;
	text-decoration: none;
}
.tabItem a:hover {
	color: #999999;
}


/* Home */
.tabItem#homeSelected {
	background: url(images/backgrounds/tabs/tab_blue.png) no-repeat;
}
.tabItem#homeSelected a {
	color: #FFFFFF;
}

.tabItem#home:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Institucional */
.tabItem#InstSelected {
	background: url(images/backgrounds/tabs/tab_institucional.png) no-repeat;
}
.tabItem#InstSelected a {
	color: #FFFFFF;
}

.tabItem#Inst:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Artigos */
.tabItem#ArtigoSelected {
	background: url(images/backgrounds/tabs/tab_Vpiscina.png) no-repeat
}
.tabItem#ArtigoSelected a {
	color: #FFFFFF;
}

.tabItem#Artigo:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Cursos */
.tabItem#cursosSelected {
	background: url(images/backgrounds/tabs/tab_cursos.png) no-repeat;
}
.tabItem#cursosSelected a {
	color: #FFFFFF;
}

.tabItem#cursos:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Portfolio*/
.tabItem#portfolioSelected {
	background: url(images/backgrounds/tabs/tab_portfolio.png) no-repeat;
}
.tabItem#portfolioSelected a {
	color: #FFFFFF;
}

.tabItem#portfolio:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Prog TV */

.tabItem#progTVSelected {
	background: url(images/backgrounds/tabs/tab_verde.png) no-repeat;
}
.tabItem#progTVSelected a{
	color: #FFFFFF;
}
.tabItem#progTV:hover{
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}


/* Webcast */

.tabItem#webtvSelected {
	background: url(images/backgrounds/tabs/tab_verde.png) no-repeat;
}
.tabItem#webtvSelected a{
	color: #FFFFFF;
}
.tabItem#webtv:hover{
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}


/* webradio */

.tabItem#webradioSelected {
	background: url(images/backgrounds/tabs/tab_verde.png) no-repeat;
}
.tabItem#webradioSelected a{
	color: #FFFFFF;
}
.tabItem#webradio:hover{
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* stTV */

.tabItem#stTVSelected {
	background: url(images/backgrounds/tabs/tab_verde.png) no-repeat;
}
.tabItem#stTVSelected a{
	color: #FFFFFF;
}
.tabItem#stTV:hover{
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}


/* MeuSIM */

.tabItem#MeuSIMSelected {
	background: url(images/backgrounds/tabs/tab_vermelha.png) no-repeat;
}
.tabItem#MeuSIMSelected a{
	color: #FFFFFF;
}
.tabItem#MeuSIM:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}


/* administracao */

.tabItem#administracaoSelected {
	background: url(images/backgrounds/tabs/tab_cinza_azul.png) no-repeat;
}
.tabItem#administracaoSelected a{
	color: #FFFFFF;
}
.tabItem#administracao:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Pesquisa */

.tabItem#pesquisaSelected {
	background: url(images/backgrounds/tabs/tab_roxa.png) no-repeat;
}
.tabItem#pesquisaSelected a{
	color: #FFFFFF;
}
.tabItem#pesquisa:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* Noticias */


.tabItem#noticiasSelected {
	background: url(images/backgrounds/tabs/tab_azul_escuro.png) no-repeat;
}
.tabItem#noticiasSelected a{
	color: #FFFFFF;
}
.tabItem#noticias:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

.tabItemNewsCultura{
	background: url(images/backgrounds/tabs/tab_Vpiscina.png) no-repeat;
}
.tabItemNewsCultura#noticiasSelected a{
	color: #FFFFFF;
}


/* SMS */

.tabItem#smsSelected {
	background: url(images/backgrounds/tabs/tab_amarela.png) no-repeat;
}
.tabItem#smsSelected a{
	color: #FFFFFF;
}
.tabItem#sms:hover{
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/*Conference*/

.tabItem#conferenciaSelected {
	background: url(images/backgrounds/tabs/tab_azul_claro.png) no-repeat;
}
.tabItem#conferenciaSelected a{
	color: #FFFFFF;
}
.tabItem#conferencia:hover {
	background: url(images/backgrounds/tabs/tab_gray.png) no-repeat;
}

/* ====== SUB-MENU ====== */

div#subtabs {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #3bb3c2;	
}

div#subtabsPortfolio {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #6d609e;
}

/* --- My Sim ---*/
div#subtabs_gerenc {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #ff6666;	
}

div#subtabs_pesquisa {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #ccccff;
}

div#subtabs_noticias {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #136689;
}

div#subtabs_noticias_cultura {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #9ccfb2;
}

div#subtabs_artigo {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 20px;
	background-color: #9ccfb2;
}

div#subtabs_sms {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #ecbb5b;
}

div#subtabs_pod{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #ef7917;
}

div#subtabs_aovivo {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #b8db7c;
}

div#subtabs_adm {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #a9b6bd;
}

div#subtabs_confer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	background: #87c8d4;
}




ul.menuList {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	list-style-type: none;
}

.menuList li {
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-left: 2px;
	padding-left: 10px;
	padding-right: 2px;
}

.menuList li a {
	color: #AAAAAA;
	text-decoration: none;
	line-height: 20px;
}

.menuList li.selected a {
	color: #336699;
}

.menuList li a.hover {
	color: #336699;
}

/* ============================
 *	PAGINA��O
 * ============================
 */
 
 .paginacao_noback{
	width: 800px;
	
	text-align: center;
	color:#000000;
 }
 
 .paginacao_back{
 	background: url(images/backgrounds/back_paginacao.jpg) repeat-x;
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	color:#000000;
 }
 
 .paginacao_back_02{
 	clear: both;
 	background: url(images/backgrounds/back_paginacao_02.jpg) bottom repeat-x;
	width: 1000px;
	padding-bottom: 4px;
	text-align: center;
	margin-top: 10px;
	color:#000000;
 }
 
 .paginacao{
 	color:#000000;
 }
 
 .paginacao_selected{
 	color:#000000;
	font-size: 14px;
	font-weight:bold;
 }
 
/* ============================
 *	MAIN WINDOW
 * ============================
 */


/* ====== PLAYER AREA ====== */

#playerArea {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 5px;
}

#banda{
	background: url(images/backgrounds/back_bandaL.gif) no-repeat;
	width: 800px;
	height: 20px;
	padding-bottom: 5px;
}

#Vconex{
	float: left;
	padding-top: 3px;
	margin-left: 5px;
}

.btn_banda, .btn_banda_selected {
	float: left;
	padding-top: 0px;
}

.btn_banda_selected {
	color: #000000;
	font-weight: bold;
}

.btn_banda, .btn_banda a {
	color: #000000;
	text-decoration: none;
}

.btn_banda a:hover{
	color: #333399;
}

#btn_banda_1 {
	margin-left: 5px;
}
#btn_banda_2 {
	margin-left: 25px;
}


#playerDiv {
 	float: left;
	padding: 0px;
	margin: 0px;
	background-color:#000;
	height: 288px;
	width: 512px;
	
}

#wmvPlayer{
	margin-left: auto;
	margin-right:auto;
}


object#PlayerPpt {
	float: right;
}

#imagePlayer {
    height: 288px;
	width: 512px;
    text-align:center;
}

#infoArea {
	float: right;
    width: 488px;
    height: 288px;
    position: relative;
}

#playerControl {
    clear:both;
    margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	width: 1000px;
	height: 50px;
}

div#playerButtonsDiv{
	float:left;
	margin-right: 120px;
}



div#PlayerWMIndicator{
	width: 15px;
	height: 15px;
	clear: both;
}

div#maxMinPlayerDiv{
	float:left;
}

#playerControl img{
    margin: 0;
	padding: 0;
    border: none;
}

#waitFlag {
    position: absolute;
    top: 2px;
    right: 10px;
}

img.linkedImage {
    cursor: pointer;
}

/* ====== MAIN AREA ====== */

 div#vMainTop {
 	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

 div#main {
	margin-left: auto;
	margin-right: auto;
 	position: relative;

}

div.onecolumn_aovivo {
	width: 1000px;
 }
 
div.onecolumn {
	width: 1000px;
	background: url(images/backgrounds/backLogin.gif) repeat-x;
 }

div.onecolumnDegrade {
	width: 800px;
	background: url(images/backgrounds/backdegrade.gif) no-repeat;
 }
 
 div.onecolumPgInicial {
	width: 800px;
	background: url(images/backgrounds/back_pgInicial.jpg) no-repeat;
 }
 
 
 
 div.onecolunNewuser {
	width: 800px;
	height: 380px;
	background: url(images/backgrounds/backNewuser.png) no-repeat;
 }
  
 div.onecolumnLogin {
	width: 1000px;
	background: url(images/backgrounds/backLogin.gif) repeat-x;
 }
 
  div.onecolumnLoginNS {
	width: 800px;
	height: 303px;
	background: url(images/backgrounds/backNovasenha.jpg) no-repeat;
 }
 
  div.onecolumnDelmidia {
	width: 800px;
	background: url(images/backgrounds/back_dele_tmidia.gif) no-repeat;
 }
 
   div.onecolumnplaylist {
	width: 800px;
	height: 300px;
	background: url(images/backgrounds/back_playlist.jpg) no-repeat;
 }
 
 
 div.twocolumns {
	width: 800px;
 }

div#vMainBottom {
    clear: both;
    margin-left: auto;
	margin-right: auto;
	height: 17px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

 div.onecolumn div#vMainBottom{
	width: 800px;
	background-color: #FFFFFF;
 }

/* ====== MENU ====== */

div#menu {
	float: left;
	margin-left: 7px;
	margin-top: 20px;
}



/* ====== CONTENT ====== */

div#content {
	float: left;
	position: relative;
	margin-top: -10px; /* have to compensate div#menu top margin (-20 + 10) */
	margin-left: 17px; /* 7 (div#menu) + 10 */
	padding: 10px;
}


/* Class for category titles */
.title {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	left: 10px;
	padding-left: 25px;
}

/* Class for all vertical menus made of list (ul -li) */

ul.contentList {
	padding: 0px;
	margin: 0px;
	width: 131px;
	list-style-type: none;
	text-align: left;
	border: 1px solid #B6C3CD;
	background-color: #FFFFFF;
}

.contentList li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.contentList li:hover {
	background-color: #DBE3FA;
}

.contentList li a {
	color: #006699;
	text-decoration: none;
	line-height: 20px;
}

.contentList hr {
	color:#999999;
	width: 60%;
	border-top-width: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.contentListTitle {
	font-size: 12px;
	color: #006699;
}



/* ============================
 *	FOOTER
 * ============================
 */

#margn_footer{
	height: 15px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


div#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 54px;
	background: url(images/backgrounds/back_base.gif) repeat-x;
}

div#visitas{
	display:block;
    float:left;
	margin-left: 10px;
	margin-top: 10px;
    font-size: 11px;
	color: #666;
}

div#versao{
	padding-top: 10px;
    float: right;
	margin-right: 15px;
	font-size: 11px;
	color: #999999;
}

div#logoFooter {
	padding-top: 10px;
    margin-left: 650px;
	font-size: 9px;
	color: #999999;
}

div#logoFooter a {
    border: none;
	
	color: #999999;
}

div#copyright {
	margin-top: 10px;
	text-align:center;
	font-size: 11px;
	color: #666666;
}



/* ============================
 *	INDEX-LOGIN PAGE SPECIFICS
 * ============================
 */

 div#loginAll {
 	position: relative;
 	margin-left: auto;
	margin-right: auto;
	width: 800px;
 }

div#help_retrito{
	float:right;
	margin-top: 10px;
	margin-right:10px;
}


div#loginFormDiv{
	color: #000000;
	float: left;
	margin-top: 20px;
}

div#main>div#loginFormDiv{
	
}

#log_01{
	background-color:#F4F4F4;
	margin-top: 10px;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #CCC 1px solid;
}

#log_02{
	background-color:#F4F4F4;
	margin-top: 10px;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #CCC 1px solid;
}

#log_02 .simerro {
    display: block;
}

#obs_login{
	background-color: #EEEEEE;
	border: #3bb3c2 1px solid;
	width: 360px;
	padding: 10px;
}

#obs_login a{
	color: #3bb3c2;
}

.login_title{
	margin-left: 10px;
	color: #3bb3c2;
	font-weight: bold;
}

#errorIndex {
	color: #FF5555;
}

#bem_vindo{
	float:left;
	width: 400px;
	margin-top: 30px;
	margin-left: 70px;
	margin-right: 50px;
}

div#txtBemvindo{
	text-align: justify;
	margin-bottom: 20px;
}

#visitante{
	background:url(images/icons/bt_cinza_big.png) no-repeat;
	border: none;
	width: 118px;
	height: 20px;
	text-align: center;
	padding-top:3px;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

#visitante a{
	color: #000000;
	text-decoration: none;
 }
 

 div#login2 {
	position: absolute;
	left: 609px;
	top: 8px;
	text-align: right;
	color: #336699;
	font-weight: bold;
	width: 120px;
	height: 43px;
 }

 form#loginForm2 {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	font-size: 10px;
 }

 form#loginForm2 input.logininput {
	width: 40px;
	font-size: 10px;
	margin: 1px;
	padding: 0px;
 }

 form#loginForm2 input#loginbotao {
	background:url(images/icons/bt_ok.png) no-repeat;
	border: none;
	width: 16px;
	height: 16px;
 }

 form#loginForm2 input#login {
	width: 61px;
 }

 .errologin {
	color:#FF0000;
	margin: 1px;
	padding: 2px;
 }
 

 

div#novaSenha{
	color:#003366;
	font-weight:normal;
	display: block;
	height: 20px;
}

div#novaSenha a {
	color: #0099CC;
}

div#cadastro{	
	padding-top: 10px;
	font-size: 12px;
	color:#003366;
	font-weight:bold;
	display: block;
	height: 20px;
}

div#cadastro a {
	color: #0099CC;
}

/* ============================
 *	Pag Termos de compromisso (RIC)
 * ============================
 */
 div#termoBox{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #00CCCC;
	padding: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	margin-top: 10px;
 }
 
 div#tituloTermo{
 	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
	margin-left: 15px;
 }
 
 form#agreementForm{
 	margin-left: 10px;
 }
 
 /* ============================
 *	Pag novo usu�rio (RIC)
 * ============================
 */
 
  div#campos_newUser {
	padding-top: 10px;
	text-align: left;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #000000;
	
}

span.tituloNewuser{
	font-size: 18px ;
	font-weight:bold;
}

div#btn_newuser{
	text-align: left;
	margin-left: 110px;
}

 /* ============================
 *	Pag confirma��o novo usu�rio (RIC)
 * ============================
 */
 div.onecolunNewUserConfirm {
	width: 800px;
	height: 330px;
	background: url(images/backgrounds/back_confNewuser.jpg) no-repeat;
 }
  
  div#confirmNewUser{
  	font-size: 12px;
  	margin-left: 220px;
	padding-top: 80px;
  }
 
 span.NewUserTitulo{
 	font-size: 16px;
 }
/* ============================
 *	INDEX-LOGIN Nova Senha PAGE SPECIFICS
 * ============================
 */

 div#loginAllSenha {
 	position: relative;
 	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 505px;
 }

div#TnovaSenha{
	position:absolute;
	font-weight: bold;
	color:#003366;
	left: 38px;
	top: 110px;
	width: 158px;
}

 div#newSenha {
 	position: absolute;
	top: 40px;
	left: 230px;
	width: 450px;
	height: 195px;
 }

div#formuNovaSenha{
	color: #000000;
	padding-top: 40px;
	margin-left: 10px;
}

	
/* ============================
 *	Home PAGE SPECIFICS
 * ============================
 */

 div#homeflash {
	margin-left: auto;
	margin-right: auto;
	width: 702px;
 }

 div#rodapebanner {
	margin-left: auto;
	margin-right: auto;
	width: 704px;
	background:url(images/backgrounds/rodapebanner.gif) no-repeat top left;
	height: 16px;
 }

 div#baixo {
	margin-left: auto;
	margin-right: auto;
	width: 704px;
 }

 div#homeh02 {
	float:left;
	width: 250px;
}

div#midiasRescentes{
	clear: both;
	margin-top: 10px;
}

.ArquivosR {
	margin-top: 10px;
	width:625px;
 }
 
.searchResultsTopHome {
	margin-top: 0px;
	background: url(images/backgrounds/box_azul.gif) repeat-x;
	width: 625px;
	height: 22px;
 }

.searchResultsHome {
 
 }

 div.searchResultItemHome {
	/*float: left;
	margin: 2px;
	background: url(images/backgrounds/back_midiasHome.gif) repeat-x;
	width: 248px;
	height: 85px;*/
	background: url(images/backgrounds/back_midiasHome.gif) repeat-x;
	float: left;
	margin: 3px;
	width: 295px;
	height: 85px;
 }


 div.videoImageHome {
 	float: left;
	margin-left: 0px;
	padding: 1px;
	padding-right: 5px;
	padding-top: 3px;
	text-align:center;
	margin-top: 4px;
	border: #CCC 1px solid;
	margin-left: 4px;
 }

div.FundoTunb{
	height: 93px;
	width: 120px;
	text-align:center;
}

div.videoImageHome a img{
	
	border: none;
	margin-left: 5px;
 }

 div.videoInfoHome {
 	float: left;
	padding-left: 1em;
	margin-top: 0.5em;
    line-height:1.2em;
	width: 170px;
	overflow: hidden;
 }

 div.videoInfoHome ul {
 	padding: 0;
	margin: 0;
	list-style: none;
 }

  div.videoInfoHome ul li a{
	text-align: left;
	color: #000000;
	text-decoration:none;
 }

 .videoTitleHome {
	font-weight: bold;
	color: #3bb3c2;
 }

.videoDescriptionHome{
	color:#666;
}

/* ============================
 *	New Home PAGE SPECIFICS
 * ============================
 */
 
ul#subtabsList li#home{
	float:right;
	margin-top:0px;
	width:80px;
}

 ul#subtabsList li#home a{
 	float:right;
	margin-right: 15px;
}


div#homeLeft{	
	float:left;
	width: 350px;
	margin-left: 5px;
}

div#homeplayerArea{
	text-align: center;
	margin-top: 10px;
}



div#homeplayer{
}

div#infoPlayer{
	clear: both;
	padding-top: 3px;
	color: #666666;
	width:350px;
	overflow: hidden;
	text-align: left;
}

span.tituloM{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

.pre_pesquisa{
	margin-top: 10px;
	width:510px;
	padding-bottom: 11px;
	background: url(images/backgrounds/basebox_cinzal_510px.jpg) bottom left no-repeat;
}

.categorias{
	background: url(images/backgrounds/box_azul_500px.jpg) no-repeat;
	width: 510px;
	height: 22px;
}

div#prePesqItens{	
	width:500px;
	margin-left: 5px;
}

div#InfoprePesqItens_A{
	float:left;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	color:#666666;
}

div#InfoprePesqItens_B{
	float:left;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	color:#666666;
}

div#InfoprePesqItens_C{
	float:left;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	color:#666666;
}


div#prePesqItens>div#InfoprePesqItens_B{
	padding-top: 1px;
}

span.tituloInfoprePesq{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

span.subtituloInfoprePesq a{
	font-size: 12px;
	color:#666666;
	margin-top: 8px;
	display:block;
	margin-left: 0px;
	height: 15px;
}

span.subtituloInfoprePesq a:hover{
	color:#00CCFF;
}

div#minibanner{
	background: url(images/backgrounds/B_gravarV.jpg) no-repeat;
	margin-top: 10px;
	width: 350px;
	height: 125px;
}

#bannerTV{
		margin-top: 10px;
}

div#minibanner a{
	text-decoration: none;
	cursor: pointer;
	border: none;
}

div#UpMidias {
	font-weight: bold;
	color:#000000;
	padding-left: 15px;
	padding-top: 85px;
}


span#UpMidiasInfo{
	font-weight: normal;
	color:#000000;
}
			
div#rightHome{
	float:left;
	margin-left: 10px;
}

div#homeBanner {
	margin-top: 10px;
}

.maisMidias{
	clear:both;
	width: 610px;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	height: 20px;
}

.link_maisMidias{
	float:right;
	padding-top: 2px;
	
}

/* ============================*/

div#maisAcessadas{
	margin-top: 10px;
}



.linha{
	clear: both;
	height: -1px;
}



/* ============================
 *	WEBCAST PAGES SPECIFICS
 * ============================
 */

li#radioweb a, li#webtv a, li#novowebtv a, li#novowebradio a{
	color:#000000;
}

li.selected#radioweb a, li.selected#webtv a {
	color:#FFFFFF;
}


div#playerArea div#playerName, div#playerArea div#playerStatus, div#playerArea div#mediaDuration {
	padding: 0px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #AAAAAA;
	text-align: left;
	font-size: 9px;
}

div#chat {
	position: relative;
	padding-left: 200px;
	top: 0px;
}

div#readChat textarea{
	width: 340px;
	height: 220px;
	border: 1px solid #999999;
	padding: 5px;
	overflow: hidden;
}

div#writeChat textarea{
	float: left;
	margin-top : 4px;
	margin-left : 4px;
	width: 270px;
	height: 33px;
	border: 1px solid #999999;
	padding: 5px;
	overflow: hidden;
}

div#writeChat>textarea{
	/* only for non-IE browsers */
	float: left;
	margin-top : 4px;
	margin-left : 4px;
	width: 282px;
	height: 45px;
	padding: 5px;
}

a#sendButton {
	/* This invisible link will stay on top of the image of the button (background of div#writeChat) */
	float: left;
	margin-top : 20px;
	margin-left: 3px;
	display: block;
	width: 40px;
	height: 18px;
}
div#writeChat>a#sendButton{
	/* only for non-IE browsers */
	float: left;
	margin-top : 17px;
	margin-left: 3px;
	display: block;
	width: 40px;
	height: 18px;
}

/* ============================
 *	RADIOWEB PAGE SPECIFICS
 * ============================
 */


div#radioList {
	margin-left: 180px;
	top: 20px;
 }

 div#main>div#radioList {
 	/* only for non-IE browsers */
	margin-left: 180px;
 }

ul#radioListList, ul#radioListList li {
	text-align: left;
}


ul.listRadio {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	width: 131px;
	list-style-type: none;
	text-align: left;
	background-color: #FFFFFF;
}

.listRadio li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.listRadio li:hover {
	background-color: #DBE3FA;
}

.listRadio li a {
	color: #006699;
	text-decoration: none;
	line-height: 20px;
}

.contentListTitleRadio {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}


/* ============================
 *	WEBTV PAGE SPECIFICS
 * ============================
 */

.title#webtv {
	background: url(images/icons/tv.png) no-repeat left;
}


/* ============================
 *	SMS PAGE SPECIFICS
 * ============================
 */

ul#subtabsList li#sms a{
	background: url(images/icons/ico-sms.png) no-repeat left;
	padding-left: 25px;
}

div#sms {
	margin-left: 170px;
	margin-right: auto;
	width: 468px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000066;
}

div#sms h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

div#torpedo p {
	display: block;
	float: left;
	margin: 10px;
}

div#torpedo img#img_torpedo {
	float: right;
	margin: 10px;
}

form#smsForm {
	margin-right: 200px;
	text-align: right;
	vertical-align: bottom;
}

form#smsForm p{
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

form#smsForm input{
	font-size: 10px;
}

textarea#message {
	overflow: hidden;
}

/* ============================
 *	Meu SIM PAGE SPECIFICS
 * ============================
 */
 
 /* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Tahoma, Verdana, Arial;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/*---------------------*/
 #PCpntrole{
	margin-top: 10px;
	width: 800px;
	height: 70px;
}

#PCpntrole_title{
	margin-bottom: 5px;
	font-size: 12px;
}

ul#myContentSubtabsList {
    padding:0;
    margin:0;
}

ul#myContentSubtabsList li a{
	color:#5E0000;
}

ul#myContentSubtabsList li.selected a{
	color:#FFFFFF;
}

 form#procForm {
 	padding: 0px;
	margin: 0px;
 }

 form#procForm input {
	float: left;
 }

input.botaoBrowse {
 	width: 380px;
	height: 20px;
	font-size: 9px;
	color: #000066;

 }

 form#procForm input#keyWord {
 	background-color: #FFFFFF;
	color: #000066;
 	height: 12px;
	width: 200px;
	border: 1px solid #999999;
	padding: 3px;
	margin-left: 380px;
	margin-top: 15px;
 }

 form#procForm input#procBtn {
 	margin-left: 15px;
	margin-top: 16px;
	height: 18px;
	text-align: center;
 	background-color: #cccccc;
	color: #000000;
	border: 0px;
	padding: 3px;
	font-weight: bold;
 }

.onecolumns #formu, div#formuNoticias {
	text-align: left;
	font-size: 10px;
	color: #000000;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 10px;
}

.onecolumPortf  #formu, div#formuNoticias {
	text-align: left;
	font-size: 10px;
	color: #000000;
	margin-top: 20px;
	padding-top: 10px;
}

.onecolumns #formu {
	/*border: solid 1px #ffb3b2;*/
}

.onecolumPortf #formu {
	width: 600px;
	float: left;
}

.onecolumns .titulo_playlist {
	width: 980px;
	background: url(images/backgrounds/selecionar_arquivo.gif) no-repeat;
	height: 21px;
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 10px;
 }

.onecolumPortf .titulo_playlist {
	width: 600px;
	background: url(images/backgrounds/selecionar_arquivo_port.gif) no-repeat;
	height: 21px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
}


div#formuNoticias {
	border: solid 1px #136689;
}



div#formu h3, div#formuNoticias h3 {
	font-size: 14px;
	color: #ff6666;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

div#formu h3 {
	color: #ff6666;
}
div#formuNoticias h3 {
	color: #136689;
}

div#formu>h3 {
	margin-top: 0px;
}

form#formuForm {
	margin-right: 130px;
	text-align: right;
	vertical-align: bottom;
}

form#formuForm p{
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

form#formuForm input{
	font-size: 10px;

}

textarea#message {
	overflow: hidden;
}

.errorTextField {
    background-color: #FF5353;
}

td.sectionCell {
    text-align: left;
    padding-top: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #bbb;
}

td.fieldNameCell {
    text-align: right;
    vertical-align: top;
}

td.fieldCell {
    text-align: left;
}



 /*----- */
 
 td.fieldNameCell_home_btn{
    text-align: right;
    vertical-align: top;
}

td.fieldNameCell_home{
    text-align: right;
    vertical-align: top;
	width: 110px;
}

td.fieldCell_home {
    text-align: left;
}

.formatExample{
	font-size: 10px;
}

/*----- */
 
td.fieldNameCell_02, td.fieldNameCell_02_selected {
   	text-align: right;
    vertical-align: top;
	background-color: #b2b2fb;
	padding-right:10px;
}

td.fieldNameCell_02_selected {
   	color: #ffffff;
}

td.fieldNameCell_02_selected {
	background-color: #666699;
}

td.fieldCell_02, td.fieldCell_02_selected {
    text-align: left;
	vertical-align: top;
	background-color: #b2b2fb;
	width: 200px;
}

td.fieldCell_02_selected {
	background-color: #666699;
}

td.fieldCell_03 {
	vertical-align: bottom;
}





/* ==========================================
 *	Ediciao de perfil pelo proprio usuario
 * ==========================================
 */
 
.botao_ublic_works {
 	background:url(images/icons/bt_cinza_big_02.png) no-repeat;
	border: none;
	width: 125px;
	height: 20px;
	text-align: center;
	padding-top:3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
.botao_ublic_works a{
	color: #000000;
	text-decoration: none;
}

#filtro_cont_port a{
	color: #6d609e;
}

#title_filtro_port{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#new_edit_perfil{
	width: 580px;
	margin-top: 15px;
	float: left;
 }


#titulo_edit_perfil_mysim{
	font-size: 16px;
	color: #F33;
	font-weight: bold;
}


#titulo_edit_perfil{
	font-size: 16px;
	color: #6d609e;
	margin-top: 15px;
	font-weight: bold;
}

#btn_edit_user_port{
	margin-left: 120px;
}

div#userPhotoDiv {
	float: left;
    height: 120px;
    width: 120px;
    margin-bottom: 5px;
	margin-top: 15px;
	padding-left: 5px;
}

img#userPhoto{
	padding: 5px;
	border: 1px solid #8798a4;
}

#editUserForm {
	width: 500px;
	margin-left: 10px;
	float: left;
}

#bt_editUser{
	margin-left: 115px;
}

#full_form_caller {  
    cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 120px;
}

#full_form_caller:hover  {
    color: #6D609E;
}


/* ============================
 *	Meu SIM (nova m�dia)
 * ============================
 */

.linha_port{
	padding-top: 2px;
}

.onecolumns #titulo {
	width: 990px;
	margin-top: 15px;
	background: url(images/backgrounds/selecionar_arquivo.gif) no-repeat;
	height: 21px;
	padding-left: 10px;
	font-size: 12px;
 }


 
.onecolumPortf #titulo {
	width: 600px;
	margin-top: 30px;
	background: url(images/backgrounds/selecionar_arquivo_port.gif) no-repeat;
	height: 21px;
	padding-left: 10px;
	font-size: 12px;
	float: left;
	padding-bottom: 10px;
}

  
.onecolums #proc {
	color: #000000;
	border: solid 1px #ffb3b2;
	padding: 10px;
	margin-top: 10px;
 }
 
.onecolumPortf #proc {
	color: #000000;
	margin-top: 10px;
 }

#info_up_port{
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 12px;
}
 
div#escolherArqv{
	margin-right: 160px;
}

.escolherArqvTitle{
	text-align: right;
}

 div.subtitulo {
	color: #000000;
 }

.botao_port_edit {
 	background:url(images/icons/bt_cinza_big.png) no-repeat;
	border: none;
	width: 118px;
	height: 20px;
	text-align: center;
	padding-top:3px;
	margin-top: 10px;
 }
 
 .botao_port_edit a{
	color: #000000;
	text-decoration: none;
 }


input.botoes {
 	background:url(images/icons/bt_cinza.png) no-repeat;
	border: none;
	width: 59px;
	height: 20px;
	color: #000000;
 }

input.botao_sms{
 	background: url(images/icons/bt_enviarSms.png) no-repeat;
	border: none;
	width: 55px;
	height: 20px;
	color: #000000;
	text-align:left;
 }
 
 input.botao_EnterLogin{
 	background: url(images/icons/bt_EnterLogin.png) no-repeat;
	border: none;
	width: 55px;
	height: 20px;
	color: #000000;
	text-align:left;
 }
 
 input.botao_filtrar{
 	background: url(images/icons/bt_filtar.png) no-repeat;
	border: none;
	width: 55px;
	height: 20px;
	color: #000000;
	text-align:left;
 }
 
 input.botao_pesquisaAv{
 	background: url(images/icons/btn_pesquisaAv.png) no-repeat;
	border: none;
	width: 85px;
	height: 14px;
	color: #000000;
	text-align:left;
	padding:0px;
	font-weight: bold;
 }
 
input.botoesBig {
 	background:url(images/icons/bt_cinza_big.png) no-repeat;
	border: none;
	width: 118px;
	height: 20px;
	color: #FF0000;
 }
 
input.botoesBigBlack {
 	background:url(images/icons/bt_cinza_big.png) no-repeat;
	border: none;
	width: 118px;
	height: 20px;
	color: #000000;
 }

.btnNewUser {
 	background:url(images/icons/bt_newUsers.png) no-repeat;
	border: none;
	width: 183px;
	height: 35px;
 }
 
 .btnNewGroup {
 	background:url(images/icons/bt_newGroups.png) no-repeat;
	border: none;
	width: 183px;
	height: 35px;
 }
 
  .btnNewSessao {
 	background:url(images/icons/bt_newSessao.png) no-repeat;
	border: none;
	width: 130px;
	height: 25px;
 }
 

/* ============================
 *	Multimidia / Email's Enviados PAGE SPECIFICS
 * ============================
 */


 div#tituloSms {
 	margin-top: 10px;
	background: url(images/backgrounds/novaMen_SMS.png) bottom repeat-x;
	height: 21px;
	padding-top: 5px;
	width: 980px;
	margin-left:auto;
	margin-right: auto;
	font-size: 12px;
 }
 
 div#icoEmail{
 	float:left;
	margin-left: 10px;
	margin-top: 10px;
 }
 
 div#eformu {
 	float:left;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: auto;
	width: 510px;
	text-align: left;
	font-size: 10px;
	color: #000000;
}

div#eformu a{
	color:#0000FF;
}


form#eformuForm {
	margin-right: 100px;
	text-align: right;
	vertical-align: bottom;
}

form#eformuForm p{
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

form#eformuForm input{
	font-size: 10px;
}

div#eformu h4 {
	font-size: 12px;
	text-align: left;
}

div#eformu h5 {
	font-size: 10px;
	color:#FF0000;
	text-align: left;
}

div#eformu h6 {
	font-weight:normal;
	font-size: 10px;
	color:#000066;
	text-align: left;
}


textarea#message {
	overflow: hidden;
}

div#enviados {
 	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 131px;
	left: 350px;
	top: 20px;
 }
 div#main>div#enviados {
 	/* only for non-IE browsers */
	margin-left: 10px;
 }

ul#enviadosList, ul#enviadosList li {
	text-align: left;
}


iv#formuenv {
	text-align: left;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000066;
}

div#instrSms{
	margin-top: 15px;
}

/* ============================
 *	Multimidia / Email Novo PAGE SPECIFICS
 * ============================
 */

ul#novoList, ul#novoList li {
	text-align: left;
}

ul#novoList li a {
	background: url(images/icons/email_novo.png) no-repeat center left;
	padding-left: 25px;
}

/* ============================
 *	Pesquisa SPECIFICS
 * ============================
 */
 
 ul#subtabsList {
  	padding: 0px;
	margin: 0px;
 }

div#backNomePesq{
	background: url(images/backgrounds/nomePesq.png) no-repeat;
	height: 60px;
	margin-top: 10px;
}

span#nomePesq{
	display:block;
	margin-left: 85px;
	padding-top: 25px;
	font-size: 18px;
	color: #000000;
}

/* ============================== */
/* Formulario de pesquisa         */
/* ============================== */



/* Skin 'default' */

 #search {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
 }

#search_m_back{
	width: 1000px;
	height: 10px;
}

 #search #searchBar, #search #searchBarInAdvancedSearch {
	margin-left:  auto;
	margin-right: auto;
 	background: url(images/backgrounds/search_back.gif) no-repeat left;
	width: 980px;
	height: 35px;
 } 
 
#search.webradio #searchBar, #search.webradio #searchBarInAdvancedSearch {
	margin-left: auto;
	margin-right: auto;
 	border: 1px #acd06d solid;
	width: 980px;
	height: 35px;
	background-image:none;
}

#search.webtv #searchBar, #search.webradio #searchBarInAdvancedSearch {
	margin-left: auto;
	margin-right: auto;
 	border: 1px #acd06d solid;
	width: 980px;
	height: 35px;
	background-image:none;
}

 a#avancada {
 	display:block;
	float:right;
	color: #9191fc;
	margin-top: 10px;
	width: 130px;
	margin-right: 10px;
 }

#t_pesq{
	float: left;
	margin-left: 20px;
	margin-top: 12px;
	font-size: 12px;
}

 #search form#searchForm {
 	padding: 0px;
	margin: 0px;
 }

 #search form#searchForm input {
	float: left;
 }

 #search form#searchForm input#keyWord {
 	background-color: #FFFFFF;
	color: #000000;
 	height: 12px;
	width: 690px;
	border: 1px solid #999999;
	padding: 3px;
	margin-left: 100px;
	margin-top: 8px;
 }
 
  #search.webradio form#searchForm input#keyWord {
 	background-color: #FFFFFF;
	color: #000000;
 	height: 12px;
	width: 650px;
	border: 1px solid #999999;
	padding: 3px;
	margin-left: 10px;
	margin-top: 8px;
 }
 
   #search.webtv form#searchForm input#keyWord {
 	background-color: #FFFFFF;
	color: #000000;
 	height: 12px;
	width: 650px;
	border: 1px solid #999999;
	padding: 3px;
	margin-left: 10px;
	margin-top: 8px;
 }

 #search form#searchForm input#searchBtn {
 	margin-left: 5px;
	margin-top: 8px;
	text-align: center;
 	padding: 0px;
	font-weight: bold;
	background:url(images/icons/bt_ok_pesq_02.png) no-repeat left;
	border: none;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
 }
 
  #search.webradio form#searchForm input#searchBtn {
 	margin-left: 5px;
	margin-top: 8px;
	text-align: center;
 	padding: 0px;
	font-weight: bold;
	background:url(images/icons/bt_ok_pesq_03.png) no-repeat left;
	border: none;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
 }

 #search.webtv form#searchForm input#searchBtn {
 	margin-left: 5px;
	margin-top: 8px;
	text-align: center;
 	padding: 0px;
	font-weight: bold;
	background:url(images/icons/bt_ok_pesq_03.png) no-repeat left;
	border: none;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
 }

/* Skin 'small' */

 #search.small {
	float:right;
	width: 245px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 3px;
 }

 #search.small #searchBar, #search.small #searchBarInAdvancedSearch {
 	background: url(images/backgrounds/back_pesqTopo.png) no-repeat left;
	width: 250px;
	height: 25px;
 }

 #search.small form#searchForm input#keyWord {
	width: 140px;
	margin-left: 70px;
	margin-top: 2px;
 }

 #search.small form#searchForm input#searchBtn {
 	margin-left: 5px;
	margin-top: 3px;
	text-align: center;
	background:url(images/icons/bt_ok_pesq.png) no-repeat left;
	border: none;
	width: 24px;
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
 }

/* ============================== */
/* Formulario de pesquisa  avan�ada */
/* ============================== */

div#advancedSearch{
	background-color:#c8c9e3;
	border: solid 1px #8f8fff;
	padding: 20px;
}

 a#PesqSimples {
 	display:block;
	color: #6161fa;
	margin-top: 10px;
	width: 130px;
	font-weight: bold;
 }
 
  a#LipCampos{
  	display:block;
	color: #000000;
	margin-top: 15px;
	width: 130px;
  }

#advancedSearch form#searchFormAvanced{
 	padding: 0px;
	margin: 0px;
	color: #000000;
 }

 div#advancedSearch table{
	width: 750px;
}
/* ============================== */

 div#searchResultsTop {
	margin-left: auto;
	margin-right: auto;
 	background: url(images/backgrounds/result_pesquisa.gif) repeat-x;
	width: 980px;
	height: 21px;
	margin-top: 20px;
 }

div#searchResultsTop_mysim {
	/*margin-left: auto;
	margin-right: auto;
 	background: url(images/backgrounds/meucontR.gif) no-repeat;
	width: 800px;
	height: 21px;
	margin-top: 10px;*/
	padding-top: 10px;
 }

.result_pesquisas{
	font-size: 12px;
	margin-left: 5px;
}

.linha_verm{
	background-color:#F33;
	height: 5px;
	margin-left: 5px;
}


 div#searchResultsTopWebTV {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 18px;
	margin-top: 20px;
    padding-left: 10px;
    font-size: 12px;
    background: url(images/backgrounds/seta_verde.png) no-repeat left center;
    border-bottom: 4px solid #acd06d;
	margin-bottom: 10px;
 }
 
.searchResultsTopWebTV_title{
	padding-top: 4px;
	margin-left: 5px;
	font-size: 12px;
 }
 

 div#searchResultsTopWebRadio {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 18px;
	margin-top: 20px;
    padding-left: 10px;
    font-size: 12px;
    background: url(images/backgrounds/seta_verde.png) no-repeat left center;
    border-bottom: 4px solid #acd06d;
	margin-bottom: 10px;
 }

 div#searchResults {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
 }

 div.titulopesquisa{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	float: left;
 }

.nresultados {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
 }



div.nresultadosmySim {
 	margin-top: 5px;
	color: #000000;
	background: url(images/backgrounds/no_item.png) no-repeat;
	width: 800px;
	height: 70px;
 }
 
.info_nresultadosmySim{
	margin-left: 90px;
	padding-top: 30px;
	font-size: 12px;
 }

.info_nresultadosmySim a{
	color: #0000FF;
 }

 div.searchResultItem {
 	position: relative;
	float: left;
 	margin-top: 10px;
	margin-left: 5px;
	background: url(images/backgrounds/back_serchResults.png) repeat-x;
	border: #EFEFEF 1px solid;
	padding-left: 10px;
	padding-top: 10px;
	width:480px;
	height: 140px;
 }

 div.videoImage {
 	float: left;
	margin-left: 0px;
	padding: 0px;
	width: 130px;
 }


 div.videoInfo {
 	float:left;
	margin-left: 0px;
	overflow: hidden;
	width: 345px;
 }
 
 div.videoInfo ul {
 	padding: 0px;
	margin: 0px;
	list-style: none;
 }

  div.videoInfo ul li {
 	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	text-align: left;
	color: #666666;
 }

  div.videoInfo>ul>li {
 	/* only for non-IE browsers */
	padding: 2px;
  }

 span.videoTitle {
	text-align: center;
	font-weight: bold;
	color: #49598b;
 }

span.videoPortfolioLink a {
    background: url('images/icons/ico_portfolios.png') no-repeat left ;
    line-height: 16px;
	font-weight: bold;
    padding-left: 20px;
    color: #6666CC;
 }
span.videoPortfolioLink a:hover {
    color: #666688;
}

span.videoOwner {
    /* Dono que nao tem portfolio */
}

 span.videoTitleMysim {
	text-align: center;
	font-weight: bold;
	color: #ff5b5b;
 }

 span.videoTitleAovivo {
	text-align: center;
	font-weight: bold;
	color: #84c225;
 }

 div.videoButtonA a {
 	text-decoration: none;
	color: #336699;
    font-weight: bold;
 }

 span.videoButton {
	width: 30px;
	padding: 3px;
	border: none;
 }

 span.videoButton img {
	border: none;
	margin-top: 5px;
 }

 span.videoButton>img {
	/* only for non-IE browsers */
	margin-top: 10px;
 }

 div.mediaInfo2 {
 	position:absolute;
   	left: 140px;
 }

 div.mediaInfo2 ul {
 	float:left;
	width: 240px;
 	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color:#000000;
	filter: Alpha(Opacity=90);
	opacity:.90;
 }

  div.mediaInfo2 ul.column2 {
  	margin-left:10px;
  }


  div.mediaInfo2 ul li {
 	padding: 3px;
	margin-top: 1px;
	font-size: 10px;
	text-align: left;
 	color: #FFFFFF;
	background-color:#0F0F0F;
 }

 div.mediaInfo2 ul  li.buttons {
	background-color:#EDF1F4;
 }

 span.videoTitle2 {
	text-align: center;
	font-weight: bold;
 }

 div.paraAumentarOFundo {
 	clear: both;
 }

/*========================================================== */
/*=========== Midias relacionadas ABA-Pesquisa ============= */
/*========================================================== */


#searchResultsRelac{
	width: 980px;
	margin-top: 10px;
	margin-left: 10px;
}

div#searchResultsTopPesq {
	background: url(images/backgrounds/box_pesq.jpg) repeat-x;
	width: 980px;
	height: 22px;
 }
 
.boxPesq_cont{
	width: 978px;
	border: #E4E4E4 1px solid;
}


 div#searchResultsPesq {
 	width: 980px;
 }


 div.searchResultItemMRpesq {
	float: left;
	margin: 2px;
	background: url(images/backgrounds/back_midiasHome.gif) ;
	padding-top: 4px;
	padding-left: 2px;
	width: 320px;
	height: 90px;
 }
 
  div.videoImagePesq {

	text-align:center;
	
	float: left;
	margin-left: 0px;
	padding: 1px;
	padding-right: 5px;
	padding-top: 3px;
	margin-top: 4px;
	border: #CCC 1px solid;
	margin-left: 4px;
 }

div.videoInfoPesq{
 	float: left;
	padding-left: 8px;
	overflow: hidden;
	width: 200px;
 }

 div.videoInfoPesq ul {
 	padding: 0px;
	margin: 0px;
	list-style: none;
 }

  div.videoInfoPesq ul li a{
	text-align: left;
	color: #000000;
	text-decoration:none;
 }
 
  span.videoTitlePesq {
	text-align: center;
	font-weight: bold;
	color: #6666CC;
 }
 

 /* ============================
 *	ERROR AND SUCESS PAGES SPECIFICS
 * ============================
 */


.simerro {
	color: #FF0000;
}

span.prompt {
	font-size: 10px;
	color: #006699;
}

.errorMessage {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
	color: #FF0000;
}

.successMessage_marg{
	padding-top: 10px;
}

.successMessage {
	text-align:center;
	height: auto;
	padding: 10px;
	border: 1px solid #00d500;
	display: block;
	margin-bottom: 10px;
	
}

#playerMessage {
    clear: left;
    height: 20px;
}

div#pgerro {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 300px;
 }

div#confirmMessage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    margin-top: -150px;
    width: 500px;
}

 /* ============================
 *	Delete SPECIFICS
 * ============================
 */

div.tconfirm{
	padding-top: 55px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 150px;
}

div.subt{
	margin-top: 20px;
	color: #000066;
	margin-left: 150px;
}

div.table{
	margin-top: 30px;
	margin-left: 150px;
	color: #000066;
}


/* ===================
    USER ADMINISTRATION
  ==================== */

#subtabsList * a{
	color:#369;
}

.submenu_news #subtabsList * a{
	color:#C4ECFF;
}

#subtabsList .selected a{
	color:#FFFFFF;
}

#messageBar {
    clear: both;
	margin-top: 1px;
    float: left;
    width: 510px;
}

#waitingIndicatorDiv {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

div#controleMiniP{
	height: 34px;
	width: 348px;
}

#messageBarMiniP {
	width: 24px;
	height: 30px;
}

#waitingIndicatorDivMiniP{
    width: 16px;
    height: 16px;
}

#errorDiv {
    float: left;
	color: #FF5555;
}

div#userLeft{
	float: left;
	width: 150px;
	margin-top: 15px;
}

div#newUserButton {
	margin-left: 10px;
	margin-top: 2px;
}

div#filterUser{
	margin-top: 10px;
	margin-left: 7px;
	color: #000000;	
	
}

span#imgUser{
	margin-left: 30px;
}

div#userListDiv {
    width: 183px;
    margin-top: 10px;
	margin-left: 8px;
	border: 1px solid #8798a4;
    background-color:#FFFFFF;
}

ul#userList {
	margin-top: 10px;
	text-align: left;
	color: #000000;
	list-style-type: none;
	margin:0px;
	margin-left: 5px;
	padding:0px;
}

ul#userList li {
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 3px;
}

ul#userList li:hover {
    cursor: pointer;
}

li.itemUsuario, li.itemUsuarioSelected{
	background:url(images/icons/ico-user.png) no-repeat left;
}
li.itemUsuarioAdmin, li.itemUsuarioAdminSelected {
	background:url(images/icons/ico-user_Admin.png) no-repeat left;
}
li.itemUsuarioSuper, li.itemUsuarioSuperSelected {
	background:url(images/icons/ico-user_Gerenc.png) no-repeat left;
}
li.itemUsuarioInactive, li.itemUsuarioInactiveSelected {
	background:url(images/icons/ico-userDes.png) no-repeat left;
}

li.itemUsuarioSelected, li.itemUsuarioAdminSelected, li.itemUsuarioSuperSelected, li.itemUsuarioInactiveSelected{
	background-color:#D0E7F2;
	border: 1px #ACD5E8;
}

li.itemUsuario:hover, li.itemUsuarioAdmin:hover, li.itemUsuarioSuper:hover, li.itemUsuarioInactive:hover{
	background-color:#D7F9D7;
}
li.itemUsuarioSelected:hover, li.itemUsuarioAdminSelected:hover, li.itemUsuarioSuperSelected:hover, li.itemUsuarioInactiveSelected:hover{
	background-color:#DDDDDD;
}

div#userRight{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	color: #000000;
}

div#main>div#userRight{
	/* only for non-IE browsers */
	margin-left: 60px;
}



div#userNameDiv{
	float: left;
	margin-top: 45px;
	margin-left: 10px;
    height: 32px;
    color: #000000;
}

span#userName{
	font-size: 30px;
}

div#userInfLeft{
	clear: both;
	margin-top: 3px;
}

#userInfLeft_box{
	float: left;
}

div#main>div#userInfLeft{
	/* only for non-IE browsers */
	margin-left: 60px;
}

div#noUserBox{
	position:absolute;
	margin-top: 100px;
	margin-left: 80px;
}

div#noUserBoxGrup{
	position:absolute;
	margin-top: 20px;
	margin-left: 50px;
}

div#textoBox{
	position:absolute;
	z-index: 2;
	font-weight: bold;
    color: #FFFFFF;
    text-align:center;
	margin-top: 3px;
	width:250px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#boxTranparente{
	position:absolute;
	z-index: 1;
	filter: Alpha(Opacity=80);
	opacity:.80;
}


div#userEditDiv {
    width: 385px;
    padding: 5px;
    border: 1px solid #8798a4;
	color: #000000;
    background-color:#dbe0e4;
}

div#userEditDiv a{
	color: #5a6d7c;
}


div#userEditDivTwo  {
    margin-top: 10px;
	width: 385px;
    padding: 5px;
    border: 1px solid #8798a4;
	color: #000000;
    background-color:#dbe0e4;
}

div#userDelEdit{
	margin-top: 10px;
}

div#userInfRight{
	float:left;
	margin-top: 2px;
	margin-left: 8px;
}

div#abilitiesListDiv{
}

ul#abilitiesList{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

li.itemAutorizacao{
	color: #999999;
	background:url(images/icons/bt_cadeado.png) no-repeat left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 2px;
}

ul#abilitiesList li.itemAutorizacao:hover{
    cursor: pointer;
	background-color:#D7F9D7;
}

li.itemAutorizacaoSelected{
	color: #009900;
	background:url(images/icons/ico-ok.png) no-repeat left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 2px;
}

ul#abilitiesList li.itemAutorizacaoSelected:hover{
    cursor: pointer;
	background-color:#DDDDDD;
}

div#userGroups{
	margin-top: 10px;
	color: #999999;
}

div#userEditDiv table tr td{
    height: 14px;
}

div#userEditDiv table tr td form input{
    margin: 0px;
    padding: 0px;
}

.button {
    border: 1px solid #000000;
    padding: 5px;
    margin-left: 2px;
    font-weight: bold;
}

.button:hover {
    color: #888888;
    background-color: #002222;
}

.buttonNew {
    padding: 5px;
    margin-left: 2px;
    font-weight: bold;
}

form.userInPlaceEditForm {
    margin: 2px;
    padding: 0px;
}

div#newUserDiv {
	color: #000066;
	margin-left: 158px;
}

span.activeStatus {
    color: #00CC00;
	font-size: 11px;
	font-weight:bold;
}

span.inactiveStatus {
    color: #FF2222;
	font-size: 11px;
	font-weight:bold;
}

div#changeStatusButton {
	background:url(images/icons/bt_cinza.png) no-repeat;
	border: none;
	width: 59px;
	height: 20px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	padding-top: 3px;
}

div#changeStatusButton:hover {
    cursor: pointer;
}

.groupSelected, .userSelected {
    color: #FFDD00;
}
.groupNotSelected, .userNotSelected {
    color: #000066;
}

div#groupListDiv{
	clear: both;
	float:left;
	width: 150px;
}

div#ugroupListDiv{
	width: 120px;
}

ul#ugroupList{
	color: #000066;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

li.itemGGrupo{
	background:url(images/icons/ico-sms.png) no-repeat left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 4px;
	color: #000066;
}

li.itemGrupo{
	background:url(images/icons/ico-sms_pb.png) no-repeat left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 4px;
	color: #999999;
}

ul#ugroupList li.itemGrupo:hover{
    cursor: pointer;
	background-color:#D7F9D7;
}

li.itemGrupoSelected{
	background:url(images/icons/ico-sms.png) no-repeat left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#D0E7F2;
	margin: 4px;
	border: 1px #ACD5E8;
}

ul#ugroupList li.itemGrupoSelected:hover{
    cursor: pointer;
	background-color:#DDDDDD;
}

div#filterDiv{
	margin-left: 170px;
	color: #000066;	
}

div#listUserDiv{
	clear:both;
	margin-left: 170px;
	margin-top: 15px;
	color: #000066;
}

span#ListUser {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

span#ListUserConfig {
	font-size: 9px;
	color: #000066;
}

div#formuconfig {
	color: #000066;
	margin-left: 170px;
}


/* ============================
 *	GROUPS ADMINISTRATION
 * ============================
 */

 
div#grupoLeft{
	float: left;
	width: 150px;
	margin-top: 15px;
}

span#imgGrupo{
	margin-left: 30px;
}

div#newGroupButton {
	margin-left: 10px;
	margin-top: 2px;
}

div#filterGroupsDiv{
	margin-top: 5px;
	margin-left: 7px;
	color: #000000;
}

div#ggroupListDiv {
    width: 183px;
    margin-top: 10px;
	margin-left: 8px;
	border: 1px solid #8798a4;
    background-color:#FFFFFF;
}

ul#ggroupList {
	margin-top: 10px;
	text-align: left;
	color: #000000;
	list-style-type: none;
	margin:0px;
	margin-left: 5px;
	padding:0px;
}

ul#ggroupList li.itemGGrupo:hover{
    cursor: pointer;
	background-color:#D7F9D7;
}

ul#ggroupList li.itemGGrupo{
	background:url(images/icons/ico-sms.png) no-repeat left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 4px;
}

ul#ggroupList li.itemGGrupoSelected{
	background:url(images/icons/ico-sms.png) no-repeat left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#D0E7F2;
	margin: 4px;
	border: 1px #ACD5E8;
}

div#grupoRight{
	float: left;
	margin-left: 15px;
	color: #000000;
}

div#main>div#grupoRight{
	/* only for non-IE browsers */
	margin-left: 60px;
}

div#groupNameDiv{
	float: left;
	margin-top: 20px;
	margin-bottom: 6px;
    height: 40px;
    color: #000000;
	font-style:italic;
}

span#groupName{
	font-size: 30px;
	color: #000000;
	font-style:normal;
}

div#newGroupDiv{
	float: left;
    padding: 20px;
	margin-top: 5px;
	margin-left: 15px;
	color: #000000;
	border: 1px solid #8798a4;
    background-color:#dbe0e4;
}

div#main>div#newGroupDiv{
	/* only for non-IE browsers */
	margin-left: 60px;
}

div#newGroupDiv span input {
    margin: 4px;
}

div#grupoInfLeft{
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

div#main>div#grupoInfLeft{
	/* only for non-IE browsers */
	margin-left: 60px;
}

.instruction{
	font-size: 10px;
    color: #000000;
}

div#groupEditDiv {
    margin-top:3px;
	width: 315px;
    padding: 5px;
    border: 1px solid #8798a4;
	color: #000000;
    background-color:#dbe0e4;
}

div#apagarGroup {
    margin-top:10px;
	color: #000000;
}

ul#membersList {
	margin-top: 10px;
	text-align: left;
	color: #000000;
	list-style-type: none;
	margin:0px;
	margin-left: 5px;
	padding:0px;
}

ul#membersList li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 2px;
}
ul#membersList li:hover {
    cursor: pointer;
}

li.itemMembros {
	background:url(images/icons/ico-user.png) no-repeat left;
}
li.itemMembrosAdmin {
	background:url(images/icons/ico-user_Admin.png) no-repeat left;
}
li.itemMembrosSuper {
	background:url(images/icons/ico-user_Gerenc.png) no-repeat left;
}

li.itemMembros:hover, li.itemMembrosAdmin:hover, li.itemMembrosSuper:hover{
	background-color:#FFFFFF;
}

div#outrosUsuarios{
	float:left;
	margin-top: 5px;
	margin-left: 8px;
}

div#outrosUsuariosDiv {
	margin-top:3px;
	width: 170px;
    padding: 5px;
    border: 1px solid #8798a4;
	color: #000000;
    background-color:#FFFFFF;
}

ul#outrosUserList {
	color: #000000;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

ul#outrosUserList li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
}

ul#outrosUserList li:hover {
    cursor: pointer;
}

li.itemOutrosUser, li.itemOutrosUserSelected {
	background:url(images/icons/ico-user.png) no-repeat left;
}

li.itemOutrosUserAdmin, li.itemOutrosUserAdminSelected {
	background:url(images/icons/ico-user_Admin.png) no-repeat left;
}

li.itemOutrosUserSuper, li.itemOutrosUserSuperSelected {
	background:url(images/icons/ico-user_Gerenc.png) no-repeat left;
}

li.itemOutrosUser:hover, li.itemOutrosUserAdmin:hover, li.itemOutrosUserSuper:hover{
	background-color:#D7F9D7;
}

li.itemOutrosUserSelected, li.itemOutrosUserAdminSelected, li.itemOutrosUserSuperSelected{
	background-color:#D0E7F2;
	border: 1px #ACD5E8;
}

li.itemOutrosUserSelected:hover, li.itemOutrosUserAdminSelected:hover, li.itemOutrosUserSuperSelected:hover{
	background-color:#DDDDDD;
}


 /* ============================
 *	Podcast PAGE SPECIFICS
 * ============================
 */
 div#PodTopo {
	margin-top: 8px;
	font-size: 14px;
 }
  
.linhaPod{
	height: 4px;
	background-color: #ef7917;
}

 div#imgPod {
 	float:left;
	margin-top: 5px;
 }
 
div#main>div#imgPod{
	margin-left: 10px;
 }
 
 div#podList{
	color: #000000;
	margin-left: 140px;
	margin-top: 20px;
	width: 550px;
 }
 
 div#linkPod{
	margin-left: 140px;
	margin-top: 10px;
 }
 
 div#main>div#linkPod{
	height:60px;
 }
 
 /* ============================
 *	Video conferencia PAGE SPECIFICS - New
 * ============================
 */
div#sessoesTop{
	margin-top: 0px;
}

#messageBar_conf{
}

.salas_conferenc_iten  {
	width: 980px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 10px;
	
}

.salasList {
	border: 1px solid #7fcdd7;
    background-color:#daeff2;
	padding: 5px;
	width: 955px;
	padding-left: 15px;
}

.salasList li {
	padding: 3px;
	margin: 2px;
	padding-left: 20px;
}

.sala_confrenc_title{
	font-weight:bold;
	font-size: 14px;
	color: #068897;
}

.col_descr_conf{
	float: left;
	margin-top: 2px;
}

.tipo_conferenc{
	margin-bottom: 5px;
}

.linha_erro_float{
	width: 760px;
	height: 1px;
	clear: both;
}
.confrenc_btn_Ok{
	width: 59px;
	height:20px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.confrenc_btn_editar{
	width: 59px;
	height:20px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.confrenc_btn_excluir{
	width: 59px;
	height:20px;
	margin-top: 10px;
	float: left;
}

.inf_conferenc_desc{
	width: 680px;
	background-color:#FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 5px;
	margin-top: 18px;
}

.col_partic_conf{
	float: left;
	margin-left: 15px;
	margin-top: 2px;
}

.N_partc_conf{
	margin-bottom: 5px;
}

.sessaoParticipantesDiv2 {
    width: 220px;
    height: 80px;
    padding: 5px;
    border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.sessaoParticipantesList2 {
	color: #000066;
	list-style-type: none;
	margin:0;
	padding:0;
    width: 220px;
    height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
}

  /* ============================
 *	Video conferencia PAGE SPECIFICS
 * ============================
 */
 


div#newSesButton {
	margin-left: 10px;
	clear: both;
	margin-top: 10px;
}



div#sessaoNameDiv{
	float: left;
	margin-top: 20px;
	margin-bottom: 6px;
    height: 40px;
    color: #CCCCCC;
	font-style:italic;
}

span#sessaoName{
	font-size: 30px;
	color: #000066;
	font-style:normal;
}



.instrSessao{
    color: #000000;
}

.instrTipo{
	margin-left: 170px;
    color: #000000;
}

.instrPart{
	margin-left: 190px;
    color: #000000;
}

.instrEnter{
	margin-left: 20px;
    color: #000000;
}

div#editSessoesLeft{
	margin-top: 10px;
	float: left;
}

div#editSessoesRight{
	float: left;
	margin-left: 10px;
	color: #000066;
}

div#editSessaoInfLeft{
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	width:475px;
}





li.itemSalas, li.itemSalasSelected{
	background:url(images/icons/ico_salas_novo.png )  no-repeat left;
}

div#sessaoDivTipo  {
	float:left;
	width: 200px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #7fcdd7;
    background-color:#daeff2;
	margin-left: 5px;
}

ul#TipoList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#TipoList li {
	clear: left;
	padding: 3px;
	margin: 2px;
	padding-left: 20px;
    overflow-y: scroll;
    overflow-x: hidden;


}

li.itemTipo, li.itemTipoSelected{
	background:url(images/icons/ico_salas_novo.png )  no-repeat left;
}
div#sessaoDivPart  {
	float:left;
	width: 70px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #7fcdd7;
    background-color:#daeff2;
}

ul#PartList {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

ul#PartList li {
	clear: left;
	padding: 3px;
	margin: 2px;
	padding-left: 20px;
}

li.itemPart, li.itemPartSelected{
	background:url(images/icons/ico-user.png) no-repeat left;
}

div#sessaoDivEnter  {
	float:left;
	width: 60px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #7fcdd7;
    background-color:#daeff2;
}

ul#EnterList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#EnterList a{
	color:#000000;
	text-decoration: none;
}

ul#EnterList li {
	clear: left;
	padding: 3px;
	margin: 2px;
}

#title_novaSess{
	background: url(images/backgrounds/nova_sessao.gif) repeat-x;
	width: 980px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

div#sessaoEditDiv {
    float: left;
    margin-top: 10px;
	width:800px;
    padding-top: 10px;
	padding-bottom: 10px;
   	border: 1px solid #7fcdd7;
	color: #000000;
    background-color:#daeff2;
	margin-left: 10px;
}

#conferenc_formuForm{
	vertical-align: bottom;
}

#tabela_conferenc{
	float: left;
	width: 600px;
	margin-left: 5px;
}

div#okSessao {
    margin-top:10px;
	color: #000000;
}

div#sessaoUsuarios{
	float:left;
	margin-top: 15px;
	margin-left: 18px;
}

div#editarSessao {
	margin-top: 14px;
}

/*____________*/

.instrEditar{
	font-size: 10px;
    color: #000000;
}

.instrExcluir{
	margin-left: 52px;
	font-size: 10px;
    color: #000000;
}

div#sessaoDivEditar  {
	float:left;
	width: 75px;
	margin-top: 16px;
	padding: 5px;
	border: 1px solid #7fcdd7;
    background-color:#daeff2;
}

ul#EditarList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#EditarList a{
	color:#000000;
	text-decoration: none;
}

ul#EditarList li {
	clear: left;
	padding: 3px;
	margin: 2px;
}

div#sessaoDivExcluir  {
	float:left;
	width: 75px;
	margin-left: 5px;
	margin-top: 16px;
	padding: 5px;
	border: 1px solid #7fcdd7;
    background-color:#daeff2;
}

ul#ExcluirList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#ExcluirList a{
	color:#000000;
	text-decoration: none;
}

ul#ExcluirList li {
	clear: left;
	padding: 3px;
	margin: 2px;
}

/*____________*/

div#btn_editarSessao{
	margin-top: 5px;
	float:right;
}

div#excluirSessao {
	margin-top:5px;
	width: 160px;
	height: 50px;
    padding: 5px;
    border: 1px solid #D0E7F2;
	color: #000066;
    background-color:#FFFFFF;
}

div#btn_excluirSessao{
	margin-top: 5px;
	float:right;
}


div#sessaoUsuariosDiv {
    float: left;
	margin-top:10px;
    height: 310px;
    padding: 5px;
    width: 160px;
	margin-left: 5px;
	border: 1px solid #7fcdd7;
	color: #000000;
	background-color:#daeff2;
}

ul#sessaoUserList {
	color: #000000;
	list-style-type: none;
	margin:0;
	padding:0;
    width: 160px;
    height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
	background-color: #FFFFFF;
}


ul#sessaoUserList li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 4px;
}

ul#sessaoUserList li:hover {
    cursor: pointer;
}

div#sessaoParticipantesDiv {
    float: left;
    width: 160px;
    padding: 5px;
	color: #000000;
	height: 290px;
}



#filterOtherUsersDiv{
	text-align:left;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sessaoUserList_title{
	padding-bottom: 3px;
}

.title_col_partic{
	text-align: left;
	font-weight:bold;
	background-color:#b4e3ec;
	padding: 3px;
	margin-bottom: 5px;
	
}

.title_col_partic_02{
	text-align: left;
	margin-bottom: 5px;
	
}

#bt_gerenc_users {
	padding: 2px;
	border: solid 1px #CCCCCC;
	margin-left: 2px;
    cursor: pointer;
	background-color:#F2F2F2;
	text-decoration: none;
	width: 95px;
	margin-top: 10px;
}

#bt_gerenc_users a {
	text-decoration: none;
	color: #000000;
}

ul#sessaoParticipantesList {
	color: #000066;
	list-style-type: none;
	margin:0;
	padding:0;
    width: 160px;
    height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
	background-color:#FFFFFF;
	border: #CCCCCC 1px solid;
}


ul#sessaoParticipantesList li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 2px;
}

ul#sessaoParticipantesList li:hover {
    cursor: pointer;
}

/* =========================================
    DETALHES DE M�DIA & COMENT�RIOS
  ========================================== */


div#infoTabs {
	height: 25px;
}

ul#tabsPesq{
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 10px;
	height: 25px;
}

.tabItemPesq{
	float:left;
	text-align: center;
	width: 120px;
	height: 25px;
}

.tabItemPesqSelected {
	float:left;
	text-align: center;
	width: 120px;
	height: 25px;
	background: url(images/backgrounds/tabs/tab_detalPesq.png) no-repeat;
}

.tabItemPesq a{
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	width: 120px;
	color: #000000;
	text-decoration: none;
}

.tabItemPesqSelected a{
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	width: 120px;
	color: #000000;
	text-decoration: none;
}

.tabItemPesq a:hover {
	color: #999999;
}

div#mediaInfo{
	background:url(images/backgrounds/back_destalhesPesq.png) no-repeat;
	margin-left: 10px;
	height: 263px;
    width: 478px;
}

div#topoDetalhes{
	height: 20px;
	width: 390px;
}

div#detalhesMidia {
	margin-left: 15px;
	padding-top: 5px;
	font-size:12px;
    height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
}

div#mTitleDiv{
	color:#333333;
	font-weight:bold;
	font-size: 14px;
	overflow: hidden;
	width: 350px;
}

#playlistParts table{
    width: 350px;
    margin:0;
    padding:0;
	margin-top: 5px;
}
#playlistParts table td{
    margin:0;
    padding: 3px;
    margin:1px;
    height:12px;
}
#playlistParts table td.partIndex{
    width:20px;
	font-weight:bold;
	text-align: center;
}
#playlistParts table td.partTitle{
    padding-left: 5px;
}
#playlistParts table td.partLink{
    width:30px;
}

.notPlayingPart {
    
}
.playingPart {
    font-weight: bold;
    color: #604ACA;
}

div#contDetalhes{
	margin-top: 10px;
	display:block;
	color:#000000;
}

div#detalhesMidiaBtn{
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	padding-bottom: 5px;
}

div#mediaUrlDiv {
	float: left;
	margin-top: 20px;
	margin-left: 5px;
}

input#mediaEmbedInput, input#mediaUrlInput {
    border: solid 1px #cccccc;
    color: #666;
    width: 100px;
}
input#mediaUrlInput {
    margin-right: 5px;
}

div#mediaComments{
	background:url(images/backgrounds/back_destalhesPesq.png) no-repeat;
	margin-left: 10px;
	height: 263px;
}

div#iframeComments{
	padding-top: 25px;
	margin-left: 10px;
}

div#mediaNewComment{
	margin-left: 10px;
	height: 263px;
}

div#arquivosRelacT{
	clear: both;
	margin-top: 5px;
	margin-left: 15px;
	font-weight:bold;
}

#listaRelacionadas {
	margin-top: 5px;
    width: 450px;
	height: 70px;
    white-space: nowrap;
}

.midiaRelacionada {
    display: block;
    border: none;
    text-align:left;
    float: left;
	padding-left: 10px;
	text-decoration:none;
}

.relacionadaThumbnail {
	margin-bottom: 0px;
}

* > .relacionadaThumbnail {
	margin-bottom: 5px;
}

#relacionadaTitle{
	clear: left;
	font-size: 10px;
	font-weight:bold;
	color:#333333;
	margin-left:10px;
	
}

/* Statistics */

.statTable{	
	background: url(images/backgrounds/tabs/subtab_base.jpg) repeat-x;
	margin-left: 10px;
	width: 980px;
	text-align: left;
}

.statTable tr td{
	padding-left: 5px;
	
}

.headerRow th a {
    display: table-cell;
	color:#006699;
}

.headerRow th.h {
    background: url(images/icons/arrow-none.gif) right no-repeat;
    padding-right: 18px;
}

.headerRow th.hUp {
    background: url(images/icons/arrow-up.gif) right no-repeat;
    padding-right: 18px;
}

.headerRow th.hDown {
    background: url(images/icons/arrow-down.gif) right no-repeat;
    padding-right: 18px;
}

.rowOdd {
  background-color: #ddd;
}

.rowEven {
  background-color: #F4F4F4;
}

.footerRow {
  background-color: #ccc;
}

.footerRowTotal {
    background-color: #9dabb3;
	color: #FFFFFF;
}

#statsMenu{
	margin-top: 10px;
	width: 980px;
	height: 26px;
	margin-left: 10px;
}

#statsMenu ul {
	margin: 0px;
	padding: 0px;
}

#statsMenu li {
	float:left;
	list-style-type: none;
	width: 140px;
	height: 26px;
	padding-left: 10px;
}

#statsMenu li.selected  {
	background: url(images/backgrounds/tabs/tab_base.jpg) no-repeat;
	width: 140px;
}

#statsMenu li a {
    text-decoration: none;
    color: #006699;
	font-size: 10px;
}

#statsMenu li.selected a {
    color: #006699;
	font-size: 10px;
	font-weight:bold;
}

div#statsDate{
	clear: both;
	background: url(images/backgrounds/tabs/subtab_base.jpg) repeat-x; 
	padding-top: 10px;
	padding-left: 10px;
	height: 40px;
	margin-left: 10px;
	width:970px;
}

/* =========================================
    Gravar M�dia
  ========================================== */

.onecolumns #titulo_rec {
	width: 1000px;
	margin-top: 15px;
	background: url(images/backgrounds/selecionar_arquivo.gif) no-repeat;
	height: 21px;
	padding-left: 10px;
	font-size: 12px;
 }

.onecolumPortf #titulo_rec {
	width: 600px;
	background: url(images/backgrounds/selecionar_arquivo_port.gif) no-repeat;
	height: 21px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	float: left;
	margin-top: 30px;
}

.onecolumns #rec{
	float:left;
	margin-top: 20px;
	width: 350px;
}

.onecolumPortf #rec{
	margin-top: 10px;
	width: 600px;
	float: left;
}

.onecolumns #infoRec{
	padding-left: 10px;
	text-align:justify;
	width: 300px;
	height: 100px;
}

.onecolumPortf #infoRec{
	padding-left: 10px;
	text-align:justify;
	width: 580px;
	margin-bottom: 10px;
}

div#gravFlash{
	margin-top: 20px;
}

/* =========================================
    Not�cias
  ========================================== */


div#backNewsCult{
	background-color:#d1f1de;
}

div#newsTitleCultura{
	font-size: 24px;
	color: #7ebf98;
	font-weight:bold;
}

div.newsItemTitleCultura a{
	color: #30885a;
	font-weight:bold;
}

#newsCommentsItenCult{
	width: 565px;
	padding: 5px;
}

.comentTituloCult{
	color:#7ebf98;
	font-weight:bold;
}



ul#subtabsList li#newsC a{
	color:#D2E9FF;
}

ul#subtabsList li#newsC.selected a{
	color:#FFFFFF;
}

ul#subtabsList li#newsJ a{
	color:#D2E9FF;
}

ul#subtabsList li#newsJ.selected a{
	color:#FFFFFF;
}

ul#subtabsList li#newsP a{
	color:#D2E9FF;
}

ul#subtabsList li#newsP.selected a{
	color:#FFFFFF;
}

ul#subtabsList li#Nnews a{
	color:#d0e0e7;
}

ul#subtabsList li#Nnews.selected a{
	color:#d0e0e7;
}

 
div#backNews{
	background-color:#d0e0e7;
}
  
div#newSearch{
	float: left;
	color: #000000;
	font-size: 12px;
	width: 200px;
}

#cadastNews{
	margin: 5px;
	width: 170px;
	border: solid 1px #003366;
	padding: 5px;
}

#cadastNews a{
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

#cadastNewsCult{
	margin: 5px;
	width: 170px;
	border: solid 1px #3e8a62;
	padding: 5px;
}

#cadastNewsCult a{
	color: #3e8a62;
	font-size: 11px;
	font-weight: bold;
}

div.newsItem{
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}

div.newsItemTitle{
	width: 180px;
	overflow: hidden;
}

div.newsItemTitle a{
	color: #136689;
	font-weight:bold;
}
 
div#newsReader{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 580px;
	background-color:#FFFFFF;
	overflow: hidden;
}

div#noNewsReader{
	width: 800px;
	background: url(images/backgrounds/no_noticias.png) no-repeat;
	height: 185px;
	margin-left: auto;
	margin-right:auto;
}

#noNewsReader_txt{
	margin-left: 240px;
	padding-top: 95px;
	font-size: 12px;
	font-weight:bold;
}
  
div#newsTitle{
	font-size: 16px;
	color: #136689;
	font-weight:bold;
	padding-bottom: 5px;
	overflow: hidden;
	width: 580px;
}

div#newsAbstract{
	margin-top: 10px;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

div#newsContent{
	margin-top: 10px;
	font-size: 12px;
}

div#newsContent p {
    margin:0; 
    padding:0;
}


div#newsItemDate{
	font-weight: bold;
}

div#newsDate{
	font-weight: bold;
}

#newsButtons {

}

#newsMainRelated {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


  
/* Not�cias Home*/

#abasDestq{
}

.abaDestaque {
	display: block;
	float: left;
	width: 90px;
	height: 15px;
	margin-left: 2px;
	padding-left: 5px;
	padding-top: 2px;

}

.abaDestaque:hover {
    cursor: pointer;
    color: #ffffff;

}

.abaDestaqueSelected {
    color: #ffffff;
	background: url(images/backgrounds/tabs/tabDestaqsHome.png) no-repeat;
	display: block;
	float: left;
	width: 90px;
	height: 15px;
	margin-left: 2px;
	padding-left: 5px;
	padding-top: 2px;

}

div#destaqueNoticiasCultura{
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	width: 310px;
}

div#destaqueNoticiasProgramacao{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 310px;
}


div#Noticias_HomeDestaqProg{
	width:240px;
	height: 37px;
	background: url(images/backgrounds/back_topJorn_home02.jpg) no-repeat;
}

div#Noticias_HomeDestaq{
	width:240px;
	height: 37px;
	background: url(images/backgrounds/back_topCult_home02.jpg) no-repeat;
}

div#ultimasNoticias{
	margin-top: 10px;
}

div#Noticias_Home{
	background: url(images/backgrounds/box_azul.gif) repeat-x;
	width:350px;
	height: 22px;
}

div#ultimasCriticas{
	margin-top: 10px;
	margin-left: 10px;
	background: url(images/backgrounds/basebox_cinzal.jpg) bottom left no-repeat;
	padding-bottom: 11px;
}

div#Criticas_Home{
	background: url(images/backgrounds/box_azul.jpg) no-repeat;
	width:260px;
	height: 22px;
}

div#ultimosEventos{
	margin-top: 10px;
	margin-left: 10px;
	background: url(images/backgrounds/basebox_cinzal.jpg) bottom left no-repeat;
	padding-bottom: 11px;
}

div#Eventos_Home{
	background: url(images/backgrounds/box_azul.jpg) no-repeat;
	width:260px;
	height: 22px;
}

#banner_ava{
	margin-top: 10px;
	margin-left: 10px;
}

#banner_Fun{
	margin-top: 10px;
	margin-left: 10px;
}

.titulosBox{
	font-weight: bold;
	color:#000000;
	padding-top: 5px;
	margin-left: 10px;
	font-size: 12px;
}

.cont_box{
	/*background: url(images/backgrounds/cont_box_cinzal.gif) repeat-y;*/
	padding-left: 10px;
	padding-bottom: 5px;
	border:  #CCC 1px solid;
}

div#newSearchHome{
	width: 310px;
	padding-bottom: 10px;
}
 
.newsItemHome{
	margin-top: 10px;
	margin-left: 10px;
}

.imgNews{
	margin-right: 5px;
	float: left;
}
 
.newsInfoHome{
	width:200px;
	height: 40px;
	float: left;
}


.newsItemTitleHome{
	overflow: hidden;
	width:300px;
}

.newsItemTitleHome a {
	color:#3bb3c2;
	font-weight:bold;
}
                
div#newsItemDateHome{
}

.newsItemAbstractHome{
	color:#666666;
}


/* Not�cias MIDIAS RELACIONADAS (RIC)*/

div#newsRelatedMedias{
	clear: both;
}

div#newsRelatedMediasTitulo{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsRelatedMediaIten{
	float: left;
	background-image: url(images/backgrounds/back_Mrelaci.jpg);
	width: 188px;
	height: 60px;
	margin: 2px;
	font-size: 10px;
	text-align: left;
}

.newsRelatedMediaIten a{
	text-decoration: none;
}

.relatedMediaThumbnews {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	text-align: center;
}

.newsRelatedInfo {
	float: left;
	width: 120px;
	margin-top: 2px;
	margin-left: 2px;
	cursor: pointer;
	
}


.relatedMediaTitleNews {
	font-weight:bold;
	color: #136689;	
	overflow: hidden;
	width: 120px;
}

.relatedMediaOwnerNews {
	color: #000000;
	
}

.relatedMediaDateNews {
	color: #000000;
}


/* Not�cias COMENTARIOS (RIC)*/


#newsComments{
	color:#333333;
	background: url(images/backgrounds/basebox_cinzal_580px.gif) bottom left no-repeat;
	padding-bottom: 11px;
}

div#newsCommentsTitulo{
	margin-top: 10px;
}

#newsCommentsIten{
	width: 565px;
	padding: 5px;
}

.boxComents_cont{
	background: url(images/backgrounds/cont_box_cinza_580.gif) repeat-y;
}

.newsCom{
    margin-bottom: 15px;
    position: relative;
}

.comentTitulo{
	color:#005d7c;
	font-weight:bold;
}

.linkEscreverComentario {
    margin-bottom: 15px;
}

.linkEscreverComentario a {
	color:#005d7c;
	font-weight:bold;
}

.newsComTitle{
	margin-bottom: 4px;
    font-weight: bold;
}

.newsComDate, .newsComAutor {
    display: inline;
}

.newsComDate {
	color:#666666;
	font-size: 9px;
}

#writeCommentForm{
	margin-top: 10px;
	padding: 5px;
	background-color:#EAEAEA;
	border: solid  1px #CCCCCC;
	width: 500px;
	margin-left: 10px;
}

.newsComHeader, .newsComHeader a{
	color:#005d7c;
	font-weight:bold;
	font-size: 12px;
	background-color:#EAEAEA;
	padding: 2px;
	width: 560px;
    margin-bottom: 5px;
}

.newsComAutorFoto{
	float: left;
    margin: 5px;
    margin-right: 10px;
}

.paginacao_news{
 	background: url(images/backgrounds/back_paginacao.jpg) repeat-x;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 10px;
	color:#000000;
 }

.paginacao_news_02{
 	clear: both;
 	background: url(images/backgrounds/back_paginacao_02.jpg) repeat-x;
	padding-bottom: 4px;
	text-align: center;
	margin-top: 10px;
	color:#000000;
 }

/* ============================================
 *	VISIBILIDADE DE MIDIAS ADMINISTRATION
 * ============================================
 */


div#filtroMidiasBox{
	background: url(images/backgrounds/filtro_midias.gif) repeat-x;
	width: 980px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px #CCC solid;
}

div#filtroMidias{
	padding-left: 10px;
	padding-top: 10px;
	display:block;
}

span.filtrosT_midias{
	float:left;
	color:#006699;
	width: 130px;
	height: 20px;
	font-weight:bold;
	display: block;
	text-align:right;
}


span.filtrosT{
	float:left;
	color:#006699;
	width: 80px;
	height: 20px;
	font-weight:bold;
	display: block;
	text-align:right;
}


span.filtros a{
	float:left;
	text-align: left;
	color:#006699;
	height: 20px;
	display: block;
	margin-left: 15px;
}

div#ordenarMidias{
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
}
 
 span.filtrosOrd a{
	float:left;
	text-align: center;
	color:#006699;
	height: 20px;
	display: block;
	margin-left: 15px;
}

div#listMidiasVisib{
	margin-left: 10px;
}

div#TituloVmidias{
	clear: both;
	font-size: 14px;
	color:#006699;
	font-weight:bold;
	margin-top: 10px;
	display: block;
	margin-left: 10px;
}

#checar{
	font-weight:bold;
	margin-bottom: 5px;
	border: #CCC 1px solid;
	width: 150px;
}


div#TituloVmidias a{
	font-size: 11px;
	color:#006699;
}

.itemEnter{
	margin-top: 5px;
}

/*----- Folha p/ impress�o --------*/

#logoPagImpress{
	width: 210px;
	height: 41px;
	margin-top: 25px;
}

#TituloVmidiasImpres{
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 5px;
}

div.MidiasVisibItenImpress{
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 4px;
}

div.tumbVisibComentImpress{
	width: 100px;
	height: 80px;
	margin-top: 10px;
	float: left;
}


div.boxComentImpress{
	clear: both;
	margin-left: 10px;
	padding-top: 10px;
	width: 660px;
}

div.boxComentImpress ul {
 	padding: 0px;
	margin: 0px;
	list-style: none;
 }
 
 span.tituloVisibComentImpress {
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	float: left;
	padding-top: 15px;
	margin-left: 15px;
}

span.ComentarioImpress{
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

span.ComentarioTituloImpress{
	font-weight:bold;
}

div.ComentarioMessImpress{
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 620px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
 

/*----- --------*/

div.MidiasVisibIten{
	float: left;
	background: url(images/backgrounds/back_serchResults.png) repeat-x;
	width:320px;
	height: 120px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 4px;
}


div.VisibItenPlayer{
	float: left;
	margin-top: 5px;
	border: #999 1px solid;
	padding: 3px;
}


.VisibItenTitle {
	font-weight: bold;
	color: #49598b;
	overflow: hidden;
	width: 200px;
 }


div.VisibItenInfo{
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	width: 200px;
	overflow: hidden;
}

 
div.VisibItenInfo ul {
 	padding: 0px;
	margin: 0px;
	list-style: none;
 }

div.VisibItenInfo li {
 	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: 10px;
	text-align: left;
	color: #666666;
 }

.btn_visib_midias{
}

.visib_midias_edit{
	float: left;
}

.visib_midias_chkBox{
	padding-top: 12px;
	float: left;
	margin-left: 5px;
}


div#tipoVisib{
	width: 150px;
	clear: both;
	float: left;
}

div#tipoVisibGrupos{
	margin-left: 20px;
	float: left;
}

div#infoVisib{
    width: 300px;
	margin-left: 20px;
    float: left;
}

div#tipoVisibBtn{
	clear: both;
	padding-top: 20px;
	margin-left: 10px;
}


/* ============================================
 *	VISIBILIDADE DOS COMENTARIOS 
 * ============================================
 */

#no_pesq_coment{
	margin-left: 10px;
	margin-top: 10px;
	width: 970px;
	height: 70px;
	background: url(images/backgrounds/no_pesquisa_coments.png) no-repeat;
	border: #CCC 1px solid;
}

.no_pesq_coment_info{
	font-size: 16px;
	margin-top: 33px;
	margin-left: 80px;
}

div#filtroVisibCBox{
	background: url(images/backgrounds/filtro_midias.gif) repeat-x;
	width: 980px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px #CCC solid;
}

div#filtroVisibC{
	padding-left: 10px;
	padding-top: 10px;
	display:block;
}

div.VisibComentIten{
	background-color:#F5F5F5;
	width:980px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	
}

div.tumbVisibComent{
	float: left;
	width: 100px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
}




div.boxComent{
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 660px;
}

div.boxComent ul {
 	padding: 0px;
	margin: 0px;
	list-style: none;
 }
 

span.tituloVisibComent a{
	font-size: 12px;
	color:#006699;
	font-weight:bold;
}

span.Comentario{
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

span.ComentarioTitulo{
	color:#006699;
	font-weight:bold;
}

div.ComentarioMessAPROVADO{
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 760px;
	border: 1px solid #666666;
}

div.ComentarioMessREPROVADO{
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 760px;
	border: 1px solid #DA1313;
}

div.ComentarioMessPENDENTE{
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	width: 760px;
	border: 1px solid #DA6213;
}

div.boxStatusComent{
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

div.boxStatusComentPrint{
	height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}


div.linhaSTC{
	height: 2px;
	width: 775px;
	display: block;
	padding-top: 5px;
	background: url(images/backgrounds/grayLinhe.gif) repeat-x;
}

div#btn_visibComent{
	clear: both;
	padding-top: 20px;
	height: 30px;
	margin-left: 10px;
}


/* ============================================
 *	PG INSTITUCIONAL ( CULTURA EM REDE ) 
 * ============================================
 */

div.onecolumnInst {
	width: 800px;
	background: url(images/backgrounds/back_intitucional.jpg) no-repeat;
 }

div#menuVertical{
	width: 180px;
	float: left;
}

div#menuVtop{
	margin-left: 10px;
	padding-top: 25px;
}
            
div#menuVcont{
	width: 160px;
	margin-left: 10px;
	margin-top: -3px;
	background: url(images/backgrounds/menuInst_cont.jpg);
}

div#menuVbase{
	margin-left: 10px;
	padding-bottom: 10px;
}

div.linksInst{
	background: url(images/backgrounds/back_linkInst.jpg) no-repeat;
	width: 145px;
	height: 25px;
	margin-left: 5px;
	padding-bottom: 2px;
}

span.txt_linksInst a{
	display: block;
	padding-left: 10px;
	padding-top: 7px;
	color:#000000;
	text-decoration: none;
}

div#conteudoInstColun{
	width: 560px;
	float: left;
	margin-left: 15px;
}

div.conteudoInst{
	margin-left: 10px;
	padding-top: 25px;
	font-size: 12px;
	text-align: justify;
	width: 550px;
	line-height: 20px;
	color:#333333;
}

div#linhaBranca{
	clear:both;
	width: 300px;
}

div#linhaBranca_02{
	clear:both;
	width: 800px;
	height: 2px;
	background-color:#FFFFFF;
}

/* ============================================
 *	PG PROGRAMA DE TV ( CULTURA EM REDE ) 
 * ============================================
 */
 
 ul#subtabsList li.progTVli a{
	color:#003300;
}


div.onecolumProgTV {
	width: 800px;
	background: url(images/backgrounds/back_prog_tv.jpg) no-repeat;
 }
 

div.menuVerticalProgTV{
	width: 180px;
	float: left;
}

div#menuVtopProgTV{
	margin-left: 10px;
	padding-top: 25px;
}
            
div#menuVcontProgTV{
	width: 160px;
	margin-left: 10px;
	margin-top: -3px;
	background: url(images/backgrounds/menuProgTV_cont.jpg);
}


div#menuVbaseProgTV{
	margin-left: 10px;
	padding-bottom: 10px;
}

div.linksProgTV{
	background: url(images/backgrounds/back_linkProgTV.jpg) no-repeat;
	width: 145px;
	height: 25px;
	margin-left: 5px;
	padding-bottom: 2px;
}

div#conteudoProgTV{
	width: 560px;
	float: left;
	margin-left: 15px;
}

div.logo_vinheta{
	padding-top: 25px;
	width: 550px;
}

div#descProgTV{
	float: left;
	width: 550px;
	margin-top: 15px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color:#333333;
}

div#imgProgTV{
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

div#ProgTV{
	width: 600px;
	float: left;
	margin-left: 15px;
}

div#descProgTV_02{
	float: left;
	width: 280px;
	margin-left: 5px;
	margin-top: 15px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color:#333333;
}

div#descProxProg{
	float: left;
	width: 500px;
	margin-left: 5px;
	margin-top: 15px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color:#333333;
}


div#ProgTVplayer{
	margin-top: 10px;
	float: left;
}

/* ============================================
 *	PG CURSOS ( CULTURA EM REDE ) 
 * ============================================
 */
 
div.onecolumCursos {
	width: 800px;
	background: url(images/backgrounds/back_cursos.jpg) no-repeat;
 }
 
div.menuVerticalCursos{
	width: 180px;
	float: left;
}

div#menuVtopCursos{
	margin-left: 10px;
	padding-top: 25px;
}
            
div#menuVcontCursos{
	width: 160px;
	margin-left: 10px;
	margin-top: -3px;
	background: url(images/backgrounds/menuCursos_cont.jpg);
}


div#menuVbaseCursos{
	margin-left: 10px;
	padding-bottom: 10px;
}

div.linksCursos{
	background: url(images/backgrounds/back_linkCursos.jpg) no-repeat;
	width: 145px;
	height: 25px;
	margin-left: 5px;
	padding-bottom: 2px;
}
 
 div#conteudoCursos{
	width: 600px;
	float: left;
	margin-left: 5px;
}

div#novosCursos{
	color:#000000;
	padding-top: 20px;
	text-align:justify;
}
 
 div#inscrNewCursos{
	color:#000000;
	padding-top: 30px;
	text-align:justify;
}

span#tituloCursos{
	font-size: 14px;
	font-weight:bold;
	color: #669999;
}

div#eformu_cursos {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: auto;
	width: 570px;
	text-align: left;
	font-size: 10px;
	color: #000000;
}

div#tabelaCursos{
	margin-top: 10px;
}

div#tabelaCursos a{
	color:#0000FF;
}

td.CursosTitle {
    text-align: center;
	background-color:#b6cbc0;
	font-weight:bold;
} 

td.CursosSubTitle {
	background-color:#d8e1dc;
	font-weight:bold;
	width: 110px;
	
} 

td.CursosProf {
	background-color:#e7eeea;
	width: 80px;
}

td.CursosInfo {
	background-color:#e7eeea;
	width: 150px;
} 

td.CursosInfoCH {
	background-color:#e7eeea;
	width: 20px;
} 


td.CursosLink {
	background-color:#f3f6f4;
} 
/* ============================================
 *	PG PORTF�LIO CAPA (home) ( CULTURA EM REDE ) 
 * ============================================
 */
 
ul#subtabsList li#protSubAba a{
	color:#000000;
}

ul#subtabsList li#protSubAba.selected a{
	color:#FFFFFF;
}

#port_col_dir{
	width: 800px;
	float: left;
}
 
div#portFiltro{
	padding-top: 20px;
	font-weight: bold;
}


div#searchResulPortfolio{
	width: 800px;
}

div#searchResultsTop_PortHome {
 	background: url(images/backgrounds/result_pesquisa_port02.png) repeat-x;
	width: 800px;
	height: 21px;
	margin-top: 10px;
	font-size: 12px;
}

div#searchResults_PortHome {
	width: 800px;
}

div#searchResultsTop_Port {
 	background: url(images/backgrounds/result_pesquisa_port.png) no-repeat;
	width: 600px;
	height: 21px;
	margin-top: 5px;
}
 
div#searchResults_Port {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

div.searchResultItem_Port {
	float: left;
	margin: 2px;
	background: url(images/backgrounds/back_serchResults_port.png) no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	width: 190px;
	height: 60px;
 }
 
div.videoInfo_Port {
 	float:left;
	margin-left: 0px;
	overflow: hidden;
	width: 85px;
    text-align: center;
}
 
span.PortolioTitle {
	font-weight: bold;
	color: #330066;
	display:block;
	padding-bottom: 3px;
	overflow: hidden;
}

span.PortolioDesc {
	color: #000000;
	display:block;
}


#recentPortfolios, #lastVisitorsOfPortfolio, #visitedPortfolios{
	width: 800px;
}


.topPort {
	margin-top: 10px;
	background: url(images/backgrounds/destaquesPort.gif) repeat-x;
	width: 800px;
	height: 22px;
}

.contBox_760{
	border:  #CCC 1px solid;
	width: 798px;
}

/* ============================================
 *	PG PORTF�LIO (EDITAR) ( CULTURA EM REDE ) 
 * ============================================
 */
 
div.onecolumPortf {
	width: 1000px;
	background: url(images/backgrounds/backLogin.gif) repeat-x;
}
 
div.menuPortfolios{
    clear: both;
    width: 180px;
	float: left;
}

 
div.contMenuPortf{
	margin-top: 15px;
	padding-top: 10px;
	width: 160px;
	margin-left: 10px;
	height: 250px;
	background-color: #bcb8cb;
}

 ul.linksMenuPortf {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	list-style-type: none;
	background-color:#bcb8cb;
}

.linksMenuPortf li {
	text-align: left;
	margin-left: 2px;
	padding-left: 10px;
	background-color:#6d609e;
	margin-bottom: 2px;
	width: 130px;
	height: 25px;
}

.linksMenuPortf li a {
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	vertical-align: middle;
}

.linksMenuPortf li.selected a {
	color: #FFFFFF;
	background: url(images/backgrounds/seta_Port.png) no-repeat;
	padding-left: 8px;
}

 
.infoPort_links{
	float: left;
	width: 530px;
	padding-top: 30px;
}

.addContentItem{
	width: 121px;
	height: 110px;
	float: left;
	margin-left: 40px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 10px;
}

.addContentTitle {
	width: 120px;
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	padding-bottom: 15px;
	text-decoration: none;
	color: #333366;
	font-size: 14px;
}

.addContentTitle a{
	color: #333366;
}

div.infoPort{
	float: left;
}
 
div#infoMeuPort{
	float: left;
	width: 550px;
	margin-top: 20px;
}

td.table_infoMeuPort{
	vertical-align: top;
	text-align: right;
}

div#PhotoPort{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}


div#userPhotoPort{
	background-color:#000000;
	width: 230px;
	height: 170px;
	
}
 
div#userPhotoPortImg{
	position: absolute;
	width: 230px;
	height: 170px;
	text-align: center;
}

div#masckPort{
	height: 170px;
	width: 230px;
	position: absolute;
}

div#photoPortUploade{
	margin-left: 5px;
}

div#destaqsPortProfile{
	clear: both;
	padding-top: 15px;
	width: 800px;
}


div#topDestPort {
	margin-top: 10px;
	background: url(images/backgrounds/destaquesPort.gif) repeat-x;
	width: 800px;
	height: 22px;
}

.contBox_600{
	border: 1px #CCC solid;
	width: 798px;
}

div#destaqsPort{
	clear: both;
	padding-top: 15px;
	width: 600px;
	background: url(images/backgrounds/basebox_cinzal_600px.gif) bottom left no-repeat;
	padding-bottom: 11px;
}

#maisTrabPort{
	clear: both;
	width: 800px;
	height: 26px;
	padding-top: 5px;
}

div#link_maisTrabPort{
	float:right;
	padding-top: 2px;
	margin-right: 5px;
	
}

div.destack{
	width: 190px;
	float: left;
	margin-left: 5px;
}
 
div.destackMidPrivat{
	color:#FFFFFF;
	width: 170px;
	background-color:#000000;
	font-size: 10px;
	padding-bottom: 5px;
	position: absolute;
	filter: Alpha(Opacity=80);
	opacity:.80;
	margin-top: 40px;
	margin-left:5px;
	
}

div.destackMidPrivatInfo{
	text-align: center;
	margin:5px;
}
 
     
div.destackIten01{
	float: left;
	margin-top: 10px;
	border: #CCC 1px solid;
	background-color: #bcb8cb;
	width: 190px;
	height: 300px;
}
 
div.destackIten02{
	float: left;
	background-color: #FFF;
	border: #766e9d 1px solid;
	margin-top: 10px;
	width: 190px;
	height: 300px;
}
 
 div.destackIten03{
 	float: left;
	margin-top: 10px;
	width: 190px;
	height: 300px;
	border: #CCC 1px solid;
	background-color: #8e84b8;
}
 
div.destcPortMedia{
	width: 170px;
	height: 136px;
	text-align:center;
	margin-left: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
	border: 1px #CCC solid;
	padding: 3px;
	background-color:#000;
}

div.destcPortTitulo{
	color:#44396c;
	font-size: 14px;
	font-weight:bold;
	width: 175px;
	display: block;
	margin-left: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

div.destcPortSubT{
	width: 180px;
	height: 80px;
	display: block;
	margin-left: 5px;
	overflow: hidden;
}
 
div.btnDestaq {
	float: left;
	margin-left: 5px;
	margin-top: 2px;
}

div.definirDEstaq{
	width: 790px;
}

div.definirDEstaqIten{
	float: left;
	background: url(images/backgrounds/back_midiasHome.gif) repeat-x;
	margin-bottom: 3px;
	margin-top: 5px;
	width: 257px;
	margin-left: 5px;
}

span.definirDEstaqPlayer{
	float: left;
	width: 110px;
	height: 90px;
	margin: 2px;
}

span.definirDEstaqTitulo{
	color:#44396c;
	font-size: 14px;
	font-weight:bold;
	display: block;
	overflow: hidden;
	width: 130px;
}

span.definirDEstaqSelct{
	display: block;
}

div#btnEditPort{
	clear: both;
	padding-top: 15px;
}
 
.paginacao_port{
 	background: url(images/backgrounds/back_paginacao.jpg) repeat-x;
	text-align: center;
	margin-top: 10px;
	color:#000000;
 }
 
.paginacao_port_02{
 	clear: both;
 	background: url(images/backgrounds/back_paginacao_02.jpg) repeat-x;
	padding-bottom: 4px;
	text-align: center;
	margin-top: 10px;
	color:#000000;
 }
 
/* ============================================
 *	PG PORTF�LIO (CRIAR) ( CULTURA EM REDE ) 
 * ============================================
 */


div.criarPortTitle{
	font-size: 13px;
	font-weight:bold;
	margin-top: 50px;
	width: 580px;
	margin-left:15px;
}

div.criarPortUser{
	font-size: 12px;
	font-weight:bold;
	margin-top: 10px;
	color: #44396c;
	margin-left:15px;
}

div.criarPortUser a{
	color: #6d609e;
}

div#criarPortLink{
	font-size: 12px;
	border: 1px solid #ff6666;
	padding: 5px;
}


/* ============================================
 *	PG MEU PORTF�LIO  ( CULTURA EM REDE ) 
 * ============================================
 */


div#infoMeuPortName{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

div#infoMeuPortPresentation{
	text-align: justify;
}

#infoMeuPortCategoria, #infoMeuPortCidade, #infoMeuPortEmail, #infoMeuPortProfissao {
	margin-top: 10px;
}
					
span.infoMeuPortCategorias{
	font-weight: bold;
}				
					

/* ============================================
 *	PG PORTF�LIO Trabalhos  ( CULTURA EM REDE ) 
 * ============================================
 */

.midiaPublica {
    border: 1px solid #FFFFFF;
}

.midiaNaoPublica {
    border: 1px solid red;
}
 			
div#infoMeuPortTrab{
	width: 350px;
	margin-top: 30px;
}
					
div#trabalhos{
	width: 600px;
}	
		
div#notrabPort{
	text-align:center;
	width: 580px;
	padding: 10px;
	border: 1px solid #663399;
	margin-top: 60px;
}

					
div.searchResultItemPort_works {
 	position: relative;
	float: left;
 	margin-top: 10px;
	margin-left: 5px;
	background: url(images/backgrounds/back_serchResults.png) no-repeat;
	padding-left: 2px;
	padding-top: 5px;
	width:280px;
	height: 140px;
 }			
					
div.videoImagePort_works {
 	float: left;
	margin-left: 0px;
	padding: 0px;
	width: 105px;
 }	
	
div.FundoTunbPort_works{
	height: 78px;
	width: 100px;
	text-align:center;
}	
	
div.videoInfoPort_works {
 	float:left;
	margin-left: 0px;
	overflow: hidden;
	width: 170px;
}	
	
 div.videoInfoPort_works ul {
 	padding: 0px;
	margin: 0px;
	list-style: none;
 }

  div.videoInfoPort_works ul li {
 	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: 10px;
	text-align: left;
	color: #666666;
 }

  div.videoInfoPort_works>ul>li {
 	/* only for non-IE browsers */
	padding: 2px;

 }	
	
div.mediaInfo2_Port_works {
 	position:absolute;
   	left: 100px;
 }

 div.mediaInfo2_Port_works ul {
 	float:left;
	width: 180px;
 	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#000000;
	filter: Alpha(Opacity=90);
	opacity:.90;
 }

  div.mediaInfo2_Port_works ul.column2 {
  	margin-left:10px;
  }


  div.mediaInfo2_Port_works ul li {
 	padding: 3px;
	margin-top: 1px;
	font-size: 10px;
	text-align: left;
 	color: #FFFFFF;
	background-color:#0F0F0F;
 }

 div.mediaInfo2_Port_works ul  li.buttons {
	background-color:#EDF1F4;
 }
	
 span.videoTitlePort_works {
	text-align: center;
	font-weight: bold;
	color: #6d609e;
 }


/* ============================================
 *	Midias relacionadas - pagina de edicao de midia
 * ============================================
 */
 

.onecolumns #relatedSearch, #relatedSearchNoticias, #partSearch {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
    clear: left;
	width: 745px;
}

.onecolumns #relatedSearch, #partSearch {
	border: solid 1px #ff6666;
}

.onecolumns #relatedSearchResults, #partSearchResults {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 760px;
}

.onecolumPortf #relatedSearch, #relatedSearchNoticias, #partSearch {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
    clear: left;
	width: 600px;
}

.onecolumPortf #relatedSearch, #partSearch {
	border: solid 1px #6633CC;
}

.onecolumPortf #relatedSearchResults, #partSearchResults {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
}


#relatedSearchNoticias {
	border: solid 1px #136689;
}



#formButtons {
    clear: left;
}


.onecolumns #relatedMedias, #partMedias{
	width: 760px;
	margin-top: 10px;
}

.onecolumPortf #relatedMedias, #partMedias{
	width: 600px;
	margin-top: 10px;
}

.relatedMedia, .mainRelatedMedia, .partMedia{
	background-image: url(images/backgrounds/back_midiasHome.gif);
	margin:2px;
	width: 245px;
	height: 90px;
	float: left;
}

.mainRelatedMedia {
	background-image: url(images/backgrounds/back_midiasdestaq.gif);
	width: 245px;
	height: 90px;
	margin:2px;
}

.relatedMediaThumb, .partMediaThumb {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	text-align: center;
}

.relatedMediasInfo, .partMediasInfo{
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-top: 5px;
}

.relatedMediaTitle, .partMediaTitle {
	font-weight:bold;
	color: #ff6666;	
	overflow: hidden;
	width: 165px;
}


/* botoes */

.relatedButtons, .partButtons {
	clear: both;
	padding-top: 5px;
}

.relatedButtons a, .partButtons a{
	color:#000000;
}

.removePartButton, .addTextLinkButton, .addThumbLinkButton, .addFullLinkButton, .addRelatedButton, .addPartButton {
	float: left;
	padding: 2px;
	border: solid 1px #CCCCCC;
	margin-left: 2px;
    cursor: pointer;
	background-color:#F2F2F2;
	text-decoration: none;
}

.removeRelatedButton a, .removePartButton a, .addTextLinkButton a, .addThumbLinkButton a, .addFullLinkButton a, .addRelatedButton a, .addPartButton a {
	text-decoration: none;
}

.removeRelatedButton{
	float: left;
	padding: 2px;
	border: solid 1px #CCCCCC;
	margin-left: 15px;
    cursor: pointer;
	background-color:#F2F2F2;
	text-decoration: none;
}

.relatedButtonsLabel{
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}

	
/* ============================================
 *	PG Primeiro Acesso ( CULTURA EM REDE ) 
 * ============================================
 */		
 
div#primeiroAc{
	color: #666666;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align:left;
}				
					

div#primeiroAc a{
	color: #0000FF;
}				
		
 
	
/* ============================================
 *	PG Artigos ( CULTURA EM REDE ) 
 * ============================================
 */		
 
 div#backArtigos{
	background-color:#b5dec7;
}


div#artigosSearch{
	float: left;
	color: #000000;
	font-size: 12px;
	width: 200px;
}

div.artigosItem{
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}


div.artigosItemTitle {
	width: 180px;
	overflow: hidden;
}

div.artigosItemTitle a{
	color: #3e8a62;
	font-weight:bold;
	font-size: 12px;
}
 
div#artigosTitle{
	font-size: 24px;
	color: #9ccfb2;
	font-weight:bold;
	padding-bottom: 5px;
	overflow: hidden;
	width: 580px;
}

/* ============================================
 *	PG Artigos midias relacionadas( CULTURA EM REDE ) 
 * ============================================
 */	
 
.relatedMediaTitleArtigos {
	font-weight:bold;
	color: #73bb94;	
	overflow: hidden;
	width: 120px;
}



/* ============================================
 *	Download Playlist
 * ============================================
 */	

 .playlistTitulos{
 	padding-top: 20px;
	margin-left: 180px;
	font-weight:bold;
	font-size: 12px;
 }


div.tablePlaylist{
	margin-top: 30px;
	margin-left: 180px;
}

/* ============================================
 *	Editar destaques
 * ============================================
 */	
 

#pesquisaHighlights{
	height: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 10px;
	width: 580px;
	padding-top: 5px;
	border: #CCC 1px solid;
	
}
 
.TituloDmidias{
	font-size: 14px;
	color:#006699;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	margin-left: 5px;
}

.TituloDmidias a{
	color:#006699;
	font-size: 11px;
	margin-bottom: 10px;
}

#infoEditDestaqs{
	clear: both;
	padding: 5px;
	text-align: center;
	border:solid 1px #a9b6bd;
	width: 960px;
}

form#loginDevModeForm, form#logDevModeForm {
    display: inline;
}




/* ---- sintonizar TV Alerj *--------*/

#titleSintonia{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
}

#infoSintonia{
	color:#666; 
	margin-left: 10px;
	margin-top: 15px;
	font-size: 12px;
}

#titleSinto02{
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
}

#table_sint{
	margin-top: 10px;
	margin-left: 10px;
	width: 900px;
}

.TS_top{
	background: #a6d575;
}
 
.TSlinhaVerde{
	background:#e3f2c8;
}

.TSlinhaBranca{
	background:#FFF;
}









