/* CSS ESPECIFICOS
	body,td
	#principal 
	.datepicker_trans
	#pop_checkbox
	#pop_visualizar
	#pop_cadastrar
	.cad_variavel
	.cad_valor
	#campo_data
	#campo_texto
	.linhas_texto
	.linhas_texto_check
*/


/* CSS DEFAULT */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.botao_verde {
	width: 120px;
	height: 25px;
	color: #006633;
	background-color: #66FF99;
	border: #006633;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

.botao_vermelho {
	width: 120px;
	height: 25px;
	color: #CC0000;
	background-color: #FFB88C;
	border: #CC0000;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

.botao_azul {
	width: 120px;
	height: 25px;
	color: #00008B;
	background-color: #87CEEB;
	border: #00008B;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}


/* CSS PARA DIVS */

.clear { 
	clear: both; 
}
.clear_linha { 
	clear: both;
	height: 10px; 
}

	#superior {
		background-color: #FFFFE0;
		width: 95%;
		min-height: 65px;
		border-radius: 10px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 0px;
	}
		#table_data {
			width: 97%;
			height: 65px;
			margin: 0 auto;
		}
		
			#seta_esq {
				width: 12%;
				vertical-align: middle;
			}
			#seta_esq_img {
				width: 48px;
				height: 48px;
				background-image: url("../img/48_seta_esquerda.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
				
			#data {
				width: 52%;
				font-size: 40px;
				font-weight: bold;
				text-align: right;
				color: #696969;
				padding-right: 10px;
			}
				
			#semana {
				width: 24%;
				font-size: 30px;
				font-weight: bold;
				text-align: left;
				color: #696969;
			}
				
			#seta_dir {
				width: 12%;
				vertical-align: middle;
			}
			#seta_dir_img {
				width: 48px;
				height: 48px;
				background-image: url("../img/48_seta_direita.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			

	#meio {
		width: 95%;
		/*min-height: 500px;*/
		background-color: #FFF68F;
		border-radius: 7px;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px; 
	}
	
		#conteudo_erro {
			width: 93%;
			margin: 0 auto;
			padding-top: 30%;
			text-align: center;
			font-size: 30px;
		}
		
		#conteudo {
			width: 95%;
			margin: 0 auto;
			padding-top: 20px;
			padding-bottom: 20px;
		}
			.linhas {
				width: 100%;
			}
			.linhas_check {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_check.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
				margin-right: 10px;
				float: left;
			}
			.linhas_uncheck {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_uncheck.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
				margin-right: 10px;
				float: left;
			}
			.linhas_order {
				width: 7px;
				height: 32px;
				cursor: move;
				margin: 0 auto;
				margin-right: 3px;
				float: left;
			}
				.linhas_order:hover {
					background-image: url("../img/32_order.png");
					background-repeat: no-repeat;
				}
			.linhas_move {
				width: 10px;
				height: 32px;
				cursor: -webkit-grab;
				cursor: -moz-grab;
				margin: 0 auto;
				margin-left: 5px;
				float: left;
			}
				.linhas_move:hover {
					background-image: url("../img/32_move.png");
					background-repeat: no-repeat;
				}
	
	#inferior {
		width: 95%;
		min-height: 45px;
		background-color: #FFFFE0;
		border-radius: 10px;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 20px;
	}
		#table_inferior {
			width: 97%;
			height: 32px;
			margin: 0 auto;
			padding-top: 5px;
		}
		
			.nome {
				width: *;
				padding-left: 10px;
				vertical-align: middle;
			}
			.icone {
				width: 8%;
				vertical-align: middle;
			}
			.icone_mover {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_mover_tudo.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_atualizar {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_atualizar.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_hoje {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_hoje.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_calendario {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_calendario.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_add {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_adicionar.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_del {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_remover.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_data {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_reagendar.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_sair {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_sair.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}
			.icone_busca {
				width: 32px;
				height: 32px;
				background-image: url("../img/32_pesquisar.png");
				background-repeat: no-repeat;
				cursor: hand; 
				cursor: pointer;
				margin: 0 auto;
			}

			
.calendario_data {
	font-size: 22px; 
	font-weight: bold;
	color: #696969;
}
.calendario_cabecalho {
	font-size: 16px; 
	text-align: center; 
	color: #828282;
	font-weight: bold;
	border-bottom: 1px solid #828282;
	border-top: 1px solid #828282;
	background: #E8E8E8;
}
.calendario_conteudo {
	font-size: 35px; 
	text-align: center; 
	color: #828282;
	vertial-align: top;
	cursor: hand;
	cursor: pointer;
}
.calendario_rodape {
	height: 1px;
	border-bottom: 1px solid #828282;
}

.finalDeSemana a{
    color:gray !important;
}