/* general stuff */


body{
margin:0;
padding:0;
font-family: verdana, arial, sans-serif;
}

a {
text-decoration:  none;
font-weight: bold;
border: none;
 }
a:hover {
text-decoration:  underline; 
border: none;
 }
 
/* Layout */

#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#source {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#pagewidth-800{
width:770px;
text-align:left;
margin-left:auto;
margin-right:auto;
background: transparent url(../images/back_all.gif) repeat-y 0px 140px;
margin-bottom: 20px;
}

#pagewidth-1024{
width:970px;
text-align:left;
margin-left:auto;
margin-right:auto;
background: transparent url(../images/back_all1024.gif) repeat-y ;
margin-bottom: 20px;
}

#header {
height:  116px; 
width:  100%; 
 }
 
#top-top {
height: 30px;
width: 100%;
background: transparent;
}

#top-bottom {
height: 80px;
width: 200px;
background: transparent;
float: left;
}

#search {
margin: 0px;
padding: 0px;
width: 148px;
height: 28px;
float: right;
background: url(../images/back_search.jpg) right top no-repeat;
padding-left: 10px;
padding-top: 2px;
vertical-align: top;
}

#search .inputbox{
width: 100px;
height: 18px;
font-size: 10px;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
}

#search .button{
margin: 0px;
padding: 0px;
height: 14px;
font-size: 10px;
background: transparent;
border: none;
line-height: 10px;
}

#search form {
margin: 0px;
padding: 0px;
}

#topmenu{
height: 20px;
float: right;
width: 600px;
}


#pathway{ 
width: 500px;
height: 19px;
padding-left: 20px;
padding-top: 5px;
}

#leftcol{
 width: 152px;
 float: left;
 position: relative;
 margin-right: 5px;
 } 

#rightcol-normal{
 width: 155px;
 float: right;
 position: relative;
 margin-right: 1px;
 margin-top: -22px;
 } 
 
#rightcol-broad{
 width: 180px;
 float: right;
 position: relative;
 margin-right: 1px;
 margin-top: -22px;
 } 
 
#outer-800{
width: 770px;
padding-top: 6px;
} 

#outer-1024{
width: 970px;
padding-top: 6px;
} 

#footer-800{  
height: 40px; 
width:100%; 
background: transparent url(../images/footer.jpg) bottom left no-repeat; 
font-size: 10px;
}

#footer-1024{  
height: 40px; 
width: 100%; 
background: transparent url(../images/footer1024.jpg) bottom left no-repeat; 
font-size: 10px;
}

#maincol-normal-800{ 
 float: left; 
 width: 450px !important;
 margin-left: 0px !important;
 margin-left: -5px;
 width: 446px;
 } 
 
#maincol-broad-800{ 
 float: left; 
 width: 422px !important;
 margin-left: 0px !important;
 margin-left: -5px;
 width: 417px;
 } 
 
 #maincol-wide-800{ 
 float: left; 
 width: 600px !important;
 width: 595px;
 margin-left: 0px !important;
 margin-left: -5px;
 padding-top: 3px !important;
padding-top: 0px;
 } 
 

#maincol-normal-1024{ 
 float: left; 
 width: 650px;
 margin-left: 0px !important;
 margin-left: -5px;
 } 
 
#maincol-broad-1024{ 
 float: left; 
 width: 622px;
 margin-left: 0px !important;
 margin-left: -5px;
 } 
 
 #maincol-wide-1024{ 
float: left; 
width: 800px;
padding-top: 3px !important;
padding-top: 0px;
 margin-left: 0px !important;
 margin-left: -5px;
 } 
 
 #banner {
 width: 478px;
 height: 69px;
 float: right;
 padding-left: 6px;
 padding-top: 6px;
 }
 
 iframe.wrapper {
 z-index: 0;
 }
 
.clr{clear:both;}
.content {
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 18px;
}

/* Modules */

#leftcol div.module, #rightcol-normal div.module {
width: 152px;
background: transparent url(../images/module_middle.jpg) left repeat-y;
margin-bottom: 10px;
}

#leftcol div.module div, #rightcol-normal div.module div {
width: 152px;
background: transparent url(../images/module_top.jpg) top left no-repeat;
}

