/* Tags Gerais */

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

big {
	font-size: 12px;
}

small {
	font-size: 9px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

input {
	background: #EEEEEE;
	border : solid #666666 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

select {
	background: #EEEEEE;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    border : solid #666666 1px;
}

textarea {
	background: #EEEEEE;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border : solid #666666 1px;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
	background: none;
}

input.radio, input.checkbox {
	border: none;
	background: none;
}

/* Classes */

table.listStyle1 tr.even {
	background-color: #6495ED;
}

table.listStyle1 tr.odd {
	background-color: #95B6F2;
}

table.listStyle1 th {
	background-color: #000142;
	color: White;
	text-align: left;
}

div.actionBar {
	padding: 3px;
	background-color: #000142;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

