@charset "utf-8";
/* CSS Document */

*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; font-size:12px;
}
body{
	background: url(img/body-bg.png);
}

label{
	color:#FFF;
}
#all{
	width:820px;
	margin: 0 auto;
	background:#ccc;
}
#top{
	background: url(img/topo.jpg) no-repeat;
	width:801px;
	height:388px;
	margin:0 auto;
}

/*MENU START*/

img {
	border: none;
}

ul{
	margin-top: 40px;
}
ul li{
	list-style:none;
	float:left;

}

/* dock - top */
.dock {
	position: relative; 
	height: 108px; 
	text-align: center;
	top: 260px;
	background:url(img/fundo_dock.png) no-repeat;
	width: 600px;
	margin: 0 auto;
	
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 6%;
	padding-top:10px;
}
a.dock-item {
	display: block;
	width: 60px;
	color: #000;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
/*END MENU*/

#middle{
	background: #FFF;
	width: 801px;
	margin: 0 auto;
}

.tablediv{
	margin: 0 auto;
	padding: 80px 0 50px 0;
}

.tablecursos{
	margin: 0 auto;
	margin-top: 85px;
	width: 80%;
	text-align:center;
}

.email{
	float: right;
	padding-top: 70px;
	margin-right: 20px;
}
.tableform{
	margin: 0px auto;
	background:url(img/fundocontato.png) no-repeat;
	width: 700px;
	height: 267px;
}
.thblue{
	background-color: #06C;
	color:#FFF;
	padding: 0 5px;
}

.trblue{
	background-color: #E6F2FF;
}

.thgreen{
	background-color: #9C0;
	color:#FFF;
	padding: 0 5px;
}

.tryellow{
	background-color: #FF9;
	color:#333;
}

.thyellow{
	background-color: #FC0;
	color:#FFF;
	padding: 0 5px;
}

.trgreen{
	background-color: #E4FEB4;
}

.thpurple{
	background-color: #60F;
	color:#FFF;
	padding: 0 5px;
}

.trpurple{
	background-color:#E6CCFF;
}

.mes{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#151515;
	font-size: 15px;
}

.dia{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#930;
	font-size: 20px;
}

.tabelaresults{
	width: 90%;
	margin: 0 auto;
	text-align:center;
	background: #F1FFE8;
}

.resultstd{
	text-align: left;
}
#bottom{
	background: #fff url(img/bottom.jpg) no-repeat;
	width: 801px;
	height: 87px;
	margin: 0 auto;
}

	.grey{
	 	border: 1px solid #DCDC41;
		width:90%;
		margin:20px auto;
		text-align:cen5er;
		background:#FFFFD7;
		color:#0066CC;
		padding:10px;
	}	