/*
	Fim da Célula com o ícone para mover registro para cima
	*/
body {
	background-color: #ECE9D8;
	margin: 0px;
	padding: 0px;
	padding-top: 3%;
	text-align: center;

}

fieldset {
	border: 1px #6548FF solid;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: left;
	width: 90%;
}

form br {
	display: none;
}

form, label, input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	
}
input{
	width:60%;
}
.txtlbl{
	font-size: 12px;
	width:35%;
	text-align:right;
}
.txtinput{
	font-size: 12px;
	text-align:left;
	
}
h1 {
	background-image: url(img/barrasupcentral.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0px;
	text-align: left;
	text-indent: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	margin-bottom: 30px;
	text-align: justify;
}

input.submit {
	background-color: #EBEBEB;
	border: 1px solid;
	cursor: pointer;
	margin-bottom: 10px;
	width: 200px;
}

label {
	display: block;
	font-size: 11px;
	font-style: inherit;
	margin-top: 6px;
	position: relative;
	text-align: right;
	width: 40%;
}

label input{
	top: -1px;
}

label input, label select {
	background-color: #FFFFFF;
	border: 1px #606060 solid;
	font-size: 10px;
	left: 100%;
	position: absolute;
	width: 100%;
}

label select{
	top: -3px;
}

legend {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
ul {

	margin-left:-15px;
	list-style: none;
	text-align: center;
	width: 300px;
	
}
li a{
	background-image: url(img/green_arrow.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #808080;
	cursor: pointer;
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-top: 8px;
	text-align: left;
	text-decoration: none;
	width: 200px;
}

li a:hover{
	background: #F2F1E4;
	background-image: url(img/blue_arrow.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	color: #000000;
}



.alter_table td{
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: right;
}

.alter_table th,.list_table th {
	background-image: url(img/barrasupcentral.gif);
	background-repeat: repeat-x;
	border-bottom: 3px solid #0033AA;
	border-left: 1px solid #0088FF;
	border-right: 4px solid #0055CC;
	color: #FFFFFF;
	height: 19px;
}

.alter_table tr,.list_table tr {
	background-color: #E8E4D0;
}

.alter_table,.list_table {
	background-color: #C2C2A7;
	border: 0px solid #000000;
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.filtro input{
	background-color: #F5F3EA;
	border: solid 1px #D0C4A8;
	font-size: 9px;
	font-style: italic;
	width:100%
	
}


.list_table .highlight{
	background: #0068FF;
	background-image: none;
	border-bottom: 2px solid #E5EFFF;
	border-left: 3px solid #0088FF;
	border-right: 2px solid #C3DCFF;
	border-top: 3px solid #0043A4;
	height: 19px;
}

.list_table caption{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

.list_table td{
	text-align: right; 
}
.list_table .tdfiltro{
	text-align: center;
}

.list_table th a {
	color: #FFFFFF;
	text-decoration: none;
}

.list_table th a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/*
	Fim da Célula com o ícone para edição de registros  (Uma lupa?)
	*/
	
	/*
	Célula com o ícone para deletar registros  (Um X)
	*/
.tddelete{
	background-color: #ECE9D8;
	background-image: url(img/delete.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
}

.tddeletehighlight{
	background-color: #FFFFFF;
	background-image: url(img/delete.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
}

/*
	Célula com o ícone para edição de registros  (Uma lupa?)
	*/
.tdedit{
	background-color: #ECE9D8;
	background-image: url(img/edit.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
}

.tdedithighlight{
	background-color: #FFFFFF;
	background-image: url(img/edit.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
}

/*
	Fim da Célula com o ícone para mover registro para cima
	*/
	
		/*
	Célula com o ícone para mover registro para cima
	*/
.tdmovedown{

	background-color: #ECE9D8;
	background-image: url(img/down_arrow.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
}

.tdmovedownhighlight{
	background-color: #FFFFFF;
	background-image: url(img/down_arrow.gif);
	background-repeat: no-repeat;
	height: 23px;
	min-width: 23px;
	width: 23px;
}

/*
	Fim da Célula com o ícone para deletar registros  (Um X)
	*/
		/*
	Célula com o ícone para mover registro para cima
	*/
.tdmoveup{
	background-color: #ECE9D8;
	background-image: url(img/up_arrow.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
}

.tdmoveuphighlight{
	background-color: #FFFFFF;
	background-image: url(img/up_arrow.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
}

.trdark td {
	background-color: #DADACA;
			cursor: pointer;
}

.trlight td {
	background-color: #EDE9D4;
}
#back{

}
/* Back é a região do botão "Voltar" */
#back a {
	background-color: #EBEBEB;
	border: 1px solid;
	color: #808080;
	height: 16px;
	text-decoration: none;
	width: 200px;
}

#back a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#box {
	background-color: #E4E1CE;
	border: 2px #384BB9 solid;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin:auto;
	
}

#buttons{
	margin: 10px;
}
.smallbutton{
	width:20px;
	background-color: #EBEBEB;
	border: 1px solid;
	color: #808080;
}
#buttons a {
	background-color: #EBEBEB;
	border: 1px solid;
	color: #808080;
	height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	width: 100px;
}

#buttons a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#content {
	padding: 10px;
	text-align: center;
}

#info{
	border: 1px solid;
	color: #808080;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
}

#rodape {
	color: #808080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
	
