
/* global
----------------------------------------------- */
html {
	padding: 0;
	margin: 0;
	width:100%
}

body {
	width: 620px;
	margin: 10px;
	padding: 0px;
	background-color: #fff;

	font-family:"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	font-size:80%;

}

img {
	border: 0;
}

A 			{ color: #014E95; text-decoration: none;  }
A:link		{ color: #fff; text-decoration: none;  }
A:visited	{ color: #fff; text-decoration: none;  }
A:active	{ color: #f5f812; text-decoration: none; }
A:hover		{ color: #f5f812; text-decoration: none;  }

/* main sections
----------------------------------------------- */


#headers {

	width: 635px;
	border: 1px #000000 solid;
	padding: 5px;
	font-size: 12px;
	font-family: courier;
	background: #FFFFF0;

}

.ip-cell, .country-cell {

	color: #000;
	width: 200px;

}

.note-cell {

	color: #000;
	font-size: 9px;
	font-weight: bold;
	

}

.ips {

	color: red;

}

.whois {

	width: 80px;
	font-size: 11px;
	text-align: center;
	background: #315ba6;
	border-top: 2px #8db0f1 solid;
	border-left: 2px #8db0f1 solid;
	border-bottom: 2px #021d4f solid;
	border-right: 2px #021d4f solid;

}

.google {

	width: 80px;
	font-size: 11px;
	text-align: center;
	background: #aa3d3d;
	border-top: 2px #f88f8f solid;
	border-left: 2px #f88f8f solid;
	border-bottom: 2px #6c0606 solid;
	border-right: 2px #6c0606 solid;

}

.ip-table {

	width: 635px;

}

.ip-head, .country-head {

	font-weight: bold;
	font-color: #000;
	border: 1px #000 solid;
	background: #e2e2e2;
	padding-left: 8px;

}

.ip-cell, .country-cell {

	padding-left: 8px;


}

.textarea {

	width: 600px;
	height: 200px;

}

a.note, a.note:visited, a.note:active, a:visited.note, a:active.note {

	color: blue;

}
