@CHARSET "ISO-8859-1";

span.required {
	font-family: arial;
	font-size: 10pt;
	color: #FFA500;
	padding: 2px;
}

span.label {
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

label {
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

input.text {
	height: 18px;
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

select.select {
	width: 229px;
	height: 22px;
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

input.button {
	background-image: url("../../resources/image/backgroundtitle.png");
	background-repeat: repeat;
	height: 25px;
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 4px;
	color: #115ba6;
}
input.miniButton {
	background-image: url("../../resources/image/backgroundtitle.png");
	background-repeat: repeat;
	height: 17px;
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 0px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 25px;
	color: #115ba6;
}

table.form {
	font-family: verdana;
	font-size: 8pt;
}

table.result {
	width: 100%;
	padding: 0px;
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	border-right: none;
	border-bottom: none;
}

th.header {
	background-image: url("../../resources/image/backgroundtitle.png");
	background-repeat: repeat;
	height: 27px;
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	border-left: none;
	border-top: none;
	font-weight: bold;
	font-size: 8pt;
	color: #115ba6;
}

tr.result {
	height: 22px;
	background-color: white;
	font-size: 8pt;
	color: black;
}

tr.zebra {
	height: 22px;
	background-color: #f4f5fc;
	font-size: 8pt;
	color: black;
}

td.zebra {
	height: 22px;
	background-color: #f4f5fc;
	font-size: 16pt;
	color: black;
}

td.defaultcell {
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	border-left: none;
	border-top: none;
	padding: 3px;
}

td.defaultCellAcoes {
	width: 65px;
	
	border-style: solid;
	border-color: #B4CDCD;
	border-width: 1px;
	border-left: none;
	border-top: none;
	padding: 3px;
	
	text-align: center;
}

img.calendar {
	border: 0px;
	padding-left: 3px;
	cursor: pointer;
}
