#general_info {
	background: url(general_info.gif) top left no-repeat;
	padding-top: 3px;
	padding-left: 32px;
	min-height: 30px;
	color: #454545;
	font: bold 16px Arial;
}

#otherip_info {
	background: url(otherip_info.gif) top left no-repeat;
	padding-top: 3px;
	padding-left: 32px;
	min-height: 30px;
	color: #454545;
	font: bold 16px Arial;	
}

#links_info {
	background: url(links_info.gif) top left no-repeat;
	padding-top: 3px;
	padding-left: 32px;
	min-height: 30px;
	color: #454545;
	font: bold 16px Arial;	
}

#rbl_info {
	background: url(rbl_info.gif) top left no-repeat;
	padding-top: 3px;
	padding-left: 32px;
	min-height: 30px;
	color: #454545;
	font: bold 16px Arial;	
}

#whois_info {
	background: url(whois_info.gif) top left no-repeat;
	padding-top: 3px;
	padding-left: 32px;
	min-height: 30px;
	color: #454545;
	font: bold 16px Arial;
}


.b-search {
	width: 996px;
	margin: 0 auto 12px;
	background: #E1E1E1 url(bg_search_content.png) repeat-y;
	}
	.b-search-top {
		width: 996px;
		padding-top: 9px;
		background: url(bg_search_content.png) no-repeat -2000px 0;
		}
	.b-search-btm {
		padding-bottom: 9px;
		width: 996px;
		background: url(bg_search_content.png) no-repeat -4000px bottom;
		}
	.b-search table {

		}	
		.b-search td {
			vertical-align: middle;
			}


.b-content {
	width: 1004px;
	margin: 0 auto 10px;
	font-size: 13px;
	background: #fff url(bg_search_content.png) repeat-y -996px 0;
	}
	.b-content-top {
		width: 1004px;
		padding-top: 13px;
		background: url(bg_search_content.png) no-repeat -2996px 0;
		}
	.b-content-btm {
		overflow: hidden;
		width: 1004px;
		padding: 0 0 0;
		background: url(bg_search_content.png) no-repeat -4996px bottom;
		text-align:left;
		}
		
.b-content-main {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;		
	margin-bottom: 10px;
	padding-bottom: 10px;			
	}		
				
		
		




.tooltip-container
{
	font-size:13px;
	font-family: Arial,Helvetica;			
}

.tooltip-popup
{
	
    display:none;
    position:absolute;
    z-index:1000;
    -webkit-border-radius:4px;	
	
	font-size:12px;
	font-family: Arial,Helvetica;			
	background:#d2d2d2;
	width:480px;
	color:black;
	padding:15px;
	opacity:0.9;
}


body{font: .75em Arial,sans-serif; background-color: #efefef; color: #000000}
div#container{width: 500px; margin:0 auto}


input.InputBox {
   font-family: arial;
   width: 340px;
   margin: 0px 6px 0 0;
   padding: 2px 2px;
	font-size: 16px;
   border: 1px solid #aaa;	
}

p{margin: 0 0 1.7em; }

.no_underline
{
	text-decoration: none;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    font-weight:normal;
    text-decoration:none;
    color:#000000;
}
a.tt span{ display: none; color: #000000;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:active {color: #000000; }
a.tt:visited {color: #000000; }
a.tt:hover {z-index:25; color: #000000; }

a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
        background: url(/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
        font-weight:normal;	
	background: url(/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
        background: url(/images/bubble.gif) no-repeat bottom;
}

.tip {text-align:center; font-size:0.9em; margin-top: 0; margin-bottom: 6px; padding:4px 4px 4px 4px; background-color: #b5c7ff; border: #8ea7f6 1px solid;}
.tip_text {
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
}


body {
	background-color: #efefef;
	color: #000000;
}
ul {
	display: block;
	list-style-type: square;
	margin: 1em 0;
}
li {
	margin-left: 2em;
}
#header-frame {
	font-size: 13px;
	width: 100%;
	background: url(header.png) bottom repeat-x;
	text-align:center;	
}
#header {
	width: 994px;
	margin: 0px auto;
	padding: 16px;
}
#header-logo {
	float: left;
}
#header-your-ip {
	text-align: right;
	clear: right;
	margin-top: 0px;
	margin-bottom: 6px;	
}

#header-nav {
	text-align: right;
	float: right;
	margin-top: 8px;
}


#header-nav li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0;
}
#header-nav li a {
	margin-left: 4px;
	padding: 4px 0px 20px 20px;
	text-decoration: none;
}
#header:after { 
	content: " ";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

