table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

table a:link,table a:visited,table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table,td,th {
	margin: 0;
	padding: 0;
}

tbody td,tbody th {
	background-color: #D6F2C3;
	border-bottom: 2px solid #B3DE94;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
}

tbody tr.odd th,tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

tbody tr:hover td,tbody tr:hover th {
	background-color: #BAE899;
}

td,th {
	vertical-align: middle;
}

tfoot td,tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}

table.dados {
	font-family: verdana;
	font-size: 10px;
}

td.dados {
	font-family: verdana;
	font-size: 10px;
}

input.user {
	padding-left: 20px;
	background: url(/images/username.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
}

input.pwd {
	padding-left: 20px;
	background: url(/images/password.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
}

#login .theInput {
	font-family: Verdana;
	font-size: 11px;
	width: 110px;
	margin-right: 5px;
}

#login .theSubmit {
	font-family: Verdana;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 5px;
}

table.loginTable {
	background-color: #FFFFFF;
	border: none;
	color: #darkblue;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	border: 1px solid #666666;
	background-color: #0092dd;
}

input.text {
	background: URL("../images/input_background.jpg");
	border: 1px darkblue solid;
	foreground: white;
	font-family: verdana;
	font-size: 10px;
}

