﻿/* inicio da calculadora */

#calculadorajanela {
	top: 100px;
	left: 300px;
	width: 207px;
	position: absolute;
	border-top: 1px solid #000000;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #999999;
	z-index: 1000;
}

#calculadorabarra {
	width: 100%;
	height: 25px;
	background: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid black;
	border-left: 1px solid #999999;
}

#calculadorabarra h2 {
	font: 12px Verdana, Arial, Sans-serif;
	color: #ffffff;
	padding: 5px;
	margin: 0px;
	float: left;
}

#calculadorabarra a {
	font: 12px Verdana, Arial, Sans-serif;
	color: #ffffff;
	padding: 1px 4px;
	margin: 4px 2px 0px 1px;
	background: #333333;
	text-decoration: none;
	display: block;
	border: 1px solid #000000;
	float: right;
}

#calculadoraconteudo {
	background: #f1f1f1;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
}

#calculadoraconteudo p {
	font: 12px Verdana, Arial, Sans-serif;
	color: #333333;
	margin-bottom: 5px;
	text-align: justify;
}

#calculadorastatusbar {
	font: 10px Verdana, Arial, Sans-serif;
	color: #999999;
	padding: 1px 5px;
	background: #d9d9d9;
	border-top: 1px solid #666666;
	text-align: right;
}

/* fim da calculadora*/




#RateItBox
{
	display: none;
	width: 155px;
	border: none;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #acacac;
}

#aboveStars, #belowStars
{
	clear: both;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #acacac;
}

#starsLoading
{
	display: none;
	width: 155px;
	border: none;
	text-align: center;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #acacac;
}
.star
{
	background: url(../img/rating/EstrelaOFF.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.starHover
{
	background: url(../img/rating/EstrelaON.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: left;
	cursor: hand;
	cursor: pointer;
}


body
{
	background-color: #e5e5e5;
	border-style: none;
	border-width: 0px;
}

a, a:visited
{
	text-decoration: none;
}

textbox, textarea
{
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	background-color: Transparent;
}
div, td
{
	border-style: none;
}


#calculadora
{
	border-width: 0px;
}

.botao
{
	border-width: 0px;
}


#Erro
{
	border: solid, 1px,#FFC080;
	background-color: #FFE0C0;
}