html, body, div, span, h1, h2, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, form, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}
body, table {
    font: 1em Arial, sans-serif; /* 1em = 16pts */
}
ul {
	list-style: none;
}

 /* --- COLOR SCHEME --- */
 
 #page {
 background-color: #FFFFFF;
 font-size:.8em;
 color:#000000;
 }
 
 div#page {
 color:#000000;
	width:994px;  
	margin-left:auto; 
	margin-right:auto;   /* centers layout when > max width */
	background-color: #f5f5f5;
}

  
 h1,  h5 {
 	color:rgb(37,55,89); /*#507EA1;*/
 	}
 h2 {
 	color:rgb(89,82,79); /*#738040; */
 	text-align:center;
 	font-size:32px;
 	}
 h6 {
 	color:#507EA1;
 	}
 ul, ol, dl, blockquote, cite {
 	color:#404053;
 	}
 table,  form {
 	color: #000;
 	}

 a {text-decoration:none; color: #0054d9}
 a:visited {text-decoration:none; color: #0054d9}
 a:hover, a:active {color:#f01010;text-decoration:underline;}
 h1 a, a h1 {color: #0033CC}

 
 /* --- FONT SIZES --- */


h1, h2, h5, h6 {
  	font-family: "Lucida Grande",Geneva, Verdana,Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
} 


h1 {font-size:1.125em; /* 18pt */
 	line-height:1.25;
 	margin: 24px 0 0;
 	}
h2 {
	font-size:16px;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom:1px;
	margin: 16px 0 0;
	font-weight: bold;
 	}
h5 {font-size:0.8em; /* 16pt */
 	}
h6 {font-size:.875em; /* 14pt */
 	}
 p  {
 	line-height:1.25; /* on 15pt */
 	margin-bottom:.75em; /* 12pts of space */
  	}
 a, button {
	cursor: pointer;
 	}
 a:hover {
 	text-decoration:none;
 	}
 /* basic list styling - more-styled lists in list.css */
 ul, dl, ol {
 		margin:0 0 .75em 0; /* lists without specific classes */
 		line-height:1.5;}
 li, dd {
 		padding:0em 0; /* lists without specific classes */
 		}
 
ol li {
	margin-left: 20px;
	vertical-align: top;
}
 dt {font-weight:bold;}
 
 code {font-size:1.25em;}
 * html code {font-size:1.1em;} /* default size is smaller in IE */
 
 
.clearfix:after {
    display: block; 
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .clearfix {display: inline-table;}




#threecolwrap {
  float:left;
  width:100%;
	background-color: #FFFFFF;
}


#onecolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-320px; /* CWS - neg margin move */
}




/* - HEADER - */

#content {
 	width:auto;
	min-height: 400px;
 	padding-top: 0px;
	position: relative;
}

#my_content {
 	width:auto;
	min-height: 400px;
}

#threecolwrap #leftcolwrap #content {
 	margin-left:160px; /* 150px */
}

#threecolwrap #twocolwrap #content {
 	margin-left:150px; /* 150px */
 	margin-right:320px;
}

#threecolwrap #onecolwrap #content {
	margin-left: 0px;
 	margin-right:310px;
}

