/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 0.75em;	
}

html, body {
    height: 100%;
    overflow: hidden;
}


#top-banner {
    background-image: url('../images/top_banner_bg.gif');
    background-repeat: repeat-x;
    height: 29px;
    width: 100%;
    z-index: 5000000;
}

#top-banner-select {
    color: green;
    font-size: 11px;
    float:left;
    left: 15px;
    position: relative;
    width: 320px;
    margin-bottom:-4px;
    padding-top:4px;    
}

#top-banner-select select {
    color: green;
}

#top-banner-logo {
    float:left;
    height:24px;
    left:200px;
    position: relative;
    width:225px;    
}

#top-banner-logo img {
    border: none;
}

#left-pane {
    width: 30%;
    height: 100%;    
    background-color: red;
}

#exwin {
    position:absolute;
    bottom: 0;
    top: 29px;
    left: 30%;
    width: 70%;
    height: 78%;
}

#container {
    float: left;
    width: 100%;
    height: 100%;
}

#apoio {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 70%;
    height: 17%;
    background-color: yellow;
    
}

.temas-panel {
    margin-top: 50px;
}
