@charset "ISO-8859-1";

body {
	padding: 0px; 
	margin: 0px;
	background-color: black;
}

#divMain {
	background-color: #F8F8FF;	
	text-align: left; 
	width: 790px;
        min-height: 1700px;
        height: expression(this.scrollHeight <= "1700" ? "1700" : "auto");
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#divLeftPanel {
	padding: 0px;
	margin: 0px;
	width: 600px;
	float: left;
	
}


#divHeader {
	background-image: url(images/header800.jpg); 
	background-repeat: no-repeat; 
	width: 780px;
	height: 102px;
	cursor: pointer;
	top: 0px;	
	position: relative;
	
}
#divWeather {
	font-family: Tahoma, Arial;
	font-size: 9px;
	float: left; 
	text-align: center; 
	border: 1px solid black;
	position: relative;
	width: 150px;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 112px;
	background-color: #3d1450;
	color: white;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#divNews {
	font-family: Tahoma, Arial;
	font-size: 9px;
	position: relative;
	width: 150px;	
	float: left; 
	border: 1px solid black;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	top: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #3d1450;
        color: white;
}

#divRing {
	background-color: #3d1450;
	width: 150px;	
	float: left; 
	border: 1px solid black;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
	margin: 0px;
        color: white;
	
}

#divMenu {
	width: 630px;
	margin: 0px;
	padding: 1px;
	overflow: hidden;
}

#divRightCol {
	width: 160px;
	border: none; 
	padding: 0px;
	position: absolute;
	float: right;
	display: inline;
	top: 0px;
	z-index: 100;
	right: 7px;	
}

#divLeftCol {
	width: 145px;	
	float: left;
}


#divContent {
	width: 460px;
	top: 0px;
	float: right;
	position: relative;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
}

#divFooter {
	background-image: url(images/footer.jpg); 
	font-family: Verdana, Arial; 
	background-position: center;
	background-repeat: no-repeat; 
	font-size: 9px; 
	text-align: center;
	width: 780px; 
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 5px;
	color: white;
	position: relative;
	clear: both;
	
	
}

a:link {
	color: #7B68EE;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
}

a:visited {
	color: #7B68EE;
	text-decoration: none;
}

a:hover {
	color: #800080;
	text-decoration: underline;
}

a:active {
	color: #7B68EE;
	text-decoration: none;

}

.noticiaTitle {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

.noticiaBody {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: justify;
	font-weight: normal;

}

.noticiaLink {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: right;
	color: #FFF;
	
}

/* Menu principal */
#navigator{
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	width: 100%;

}

#navigator ul{	
	margin: 0px;
	padding: 0px;
	color: white;
	width: 100%;
	height: 23px;
	border: 1px solid #708090;
	text-align:center;
	background-image: url("images/bit.jpg");
}

#navigator li {
	display: inline; 
	margin: 0px;
	padding: 0px;
	/* width: 150px; */
	float: left;
	font-family: Verdana, Arial;
	font-size: 9px;
	
} 

#navigator li a {
	text-decoration: none; 
	font-weight : bold; 
	white-space: normal;
	display:block;
	padding: 5px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;	
}

#navigator li a#normal{
	color: white;
	display:block;
}

#navigator li a#normal:hover{
	background-color: #8A2DB8;
	color: white;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60); 
	 /* filter:opacity(alpha=60);  para o IE */
     -moz-opacity:0.6; /* para o FireFox */
     opacity:0.6; /* para o outros Navegadores */
     
     
		
     
}

#navigator li a#current{
	background-color: #5C1E7A;
	color: white ;

}

#navigator li a#current:hover{
	background-color:#5C1E7A;
	color: white;
	 filter:opacity(alpha=60); /* para o IE */
     -moz-opacity:0.6; /* para o FireFox */
     opacity:0.6; /* para o outros Navegadores */
}

#navigator hr {
	height: 1px;
	border: none;
	background-color: #5C1E7A;	
}

a.newsLink:link {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}

a.newsLink:visited {
	color: grey;
}

a.newsLink:hover {
	color: navy;
	text-decoration: underline;
	
}

a.newsLink:active {
	color: red;

}

/* Menu artigos */

#divMenuArticles {
	font: normal 62.5% verdana;
	z-index: 2000;
	width: 140px;
	position: absolute;
	top: 150px;
	left: 2px; 
	
}

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #3d1450; /* IE6 Bug */
	font-size: 100%;
}
 
ul#primary-nav li {
	position: relative;
	list-style: none;
	background: #3d1450;
}
 
ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-family: Verdana;
	font-weight: normal; 
	
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */
 
ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
}
 
ul#primary-nav li ul li a { 
	padding: 2px 5px; 
} /* Sub Menu Styles */
 
ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { 
	display: none; 
} /* Hide sub-menus initially */
 
ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { 
	display: block; 
} /* A magica */
 
