html,body{
	margin:0;
	padding:0;
}

body {
	font: 76% verdana,arial,sans-serif;
	text-align: left;
	background-color: #1F242A;
}

/* ***********************
	FONT GENERAL
*/
p {
	margin-left: 5px;
	text-align: justify;
}

a {
	color: #60BB22;
	text-decoration: none;
}

a:hover {
	color: #FF1A00;
}

/* ********************** 
	HEADER
*/
div#header {
	width: 900px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1F242A;
}

div#header p {
	color: #000000;
	font-style: italic;
}

div#header a {
	color: #000000;
	text-decoration: none;
	border: 0;
}

div#header a:hover {
	text-decoration: none;
	border: 0;
}

div#header img {
	border: 0;
}

div#logo {
	width: 240px;
	float: left;
}
div#logo h1 {
	padding-left: 20px;
}

div#ads1 {
	width: 650px;
	float: right;
	text-align: center;
	margin-top: 20px;
}

/* ***********************
	CONTAINER
*/
div#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* **********************
	CONTENT
*/
div#content p {
	margin-left: 5px;
}

div#content {
	float: right;
	width: 680px;
}

div#content h1,h2,h3,h4,h5,h6 {
	text-align: center;
}

div#navbar {
	background-color: #37414A;
	width: 100%;
	height: 25px;
	font-size: 17pt;
	text-align: center;
	color: #60BB22;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#navbar a {
	border: 0;
}

.seperator {
	font-weight: 900;
	color: #000000;
}

.alerte {
	color: #FF0000;
	text-align: center;
	font-size: 12pt;
}

.data {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.datatable {
	text-align: center;
	width: 100%;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
	font-size: 8pt;
}

th {
	text-align: left;
	background-color: #3B6B9C;
	border: 1px solid #000000;
}

td {
	border: 1px solid #000000;
}

td#full {
	background-color: #000000;
}

hr {
	border: 1px solid #000000;
}

.error {
	font-weight: 900;
	font-size: 12pt;
	color: #FF0000;
	text-align: center;
}

.input {
	border: 1px solid #000000;
	color: #60BB22;
}

.input:hover {
	border: 1px solid #60BB22;
	color: #000000;
}

.inputresult {
	color: #60BB22;
	border: 1px dotted #60BB22;
}

.inputresult:hover {
	background-color: #000000;
}

.submit {
	border: 1px solid #000000;
	color: #60BB22;
}

.submit:hover {
	border: 1px solid #60BB22;
	cursor: pointer;
	color: #000000;
}

.intro {
	font-weight: 900;
	font-size: 10pt;
	padding-left: 15px;
}

.whoisresult {
	overflow: auto;
	height: 350px;
	width: 100%;
	border: 1px solid #000000;
}

.prewhois {
	color: #000000;
}

input[disabled] {
        border: 1px dotted #000000;
        background-color: #a0a0a0;
}

select[disabled] {
        border: 1px dotted #000000;
        background-color: #a0a0a0;
}

div#changelogs {
	overflow: auto;
	height: 250px;
	width: 100%;
}

div#pingresult {
	border: 1px solid #000000;
	width: 650px;
}

/* **********************
	MENU
*/

div#navigation {	
	position: relative;
	float: left;
	clear: left;
	width: 220px;
	background-color: #37414A;
	padding-top: 10px;
}

div#navigation a {
	margin-left: 10px;
}

div#navigation p {
	margin-top: -5px;
}

div#donate {
	text-align: center;
}

.title {
	width: 100%;
	text-align: center;
	font-size: 12pt;
	font-weight: 900;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#ads2 {
	text-align: center;
}

.introm {
	font-weight: 900;
	font-size: 10pt;
}

/* ***********************
	EXTRA
*/
div#extra {	
	float: left;
	clear: left;
	width: 220px;
	background-color: #60BB22;
	padding-bottom: 10px;
}

.yourip {
	text-align: center;
}

.youripdet {
	text-align: center;
	font-size: 8pt;
	font-style: italic;
}

.yourip input {
	color: #FF1A00;
	text-align: center;
	border: 1px dotted;
	font-size: 15pt;
	font-weight: 900;
}

/* ***********************
	FOOTER
*/
div#footer {
	clear: both;
	width: 100%;
	background-color: #37414A;
	color: #000000;
	font-style: italic;
	font-size: 8pt;
	margin-bottom: 15px;
}

div#footer p {
	text-align: right;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}

div#back {
	width: 100%;
	text-align: center;
}




