@media projection, screen {
    .tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
div#topo h4#banner {
	display: block;
	float: right;
	text-indent: -99999px;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	width: 516px;
	height: 229px;
	background: url(../images/bn_eventos.jpg) bottom right no-repeat;

}
div#legenda{
	width:170px;
	margin-top: 50px;
	padding-left: 20px;
	float: left;
	clear: both;
	position: relative;
	top: 0;
	min-height: 297px; 
}
div#legenda h5 {
	font: bold 14px "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #663300;
	_margin: 0px;
}
div#legenda p {
	font: bold 12px "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #663300;
}
div#legenda p img{
	margin-right: 5px;
}
div#legenda p.Ppontilhado {
	width: 100%;
	height: 2px;
	margin: 0px;
	background: url(../images/bg_barra_pontilhado_eventos.gif) repeat-x;
	background-color: transparent;
}
div#corpo div#conteudo h2{
	text-indent: -99999px;
	background: url(../images/tt_eventos.gif) left top no-repeat;
}
div#conteudo ul li{
	font: 14px "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #663300;
}
div#menu ul li#eventos a{
    background: url(../images/btn_eventos.gif) bottom left no-repeat;
	cursor: default;
}
div#conteudo p.pontilhado{
	float: left;
	width: 314px;
	height: 2px;
	margin: 25px 0px;
	margin-bottom: 20px;
	_margin-bottom: 0px;
	background: url(../images/bg_barra_pontilhado_eventos.gif) repeat-x;
	background-color: transparent;
}
div#conteudo div#note{
	float: right;
	width: 187px;
	height: 184px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	_margin-right: 10px;
	background: url(../images/bg_notes_eventos.jpg) no-repeat;
}
div#conteudo div#note p{
	width: 150px;
	margin: 55px 0px 0px 20px;
	font-size: 12px;
}
div#conteudo div#note p a{
	font: 12px "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #663300; 
}
div#conteudo div#note p a:hover{
	font-weight: bold;
}
div#tabela{
	margin-top: 50px;
	width: 500px;
}
div#tabela p {
	margin: 0px;
	margin-top: 5px;
	font-size: 12px;
}
div#tabela thead{
	height: 50px;
}
div#tabela tr td{
	width: 100%;
}
div#tabela tr td img{
	margin-right: 5px;
}
/* Abas */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0px;
	margin-right: 3px;
	margin-left: 3px;
}
.tabs-nav  a#assados {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 0px;
    width: 185px;
    height: 35px;
	text-indent: -999999px;
    background: url(../images/aba_assados_desativada.gif)  no-repeat;
	margin-bottom: 0px;
}
.tabs-nav a#assados:hover {
	background: url(../images/aba_assados_ativada.gif) no-repeat;
}
.tabs-nav .tabs-selected a#assados {
	background: url(../images/aba_assados_ativada.gif)  no-repeat;
	cursor: default;
	margin-bottom: 0px;
}
.tabs-nav .tabs-selected a#assados:hover {
	cursor: default;
}
.tabs-nav  a#fritos {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 0px;
    width: 185px;
    height: 35px;
	text-indent: -999999px;
    background: url(../images/aba_fritos_desativada.gif) no-repeat;
	margin-bottom: 0px;
}
.tabs-nav a#fritos:hover {
	background: url(../images/aba_fritos_ativada.gif) no-repeat;
}
.tabs-nav .tabs-selected a#fritos {
	background: url(../images/aba_fritos_ativada.gif) no-repeat;
	cursor: default;
	margin-bottom: 0px;
}
.tabs-nav .tabs-selected a#fritos:hover {
	cursor: default;
}
.tabs-nav  a#frios {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 0px;
    width: 95px;
    height: 35px;
	text-indent: -999999px;
    background: url(../images/aba_frios_desativada.gif) no-repeat;
	margin-bottom: 0px;
}
.tabs-nav a#frios:hover {
	background: url(../images/aba_frios_ativada.gif) no-repeat;
}
.tabs-nav .tabs-selected a#frios {
	background: url(../images/aba_frios_ativada.gif) no-repeat;
	cursor: default;
	margin-bottom: 0px;
}
.tabs-nav .tabs-selected a#frios:hover {
	cursor: default;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 -50px;
    outline: 0; /* @ Firefox, switch off dotted border */
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	margin: 0px;
	padding: 1em 8px;
    background: #fff url(../images/bg_barra_abas_eventos.gif) top left no-repeat; 
}
.tabs-loading span {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}