#leftcol div.module div div, #rightcol-normal div.module div div {
width: 152px;
background: transparent url(../images/module_bottom.jpg)  bottom left no-repeat;
}

#leftcol div.module div div div,#rightcol-normal div.module div div div{
width: 137px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background: transparent;
padding-bottom: 10px;
font-size: 10px;
}

#leftcol div.module div div div div, #rightcol-normal div.module div div div div{
padding: 0px;
margin: 0px;
}

#rightcol-broad div.module {
width: 177px;
background: transparent url(../images/module_middle_wide.jpg) left repeat-y;
margin-bottom: 10px;
}

#rightcol-broad div.module div {
width: 177px;
background: transparent url(../images/module_top_wide.jpg) top left no-repeat;
}

#rightcol-broad div.module div div {
width: 177px;
background: transparent url(../images/module_bottom_wide.jpg)  bottom left no-repeat;
}

#rightcol-broad div.module div div div{
width: 162px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background: transparent;
padding-bottom: 10px;
font-size: 10px;
}

#rightcol-broad div.module div div div div{
padding: 0px;
margin: 0px;
}




div.module h3 {
font-size: 14px;
width: 130px;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
}

#user1{
float: left;
width: 49%;
}

#user2{
float: right;
width: 49%;
}

#user3 {
width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
list-style: none;
margin: 0px;
padding: 0px;
padding-left: 0.7em;
margin-left: 0.7em;
margin-bottom: 5px;
margin-top: 2px;
}

#maincol-normal-800 div.moduletable, #maincol-wide-800 div.moduletable, #maincol-broad-800 div.moduletable, #maincol-normal-1024 div.moduletable, #maincol-wide-1024 div.moduletable, #maincol-broad-1024 div.moduletable {
width: 100%;
margin-bottom: 10px;
border: 1px solid #EFEFEF;
background: transparent;
font-size: 10px;
}

#maincol-normal-800 div.moduletable h3, #maincol-wide-800 div.moduletable h3, #maincol-broad-800 div.moduletable h3, #maincol-normal-1024 div.moduletable h3, #maincol-wide-1024 div.moduletable h3, #maincol-broad-1024 div.moduletable h3 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
height: 20px;
line-height: 20px;
color: #FFF;
width: 100%;
border-bottom: 1px solid #EFEFEF;
text-align: left;
text-indent: 5px;
}

/* Topmenu */

 ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}

ul#mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
font-size: 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;	
}

ul#mainlevel-nav li a{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
text-decoration: none;
color: #CCCCCC;
margin-left: 5px;
white-space: nowrap;
}



/* Main Menu(s) */

a.mainlevel {
font-size: 10px;
padding-left: 4px;
width: 143px;
display: block;
line-height: 26px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 4px solid #CACACA;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 135px;
}



html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;-) */


a.mainlevel:hover, a.mainlevel#active_menu {
background: #F1F1F1;
text-decoration: none;
}

a.sublevel {
padding: 0px;
margin: 0px;
font-size: 10px;
padding-left: 12px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 4px solid #CACACA;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}

html>body a.sublevel {width:123px;} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
text-decoration: none;
width: 139px;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
width: 123px;
}


/* Module specific */

#leftcol div.module div div div div.syndicate {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}

#leftcol div.module div div div div.syndicate div {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}


/* Other Mambo Stuff */

#title {
}
.pathway {
color: #BBBBBB;
font-size: 10px;
text-decoration: none;
font-weight: normal;
}

