body {
	scrollbar-arrow-color: #000000;
     	scrollbar-base-color: #CDCDCD;
     	scrollbar-track-color:#CDCC??; 
	background: #F4F4F4;
	font-family: Trebuchet MS;
	font-size: 12px;
	overflow: hidden;
	
}

#main{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	border: 0px solid red;
}

p{ 
	margin: 0cm 0.1cm 0pt; 
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #333333; 
}


.AutoComplete{
	background: #FFF url(img/search.png) right no-repeat;
}

.alert{
	background: #FCFCFC url(../img/alert.png) 1% center no-repeat;
	border: 1px solid #FF3300;
	padding: 8px 2px 0px 40px; 
	margin: 10px 15px 10px 15px; color: #333333;
	min-height: 18px;
}

ul.list1 {
	list-style-image: url("../img/list1.png");
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.dot{
	border: 1px dashed #DDDDDD;
	background: url("../img/bgproduto.png") bottom center  repeat-x;
}

.capit{
	font-size: 9px;
	vertical-align: text-top;
}

.preco{
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;

}
.dot:hover{
	border: 1px solid #DDDDDD;
	
}

a.produto{
	text-decoration: none;
	font-weight: bold;
	color: #111111;
	font-size: 11px;
}


a.produto:hover{
	text-decoration: none;
	font-weight: bold;
	color: #00B7F1;
}

a.mps{
	font-weight: normal;
	text-decoration: none;
}

ul.mps {
	list-style-image: url("../img/list1.png");
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}


.shadow {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;

	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#EEEEEE');*/
}

.titulo{

	padding-left: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #262626;
	border-bottom: 1px solid #262626;
}

.bbottom{
	border-bottom: 1px solid #DDDDDD;
}
.noborder{
	border: 0px;
}
.titulo2{
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #009ACC;
	border-bottom: 1px solid #009ACC;
}

.loading{
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
}
.cor1{
	color: #009ACC;
}

.cor2{
	color: #B50165;
}

.cor3{
	color: #99CC00;
}


.cor4{
	color: #999999;
}

.titulo3{
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #99CC00;
	border-bottom: 1px solid #99CC00;
}

.bold{
	font-weight: bold;
}
.titulo4{
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #B50165;
	border-bottom: 1px solid #B50165;
}

.titulo5{
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #C5C13F;
	border-bottom: 1px solid #C5C13F;
}
.white{
	color: #FFFFFF;
}

.real{
	text-align: right;
	padding-right: 2px;
}

.center{
	text-align: center;
}


.alert{
	background: #FCFCFC url(../img/alert.png) 1% center no-repeat;
	border: 1px solid #EEEEEE;
	padding: 8px 2px 0px 40px; 
	margin: 10px 15px 10px 15px; color: #333333;
	min-height: 18px;
	
}


a.grade{
	font-size: 11px;
}


.quadro{
	border-style: solid; 
	border-width: 1px; 
	border-color:#bbbbbb; 
}
.dashed{
	border-bottom: 1px dashed #BBBBBB;
	
}

#formulario legend {
	font-weight: bold;
	color: #FF6600;
	font-size: 11px;
}
#formulario label {
	font-weight: normal;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	font-family: tahoma;
	font-size: 11px;
}

#formulario input, textarea{
	border: 1px solid #0099CC;
	font-family: tahoma;
	font-size: 11px;
	padding: 3px;
}
.faq{
	font-weight: bold; text-decoration: none; color: #B50165;
}

.faq:visited{
	font-weight: bold; text-decoration: none; color: #B50165;
}
.faq:hover{
	font-weight: bold; text-decoration: none; color: #99CC00;
	
}

.faq_context{
	font-weight: bold; text-decoration: none; color: #222222;
}
#mascara{
	z-index: 500;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	display: none; 
	
}

#docs{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	z-index:501;
	background: #EEEEEE;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

select {
	background: #ffffff;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	color: #222222;
	font-family: Trebuchet MS;
	font-size :10px;
}

.text{
	background: #ffffff;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	font-size : 11px;
	font-family: Trebuchet MS;
	padding-left: 2px;
}

textarea {
	background: #ffffff;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	color: #000000;
	font-family: Trebuchet MS;
	font-size : 10px;
}

input.text2{
	background: #ffffff;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	font-size : 11px;
	font-family: Trebuchet MS;
	padding-left: 2px;
}

input.button {	
	font-size : 12px;
	font-family: Trebuchet MS;
	color: #ffffff;	
	font-weight: bold;
	background: #005A8E;
	cursor: pointer;
}


input.button:hover {	
	font-size : 12px;
	font-family: Trebuchet MS;
	color: #ffffff;	
	font-weight: bold;
	background: #B50165;
	cursor: pointer;
}

.erro{ 
	background-color: #FF3300;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.ok{ 
	background-color: lime;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

li.erro{ 
	margin: 0cm 0cm 0pt; 
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #FF3300;
}

hr{ 	color: #CCCCCC;
 	width: 100%;	
	height: 1px;
	margin: 0cm 0cm 0pt; 
}

.hr2{
 	color: #CCCCCC;
 	width: 100%;	
	height: 1px;
	margin: 0cm 0cm 0pt; 
}

table.grade{
	border-collapse: collapse;
	border-color: #183C81;
	border-width: 1px;
	border-style: solid;
	border-left: 0px;
	border-bottom: 0px;
}

td.grade{
	padding-left: 0.1cm; 
	color: #000000; 
	background-color: #ffffff; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #183C81; 
	font-size: 11px; 
	font-family: Trebuchet MS;
	border-right: 0px;
	border-top: 0px;
}

td.grade2{
	padding-left: 0.1cm; 
	color: #000000; 
	background-color: #e3e3e3; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #183C81; 
	font-size: 11px; 
	font-family: Trebuchet MS;
	border-right: 0px;
	border-top: 0px;
}

td.grade-titulo{
	padding-left: 0.1cm; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #183C81; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #183C81; 
	font-size: 11px; 
	font-family: Trebuchet MS;
	border-right: 0px;
	border-top: 0px;
}

#tabs{
	width: 505px;
}

.mapa{
	color: #EEEEEE;
	text-decoration: none;
}

.right{
	text-align: right;
}

.verdana{
	font-family: verdana;
	font-size: 10px;
}