/*
	hiFolio! Portfolio Management System
	https://hifolio.com/


*/

body {
	background-color: #ffffff;
}

body,
td {
	font-family:
		times,
		times new roman,
		lucida grande,
		arial,
		georgia,
		courier,
		courier new,
		tahoma,
		arial,
		verdana;
	font-size: 9px;
	color: #537779;
}

input,
select {
	font-family:
		times,
		times new roman,
		lucida grande,
		arial,
		georgia,
		courier,
		courier new,
		tahoma,
		arial,
		verdana;
	font-size: 9px;
}

a {
	text-decoration: none;
	color: #47b2d7;
}

a:visited {
	color: #47b2d7;
}

a:hover {
	color: #537779;
	background-color: #537779;
}

h1 {
	font-size: 11px;
}

h2 {
	font-size: 11px;
}

h3 {
	font-size: 11px;
}

.data {
	font-size: 9px;
	background-color: #537779;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

a.hifolio,
a:hover.hifolio {
	padding: 3px;
	background-color: yellow;
	color: black;
	font-family: georgia;
	font-size: 9px;
}

a:hover.hifolio {
	color: yellow;
	background-color: black;
}

li,
ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

h1,
h2,
h3 {
	margin: 0px;
}

/*

default

 */

#menu > li {
	margin-bottom: 1em;
}

#projeto_text {
	width: 500px;
}

h1,
h2,
h3 {
	font-weight: normal;
	margin: 0px;
}

body {
	line-height: 130%;
	margin: 25px;
}

.data {
	background-color: #aaa;
}
#piece {
	left: 180px;
}

.selecionado {
	text-decoration: line-through;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px dotted #aaa;
}

.new {
	font-size: 9px;
	padding-left: 2px;
	padding-right: 2px;
	color: 11ee1e;
	background-color: ff0;
}

#marca {
	position: absolute;
	top: 25px;
	left: 25px;
}

#menu {
	position: absolute;
	left: 25px;
	top: 55px;
}
#piece {
	position: absolute;
	top: 55px;
	left: 230px;
}

#menu2 {
	position: absolute;
	left: 230px;
	top: 25px;
}
