/******************************************************************
* $Rev: 148 $
* $LastChangedDate: 2011-02-20 13:38:35 -0300 (dom, 20 fev 2011) $
* $LastChangedBy: root $
* $Author: root $
* Descri��o:
* ----------------------------------------------------------------------
*/
body{
font-family : verdana ;
font-size : smaller;
}

.frmEdit {
 border: 1px dashed black;
 background-color: #F4F4F4;
}

.frmTbl{
 border-collapse : collapse ;
 border: 2px;
 width : 100% ;
}

#tbl{
	border-collapse:collapse;
	font-size: smaller;
}
.direita{
	text-align: right;
}

blockquote {
  margin: 10px 15px;
  padding-left: 45px;

  background-color: #006600;  
  background-image: url(./img/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
  border: 2px solid black;
  color: white;
	min-height: 30px;
}

blockquote.exclamation {
	padding-top: 13px;
	background-image: url("../img/stop.png");
}

blockquote.go {
	padding-top: 13px;
  background-image: url("../img/go.gif");
}
input, select {
	font-family: "verdana";
	font-size: small;
}


div.Erro
{
	width: 80%; 
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	background-color: #ffffff;
	background-image: url(img/err_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	position: relative;
}

td.Erro
{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	background-color: #ffffff;
	background-image: url(img/err_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-weight: 800;
}

div.Erro h2
{
	height: 31px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: -5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-size: 1.3em;
	text-indent: 30px;
	background-color: transparent;
	background-image: url(img/att_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

.Sucesso{
	border-bottom: 2px solid green;
	border-top: 2px solid green;
	background-image: url(img/accept.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: #E3FFE8;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top
{
	margin-top: -10px;
}

.pagination{
	font-size: 18px;
	margin-left : 2px;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
  }

.pagination a.active {
	background-color: #4CAF50;
	color: white;
}
  
.pagination a:hover:not(.active) {background-color: #ddd;}