
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a{
	color: #0000ff;
	text-decoration: none;
 }

a:link{
	color: #0000ff;
	text-decoration: none;
 }

a:visited{
	color: #0000ff;
	text-decoration: none;
 }

a:hover{
	color: #ff0000;
	text-decoration: none;
 }

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 line-height: 1.2;
 color: #ff0000;
 margin: 0px;
 padding: 10px 0 10px 24px;
 }

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000066;
 margin: 0px;
 padding-left: 20px;
 }

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;
	margin: 18px 0 18px 0;
	background:#3e728e url("imagens/roque_bg.gif");
 }


#tudo {
	width:960px;
        background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	}

#header{
	background-color: #60bff3;
	width: 100%;
	height: 80px;
	}

#header2{
	background-color: #ffffff;
	width: 100%;
	height: 1px;
	}

#navBar{
	text-align: right;
	background: #ffffff;
	float: left;
	width: 130px;
	margin-top: 40px;
	}

#rightcol{
	font-style: italic;
	font-size: 80%;
  	float:right;
	width:25%;
	margin-left:-25%
	}

#content{
	font-size: 80%;
	line-height: 1.5;
	text-align: justify;
	margin: 0 25% 20px 158px;
	padding-right: 10px;
	border-right: 2px dotted #69c5f2;	
	}

#hora_preco{
	font-size: 80%;
	line-height: 1.5;
	margin: 0 0 4px 138px;	
	}

#equipamentos{
	font-size: 80%;
	line-height: 1.5;
	margin: 0 0 4px 138px;	
	}

#historico{
	font-size: 80%;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 4px 158px;	
	}


#footer{
	background: #69c5f2;
	background-image: url("imagens/footer.gif");
	background-repeat: no-repeat;
	font-size: 80%;
	line-height: 1.2;
	padding: 4px 0 4px 160px;

	}


/***********************************************/
/* .navBarLinks styles                        */
/***********************************************/

.navBarLinks
	{
	font-size: 80%;
	font-style: italic;
	margin: 10px 0 10px 0;
	border-bottom: 2px dotted #ff0000;
	}


.navBarLinks a:link
	{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none
	}


.navBarLinks a:visited
	{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none
	}

.navBarLinks a:hover 
	{
	color: #ff0000;
	}


/***********************************************/
/* .table styles                               */
/***********************************************/


.table1 {
	border-collapse: collapse;
	}

.table1 td
	{
	text-align: center;
	border-width: 2px;
	padding: 10px;
	border-style: dotted;
	border-color: #ff0000
	}

.table2 {
	width: 98%;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 10px 10px;
	}

.table2 td
	{
	padding: 0 0 0 4px;
	border-top: 1px solid #87ceeb;
	}

td.right2 {
	text-align: right;
	}

.table3 {
	width: 800px;
	border-collapse: collapse;
	margin: 0 0 10px 20px;
	}

.table3 td
	{
	padding: 0 20px 0 24px;
	border-top: 1px solid #cccccc;
	}

tr.cinza_3
	{
	background-color: #dcdcdc;
	color: #000000;
	}

tr.branca3
	{
	background-color: #ffffff;
	color: #000000;
	}

td.right3
	{
	width: 100px;
	text-align: right;
	}

.table4 {
        width: 400px;
	border-collapse: collapse;
	}

.table4 td
	{
	border-width: 2px;
	padding: 10px;
	border-style: dotted;
	border-color: #ff0000
	}

.style1 {
 color: #FF0000;
 background-color: #FFFF00;
 font-weight: bold;
}

.style2 {
 color: #FF0000;
 font-weight: bold;
}

.style3 {
 color: #0000FF
}


/***********************************************/
/* .canto dobrado - pag.historico              */
/***********************************************/

.curlycontainer
	{
	border: 1px solid #b8b8b8;
	margin: 20px 0 20px 0;
	width: 97%;
	}

.curlycontainer .innerdiv
	{
	background: transparent url(imagens/canto.gif) top left no-repeat;
	position: relative;
	right: 2px;
	bottom: 2px;
	padding: 20px 50px 20px 50px;
	}

.cliente5000 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* top / right / bottom / left */

#popup {
   background: url(imagens/ganhador5000.jpg) top left no-repeat;
   font-weight: bold;
   line-height: 1.3;
   border: 4px dotted #ff0000;
   background-color:#e9f5fe;
   opacity: 0.99;
   filter:alpha(opacity=99);
   position:absolute;
   z-index: 9001;
   width:340px;
   height:240px;
   right: 10px;
   top: 10px;
   padding: 10px 10px 0 330px;
  *padding: 10px 10px 0 330px; /* IE6 e IE7 */

}

#popup-fech {
   position:absolute;
   left:50%;
   top:10px;
   width:350px;
   height:220px;
   margin-left:-195px;
   color: #ff0000;
   text-align:center;
   line-height: 1.3;
   background:#ffff99;
   border: 6px dotted #ff0000;
   padding: 10px 20px 0 20px;
   *padding: 10px 20px 0 20px; /* IE6 e IE7 */
}


