img {
	border: none;
}
body{
	margin: 0px;
	background: #000;
}
#header{
	margin: 0px;
}
#basic_toogle{
	position: absolute;
	z-index: 11;
	margin: 2px;
	font-size: xx-small;
	font-family: sans-serif;
}
#basic_toogle a{
	color: white;
	background: black;
}
#basic_toogle a:hover{
	color: black;
	background: white;
}
hr{
	margin-top: 60px;
}
#hideout_logo{
	text-align: right;
	padding-right: 20px;
}
#content{
	position: relative;
	z-index: 3;
	font-variant: normal;
	text-transform: none;
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	opacity: .9;
	filter: alpha(opacity=90);	
	font-family: Lucida Grande,Verdana,Arial,Helvetica,sans serif;
	font-size: medium;
}
#content h1{
	font-size: 22px;
	display: block;
	padding-top: 30px;
	margin-left: -15px;
	text-align: center;
	font-family: Arial,Helvetica,sans;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: uppercase;
}
#content p{
	margin: 15px;
	font-size: small;
	text-indent: 25px;
}

#content a{
	color: Maroon;
	text-decoration: none;
}
#content a:hover{
	color: white;
	background: maroon;
}
#content li{
	font-size: small;
}

#content h1 em, #content h2 em{
	color: Maroon;
	font-style: normal;
}
#content h2{
	text-transform: lowercase;
	font-family: Georgia,serif;
	font-size: 15px;
	font-style: italic;
	display: block;
	margin-left: -5px;
	margin-right: 30px;
	margin-top: 20px;
	text-align: center;
}
#content h3{
	margin-top: 25px;
	font-size: xx-small;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
}
#content ul{
	margin-left: 40px;
}
.topic{
	position: absolute;
	background: white;
	width: 80%;
}

.topic .session_title{
	display: none !important;
	color:green;
}
samp{
	display:block;
	border: thin dashed gray;
	background: #FFF8DC;
	margin-left:20px;
	margin-right:20px;
	width: 90%;
	overflow: auto;
}	

.topic p{
	padding-left: 20px;
}
.hidden{
	filter: alpha(opacity=0);	
	opacity:0;
	display: none;
}
html>body .topic {
	width: 100%;
}
#main_title{
	opacity:0;
	filter: alpha(opacity=0);	
}
#main_subtitle{
	opacity:0;
	filter: alpha(opacity=0);	
}
acronym{
	cursor: help;
}
#menubar{
	background: Gray;
	margin-top: 30px;	
	font-size: x-small;
	text-align: center;
	padding: 3px;
	color:white;
}
#menubar a{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
#menubar a:hover{
	color: black;
	background: White;
}

#menubar .selected{
	text-decoration: underline;
}

#main{
	z-index: 7;
}
#regras{
	z-index: 6;
}
#schedule{
	z-index: 5;
}
#faq{
	z-index: 4;
}
blockquote{
	-moz-border-radius: 10px;
	font-family: monospace;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 15px;
	background: #DCDCDC;
	color: black;
}
cite{
	display: block;
	text-align: right;
	margin-bottom: 20px;
	font-size: xx-small;
	margin-right: 15px;
}
#photos_dir{
	position: absolute;
	z-index: 2;
	top: 17px;
	width: 250px;
	left: 100%;
	margin-left: -250px;
	opacity:0;
	filter: alpha(opacity=0);	
}
#photos_esq{
	position: absolute;
	z-index: 1;
	top: 17px;
	width: 250px;
	left: 0;
	opacity:0;
	filter: alpha(opacity=0);	
}
#footer{
	font-size: xx-small;
	margin-top: 30px;
	text-align: center;
	display:none;
}