#threecolwrap #content {
	margin-left: 0px;
	margin-right: 0px;
}

#content-inner {
	padding:0 10px 10px;
	margin-top: 16px;
 	width:650px; 	
}
#threecolwrap #leftcolwrap #content-inner {
	padding-right: 40px;
}
	
/* - RIGHT COLUMN - */

#right-column {
 	float: right;
 	width:300px; 
	margin-right: 10px;
	position: relative;
	margin-bottom: 12px;	
}

#right-column-inner {
	padding:.0em 0 1em 0;
	}
	
#right-column ul, #right-column dl, #right-column ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#right-column li {
	}


/* - FOOTER - */

#footer {
	background: #bebebe  top repeat-x; 
	border-top: 1px solid rgb(38,29,26);
	margin: 0;
	width:100%;
	clear:both; 
	font-size:0.9em;
}

#footer-inner {
	margin: 0px 0px 0px 4px;
	color: #000000;
	font-family: Arial,Helvetica;
	font-size:12px;
}

#footer-inner .col {
		margin: 22px 10px 10px 10px;
		text-align: center;
}

#footer-inner .col h2  {
	color: #000000;	
	font-size: 12px;
	margin-bottom: 1px;
	border-bottom: none;
	font-weight: normal;
}

#footer-inner .col h2 a, col h2 a:visited {
	color: #0054d9;
	font-family: Arial,Helvetica;
	text-decoration: underline;		
}

#footer-inner a:hover {
	color: #0054d9;
	text-decoration: underline;
}

#footer-inner  a {
	color: #0054d9;
	text-decoration: underline;
}

.tabnav {
	border-bottom: 5px solid #a4a4a4;
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style:none;
}
.tabnav li {
	background: url(subtab-gray-lt.png) top left no-repeat;	 
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
	font-size: 1.1em;
	color: #888888;
}
.tabnav li a {
	background: #fff url(subtab-gray-lt.png) top right no-repeat;
	float: left;
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	color: #222222;	
}
/*
.tabnav li {
	background: url(subtab-gray-lt.png) top left no-repeat;	 
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
	font-size: 1em;
	color: #888888;
}
.tabnav li a {
	background: #fff url(subtab-gray-lt.png) top right no-repeat;
	float: left;
	display: block;
	padding: 4px 4px;
	text-decoration: none;
}
*/
.tabnav li:hover {
	background: url(subtab-gray-md.png) top left no-repeat;	
}
.tabnav li a:hover {
	background: #fff url(subtab-gray-md.png) top right no-repeat;
	color: #000000;		
}
.tabnav li.selected {
	color: #fff;	
}
.tabnav li.selected a {
	color: #fff;	
}

.tabnav li.selected {
	background: url(subtab-gray.png) top left no-repeat;	 
	padding-left: 2px;
}
.tabnav li.selected a {
	background: #fff url(subtab-gray.png) top right no-repeat;
	padding-right: 10px;
}


#lang-selector
{
  float:right;
  padding:25px 1px 6px 1px;
}



/* Search Form */
div.SearchForm {
   margin: 20px 0 0;
   background: #efefef;
   padding: 12px 12px 8px 12px;   
}

div.SearchForm input.CaptchaBox {
   width: 40px;
   margin: 0px 8px 0 0;
   padding: 4px 4px;
}


div.SearchForm input.Button {
   font-size: 24px;
   padding: 4px 8px;
}
div.SearchForm div.Options {
   font-size: 110%;
   padding: 8px 0 0;
}
div.SearchForm div.Options a {
   padding: 0 8px;
}


.Button {
   cursor: pointer;
   margin: 0px 0px 0px 0px;
   font-family: Tahoma, 'Trebuchet MS', Arial, Verdana;
   padding: 4px;
   font-size: 11px;
   background: #656565;
   color: #FFFFFF;
   border: 1px solid #bbb;

   }
