


/* 	border: thin solid red; to highlight */

@import "menu.css";


/*////////////////////////////////////////////////////////////////////////////////////*/

body {
	background-image: url("../images/PIXEL.jpg");
	font-family:san-serif;
	background-repeat: repeat;
	
	}
/*////////////////////////////////////////////////////////////////////////////////////*/
img{
	border:none;
}
.logo {

	position: fixed;
	top: 25px;
	left: 20px;
	z-index: 5;
	}
/*////////////////////////////////////////////////////////////////////////////////////*/
	
.line {

	position: fixed;
	top: 25px;
	left: -175px;
	z-index: 6;
	}
/*////////////////////////////////////////////////////////////////////////////////////*/
#conteudo {
	
}
.hidden{
	display:none;
}

#menu {

	position: fixed;
	top: 25%;
	left: 20px;
	z-index: 2000;
	}
/*////////////////////////////////////////////////////////////////////////////////////*/	
	
/*dentro do arquivo body.php no comment�rio SPACER*/	
.top_spacer {
	width: 100%;
	height: 0px;
	clear:both;
	}
/*////////////////////////////////////////////////////////////////////////////////////*/	
	
/*dentro do arquivo content.php no comment�rio SPACER*/
.left_spacer {



	width: 170px;
	float:left;
	clear:left;

	}
/*////////////////////////////////////////////////////////////////////////////////////*/	
	
/*dentro do arquivo content.php no comment�rio SPACER*/
.right_spacer {


	width: 170px;
	float:right;
	clear:right;


	}
/*////////////////////////////////////////////////////////////////////////////////////*/


/*dentro do arquivo content.php, trat�se da tabla onde est� o conte�do*/
.description{
	width:auto;
	text-align: justify;
	font-family: sans-serif;
	line-height:25px;
	font-size: 12px;
	text-indent: 50px;
	height: 1000px;
	}
/*////////////////////////////////////////////////////////////////////////////////////*/
	
#cadastrar{
	
	position:absolute;
	top:80px;
	right:79px;
	color:#ffffff;
	font-family:sans-serif;
	font-size: medium;
	text-decoration:none;
	display:block;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#6db6b6;
	z-index:9;
}
/*////////////////////////////////////////////////////////////////////////////////////*/

.chat
	{
	position: fixed;
	bottom: 20px;
	right:10px;
	border:thin solid red;
	clear:right;
	
	}
/*////////////////////////////////////////////////////////////////////////////////////*/

.masterborder {
	min-height:800px;

}
#conteudo{
	
	width: 80%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
}
.table_conteudo {
	width: 100%;
	}
.table_conteudo tr th{
	

	text-align: center;
	border:0px;
	background-color:#6db6b6;
	color:#ffffff;
	border-color: #408080;

	
	
}
.table_conteudo tr td{
	
	background-color:#ffffff;
	color:#408080;
	text-align: left;
	text-indent:15px;
	
}
/*////////////////////////////////////////////////////////////////////////////////////*/

 .form{
 	font-size:.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:25px;
 }
 #search_button_a{
 	display:block;
	width:150px;
	height:40px;
	background-image:url("../images/search_button.gif");
	background-repeat: no-repeat;
	
	position:absolute;
	right:20px;
	top:10px;
	z-index:20;
 }
 #search_button_a:hover{
 	background-position:0px -40px;

 }
 #upload_button_a{
 	display:block;
	width:150px;
	height:40px;
	background-image:url("../images/search_button.gif");
	background-repeat: no-repeat;
	
	position:absolute;
	right:80px;
	top:10px;
	z-index:20;
 }
 #upload_button_a:hover{
 	background-position:0px -40px;

 }
#buscar {
	
	text-align: right;
	z-index: 7;
	font-family: sans-serif;
	color: green;
	font-size: 12px;
	
	}

#search {
	text-align: right;
	z-index: 7;
	font-family: sans-serif;
	color: green;
	font-size: 12px;
	display:none;
	
	}
#search fieldset{
	margin:0;
	padding:4px;
	border: 1px solid #6db6b6;
	height:73px;

}
legend {
	color:#408080;
}
#search fieldset fieldset{
	position:relative;
	top:-10px;
	margin:0;
	padding:3px;
	border: 1px solid #6db6b6;
	height: 33px;
}
fieldset fieldset legend{
	font-size:10px;
}

#search_input, #categorias {
	display:block;
	margin:3px;
	color:#000000;
	background-color: #ffffff;  /* the background          */
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	opacity: 0.7;               /* newer Mozilla and CSS-3 */
	position: relative;
	top:-6px;
	right:3px;

	}
#submit{
	background-color: #408080;  /* the background          */
	filter:alpha(opacity=50);   /* Internet Explorer       */
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
	opacity: 0.5;               /* newer Mozilla and CSS-3 */
	position:fixed;
	top:80px;
	right:20px;
	border: 0;
	color:#ffffff;
	line-height:20px;
	vertical-align:middle;
	padding:3px;
}
