@CHARSET "UTF-8";


/*
 * Tags principais
*/
body {
    margin: 0px;
    width: 100%;
    font-family: "Trebuchet MS", Verdana, Arial;
    background: url('../img/background.jpg');
}

a {
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}

.link {
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

img {
    vertical-align: middle;
    border: 0px;
}

#footer {
    background: url('../img/bg_footer.jpg') repeat-x;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    background-color: #f9f9f9;
}

/* borders */
.top {
    background: url('../img/border_top.jpg');
    background-repeat:repeat-x;
    font-size: 16px;
    color: #000000;
    font-weight:bold;
    text-align: center;
    font-family:"Trebuchet MS",Verdana,Arial;
}

.bottom {
    background: url('../img/border_bottom.jpg');
    background-repeat:repeat-x;
    font-size: 12px; color: #666666;
}

/* formatacao */
.content{
    background: white;
}

.conteudo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #000000;
}

.conteudo th{
    text-align:left;
    color: #0066CC;
    font-weight: bold;

}
.conteudo h1 {
    font-family: Tahoma, Arial, Verdana;
    font-size: 24px;
    font-weight: bold;
    color: #FF9900;
}

.conteudo h2 {
    font-family: Tahoma, Arial, Verdana;
    font-size: 18px;
    color: #003399;

}

.conteudo h3, .conteudo h4, .conteudo h5 {
    color: #000000;
}

.report_container {
    border: 2px solid red;
    padding: 3px;
    font-size: 11px;
    color: #666666;
}

.report_container input {
}

.report_margin {
    margin-left: 10px;
}

.menu {
    text-align: center;
    font-size: 11px;
    color: #000000;
    background: white;
    margin: 0px;
    padding: 0px;
}

.menu table {
    margin: 0px;
}

.menu a {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.menu a:hover {
    font-weight: bold;
}

.menu .menu_top {
    background: url("../img/menu_top.jpg") no-repeat;
    height: 17px;
    padding-top: 3px;
}

.menu .menu_bottom {
    background: url("../img/menu_bottom.jpg") no-repeat;

    height: 17px;
}

.login_box {

}

.buzz-link{
    vertical-align: top;
}

form, input, select {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    white-space: nowrap;
    vertical-align: bottom;
    margin: 0px;
}

textarea {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}

select {
    font-weight: normal;
}

.form {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 12px;
    color: #000000;
}

/* forms and tables */
.songs {
    font-family: "Trebuchet MS", Verdana, Arial;
}

.songs thead {
    font-weight: bold;
    text-align: center;
}
.mysong span {
    display: block;
    float: left;
}
.songs tbody {
    color: #666666;
    font-size: 11px;

}

.song_header {
    text-align: center;
    height: 32px;
}

.songs .wrapper {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.icon {
    width: 17px;

}

label {
    float: left;
    clear: left;
    width: 150px;
    margin-right: 10px;
    display: inline;
    text-align: right;
    line-height: 2;
}

.odd {
    background: #efefef;
}

.label {
    text-align: right;
    width: 200px;
    vertical-align: top;
}

.required {
    font-weight: bold;
}

.agreement {
    color: black;
    height: 200px;
    overflow: auto;
    white-space:normal;
}
.agreement h1 {
    color: black;
    font-size: 20px;
}


.tip_link {
    border-bottom: 1px dotted #0066FF;
}

.tip {
    display: none;
    position: absolute;
    margin-top:20px;
    background: white;
    border: 1px dotted #0066FF;
}


.detailsbox {
    font-size: 11px;
    border: 1px solid #bbb;
    height: 200px;
    overflow: auto;
    width: 100%;
    *width: 99%;
    margin: auto;
    float: left;
    display: inline-block;
}

.detailsbox h1 {
    font-size: 14px;
    color: black;
}
.s1 {
    font-size: 95%;
}

.songwriter {
    float: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    background: white;
    text-align: center;
    width: 140px;
    height: 170px;
    overflow: hidden;
}

.songwriter img {
    border: 0px;
    clear: both;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.songwriter:hover {
    background: #cccccc;
}


#header {
    background: #0093dd;
    padding: 0px;
    margin: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 137px;
}

#header ul {
    margin: 0px;
    padding: 0px;
    background: #29166f;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align:bottom;
    clear: both;
}

#header ul a {
    color: #ffffff;
    text-decoration: none;
}

#header ul a:hover {
    color: #ffcc00;
}

#header li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    background: url('../img/space.jpg') no-repeat;
    display: inline;
    line-height: 2;

}

/* Paging */
div.paging {
    color: #ccc;
    margin-bottom: 2em;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
}
.altrow {
    background-color: #ededed;
}

.altrowWarn {
    background-color: #fff7b4;
}
.altrowWarnBold {
    background-color: #fff499;
}