input.Button {
   font-weight: bold;
}
.Button:hover {
   color: #FFFFFF;
   background: #009900;
   border: 1px solid #888;
}
.Form .Button {
   font-size: 13px;
}

input.CaptchaBox {
   font-family: arial;
   color: #222;
   font-size: 13px;
   padding: 1px;
   margin: 0px;
   width: 40px;
   border: 1px solid #aaa;
}

.CaptchaText {
   font-family: arial;
   color: #222;
   font-size: 13px;	
}

.features {
	background: url(tick_bullet.png) top left no-repeat;	 
	padding-left: 22px;
	padding-right: 2px;
	padding-bottom: 5px;
	text-align:justify;
}

#info {
	background: url(info_icon.png) top left no-repeat;	 
	padding-left: 22px;
	padding-bottom: 15px;
}

#education {
	background: url(education.jpg) top left no-repeat;	 
	padding-left: 52px;
	padding-bottom: 15px;
	text-align:justify;
}

#help {
	background: url(help.jpg) top left no-repeat;	 
	padding-left: 52px;
	padding-bottom: 15px;
	text-align:justify;
}


hr {border: none 0;
border-top: 1px dashed #888888;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin-bottom: 15px;
margin-top: 15px;
} 



div.ipaddr_info {
   margin: 0 0 0 0;
   background: #efefef;
   padding: 12px 12px 6px 12px;   
   text-align:center;
}


div.proxy_info {
   margin: 0 0 0 0;
   background: #FFAAAA;
   padding: 12px 12px 8px 12px;
   text-align:center;
}

div.ipaddr_big {
	font-size: 68px;
}


#bookmark {
	background: url(bookmark_icon.png) top left no-repeat;
	padding-left: 48px;
	min-height: 40px;
}
#forum {
	background: url(forum_icon.png) top left no-repeat;
	padding-left: 48px;
	min-height: 40px;
}

#addons {
	background: url(addons_icon.png) top left no-repeat;
	padding-left: 48px;
	min-height: 40px;
}

pre {
	font-size:13px;
 	}
 	
.disabled {
	color:#aaaaaa;
} 	

.red {
	color:#EE0000;
	font-weight: bold;
	font-family: arial;	
} 	

.green {
	color:#00BB00;
	font-weight: bold;
	font-family: arial;	
} 	

div.err {
   margin: 0 0 0 0;
   color: #FFFFFF;
   background: #FF0000;
   padding: 12px 12px 8px 12px;
   text-align:center;
	font-weight: bold;   
}

div.captcha {
   margin: 0 0 0 0;
   color: #000000;
   background: #FFF373;
   padding: 12px 12px 8px 12px;
   text-align:center;
	font-family: arial;
	font-size: 13px;	
	font-weight: bold;
	margin-bottom:12px;
}

#map{  
  height: 330px;
  width: 300px;
}  

.code_js {
margin:0px; padding:4px; background-color: #e6ffe8; border: #999999 1px inset; 
color: black; font-size: 13px; height: 80px; width: 360px; overflow: auto; text-align:left;
font-family: verdana, arial, san-serif;
}


div.subnav {
   margin: 0 0 0 0;
   color: #000000;
   background: #e8e8e8;
   padding: 12px 12px 12px 12px;
   text-align:center;
	font-weight: bold;   
}



.ad_section_728x90_old
{
width:728px;height:90px;border: solid 1px #dadada;padding: 0px 0px 0px 0px;background: #EFEFEF url('/images/advertise-here.gif-728x90.gif');
}

.ad_section_728x90
{
width:728px;height:90px;border: none;padding: 0px 0px 0px 0px;
}

.ad_section_300x250_old
{
width:300px;height:250px;border: solid 1px #dadada;padding: 0px 0px 0px 0px;background: #EFEFEF url('/images/advertise-here-300x250.gif');
}

.ad_section_300x250
{
width:300px;height:250px;border: solid 1px #dadada;padding: 0px 0px 0px 0px;
}

