/* caixas */
.caixa {
    width:430px;
    margin-bottom:15px;
    background-color:white;
	border-top:2px outset #d5d5d5;
	border-left:2px outset #d5d5d5;
	border-right:2px inset #d5d5d5;
	border-bottom:2px inset #d5d5d5;
	-moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
.caixa b.fr, #box b.fr {
	margin:5px 5px 0 0;
	padding:0 2px 1px 2px;
	font-size:7pt;
	color: #666;
	border-top:2px outset #d5d5d5;
	border-left:2px outset #d5d5d5;
	border-right:2px inset #d5d5d5;
	border-bottom:2px inset #d5d5d5;
	-moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
.caixa img {
    margin-right:8px;
}
.caixa p {
    margin:15px 0 0 15px;
}
.caixa .ml, #box .ml {margin-left:8px;}
.caixa h1 {
	padding:8px 2px 4px 10px;
	margin-right:-2px;
	margin-left:-2px;
}
.caixa h1.maximized {
	border-bottom:1.3em solid #007bc6;
}
#cx1 {
    position:absolute;
    top:35px;
	left:5%;
}
#cx2 {
    position:absolute;
    top:35px;
    right:5%;
}

/* abas */
.abas {
	margin-top:-2em;
    padding:5px 0;
	margin-right:-2px;
	margin-left:-2px;
}
.abas a, .abas a:link, .abas a:visited {
    padding:0 10px;
	border-left:1px solid white;
	color:white;
}
.abas a:hover, .abas a.abaSelecionada, .abas a.abaSelectiona:hover {
	text-decoration:none;
}
.abas a.abaSelecionada {
	background-image:url('/images/seta_branca.gif');
	background-repeat:no-repeat;
	background-position:5px 0.5em;
}
.abaCorpo {
    padding:12px 0 30px 0;
    width:385px;
}
#mapadarede-aba ul li {
	list-style-type:none;
	list-style-image:none;
	cursor:pointer;
	font-weight:bold;
	margin-left:30px;
}

#participantes ul li {
    margin:5px 0 0 20px;
    list-style: url("../images/ponto.png");
}

#box h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c0032b;
}

