/*-----------------------------------------------------------------------------
 * G3W - G3w Telecom
 * http://g3wtelecom.com.br
 * 2008-Nov
 * Charset UTF-8
-----------------------------------------------------------------------------*/
@import url(header.css);
@import url(menu.css);
@import url(footer.css);
@import url(table.css);
@import url(result.css);

body,
input,
select,
button
{
	font:10px Verdana;
	color:#494949;
}

body
{
	margin:0;
	background:url(../image/bg.png) top center repeat-x;
}

button { width:80px; }

a
{
	color:#494949;
	text-decoration:none;
}
a:hover { color:#006699; }

form
{
	padding:0px;
	margin:0px;
}

.container
{
	width:960px;
	min-height:450px;
	margin:0 auto;
}

.mainTop,
.mainBottom
{
	font-size:0px;
	height:5px;
}

.mainTop
{
	width:769px;
	float:left;
	background:url(../image/main.png) left top no-repeat;
}

.mainBottom
{
	width:771px;
	float:right;
	background:url(../image/main.png) left bottom no-repeat;
}


.main
{
	width:757px;
	min-height:440px;
	float:left;
	padding:0px 5px 0px 5px;
	background:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.rowTitle
{
	width:755px;
	float:left;
	padding:2px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	border:1px solid #CCC;
	background:#EEE;
}

.line,
.lineM
{
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
}

.lineM { margin:4px 0px 4px 0px; }

.textGray	{ color:#494949; }
.textGreen	{ color:#009000; }
.textRed	{ color:#D50000; }
.textBlue	{ color:#006699; }

