/* CSS Document */
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
html, body{
	height:99%;
	margin:0px;
}
body{
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#5a5a5a;
	text-align:left;
	margin-left:2px;
	margin-right:2px; position:relative;
	font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
li{margin-bottom:5px;}
.subhead{
	color:#c60;
	font-size:16px;
	font-weight:700;
	font-family: "Poppins", sans-serif;
	
	
}	
a{transition: all 0.3s ease-out;}
#border{ border-bottom:1px solid #999; padding-bottom:5px;}
div#container{
	width:988px;
	margin:0px auto;
	min-height:100%;
	*height:97%;
}
#login{
	height:38px;
	background:#fff;
	text-align:right;
}
#header{
	background:#2591d1 url(./../images/logo.jpg) no-repeat;
	background-position:20px 10px;
	height:90px;
	padding:0;  margin:0;
}

.signup{float:right;display:block;width:200px; height:63px; padding:20px 15px 0 0}

.signup a{ background:url(./../images/signup_button1.gif) no-repeat; text-decoration:none; display:block; height:64px;}

.signup a:hover{ background:url(./../images/signup_button1_over.gif) no-repeat;}

.our_blog{float:right;display:block;width:125px; height:51px; padding:28px 3px 0 0}

.our_blog a{ background:url(./../images/our_blog1.gif) no-repeat; text-decoration:none; display:block; height:64px;}

.our_blog a:hover{ background:url(./../images/our_blog_over2.gif) no-repeat;}

#footer{
	background:#2591d1;
	width:988px;
	float:left;
	color:#fff;
	height:22px;
	position:relative;
	bottom:-8px;
}
p,{margin:10px 0 10px 0; }
table, td, th, tr{
	margin:0px;
	padding:0px;
}
/* -------------   Links start here ------------------ */
a:link, a:visited{
	color:#666;
	text-decoration:underline;
}
a:hover{
	color:#2591d1;
	text-decoration:none;
}
.bigwhitelink:link, .bigwhitelink:visited{
	color:#fff;
	font-size:1em;
	font-weight:900;
	text-decoration:underline;
}
.bigwhitelink:hover{
	color:#fff;
	font-size:1em;
	font-weight:900;
	text-decoration:none;
}
#leftpannel li a{
	display:block;
	background:url(./../images/btn-bg.jpg) repeat-x;
	height:24px;
	color:#404040;
	text-decoration:none;
	font-weight:500;
	font-size:8pt;
}
#leftpannel li a:hover{
	background:url(./../images/btn-over.jpg) repeat-x;
	height:24px;
	color:#2591d1;
}
.orangelink:link, .orangelink:visited{
	color:#c60;
	text-decoration:underline;
	font-size:8pt;
	font-weight:700;
}
.orangelink:hover{
	color:#2591d1;
}
.whitelink:link, .whitelink:visited{
	color:#000;
	font-size:7pt;
	font-weight:700;
	text-decoration:underline;
}
.whitelink:hover{
	color:#fff;
	text-decoration:none;
	font-size:7pt;
	font-weight:700;
}
/* -------------   Links end here ------------------ */
.greenvisited{
	background:url(./../images/greeen-visited.jpg) repeat-x;
	height:24px;
	margin-top:4px;
	color:#000;
	font-size:8pt;
}
.orangevisited{
	background:url(./../images/orange-visited.jpg) repeat-x;
	height:24px;
	margin-top:4px;
	color:#000;
	font-size:8pt;
}
.bluevisited{
	background:url(./../images/blue-visited.jpg) repeat-x;
	height:24px;
	margin-top:4px;
	color:#000;
	font-size:8pt;
}
.greyvisited{
	background:url(./../images/grey-visited.jpg) repeat-x;
	height:24px;
	margin-top:4px;
	color:#000;
	font-size:8pt;
}
#left_col{
	margin-top:10px;
	width:180px;
	float:left;
	clear:right;
}
#leftpannel{
	margin-top:10px;
	width:180px;
	background:url(./../images/lp-bg.jpg) repeat-y;
	float:left;
	clear:right;
}
#rightpannel{
	margin-top:10px;
	width:210px;
	float:right;
	clear:right;
	background:#fff;
}
#content{
	margin-top:10px;
	width:59%; margin-left:2px; 
	float:left;
	background:#fff;
}
#content a{ color:#0271b3; text-decoration:underline;}
#content a:hover{ text-decoration:none;}
#leftpannel ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#leftpannel li{
	margin:0px;
	padding:0px;
	text-indent:10px;
	display:block;
	margin-left:6px;
	margin-right:8px;
}