.pathway a{
color: #BBBBBB;
text-decoration: none;
font-weight: normal;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

hr {
width:  90%; 
 }
hr.separator {
width:  40%; 
 }
a.pnav {
}
.pnav:hover {
}
.small {
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

.sectiontableentry1 {
text-align: left;
background: #EFEFEF;
font-size: 10px;
padding: 2px;
}
.sectiontableentry2 {
background: #FFF;
font-size: 10px;
text-align: left;
padding: 2px;
}
.button {
border: 1px solid #BBBBBB;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 10px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}

.blog_more {
font-size: 10px;
}

a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}

.blog {
width: 100%;
}

.contentheading {
width: 98%;
font-size: 14px;
font-weight: bold;
height: 23px;
line-height: 20px;
font-family: Verdana, sans-serif;
color: #fff;
text-align: right;
}

.contentpaneopen {
text-align: left;
background: transparent;
font-size: 10px;
line-height: 1.8;
}

table.contentpane td.contentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: 'Trebuchet MS', verdana, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: "Trebuchet MS", Verdana, sans serif;
}

h2 { display: none; }
.componentheading {
display: none;
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, sans serif;
border-bottom: 1px solid #002E61;
color: #002E61;
margin-bottom: 5px;
}
a.category {
text-decoration:  underline; 
 }
a.category:hover {
text-decoration:  underline; 
 }
table.moduletable {
width:  100%; 
font-size: 80%;
 }
table.moduletable th  {
font-size: 80%;
}

.poll {
font-size: 10px;
text-align: center;
}


.back_button a{
font-size: 10px;
font-weight: normal;
}

.blogsection {
font-size: 10px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #BBBBBB;
}

form {
margin: 0px;
padding: 0px;
}


/* *********************************************************** */

* { margin: 0; padding: 0; }

body,td,th {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fff; }

body {
 background: url('../imagens/fundo_index.jpg') 584px 105px no-repeat #000;
/* background: no-repeat url('../imagens/fundo.gif'); */
 margin: 0px; }

a {
 cursor: pointer;
 color: #fff;
 text-decoration: none; }

a:hover { color: #ff0; }

h1 {
 background: url('../imagens/fundo_musicas.jpg');
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 font-size: 26px;
 margin: 0 0 12px 2px;
 text-align: left;
 height: 36px;
 padding: 5px 0 0 10px;
 font-weight: 100; }

#geral:after, #conteudo:after, #conteudo2:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 overflow: hidden;
 visibility: hidden; }

#geral { width: 100%; }

#conteudo {
 background: #000;
 border: 1px solid #902523;
 text-align: left;
 width: 764px; }

#topo1 {
 background: url('../imagens/topo_l1.jpg');
 clear: both;
 height: 22px;
 width: 764px;
 text-align: right; }

#topo2 {
 clear: both;
 height: 61px;
 width: 764px; }

#topo2_esq {
 background: url('../imagens/topo_l2_esq.jpg');
 float: left;
 height: 61px;
 width: 223px; }

#logo {
 background: url('../imagens/logo.jpg');
 float: left;
 height: 61px;
 width: 324px; }

#topo2_dir {
 background: url('../imagens/topo_l2_dir.jpg');
 float: left;
 padding: 8px 0 0 51px;
 height: 53px;
 width: 166px; }

#esquerda {
 display: table-cell;
 float: left;
 width: 395px;
 padding: 0 0 117px 0;
 background: bottom no-repeat url('../imagens/fundo_esq.jpg'); }

#direita {
 float: left;
 width: 369px; }

#flash {
 background: url('../imagens/flash.jpg');
 clear: both;
 height: 272px;
 width: 395px; }
 
#topo3 {
 background: url('../imagens/topo_l3.jpg');
 clear: both;
 height: 52px;
 width: 369px; }

#links {
 clear: both;
 width: 369px; }

#links a {
 background: top left no-repeat url('../imagens/asterisco.jpg');
 padding: 0 8px 0 12px; }
 
#informe {
 background: url('../imagens/fundo_informe.jpg') no-repeat;
 clear: both;
 height: 288px;
 width: 339px;
 padding: 20px 10px 10px 20px;
 text-align: right; }

#informe ul.latestnews {
 background: url('../imagens/informe_news.gif') top right no-repeat;
 padding: 25px 0 0 0;
 list-style: none; }

#informe ul.latestnews li {
 background: url('../imagens/borda_link.gif') right bottom no-repeat;
 padding: 8px 12px 8px 0; }

#informe a {
 color: #ccc;
 text-decoration: none; }

#informe a:hover {
 color: #fff; }
 
#conteudo2 {
 background: url('../imagens/fundo_base.jpg') bottom no-repeat;
 clear: both;
 width: 764px; }

#musicas {
 text-align: center;
 display: table-cell;
 float: left;
 width: 241px; }

#dir2 {
 display: table-cell;
 float: left;
 width: 523px;
 text-align: center; }

#blocos {
 clear: both;
 padding: 6px 0 0 7px;
 width: 505px; }

