body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	cursor: default;
	text-align: center;
    max-width: 100%; 
    overflow: auto;
}

#title { display: none; }

.small {
	font-size: x-small;
}

.statsitem {
	text-align: left;
	margin: 2px;
	border: solid 1px #000000;
	width: 256px;
	height: 2em;
	padding: 2px;
	padding-top: .75em;
}

.statscount {
	text-align: right;
	margin-top: -1em;
}

#header {
	color: #ffffff;
	width: 720px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #0000b4;
	text-align: center;
	border: solid 1px #000;
	border-bottom: 0px;
}

#navigation_bar {
	color: #ffffff;
	background-color: #0000b4;
	width: 720px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
	height: 2.5em;
	border-bottom: solid 1px #000000;
	border: solid 1px #000000;
	border-top: 0px;
    padding-bottom: 10px;
}

#navigation_bar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#navigation_bar ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#navigation_bar ul li:before
{
    content: '\2022\A0';
}
#navigation_bar ul li:first-child:before
{
    content: "";
}

#navigation_bar #login ul li:before { content: '' !important; }

#navigation_bar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navigation_bar a:hover {
	text-decoration: underline;
}

#login {
	text-align: center;
}

#login li {
	display: inline;
}

#login .submit {
	color: #ffffff;
	border: solid 2px #ffffff;
	background-color: #0000b4;
	font-weight: bold;
}

#login input {
	height: 18px;
	font-size: 10px;
	
}

#error_message {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}

#content {
	width: 720px;
    max-width: 98%;
	border: solid 1px #0000b4;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 3px;
	min-height: 50%;
}

#content .welcome_message {
	
}

#content .header {
	background-color: #0000b4;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}

#content .subheader {
	border-bottom: dotted 1px #333333;
}
#content .delete {
	border-bottom: dotted 1px #333333;
}

#content .delete img { vertical-align: middle; }

#content .hostname {
	border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
}
#content .ipaddress {
	border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
}

#content .note {
	border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
}

#content .noterow
{
    white-space: nowrap;
    display: none;
}

#content .lastupdate {
	border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
    white-space: nowrap;
}
#content .dnsname {
    border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
    white-space: nowrap;
}
#content .dnsdefault
{
    border-bottom: dotted 1px #333333;
	border-right: dotted 1px #333333;
    white-space: nowrap;
}

.smaller { font-size: 6pt !important; }
.default { font-weight: bold; }
.starpower { text-decoration: none; color: yellow; font-size: 16pt; line-height: 10pt; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
.checkity { color: #009933; font-size: 14pt; line-height: 10pt; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }

#help hr
{
    height: 1px;
    border: 0;
    background-color: #ccccd4;
}

#content .rowA {
	background-color: #f5f5f5;
}

#content .rowB {
	background-color: #e0e0e0;
}
#content h2 {
	padding-top: 0px;
	margin-top: 0px;
}

#content p {
	padding-left: 1em;
	padding-right: 1em;
}

#content h1 {
	text-align: center;
}

#content .error {
	width: 720px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ads {
	text-align: center;
	width: 720px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background-color: #ffffff;
	font-size: x-small;
}

#footer {
	/*display: none;*/
	height: 50px;
	text-align: center;
	width: 100%;
    max-width: 100%;
}

#counter {
	width: 200px;
	height: 200px;
	text-align: center;
	background-color: #0000b4;
	color: #ffffff;
}

.tbox {
	border: solid 1px #000000;
}

.httpwarn
{
    padding-bottom: 1em;
    color: red;
    text-align: justify;
}

.token
{
    display: block;
    margin: 2px;
    background-color: #eee;
    padding: 5px;
    text-align: center;
    font-family: monospace;
    font-size: 80%;
    overflow: auto;
}

.button
{
    border: solid 1px #ccc;
    background-color: #eee;
    padding: 1px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.button img { vertical-align: middle; }

#menu
{
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 2px;
    border: solid 1px #999;
    min-width: 80px;
    text-align: left;
}
#menu div.menuitem { padding: 4px; }
#menu div.menuitem:hover { background-color: #eee; }

form { display: inline; }

.continent
{
    font-weight: bold;
    background-color: #0000b4;
    color: #fff;
}
.timezone
{
    padding-left: 15px;
}

.message
{
    color: #090;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}


@media only screen and (max-width: 801px)
{
    #header, #navigation_bar, #content { border: 0; }
    #content .note, .noteheader { display: none; }
    .noterow { display: block !important; }
}
