@charset "utf-8";
/* CSS Document */

body
{
	background:url(images/bground/bground2.jpg) repeat-x #40586B;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

form
{
	margin:0px;
	padding:0px;
}

a
{
	color:#000;
	text-decoration:none;
}

a:hover
{
	color:#003366;
	text-decoration:underline;
}

#wrapper
{
	width:760px;
	margin:0px auto;
}

#content-wrapper
{
	margin:0px;
	padding:0px;
	text-align:left;
}

#content
{
	background:url(images/bground/bground_wrapper.jpg) repeat-y left top;
	width:750px;
}

#inner-content
{
	margin:0px;
	padding:10px;
	text-align:left;
	width:510px;
}

#lista_comum
{
	margin:0px;
}

#lista_comum li
{
	padding:10px 0px 5px;
	width:400px;
	border-bottom:1px solid #CCC;
	font-size:11px;
}

#sidebar
{
	margin:20px 0px 0px;
}

#footer
{
	font-size:10px;
	color:#FFF;
	text-align:left;
	margin:0px 0px 15px;
}

#footer a, #footer a:hover
{
	color:#e3ff63;
	text-decoration:none;
}

#footer div.floatright
{
	margin:0px 10px 0px 0px;
}

/*
Classes Handlers
*/

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.clear
{
	clear:both;
}

.inputs
{
	width:90%;
	border:1px solid #CCC;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#FFF;
}

.textareas
{
	width:90%;
	height:100px;
	border:1px solid #CCC;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#FFF;
}