.bloco1 {
 background: url('../imagens/bloco1.jpg');
 float: left;
 padding: 15px 0 0 0;
 height: 145px;
 width: 125px; }

.bloco2 {
 background: url('../imagens/bloco2.jpg');
 float: left;
 padding: 15px 0 0 0;
 height: 145px;
 width: 125px; }

.bloco3 {
 background: url('../imagens/bloco3.jpg');
 float: left;
 padding: 8px 0 0 0;
 height: 152px;
 width: 125px; }

.bloco4 {
 background: url('../imagens/bloco4.jpg');
 float: left;
 padding: 20px 0 0 0;
 height: 140px;
 width: 125px; }

.bloco1 a, .bloco2 a, .bloco4 a {
 padding: 25px 10px;
 margin: 25px 0 0 0;
 display: block;
 height: 50px; }

.bloco3 a {
 padding: 25px 10px;
 margin: 11px 0 0 0;
 display: block;
 height: 50px; }

.bloco4 a { color: #900; }

.bloco4 a:hover { color: #000; }

/* Estilos para as popups */

#poptopo1 {
 background: url('../imagens/pop_topo1.jpg');
 width: 628px;
 height: 23px; }
 
#poptopo2 {
 background-image: url(../imagens/pop_topo2.jpg);
 float: left;
 height: 61px;
 width: 151px; }

#poptop3 {
 background-image: url(../imagens/pop_topo3.jpg);
 float: left;
 height: 61px;
 width: 153px; }
 
#poptopo4 {
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size: 26px;
 text-align: center;
 padding: 20px 0 0 20px;
 color: #fff;
 background: url(../imagens/pop_topo4.jpg) no-repeat;
 clear: both;
 height: 48px;
 width: 608px; }

#popup, #album { background: #000; }

#popup #conteudo, #release #conteudo {
 background: #000;
 border: none;
 text-align: left;
 display: table-cell;
 width: 628px; }

#pop_cont {
 width: 628px;
 clear: both; }

 /* Estilos para o album */

#al_topo1 {
 background: url('../imagens/album_topo1.jpg');
 width: 764px;
 height: 22px; }
 
#al_topo2 {
 background: url('../imagens/album_topo2.jpg');
 float: left;
 height: 71px;
 width: 223px; }

#al_logo {
 background: url('../imagens/album_logo.jpg');
 float: left;
 height: 71px;
 width: 327px; }

#al_topo3 {
 background: url(../imagens/album_topo3.jpg);
 float: left;
 height: 71px;
 width: 214px; }

#album #conteudo {
 background: #000;
 border: none;
 text-align: left;
 display: table-cell;
 width: 764px; }

#album_cont {
 width: 764px;
 clear: both; }

#release_txt {
 background: no-repeat #000 url('../imagens/fundo_page.jpg');
 color: #fff;
 display: table-cell;
 text-align: justify;
 padding: 20px;
 width: 588px; }

#release_txt p {
 text-indent: 25px;
 padding: 0 0 5px 0;
 line-height: 18px; }

#conteudo3 {
 clear: both;
 width: 764px; }


/* icone da lista */

.icone li {
 background: url('../imagens/icon_cd.jpg') no-repeat left center;
 border-bottom: 1px solid #333;
 font-size: 10px;
 list-style: none;
 margin: 0 20px 0 5px; padding: 3px 0 3px 18px; }

.amarelo { color: #c90; }

.compreja, .compreja a {
 color: #c90;
 font-size: 16px; }

.tabela1, .tabela1 td, .tabela1 th { border: 1px solid #BF2501; text-align: center; padding: 2px; }

/* ******************************************************************* */


.easycomments_post_input, #textarea 
{ border: 1px solid #999;
 background: #222;
 color: #fff;
 font-family: Arial;
 font-size: 12px;
 padding: 2px 4px; }

.easycomments_post_input { width: 180px; }

#emailinput { width: 100px; }

.easynr {
 background: #222;
 font-size: 14px;
 font-weight: bold;
 padding: 2px; }

.title, .show_comments_details { font-size: 13px; background: #222; padding: 2px; }

.box .content { background: #111; margin: 5px; display: block; padding: 5px; }
