

html {  

	background: #0F0F0F;
	/*background-image:url(./img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;*/
	
	height:100%;
	
}  


body {
/*	font: Verdana;*/
	font-family:	Verdana;
	font-size: 10px;
	
	
	/*background-image:url(./img/screenshot.jpg);*/
	background-repeat:no-repeat;
	background-position:center top;



	

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

img {
margin: 0 0 0 0;
border:0;
}


#main{
	background-image:url(./img/menu.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 970px ;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	height:100%;
	/*padding: 100px 0 0 0;*/
	margin: 130px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */


}

#content{
	background-image:url(./img/repeat.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:970px;
	height:100%;
	position: relative;
}

#footerblend{
	background-image:url(./img/foottop.png);
	background-repeat:no-repeat;
	background-position: bottom;	
	width:970px;
	height:100%;
	position: relative;
}


#menu{
	background-image:url(./img/top.png);
	background-position:center bottom;
	background-repeat:no-repeat;	
	width:970px;
	height:220px;
	position:relative;
}




#pricetracker{
	font-size:10px;
	padding: 0px 25px;
}



#intro{
	font-size: 12px;	
	padding: 0 0 0 60px;
	width:486px;
	float:left;
}

#status{
	float:left;
	width: 364px;
	padding:0 50px 0 10px;
	font-size: 12px;
}

#changelog{
	font-size: 12px;	
	padding: 0 0 0 60px;
	width:486px;
	float:left;
}

#adds{
	float:left;
	width: 364px;
	padding:0 50px 0 10px;
	font-size: 12px;
}
#adds img{
	padding: 2px 0px;
}


#text{

	font-size: 12px;	
	padding: 0px 65px 20px 65px;
	width:840px;
	
}

#requestbrowse
{
	font-size:10px;
	padding: 20px 125px 0px 125px;
}
#requestbrowse table
{
	text-align:left;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #235937;
	border-collapse: separate;
	padding:0px;
}

#tabcontainer{
padding: 0 55px;	
}

.d{
	width: 420px;
	/*border: #235937 dashed 4px;*/
	margin: 5px;
	padding: 0px;
	float:left;
}


.d table{
	width: 420px;
	
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #235937;
	border-collapse: separate;
	background-color: white;
	padding:0px;
	

}
.d th {
	border-width: 0px;
	padding: 0px;
	background-color: #CFDACD;

}
td.even {
	border-width: 0px;
	padding: 0px;
	background-color:#CFDACD;
}
td.odd {
	border-width: 0px;
	padding: 0px;
	background-color: #ADC9B0;
}
td.evenhl {
	border-width: 0px;
	padding: 0px;
	background-color:#d7eb9c;
}
td.oddhl {
	border-width: 0px;
	padding: 0px;
	background-color: #c1e770;
}
td.evenhlred {
	border-width: 0px;
	padding: 0px;
	background-color:#fdb1c0;
}
td.oddhlred {
	border-width: 0px;
	padding: 0px;
	background-color: #ff657f;
}
td.selected {
	border-width: 0px;
	padding: 0px;
	background-color: #ffd1c7;
	color:#C00;
}
#submit{
	width: 420px;
	/*border: #000000 solid 1px;*/
	margin: 5px;
	padding: 0px;
	float:left;
}


#copypaste{
clear:left;
text-align:center;
	width: 810px;
	/*border: #235937 dashed 4px;*/
	margin: 5px;
	padding: 20px;
}

#foot{
	
	background-image:url(./img/footer.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	clear:both;
	text-align:center;
	padding:0px 10px;
	font-size:10px;
	height:125px;
}
#foot a:link {
	color: #000;
	text-decoration: none;
}

#foot a:visited {
	text-decoration: none;
	color: #000;
}

#foot a:hover { 		
		text-decoration: none;
		color: #666666;
}

#no_report {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FC6;
	
}

#clear { 
clear:both; 
} 



/* PRICETRACKER*/

.scrollcontainer {  
  background-color:#FFF;
  position: relative;
  width: 900px;
  height: 18px;
  overflow: hidden;
}

.myscroller {
	font-size:10px;
	padding: 0px 900px;
  	width:20000px; 
}


#scrollbuttons {  
  float:right;
  text-align:right;
  width: 160px;

}
