/*-----------------------------------------------------------------------------
 * Digital Express
 * http://digitalexp.com.br
 * 10/03/2009
 * Charset UTF-8
-----------------------------------------------------------------------------*/

@CHARSET "UTF-8";

@import url(header.css);
@import url(menu.css);
@import url(table.css);
@import url(footer.css);
@import url(result.css);
	
body
{
	margin-top:0px;
	font:10px Verdana;
	color:#464646;
	background:url(../image/bg.png) top repeat-x #CCC;
}

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

input,
button,
textarea,
select
{
	font:10px Verdana;
	color:#464646;
}

input { width:300px;}
button { font-weight:bold; }
textarea
{
	width:400px;
	height:60px;
}

.line,
.lineM
{
	font-size:0px;
	width:100%;
	height:0px;
	clear:both;
}

.lineM { margin:5px 0px 5px 0px; }

.container
{
	width:960px;
	min-height:400px;
	margin:0 auto;
}

.content
{
	width:820px;
	min-height:400px;
	float:left;
	padding:10px 5px 0px 5px;
	background:url(../image/bgContent.png) center repeat-y;
}

.containerTitle
{
	width:820px;
	height:22px;
	float:left;
	background:url(../image/title.png) top center no-repeat;
}

.title
{
	width:300px;
	float:left;
	font:bold 11px Verdana;
	color:#464646;
	padding:4px 0px 3px 15px;
}

.box
{
	width:820px;
	float:left;
	padding:10px 0px 10px 0px;
	border-top:0px;
}

/*-----------------------------------------------------------------------------
 * Indice
-----------------------------------------------------------------------------*/
.indiceNum
{
	color:#666;
	float:left;
	margin:0px 15px 0px 15px;
	text-align:center;
}

.indiceNum a
{
	text-decoration:none;
	color:#666;
}

.indiceNum a:hover
{
	font-weight:bold;
}

.indiceNext,
.indiceBack
{
	width:28px;
	height:10px;
	float:left;
	margin:3px 0px 0px 0px;
}

/*-----------------------------------------------------------------------------
 * Standard color
-----------------------------------------------------------------------------*/
.textBlue	{ color:#006699; }
.textGreen	{ color:#008000; }
.textRed 	{ color:#FF0000; }
.textOrange	{ color:#FF8000; }
.textGray	{ color:#999999; }

