body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	background: url(img/bodybg.gif) repeat #999999;
	font-family: trebuchet ms, helvetica, verdana;
	font-size: 9pt;		
}

td {             	
	font-family: trebuchet ms, helvetica, verdana;
	font-size: 9pt; 
	color:#000000;

/*	border: 1px solid red;*/
}

table {
/*	border: 1px solid black;*/
}

.copy-email {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
.copy-email:hover {
	color: darkblue;

}
.more-text {
	display: none;
}
.show-cal {
	display: none;
}
.solCal {
	display: none;
}

 .hidden-content {
            display: none;
        }

#pageads {             	
	vertical-align: top;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 10px;
}

#pixels {
	position: relative;	
	top:0;
	left:0;
	width:1000;
	height:1000;
	border:0;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

#note {
	color: #999999;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 8pt; 
	background:#646464;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

h1,h2,h3,h4,h5 {
	margin: 0px 0px 0px 0px;
}

h4, h2, .purple { color: #6237ca }

hr.c {	
	border: none 0; 
	border-top: 1px dashed #bbbbbb;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	height: 1px;
}

#tablebreak {
	background:#646464;
}

#stat1 { 
	color: #50adc5;
	font-weight: bold;
}
#statnumbs { 
	color: #ffffff;
	
/*	color: #33ff00;*/
font-weight: bold;
}

#grey { 
	color: #999999;
	font-weight: bold;
	font-size: 8pt;	
}

.red { 
	color: #cc0000;
	font-weight: bold;
}

.red2 { 
	font-size: 8pt;
	color: #cc0000;
	font-weight: bold;
}


.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.tooltip .tooltip-text {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Position above the icon */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}
.tooltip-circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #007bff;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	margin-left: 5px;
}
.info-icon {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-left: 5px;
}




#greybold { 
	color: #cccccc;
	font-weight: bold;
}



#statred { 
	color: #ff0000;
	font-weight: bold;
}


#pagecontent {
	background:#e1e1e1;
	padding: 10px;
	width: 600;
	text-align: left;
	vertical-align: top;		
}


#stats {
	position: absolute;	
	top:4;
	left:880;
	width:116px;
	height:37;
	border:0;
	padding: 2 0 0 0;
/*	background: url(img/statbg-out.gif) no-repeat #646464;*/
vertical-align:middle;
text-align:center;
line-height:16px;
}


#toplogo {
	position: relative;	
	top:0;
	left:0;
	width:1000px;
	height:45;
	border:0;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background:#646464;
/*	background: url(img/testbag.png) repeat;*/
}


#navbar {
	position: absolute;	
	top:45;
	left: auto;
	width:800px;
	height:20px;
	border:2px;
	border-style: solid;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background: url(img/navbg.gif) repeat #c69b1d;
}

#links {

	height:20px;
	width:600px;
	border:0px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}


a.nav:link {
	color: #ffffff; font-weight: bold; text-decoration: none; font-size: 9pt;
}

a.nav:visited {
	color: #ffffff; font-weight: bold; text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}


a.pix:link {
	border: none;
}

a.pix:visited {
	border: none;
}

a.pix:hover {
	border: 5px;
}


a:link {
	color: #000099; font-weight: bold; text-decoration: none; font-size: 9pt;
}

a:visited {
	color: #000099; font-weight: bold; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* CSS for Show Hide Steps/Methods on memecoin page */
.content {
            display: none;
            margin-left: 20px;
        }
        .step {
            cursor: pointer;
            color: purple;
            text-decoration: underline;
        }
/*End CSS for Show Hide*/