.border_row {
font-size: 1px;
}

body {
font-family: Arial;
font-size: 10px;
}

.footer {
background-color: #FFBA00;
font-size: 9px;
color: white;
padding-top: 2px;
padding-right: 20px;
}

a.home:visited {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
text-decoration: none;
}

a.home:hover {
font-family: Arial;
font-size: 11px;
color: #FF7700;
text-decoration: underline;
}

a.home:active {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
text-decoration: none;
}

a.home:link {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
text-decoration: none;
}

a.lista:visited {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
text-decoration: underline;
}

a.lista:hover {
font-family: Arial;
font-size: 11px;
color: #FF7700;
text-decoration: underline;
}

a.lista:active {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
text-decoration: underline;
}

a.lista:link {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
text-decoration: underline;
}

.texto-laranja {
font-family: Arial;
font-size: 11px;
color: #FC9419;
}

.texto-cinza {
font-family: Arial;
font-size: 11px;
color: #5B5B5B;
}

.tit-laranja {
font-family: Arial;
font-size: 11px;
color: #FF7700;
font-weight: bold;
}

#central_panel 
{
	background: white;
	border: 1px solid black;
}

/*--------------- MENU -----------------*/

#menu img
{
	cursor: hand;
	border: 0px;
}

.popupMenu
{
	background-color: white;
	border-top: 1px solid white;
	margin-left: 1px;
	position: absolute;
	width: 150px;

	font: 9px Verdana;
	cursor: pointer;
	visibility: hidden;
}

.optNormal
{
	background-color: #fbdf7f;
	border-bottom: white 1px solid;
	padding: 1px 3px 1px 3px;
	width: 100%;
	height: 16px;
	cursor: hand;
}

.optMarked
{
	background-color: #ffba00;
	border-bottom: white 1px solid;
	padding: 1px 3px 1px 3px;
	width: 100%;
	height: 16px;
	cursor: hand;
}