ul#primary-nav li.menuparent { 
	background:  right center; 
}
 
ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { 
	background-color: #F8F0FF; /*--#DDD*/
	
}
 
ul#primary-nav li a:hover { 
	color: #609;
	background-color: #F5F5F5;
}

#comentario {
	background-color: #ebebfe;
	text-align: left;
        margin-bottom: 5px;
        border: solid 1px #708090;
        padding: 5px;
        min-height: 65px;
        
         -moz-border-radius:10px; -webkit-border-radius:10px; behavior:url(border-radius.htc);
	}

#fotocoment {
        
        float: left;
        margin-right: 5px;
        text-align: center;
        min-height: 65px;
        min-width: 65px;
        

    }

#fotocoment img {
        max-height: 60px;
        max-width: 60px;
        width: expression( document.body.clientWidth >= "60" ? "60px" : "auto" );
        height: expression(this.scrollHeight >= "60" ? "60px" : "auto");
        border: double 3px #708090;
    }

#fotoperfil {
        max-height: 200px;
        max-width: 200px;
        width: expression( document.body.clientWidth >= "200" ? "200px" : "auto" );
        height: expression(this.scrollHeight >= "200" ? "200px" : "auto");
        border: double 3px #708090;
    }

.mensagemerro{
        position: relative;
        border: solid 1px #708090;
        width: 180px;
        padding: 10px;
        background-color: #f8f8ff;
        color: black;
        top: 180px;
        left: 5px;
        float: left;

    }

    #bannerAssine {

        top: 1210px;
        position: absolute;
        left: 2px;
        text-align: center;
        font-family: Tahoma, Arial;
	font-size: 12px;

    }

     #bannerAssine ul{
            list-style:none;
            }
     #bannerAssine li{
            list-style:none;
            }

            #bannerAssine li a{
                width: 140px;
                
                left: -10px;
                background: url(http://services.tribunavirtual.net.br/images/Assinante1.jpg);
                }
                #bannerAssine li a:hover{
                    background: url(http://services.tribunavirtual.net.br/images/Assinante1.jpg);
                    }

/* Slide nos banners */

a img {border: none;}
#destaques{position: relative; width:150px; height:65px; padding:0; margin:0px 5px 5px 0px; }
#destaques ul, #destaques ul li{list-style: none; background-color: #3d1450;}
#destaques ul, #destaques ul li, #destaques ul li img {margin: 0px; padding: 0px; width: 150px; height: 65px;}
#destaques ul li {position: relative;}
#destaques ul li div.fundo {width: 500px; height: 40px; position: absolute; bottom: 0px; left: 0px; background:#000000; opacity:0.8; filter: alpha(opacity =80);}
#destaques ul li p {margin: 0px; padding: 10px 15px; position: absolute; bottom: 0px; left: 0px; line-height: 20px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold;}
#destaques ul li p a {color: white; text-decoration: none;}
#destaques a.faixa {width: 100px; height: 100px; position: absolute; top: 0px; left: 0px; z-index: 100; background: transparent url(../imagens/faixa.png) 0 0 no-repeat;}
#destaques div.paginas a {height: 0px; width: 0px; display: block; float: left; margin-left: 0px; color: transparent; font-size: 0px;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; text-align: center; line-height: 20px; outline: none; background:#000000;}
#destaques ul li p, #destaques ul li div.fundo { display: none; }

/* Lista de vídeos */

#videosLista{

    background-color: #ebebfe;
    text-align: left;
    border: solid 1px #708090;
    padding: 5px;
    min-height: 490px;
    width: 450px;
    margin-left: 10px;
    margin-top: 10px;

}

#assinanteVideosLista{

    background-color: #ebebfe;
    text-align: left;
    border: solid 1px #708090;
    padding: 5px;
    min-height: 200px;
    width: 450px;
    margin-left: 10px;
    margin-top: 10px;

}

#fotoVideo{

    float: left;
    padding-right: 5px;


}

#assinanteVideo{

    position: relative;
    text-align: right;
}

#assinanteVideoImg{
    margin-right: 5px;
    text-align: center;
    min-height: 65px;
    min-width: 65px;
}

#assinanteVideoImg img{
    float:right;
    max-height: 60px;
    max-width: 60px;
    width: expression( document.body.clientWidth >= "60" ? "60px" : "auto" );
    height: expression(this.scrollHeight >= "60" ? "60px" : "auto");
    border: double 3px #708090;
}

#novoVideo{

}

#myslides img{
    height: 208px;
    margin-top:39px;
}

#myslides{
    position: relative;
    
}

#pop{display:none;position:absolute;top:1%;left:4%; background-color: #f8f8ff; color: #670000; z-index: 100000}
#pop a{background-color: #f8f8ff; color: #7b68ee;}
