/********************
*   style.css
*   release 1.2
*   for IpInfo
********************/


* {
margin: 0;
padding: 0;
}

body {
     margin-top: 10px;
     margin-bottom: 20px;
     background-color: #004364;
     color: #B1D7F1;
     font-family: verdana;
}

#title .beta {font-size: 12px; font-weight: bold; font-style: italic; vertical-align: middle; }
#title a, #title a:hover { color: #b1d7f1; text-decoration: none; }
#title a:hover { color: white; }
#title, #container, #footer { width:660px; margin: 0 auto; }
.content {
	min-height: 200px;
	background-color:#deeefa;
	font-family: verdana;
	padding:15px 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 2px solid #D2E5F2;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

#divmaintable {
	min-height: 200px;
	background-color: #deeefa;
	color: #004364;
}

#theip {
	border: none;
	background: transparent;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #007ebb;
}
#theip:focus {
	background: rgba(255,255,255,0.3);
}

.field {
	color: #004364;
	font-family: "Courier New", Verdana;
	font-size: 16px;
}

/************** table */
.head {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
}
.ip {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #007ebb;
	padding-top: 30px;
}
.reverse {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.isp {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	color: #000000;
}

#divmainfooter {
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 660px;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
/*	color: #ffffff;*/
	background-color: #004364;
	text-align: right;
	border-bottom: 1px solid #007ebb;
}
#divmainfooter a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}
#divmainfooter a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}

/************** loose divs */
#divloading {
	visibility: visible;
/*	position:relative;
	top: 150px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;*/
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	background-color: #DEEEFA;
	text-align: center;
	border: 1px solid #ff0000;
	z-index: 7;
}
.divloading {
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

/* fin */