@charset "utf-8";
/* CSS Document */

.listaGeral{
	list-style:none;
	list-style-image:url(/rrps/imagens/layout/seta_vermelha_mini.gif);
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:13px;
	color:#666;
	margin:0px;
	padding-top:15px;
	padding-left:15px;
}

.botaoSaibamais{
	background-color:#FF0;
	background: -webkit-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: -moz-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: -o-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: -ms-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: linear-gradient(bottom, #ffd500, #fffc01 70%);
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	color: #FF0000;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height:26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

.botaoSaibamais a{
	color:#000;
	display:block;
	width:100%;
	height:100%;
}

.botaoSaibamais a:hover{
	color:#F00;
}

.botaoGeral{
	background-color:#FF0;
	background: -webkit-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: -moz-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: -o-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: -ms-linear-gradient(bottom, #ffd500, #fffc01 70%);
	background: linear-gradient(bottom, #ffd500, #fffc01 70%);
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	color: #FF0000;
	display: inline-block;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height:30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-left:30px;
	padding-right:30px;
}

.botaoGeral a{
	color:#000;
	display:block;
	width:100%;
	height:100%;
}

.botaoGeral a:hover{
	color:#F00;
}