body,
html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #a7a09a;
}
#wrap {
	width:850px;
	margin:0 auto;
	background:#99c;
}
#header {
	padding:10px 10px;
	background:#ddd;
}

#nav {
	text-align: right;
	padding:5px 10px;
	background:#c99;
}
#nav a:active { text-decoration: none; }
#nav a:visited { text-decoration: none; color:blue;}
#nav a:link { text-decoration: none; }
#nav a:hover { text-decoration: underline;color: red;}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:10px;
	font-size: 14px;
}

table.login {
	margin:0 50px;
	padding:0;
}

#main {
	float:right;
	text-align:left;
	margin: 0px auto;
	width:640px;
	padding:10px;
	background:#9c9;
}
h1 {
	margin:0;
}
h2 {
	margin:0 0 1em;
}
h3 { 
	margin:0 0 0em;
}
h4 {
	margin-top:1em;
	margin-bottom:0em;
}
#sidebar {
	float:left;
	width:170px;
	padding:10px;
	background:#99c;
}
#ads {
	float:left;
	width:170px;
	padding:10px;
	background:#99c;
}



#sidebar a:active { text-decoration: none; }
#sidebar a:visited { text-decoration: none; color:blue;}
#sidebar a:link { text-decoration: none; }
#sidebar a:hover { text-decoration: underline;color: red;}
#footer {
	clear:both;
	padding:5px 10px;
	background:#cc9;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

p {
	width: 100%;
}
pre {
	width: 100%;
        border: #000 1px dotted;
	background: #e6edbe;
	font-size: small;
}
td.ydns { 
	font-size: small; 
	text-align: left; 
}
td.title { 
	font-size: small; 
	text-align: left; 
	font-weight: bold; 
}
td.title2 { 
	font-family: sans-serif; 
	font-size: 11px; 
	text-align: left; 
}
div.divtitletable {
	display: table;
	width: 100%;
}

div.header {
	display: table;
	width: 100%;
}

div.divtable {
	display: table;
	width: 100%;
	border: #000 1px dotted;
	/* background-color:#e6edbe; */
	/* border:1px solid  #666666; */
	/* great background-color: #b5e2c4; */
	background-color: #e6edbe; 
	border-spacing:5px;
	border-collapse:separate;
}
div.divcell {
	font-family: monospace;
	font-size: 10px;
	float: left;
	display: table-cell;
	width: 25%;
}
div.divtitle {
	/* width: 5%; */
	font-size: 20px;
	float: left;
	display: table-cell;
}
div.divbutton {
	/* width: 100%; */
	float: right;
	display: table-cell;
}

div.hostname { 
	font-family: monospace; 
        background-color: #e6edbe; 
	font-size: 10px; 
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right; 
	border: #000 1px dotted;
	font-weight: bolder; 
}

div.b1 {
	float: left;
	width: 40%;
}

div.b2 {
	text-align: right;
	margin-left: 40%;
	width: 60%;
}

div.c1 {
	float: left;
	width: 50%;
}

div.c2 {
	text-align: right;
	margin-left: 50%;
	width: 50%;
}

span.error { 
	font-family: monospace; 
	font-size: 14px; 
	text-align: right; 
	font-weight: bolder; 
	color: red; 
}

span.label {
	font-family: monospace;
	color: black;
}


h3.title {
	font-family: monospace;
	color: #e6edbe;
}

h4.error {
	font-family: monospace;
	color: red;
}

h4.success {
	font-family: monospace;
}

table.example {
        background-color: #e6edbe; 
        border: #000 1px dotted;
	width: 100%;
	font-size: small; 
}

li {
	font-weight: bold;
}

td.ex_left {
	width: 45%;
}

td.ex_mid {
	width: 10%;
	text-align: center;
}

td.ex_right {
	width: 45%;
}

td.perc {
	text-align: left;
	width: 10%;
}

td.count {
	text-align: right;
	width: 10%;
}

td.country {
	text-align: right;
	width: 80%;
}

table.table {
        border: #000 1px dotted;
	background: #e6edbe;
	font-family: monospace;
	font-size: 14px;
}

span.misc {
	font-family: monospace;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	color: #e6edbe;
}

a.email {
	text-decoration:none;
};

