body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	background: #000000;
	margin: 0 auto;
	border: 1px solid #666666;
	border-style:inset;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	margin: 0;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
}
.oneColLiqCtrHdr #mainContent h1 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 3px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background: #000000;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px;
	background:#333333;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.joias_col{
width: 19%;
float: left;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
.joias_thumbs{
width: 100px;
border-color:#CCCCCC;
border:outset;
}
a{
color:#999999;
}
a .hover{
color:#CCCCCC;
}
h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 3px;
	color:#FFEBCE;
}
.navigation_right{
width:240px;
text-align:right;
float:right;
padding:5px;
}
.header_navigation_right{
width:240px;
text-align:right;
float:right;
padding:5px;
margin-top:70px;
}
.navigation_center{
text-align:center;
padding:5px;
width: 300px;
margin: 0 auto;
}
.numbers_nav{
width: 20px;
float: left;
padding: 3px;
background:#000000;
color:#FFEBCE;
border: 1px solid #666666;
border-style:outset;
}
.navigation_left{
width:25%;
text-align:left;
float:left;
padding:5px;
}
.nome_form{
width:80px;
float:left;
margin-bottom:5px;
text-align:right;
}
.form_form{
float:left;
margin-bottom:5px;
}
p{
text-align:justify;
}
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #000000;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat:repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	height: 1em;
	padding: 4px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}