.altWriterOn {
    background-color: #efefef;
}
.altWriterOn:hover {
    background-color: #dedede;
}
.altWriterOff {
    background-color: #ffffff;
}
.altWriterOff:hover {
    background-color: #dedede;
}
#loadingbox{
    z-index:1000;
    position:absolute;
    text-align:center;
    margin: auto;
    left:0;
    right:0;
}
#loadingText{
    *padding-top:20px;
    clear:both;
    width:330px;
    background: #dddddd;
    color:#333333;
    margin:0 auto;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow:0 0 10px #333;
    -webkit-box-shadow:0 0 10px #000;
}
.text{
    font-family:"Trebuchet MS","sans-serif";
    font-size:9pt;
    color:#000000;
}
.textTitle{
    color:#FF9900;
    font-family:"Tahoma","sans-serif";
    font-weight:bold;
    font-size:18pt;
}
.textSubTitle{
    color:#003399;
    font-family:"Tahoma","sans-serif";
    font-weight:bold;
    font-size:10.5pt;
}
.textLine{
    text-align: justify;
}
.submit{
    text-align: center;
}

.setaverde {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../img/seta.png) repeat scroll 0 0;
}
.brancogde {
    -x-system-font:none;
    color:#FFFFFF;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
}

.style33 {
    color:#0066CC;
    font-size:11px;
    font-weight:bold;
}

.style18 {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    color:black;
}
.style20 {
    color:#666666;
    font-family:"Trebuchet MS",Verdana,Arial;
    font-size:12px;
    font-weight:bold;
    background-color: #e1e1e1;
}

.tabelaIE {
    width: 100%;
    _width: 738px;
    *width: 738px;
    width /*\**/:738px\9;
}

/* AutoComplete CSS */

.autocomplete {
    margin:0px;
    padding:0px;
    width:250px;
    background:#fff;
    border:1px solid #888;
    position:absolute;
}

.autocomplete ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.autocomplete ul li.selected {
    background-color:#acc7d8;
}

.autocomplete ul li {
    margin:0;
    padding:2px;
    height:20px;
    display:block;
    list-style-type:none;
    cursor:pointer;
}


/* messages */
div.error, div.error_message {
    clear: both;
    color:#900;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.form-error{
    clear: both;
    border: 1px solid red;
}

#flashMessage{
    color:#900;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    background-color: #fff3be;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #fee785;
}

.infobox {
    float: right;
    border: 1px dotted black;
    padding: 20px;
    margin: 0px;
}

.loginAlert {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.loginAlert div{
    width:230px;
    margin: auto;
    color:#900;
}

.tableHead th{
    background-color: #dedede;
}
.tableHead th:hover{
    background-color: #cccccc;
}
.table tr:hover{
    background-color: #ececec;
}

.thLeft{
    text-align: left;
}

.titLista{
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

.songs tr:hover{
    background-color: #dedede;
}
.songs th{
    clear: both;
    color: #000000;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.songs td{
    text-align: center;
}

#song_detail_tr{
    background-color: #fff;
}
#song_detail_tr:hover{
    background-color: #fff;
}
#song_detail_tr tr:hover{
    background-color: #fff;
}

#profileInfo{
    float:left;
    width: 94%;
    padding: 20px;
    /*  border: 1px solid #aaa;
      background-color: #ddd;*/
    font-size: 12px;
}

.profileInfos{
    text-align: left;
}
.profileInfos p{
    margin: 0px;
}
/* simple css-based tooltip */
.tooltip {
    display:none;
    color:#000;
    text-align:justify;
    font-size:11px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    white-space: normal;
}
.tooltip #inner{
    background-color:#fff;
    border:2px solid #ccc;
    padding:10px 15px;
    width:230px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #333;
    -webkit-box-shadow:0 0 10px #333;
}
.tooltip #talk{
    top: -1px;
    *top: -3px;
    position: relative;
}

.tooltipUpload {
    display:none;
    color:#000;
    text-align:justify;
    font-size:11px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    white-space: normal;
}
.tooltipUpload #inner{
    background-color:#fff;
    border:2px solid #ccc;
    padding:10px 15px;
    width:300px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}
.tooltipUpload #talk{
    top: -1px;
    *top: -3px;
    position: relative;
}

.pageTitle{
    padding-top: 10px;
    padding-bottom: 10px;
    *padding-top: 26px;
    *padding-bottom: 26px;
}

.profile_opt{
    padding: 3px;
    margin: 2px;
    text-align: center;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.profile_opt:hover{
    background-color: #ddd;
}

.ftUpload{
    width: 160px;
    float: left;
    padding: 1px;
}
.del_image:hover{
    background-color: #dedede;
}

.noMargin{
    margin: 0px;
}


