.conteudo{
	width:600px;
	margin-left: 20px;
}

.barra_topo{
	background-image: url("../imgs/main_layout/barrah.jpg");
	background-repeat:repeat-y;
	width:600px;
	height: 36px;
}

.barra_topo_fundo{
	background-image: url("../imgs/main_layout/barrah_bottom.jpg");
	background-repeat:no-repeat;
	width:600px;
	height: 9px;
}

.barra_topo_mes{
	font-size:14px;
	font-weight:bold;
	font-family: arial;
	margin-bottom:3px;
	margin-top:3px;
	text-transform: uppercase;
}

.tabela_calendario{
	margin-top:2px;
}

.calendario_botao_anterior{
	background-image: url("../imgs/main_layout/sleft.jpg");
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	cursor:pointer;
}
.calendario_botao_anterior:hover{
	background-image: url("../imgs/main_layout/sleft_over.jpg");
}

.calendario_botao_seguinte{
	background-image: url("../imgs/main_layout/sright.jpg");
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	cursor:pointer;
}
.calendario_botao_seguinte:hover{
	background-image: url("../imgs/main_layout/sright_over.jpg");
}

.calendario_botao_ano{
	margin-left:33px;
}

.botao_calendario_esquerda{
	background-image: url(../imgs/main_layout/cleft.jpg);
	height:28px;
	width: 6px;
	float:left;
	background-repeat: no-repeat;
}
.calendario_botao_ano:hover .botao_calendario_esquerda{
	background-image: url(../imgs/main_layout/cleft_over.jpg);
}

.botao_calendario_centro{
	background-image: url(../imgs/main_layout/cmid.jpg);
	background-repeat: repeat-x;
	height:22px;
	width: 150px;
	color: #333;
	font-size:14px;
	font-weight:bold;
	font-family: arial;
	float:left;
	padding-top:6px;
}
.calendario_botao_ano:hover .botao_calendario_centro{
	background-image: url(../imgs/main_layout/cmid_over.jpg);
}

.botao_calendario_direita{
	background-image: url(../imgs/main_layout/cright.jpg);
	height:28px;
	width: 6px;
	float:left;
	background-repeat: no-repeat;
}
.calendario_botao_ano:hover .botao_calendario_direita{
	background-image: url(../imgs/main_layout/cright_over.jpg);
}

.tabela_cursos{
	margin-top:20px;
	border:0px solid;
	width:600px;
}

.tabela_cursos_header_esquerda{
	background-image: url(../imgs/main_layout/bvleft.jpg);
	height:22px;
	width: 9px;
	background-repeat: no-repeat;
}

.tabela_cursos_head{
	color:#fff;
	background-image: url(../imgs/main_layout/bvmid.jpg);
	height:22px;
	background-repeat: x-repeat;
	font-family: arial;
	font-weight: normal;
	font-size:12px;
}

.tabela_cursos_header_direita{
	background-image: url(../imgs/main_layout/bvright.jpg);
	height:22px;
	width: 9px;
	background-repeat: no-repeat;
}

.tabela_cursos tbody tr td{
	font-size:12px;
	font-weight: normal;
	font-family: arial;
	padding:7px;
}

.tabela_cursos tbody tr.tabela_cursos_linha_alt td{
	background-color:#F0F0F0;
}


.tabela_cursos tbody tr:hover td{
	background-color:#E1E1E1;
}

.tabela_cursos tbody tr td{
	cursor:pointer;
}

.tabela_cursos tfoot tr td{
	font-family: arial;
	font-size: 12px;
	height: 22px;
}

.loader{
	width:600px;
	text-align: center;
}
