/* custom stylesheet */

body {
    background-color: #294962;
    font-family: "Trebuchet MS",sans-serif;
}


div.container {
    background-color: white;
    position: relative;
    width: 790px;
    overflow: hidden; /* trick the browser to have a 100% height column */
}

div#header {
    border-bottom: 1px solid #eeeeee;
    position: relative; /* helps positioning the locale selector */
}

/* avoids the logo appearing underlined on IE */
div#header a {
    text-decoration: none;
}

/* div#header must have position:relative for this to work correctly */
#header_right {
    position: absolute;
    right: 0px;
    top: 0px;
}

#tarja {
    color:white;
    font-weight:bolder;
    position:absolute;
    right:100px;
    text-align:right;
    top:2px;
}

#menu {
    background-color: #3BB3C3; 
    margin-right: 4px; /* needed for IE6 (Fucking Microsoft!) */
    position: relative; 
    top: -1px;
    /* trick the browser to have a 100% height column */
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    border-bottom: 1px solid #3298A6;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    vertical-align: middle;
}

ul.menu li a {
    color: white;
    display: block;
    font-size: smaller;
    margin: 0px;
    padding-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

ul.menu li:first-child a {
    padding-top: 0px;
}

ul.menu li a:hover {
    color: black;
}

h1 {
    font-weight: bolder;
    font-size: 170%;
    margin-bottom: 10px;
}

h2 {
    font-weight: bolder;
    font-size: 130%;
    margin-bottom: 5px;
}

h3 {
    font-weight: bolder;
    font-size: 110%;
    margin-top: 1em;
    margin-bottom: 5px;
}

div#content {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 10px;
    text-align: justify;
}

div.conjunto {
    clear: left;
    margin-bottom: 3em;
}

div.atividade {
    clear: left;
    margin-top: 2em;
    min-height: 180px;
}

.atividade .data {
    margin-top: 0.5em;
}

.atividade h3 {
    margin-top: 0px;
}

.atividade h3,
.atividade .sinopse,
.atividade .data,
.atividade .horario,
.atividade .local,
.atividade .apresentador {
    margin-left: 135px;
}

.atividade .data label,
.atividade .horario label,
.atividade .local label {
    font-weight: bolder;
    width: 5em;
    float: left;
}

.atividade .apresentador {
    margin-top: 0.5em;
}

img.apresentador_foto {
    display: block;
    float: left;
    border: 1px solid gray;
    margin-right: 1em;
}

div.grupo_apoios {
    overflow: auto;
    zoom: 1; /* makes overflow:auto work correctly on IE */
    margin-bottom: 10px;
    vertical-align: middle;
}

div.grupo_apoios h2 {
    font-size: 100%;
}

div.grupo_apoios a.apoio {
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    float: left;
    width: auto;
    height: 64px;
}

/* locale selector - start */
ul.locale-selector {
    list-style: none;
    margin-left: 0px;
}

ul.locale-selector li {
    display: block;
    float: left;
}

ul.locale-selector li a {
    display: block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    color: transparent;
    font-size: 0px;
    margin-right: 2px;
}

ul.locale-selector li.pt a {
    background-image: url("/img/flags/24/br.png");
}

ul.locale-selector li.en a {
    background-image: url("/img/flags/24/us.png");
}

ul.locale-selector li.fr a {
    background-image: url("/img/flags/24/fr.png");
}
/* locale selector - end */

table.grid tbody td {
    background-color: white;
}

#atendimento {
    border: 1px solid #3298A6;
    display: block;
    margin-left: 3px;
    margin-top: 3px;
}