.whitebigtext{
	color:#fff;
	font-size:1.3em;
	font-weight:900;
}

hr{
	margin-top:2px;
	margin-bottom:2px;
}
.padding3{
	padding:5px;
}
.padding3 h1{ font-size:12px; color:#000; font-weight:bold; margin-bottom:2px;}
.padding3 a{color:#000000; text-decoration:underline; font-size:11px; font-weight:normal; }
.padding3 a:hover{color:#000000; text-decoration:none}
.padding3 a:visited{color:#000000; text-decoration:underline; }
.greentext{
	font-size:10pt;
	color:#8db933;
	font-weight:bold;
}
.bluetext{
	font-size:10pt;
	color:#0271b3;
	/*color:#2491c7;*/
	font-weight:bold;
}
.blacktext{
	color:#000;
	background:#dcdcdc;
	font-weight:800;
	padding-left:5px;
} 
.vline{
	background:url(./../images/v-line.gif) repeat-y right;
}
.whitesmall{
	color:#fff;
	font-size:11px;
} 
#PartnerLogostext{color:#000; font-size:14px;}
#PartnerLogos a{color:#000; font-size:11px;} 



/*************************Modified Section *-************************/
#links{}
#links a{
font-family: "Poppins", sans-serif;
text-align:left; 
color:#1a6ea3;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}
#links a:hover{ text-decoration:none;}

#intro{ background:url(./../images/graybg.gif) repeat-x ;
font-family: "Poppins", sans-serif;
padding:5px;
margin:0;
}
#intro h2{ 
text-align:center;
font-size:19px;
color:#1a6ea3; 
margin:0;
padding:0;
}

#intro p{
font-size:14px;
font-weight:bolder; 
line-height:20px;
margin:0;
color:#666;padding:10px 10px 0 10px;
}

#intro h2 a{color:#1a6ea3;border-bottom:1px solid #1a6ea3; font-size:19px; text-decoration:none;}

#intro h2 a:hover{border-bottom:0px; text-decoration:none;}


#beta{
float:right;
width:320px;
padding:0;
margin:5px 5px;
background:url(./../images/bg.gif) repeat-x 0 0;
}
#leftcurve{
background:url(./../images/leftCurve.gif) no-repeat;
float:left;padding:5px 0 0 5px;height:77px; width:150px;

}
#leftcurve img{margin:15px 0 0 0;}

#rightcurve{ width:120px;
background:url(./../images/rightcurve.gif) no-repeat top right;
float:right;height:62px;padding:15px 20px 0 0}

#123{ margin:0; padding:0; }

#rightcurve a{ 
display:block;
color:#1a6ea3;
font-size:11px;
font-weight:bold; 
width:130px;
text-align:center;
height:17px;
padding:0;
margin-bottom:6px;
text-decoration:none;
border:1px solid #cfcfcf;
font-family: "Poppins", sans-serif;
background:#fff url(./../images/betabuttonbg.gif) repeat-x;
} 

#screenshots{ width:193px; height:350px; margin-top:10px;}
#screenshots img{ border:0;}


/* Download Pages----------------------------*/

 .Download{ padding:10px;}
.Download h1{ font-size:16px; font-weight:bold; font-family: "Poppins", sans-serif; color:#0066CC; margin:0; padding:0; }
.Download a{color:#25691d; text-decoration:underline; font-size:13px; }
.Download b{ font-size:14px;font-family:arial,sans-serif; }
 
.box{padding:10px; display:block;clear:left; margin:0 0 10px 0; height:120px;}
.box_content{ float:left; clear:right; width:300px; line-height:140%; }
.box_img{width:220px; float:left; height:120px; margin:5px 20px 5px 30px}
.b{ font-size:14px;}

.heading { font-family: "Poppins", sans-serif; text-align:left; font-size:14px; color:#0271b3; font-weight:bold;}

  .Download a,a:visited{color:#25691d; font-size:13px; }
   

  .Download a:hover{ text-decoration:none}
  
.Social_networks{ position:fixed; top:200px; right:0px;}
.Social_networks a{ display:block; margin-bottom:5px; position:relative; right:-78%;}
.Social_networks a:hover{opacity:0.9;right:-30%}
.pwrdby {
color:#FFFFFF !important;
text-decoration:none !important;
}
/*
     FILE ARCHIVED ON 02:30:16 Apr 29, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:36:05 Nov 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.515
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 7.83
  LoadShardBlock: 288.024 (3)
  PetaboxLoader3.datanode: 193.277 (5)
  PetaboxLoader3.resolve: 680.804 (3)
  load_resource: 613.407
  loaddict: 69.369
*/