pre {
	margin:0px;
	padding:0px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* ---------------
jquery animation loading page
---------------------------------- */
.QOverlay {
background-color: #000000; /* background color loading */
z-index: 9999;
}
.QLoader {
background-color: #CCCCCC; /* color bar loading */
height: 10px;
}
.QAmt {
color:#FF530D; /*loading Color number*/
font-size:50px;
font-weight:bold;
line-height:50px;
height:50px;
width:100px;
margin:-60px 0 0 -50px;
}

.globe {
  width: 550px;
  height: 550px;
  border: 0;
  -webkit-filter: contrast(1.4) custom(url(shaders/spherify.vs) mix(url(shaders/spherify.fs) multiply source-atop),
    50 50 border-box,
    amount 1,
    sphereRadius 0.5,
    sphereAxis -0.41 1 0.19,
    sphereRotation 43.5,
    ambientLight 0.15,
    lightPosition 1 0.87 0.25,
    lightColor 1 1 1 1,
    transform perspective(500));
}
/* X-Gen Loader */
#xgenloader-screen {z-index:999999;background: #ffffff ;width:100%;height:100%;position:fixed !important;position:absolute;top:0;center:0;bottom:0;left:0;text-shadow:none;}
#circular3dG{
position:relative;
width:100px;
height:100px;margin:10% auto;
}
.circular3dG{
position:absolute;
background-color:#00C4FF;
width:28px;
height:28px;
-moz-border-radius:30px;
-moz-animation-name:bounce_circular3dG;
-moz-animation-duration:0.48s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:30px;
-webkit-animation-name:bounce_circular3dG;
-webkit-animation-duration:0.48s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:30px;
-ms-animation-name:bounce_circular3dG;
-ms-animation-duration:0.48s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:30px;
-o-animation-name:bounce_circular3dG;
-o-animation-duration:0.48s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:30px;
animation-name:bounce_circular3dG;
animation-duration:0.48s;
animation-iteration-count:infinite;
animation-direction:linear;
}
#circular3d_1G{
left:41px;
top:6px;
-moz-animation-delay:0.18s;
-webkit-animation-delay:0.18s;
-ms-animation-delay:0.18s;
-o-animation-delay:0.18s;
animation-delay:0.18s;
}
#circular3d_2G{
left:61px;
top:23px;
-moz-animation-delay:0.24s;
-webkit-animation-delay:0.24s;
-ms-animation-delay:0.24s;
-o-animation-delay:0.24s;
animation-delay:0.24s;
}
#circular3d_3G{
left:73px;
top:45px;
-moz-animation-delay:0.3s;
-webkit-animation-delay:0.3s;
-ms-animation-delay:0.3s;
-o-animation-delay:0.3s;
animation-delay:0.3s;
}
#circular3d_4G{
left:69px;
top:67px;
-moz-animation-delay:0.36s;
-webkit-animation-delay:0.36s;
-ms-animation-delay:0.36s;
-o-animation-delay:0.36s;
animation-delay:0.36s;
}
#circular3d_5G{
left:42px;
top:73px;
-moz-animation-delay:0.42000000000000004s;
-webkit-animation-delay:0.42000000000000004s;
-ms-animation-delay:0.42000000000000004s;
-o-animation-delay:0.42000000000000004s;
animation-delay:0.42000000000000004s;
}
#circular3d_6G{
left:8px;
top:48px;
-moz-animation-delay:0.48s;
-webkit-animation-delay:0.48s;
-ms-animation-delay:0.48s;
-o-animation-delay:0.48s;
animation-delay:0.48s;
}
#circular3d_7G{
left:0px;
top:14px;
-moz-animation-delay:0.5399999999999999s;
-webkit-animation-delay:0.5399999999999999s;
-ms-animation-delay:0.5399999999999999s;
-o-animation-delay:0.5399999999999999s;
animation-delay:0.5399999999999999s;
}
#circular3d_8G{
left:17px;
top:0px;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}
@-moz-keyframes bounce_circular3dG{
0%{
-moz-transform:scale(1)}
100%{
-moz-transform:scale(.3)}
}
@-webkit-keyframes bounce_circular3dG{
0%{
-webkit-transform:scale(1)}
100%{
-webkit-transform:scale(.3)}
}
@-ms-keyframes bounce_circular3dG{
0%{
-ms-transform:scale(1)}
100%{
-ms-transform:scale(.3)}
}
@-o-keyframes bounce_circular3dG{
0%{
-o-transform:scale(1)}
100%{
-o-transform:scale(.3)}
}
@keyframes bounce_circular3dG{
0%{
transform:scale(1)}
100%{
transform:scale(.3)}
}
/*------------------------HEADER START--------------------------*/
.menu {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6eb834;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.menu a { color: #ffffff; text-decoration:none;}
.menu a:hover { color:#6eb834; text-decoration:none;}

/*------------------------HEADER END--------------------------*/
/*------------------------BODY START--------------------------*/
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858585;
	text-align:justify;
}
.text a { color:#ffffff; text-decoration:none; font-size:10px; font-weight:bold;}
.text a:hover{ color:#cf4e22; text-decoration:none; }
.text_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4b4b;
	text-align:justify;
	text-decoration:underline;
}
.text_2 a { color:#529320; text-decoration:none; font-size:10px; }
.text_2 a:hover{ color:#cf4e22; text-decoration:none; }
.heading {
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#75b933;
}
/*------------------------BODY END--------------------------*/
/*------------------------LEFT START--------------------------*/
.text_left{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858585;
	text-align:justify;
}
.text_left a { color:#529320; text-decoration:none;}
.text_left a:hover{ color:#cf4e22; text-decoration:none; }
/*------------------------LEFT END--------------------------*/
/*------------------------FOOTER START--------------------------*/

.kooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
	text-align:left;
	
}
.kooter a {	color:#D3D3D3; text-decoration:none;}
.kooter a:hover { color:#ffffff; text-decoration:none; }


.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	padding-bottom:12px;
	padding-top:29px;
}

#search {    
	   background-color: #ccc;
	  width: 210px;
	  height: 23px; 
	  font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: center;
 color:#000000;
 padding: 0px;
  border:1px solid #6B6B6B;  
    -moz-border-radius:7px;  
    -khtml-border-radius:7px 8px 9px 10px;  
    -webkit-border-radius:7px 8px 9px 10px;  
    border-radius:7px 7px 7px 7px;
 border-collapse: collapse;
      }    
	     
.submit {
    width:60;
    height:25;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    border:1px solid #6B6B6B;  
    -moz-border-radius:7px;  
    -khtml-border-radius:7px 8px 9px 10px;  
    -webkit-border-radius:7px 8px 9px 10px;  
    border-radius:7px 7px 7px 7px;
    background-color: #990000;
    cursor:hand;
}

.footer a {	color:#63658a; text-decoration:none;}
.footer a:hover { color:#ffffff; text-decoration:none; }
.copyright {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	padding-bottom:22px;
}
.copyright a { color: #4d4e68; text-decoration:none; font-weight:bold;}
.copyright a:hover { color:#64657e; text-decoration:none;}

/*------------------------FOOTER END--------------------------*/