
#content ul  {
	padding: 0;
	margin: 0;
}
#content ul li {
	list-style-type: none;
}


#paginas {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}








#resultados h4, #author-search-box h4, #in-search-box h4 {
	margin-top: 15px;
	font-size: 1.2em;
}



#in-search-box .botoes, #author-search-box .botoes  {
	padding-left: 8px;
	float: right;
}
#in-search-box .botoes ul li, #author-search-box .botoes ul li {
	float: left;
	font-size: .8em;
	text-align: left;
	padding: 5px;
	margin: 0px 5px 0px 5px;
	padding-left: 18px;
	line-height: 1em;
}













.result-panel {
	margin:20px 0px 0px 0px;
	clear: both;
	height: 100%;	
	border: 1px dotted #aaa;
	padding: 5px;
	display:block;	
}

.result-panel a{
	text-decoration: none;
}


.result-panel:hover {
	background-color: #ffe;
	border: 1px solid #999;	
}


.result-panel .numero {
	font-family: "Arial";
	font-weight: bold;
	float:left;
	width: 5%;
	height: 35px;
	font-size: 1.2em;
	text-align: center;
	padding-top: 3px;
	letter-spacing: 0px;
}

.result-panel .frase-autor  {
	width: 86%;
	margin: 3px;
	float:right;
	margin-bottom:10px;
	margin-right:20px;
}

.result-panel .frase  {
	clear: both;
	font-family: sans-serif;
	font-size:1em;
	letter-spacing: 0px;
	line-height: 1.2em;
	word-spacing: 0px;
	font-weight: normal;
}

.result-panel .autor  {
	float: right;
}

.result-panel .frase-panel .frase  strong{
	font-size: 1.1em;
	font-weight: normal;
}
.result-panel .frase-panel .frase  a {
	text-decoration: none;
}

.result-panel .frase-panel .autor em{
	font-size: 1.0em;
	
}


.result-panel .ref {
	font-family: serif;
	clear: both;
	text-align: right;
	font-style: italic;
	letter-spacing: 1px;
}


.result-panel .author-name{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}






.result-panel .panel  {
	font-size: 0.8em;
	clear: both;
	margin-bottom:10px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	height: 30px;
	background-color: #f6f6f6;
}

.result-panel .panel ul li{
	float: left;
	margin: 2px 3px 2px 3px;
	
	
}
.result-panel .panel ul li a{
	padding-top: 2px;
}

.result-panel .panel img {
	padding:0px;
	padding-top: 2px;
	margin:0px;
 }
 
.open-menu {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
 }
 
.open-menu  a{
	font-family: "Arial";
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: -1px;
	cursor: pointer;
	color: blue;
	text-decoration: underline;
 }
 


.compartilhar-email {
	font-size: .9em;
	padding: 10px;
}


.#frase-comentar, #frase-avaliar, #frase-compartilhar, #frase-favoritos, #frase-colecoes, #autor-favoritos, #frase-variacoes  {
	font-size: 0.8em;
	text-align: center;
	border-top: 0px solid #777;
	border-bottom: 3px solid #777;
	padding: 5px 10px 5px 10px;
	/*background-color: #f2ffe9;*/
}

#frase-avaliar {
	/*background-color: #eeeeee;*/
}

#frase-avaliar a, #frase-compartilhar a, #frase-comentar .botao, #frase-favoritos .botao, #autor-favoritos .botao {
	font-size: 1.4em;
	margin: 5px 0px 5px 0px;
}

#frase-comentar, #frase-favoritos, #autor-favoritos, #frase-variacoes   {
	/*background-color: #f9ebec;*/
}

#frase-comentar form label {
	font-weight: bold;
	border: 0px solid red;
	padding: 3px;
	float: left;
}

#frase-variacoes ol li {
	text-align: left;
	margin: 3px;
	margin-left: 15px;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: decimal;
}

.menu, .phrase-menu, .author-menu {
	float: right;
	border: 1px solid #777;
	border-top: 4px solid #777;
	border-bottom: 4px solid #777;
}

.menu ul li, .phrase-menu ul li, .author-menu ul li {
	font-size: 0.8em;
	border-bottom: 1px dotted #777;
	text-align: right;
	background-color: #eee;
}

.menu a, .phrase-menu a, .phrase-menu a {
	padding: 2px;
}
.menu a:hover, .phrase-menu a:hover, .phrase-menu a:hover {
	text-decoration: underline;
}





.more-header {
	font-size: 0.8em;
	text-align: center;
	border-top: 3px solid #777;
	border-bottom: 1px solid #777;
	padding: 5px 5px 5px 5px;
	background-color: #eee;
}
.more-title {
	float:left;
	font-family: Arial;
	font-size: 1.6em;
	letter-spacing:-1px;
	font-weight: bold;
	color: #db690d;
}
.more-close{
	float:right;
}

.more-body {
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

.more-body h4 {
	margin-bottom: 10px;
	font-size: 1em;
}

.more-body .botao {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	cursor: pointer;
}




