/* ver curso */
#detalhes_curso{
	width:620px;
	margin-left: 20px;
}
/* eof ver curso */

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

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

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

.tabela_calendario{
	margin-top:2px;
}

.texto_caixa_seleccao{
	width: 170px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top:2px;
	margin-bottom:2px;
}

.tabela_calendario .caixa_input{
	width: 270px;
	margin-left: 15px;
	margin-top:2px;
	margin-bottom:2px;
}

.tabela_calendario .caixa_input_texto{
	width: 240px;
	margin-left: 15px;
	margin-top:2px;
	margin-bottom:2px;
	float:left;
}

#botao_pesquisar{
	width: 19px;
	height: 20px;
	background-image: url("../imgs/main_layout/lupa.jpg");
	background-repeat: no-repeat;
	margin-left:5px;
	cursor: pointer;
}

#botao_pesquisar:hover{
	background-image: url("../imgs/main_layout/lupa_over.jpg");
}

.botao_ordenar {
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	cursor: pointer;
	float:left;
	margin-left: 2px;
}

.ordenar_desc {
	background-image: url("../imgs/main_layout/seta_ordenar_desc.png");
}

.ordenar_desc:hover {
	background-image: url("../imgs/main_layout/seta_ordenar_desc_over.png");
}

.ordenar_desc_seleccionado {
	background-image: url("../imgs/main_layout/seta_ordenar_desc_over.png");
}

.ordenar_asc {
	background-image: url("../imgs/main_layout/seta_ordenar_asc.png");
}

.ordenar_asc:hover {
	background-image: url("../imgs/main_layout/seta_ordenar_asc_over.png");
}

.ordenar_asc_seleccionado {
	background-image: url("../imgs/main_layout/seta_ordenar_asc_over.png");
}

.tabela_cursos{
	margin-top:20px;
	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;
	width:5000px;
}

.tabela_cursos_head span{
	float:left;
	margin-right:10px;
}

.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:5px;
}


.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;
}

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