@charset "utf-8";
/* CSS Document */

/* mac hide \*/
html, body {height:100%}
/* end hide*/


body {
	padding:0;
	margin:0;
	background:white;
	color: #000000;
	/*
	IMAGEM DE FUNDO DO BG
	background-image:url(default/bg_geral.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
}

#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:160px;
	/*background:white;
	border-left:1px solid #000;
	border-right:1px solid #000;*/
	margin-bottom:-52px;
	top:120px;
	color: #000000;
	/*background-image:url(default/main_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;*/	
}

* html #outer{height:100%;margin-left:157px}/* ie 3 pixel jog*/ 

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background:white;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	overflow:hidden;
	color: #000000;
	background-image:url(default/topo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#login{
position:absolute;
top:0px;
right:30px;
width:100px;
border:1px solid #b2e4ff;
color:#b2e4ff;
border-top:1px solid white;
clear:both;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:7px 15px 10px 15px;
text-align:center;
background-color:#FFFFFF;
}

#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:120px;/*needed to make room for header*/
	left:-1px;/* line things up exactly*/
	padding-left:15px;
}

* html #left {margin-right:-3px;}/* three pixel jog*/

#left p {padding-left:3px;padding-right:2px}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #3298d6;
	border-bottom:1px solid #000;
	background-color: white;
	color: #ffffff;
	text-align:left;
	position:relative;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	/*background-image:url(default/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	background-image:url(default/bg_footer2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ffffff;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearheader{height:120px;}/*needed to make room for header*/

#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#centrecontent{
padding-left:10px;
padding-top:10px;
color:#666666;
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size:small;
margin-left:50px;
}

h1, h2, h3, p{
margin-top:0px;
margin-bottom:0px;
font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
font-weight:lighter;}

h1{
color:#3298d6;
}

h2{
font-size:1em;
margin-bottom:5px;}

#titlepage{
	background-image:url(default/header_shelf.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:7px;
	margin-bottom:7px;
}

a:link{
color:#3298d6;
text-decoration:none;}

a:hover{
text-decoration:underline;}

a:visited{
color:#6c9ebc;
text-decoration:none;}

a:visited:hover{
text-decoration:underline;}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
-moz-opacity: 0.5;
}

/*.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}*/

#centrecontent img{ margin:0px 10px 10px 0px;}

h3{
font-family:Tahoma, "Times New Roman", Times, serif;
font-size:medium;
text-transform:capitalize;
margin-bottom:10px;
}

/*h3:first-letter{
color:#000000;}*/

#centrecontent p{
text-align:justify;
margin-bottom:10px;}

#outer p{
}

#left, #centrecontent{
display:inline-block;}

p:first-child:first-letter{
text-transform:capitalize;
font-size:60px;
float:left;
margin-right:10px;
color:#cccccc;
}

input, textarea{
font-size:smaller;
color:#666666;
border:1px #CCCCCC solid;
font-family:Tahome, Arial, Georgia, "Times New Roman", Times, serif;}

.box_dados{
			text-align:center; 
			border:1px solid #CCCCCC; 
			font-family:Arial, Helvetica, sans-serif; 
			font-size:10px; 
			font-weight:lighter;
			padding-left:7px;
			padding-right:7px;
			height:15px;
			vertical-align:text-bottom;
		}







