body {
	background: #9b9bca;
	font-family: "Bitstream Vera Sans", Verdana, Arial;
	font-size: 10px;
}

#box1 {
	border: solid 1px #7878a2;
	background-color: #fff;
}

#logo {
	border: solid 1px #7878a2;
	background: #9b9bca;
	padding: 5px;
	margin: 10px;
}

#box2 {
	margin: 10px;
}
#nav {
	
}

#nav a, #nav a:link {
	color: #555;
}

#nav a:hover, #nav a:visited:hover {
	color: #508497;
}
#nav a:visited {
	color: #eee;
}
#nav table {
	border: solid 1px #7878a2;
	background: #9b9bca;
	padding: 0;
	margin: 0;
}
#navactive {
	border-right: solid 1px #7878a2;
	font-weight: bold;
	font-size: 10px;
	background: #fff;
}

#navactive a:visited {
	color: #555;
}

#navactive:hover {
	background: #121111;
}

#nav td {
	border-right: solid 1px #7878a2;
	color: #eee;
	font-weight: bold;
	font-size: 10px;
}

#nav td.noborder {
	border: 0;
}

#nav td:hover {
	background: #a5b2d1;
}

#login {
	font-size: 10px; 
	line-height: 10px;
	color: #555555;
	vertical-align: middle;
	width: 100%;
	
}

#box3 {
	position: relative;
	border: solid 1px #7878a2;
	background: #9b9bca;
	margin: 10px
}

#box3 td {
	font-size: 10px;
	color: #333;
}

#box4 {
width: 100%;
}

div.navbox {
	border: solid 1px #7878a2;
	background: #fff;
	padding: 3px;
	width: 200px;
	margin-bottom: 10px;
	font-size: 12px;
}

div.navbox p {
	margin: 10px;
	font-size: 10px;
	font-weight: normal;
}

#main {
	border: solid 1px #7878a2;
	background: #fff;
	padding: 10px;
	width: 100%;
	vertical-align: top;
}

#credits {
	border: solid 1px #7878a2;
	background: #7878a2;
	padding: 5px;
	text-align: right;
	position: relative;
	color: #333;
}
#credits img {
	border: none;
}
#ad {
	/*border: solid 1px #7878a2;*/
	vertical-align: top;
	width: 160px;
}

input, textarea, select {
  background-color: #9B9BCA;
  border: solid 1px #7878a2;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  /*color: #606085;*/
  color: white;
  padding: 0px;
}

a, a:link {
	color: #3c68d1;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover {
	color: #3caad1;
}

a:visited {
	color: #555;
}

#nav a:visited {
	/*color: #93b5c1;*/
	color: #eee;
	
}
#navactive a:visited {
	color: #555;
}

input.stats {
	font-weight: bold;
	border: none;
	background: none;
	color: #333;
	width: 50px;
}

div.cache {
	text-align: right;
	font-style: italic;
	font-size: 9px;
	color: #333;
}

div.error {
	text-align: center;
	font-size: 14px;
	color: red;
}

td.noborder {
	border: none;
}

span.littlelink {
	color: #3c68d1;
	cursor: pointer;
	font-weight: normal;
}
span.littlelink:hover {
	color: #3caad1;
}
#tempframe {
	visibility: hidden;
	display: none;
}

div.hiddenblock {
	visibility: hidden;
	display: none;
}
table.cachelist th, table.cachelist td {
	border: solid 1px #7878a2;
}
acronym {
	border-bottom: 1px dashed #7878a2;
  	cursor: help;
}

table.edit th, table.edit td {
	border: solid 1px #7878a2;
}