.ad_section_300x250_go_up_old
{
width:300px;height:250px;border: solid 1px #dadada;padding: 0px 0px 0px 0px;background: #EFEFEF url('/images/advertise-here-300x250.gif'); margin-top:-7px;
}

.ad_section_300x250_go_up
{
width:300px;height:250px;border: solid 1px #dadada;padding: 0px 0px 0px 0px;
}

.home_page_section_box_title
{
width:288px;height:16px;border: solid 1px #dadada;padding: 4px 6px 2px 6px;background: #EFEFEF;font-size: 12px; color: #212121; font-weight: bold; margin-bottom:6px;
}

.home_page_section_box
{
width:302px;height:275px;border: dashed 1px #dadada;padding: 6px 6px 6px 6px;min-height:250px;
}



		.lbl {
			white-space: nowrap;
			font-size: 20px;
			line-height: 42px;
			margin-left: 20px;
			}	
		.inp-text {
			width: 486px;
			padding: 9px;
			border: 1px solid #D3D3D3;
			font: bold 18px Arial;
			margin-left: 10px;
			margin-right: 10px;
			border-radius: 8px;
			}	
		.a-btn-search {
			width: 78px;
			height: 41px;
			background: url(btn_search.gif) no-repeat;			
			border: 0;
			font: bold 18px Arial;
			color: #ffffff;
			cursor: pointer;
			}
		.a-btn-search_old {
			width: 99px;
			height: 40px;
			background: url(btn_search.gif) no-repeat;			
			border: 0;
			font: bold 18px Arial;
			color: #ffffff;
			cursor: pointer;
			border-radius: 8px;			
			}			
			
			
pre {
	font-size:13px;
 	}
 	
.disabled {
	color:#aaaaaa;
} 	

.red {
	color:#EE0000;
	font-weight: bold;
	font-family: arial;	
} 	

a.red {
	color:#EE0000;
	font-weight: bold;
	font-family: arial;	
	text-decoration: underline;	
}


.green {
	color:#00AA00;
	font-weight: bold;
	font-family: arial;	
} 				

div.proxy_info {
   font-size: 18px;	
   margin: 10px 18px 0px 18px;
   background: #FFAAAA;
   padding: 6px 6px 6px 6px;
   text-align:center;
}




.cflag
{
vertical-align: bottom;
margin-bottom: 4px;
margin-left: 2px;
}

.mycflag
{
vertical-align: top;
margin-top: 2px;
margin-left: 2px;
}

.ipaddr
{
padding-top: 10px;
padding-bottom: 10px;
}

.t
{
width: 620px;
font-size: 18px;
padding-top: 15px;
padding-bottom: 10px;
}

.x
{
background-color:#fff;
width: 620px;
padding: 2px 4px 2px 4px;
}

.x2
{
background-color:#fff;
width: 620px;
padding: 0px 4px 0px 2px;
}

.l{
float:left;
width: 140px;
font-size: 13px;
}

.r{
float:right;
width: 480px;
font-size: 13px;
}

.c
{
clear:both;
}


.gmap_ballon
{
padding-top: 8px;
font-family:Arial,Helvetica,Sans Serif;
font-size:11px;
color: #000000;
text-align:center;
width:222px;
}


#map_canvas
{
width: 300px;
height: 330px;
margin-top:10px;
margin-top:10px;
margin-bottom:10px;
}

.workspace
{
width:960px;
}

.workspacel
{
float:left;
width:650px;
}

.workspacer
{
float:right;
width:300px;
}











input.form-submit,
a.button {
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #2a2a2a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #e8e8e8;
  font:13px Arial;  
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font:15px Arial;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;  
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
  background: #FFFFFF;
}

input.form-text:focus,
textarea.form-textarea:focus,
select.form-select:focus{
  border: 1px solid #929292;
  background: #FFFFFF;
}

input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}