@charset "utf-8";
/* CSS Document */

#query {
  width:950px;
  overflow:auto;
  text-align:center;
}

#query caption {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#CC9900;
}

#query.caption {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#CC9900;
}

#query table {
	width:800px;
	border:solid 2px #454545;
	background-color:#E4E9EE;
	border-spacing:0;
	margin-top:20px;
	margin-bottom:20px;
}

#query th {
	border:solid 2px #454545;
	background-color:#A8B8C7;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
}

#query tr.line-impar {
	cursor:pointer;
}

#query tr.line-par {
	background-color: #CED5DC;
	cursor:pointer;
}

#query td {
	font-size:12px;
	text-align:left;
	border:solid 1px #454545;
}

#query td.left {
	text-align:left;
}

#query td.center {
	text-align:center;
}

#query.foot {
	font-size:12px;
	font-weight:bold;
	color:#CC9900;
}

#query.control {
	font-size:12px;
	font-weight:normal;
	color:#727070;
}

#query.control a {
	font-size:12px;
	font-weight:bold;
	color:#CC9900;
	text-decoration:none;
}

#query.control a:hover {
	font-size:12px;
	font-weight:bold;
	color:#F90;
	text-decoration:underline;
}

#query .upIndice {
	margin:1px;
	width:15px;
	height:15px;
	background:url(../imagens/icons/up_indice-out.png) no-repeat;
	border:0;
	cursor:pointer;
}

#query .upIndice:hover {
	background:url(../imagens/icons/up_indice-over.png);
}

#query .downIndice {
	margin:1px;
	width:15px;
	height:15px;
	background:url(../imagens/icons/down_indice-out.png) no-repeat;
	border:0;
	cursor:pointer;
}

#query .downIndice:hover {
	background:url(../imagens/icons/down_indice-over.png);
}

#query .delete input[type=button] {
	margin:1px;
	width:15px;
	height:16px;
	background:url(../imagens/icons/delete-out.png) no-repeat;
	border:0;
	cursor:pointer;
}

#query .delete input[type=button]:hover {
	background:url(../imagens/icons/delete-over.png);
}

#query .delete abbr {
	border:0;
}

div#windowDelete {
	display:none;
	position:fixed;
	top:52%;
	left:50%;
	margin-top:-200px;
	margin-left:-350px;
	width:700px;
	height:400px;
	padding:0;
	background:url(../imagens/bg_delete.png);
}

#windowDelete ul {
	padding:0;
	margin:10px;
}

#windowDelete li {
	list-style-type:none;
	padding:0;
	margin:0;
}

#windowDelete h1 {
	color:#CC0000;
	font-size:38px;
	padding:20px 110px 10px 0;
}

#windowDelete h2 {
	font-size:24px;
	color:#991010;
	margin:0 0 -15px 0;
	padding:0;
}

#windowDelete h3 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#BD9214;
	padding:0 10px 0 10px;
}

#windowDelete p {
	font-size:12px;
	text-align:justify;
	color:#404040;
	padding:0 20px 0 20px;
}

#windowDelete .buttons {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
}