body {
  background-color:#ffffff;
  font-family:"Verdana","Arial",sans-serif;
  color:#333333;
  margin-left:30px;
  margin-right:30px;
  font-size:12px;
}

blockquote {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: black;
	margin-left:20px;
	margin-right:20px;
	padding:6px;
	font-size:94%;
}

*.sitoheader, *.sitofooter {
  display:block;
  margin-left:-20px;
  margin-right:-20px;
}

*.sitoheader *.UWI_tabs {
  padding:10px;
  font-size:90%;
}

*.sitoheader *.UWI_tabs a {
  padding:10px;
  margin:2px;
  margin-bottom:0px;
  text-transform:uppercase;
}

*.sitoheader *.UWI_tabs a.active {
  background-color:#ccc;
}

*.sitoheader *.subnav {
  background-color:#ccc;
  font-size:80%;
  padding:3px;
}

*sitoheader *.subnav a {
  padding:5px;
  margin:5px;
  background-color:#fff;
}

*.sitofooter {
  font-size:75%;
  text-align:center;
}

*.statsline {
  font-size:10px;
}

h1, h2, h3, h4 {
 padding:5px;
 margin-left:-20px;
 margin-right:-20px;
 color:#000000;
 clear:both;
}

h1 {
  background-color:#000;
  color:#fff;
  font-size:125%;
}

h1 a {
  color:#ddf;
}

h2 {
  margin-top:20px;
  font-size:115%;
  background-color:#ccc;
}

h3 {
  margin-left:-5px;
  font-size:105%;
  background-color:#ddd;
}

*.synopsis {
  color:#333333;
  font-style:italic;
}

/* how to adjust text to get users attention (e.g. password fails) */
*.error {
	color:#BB0000;
  font-style:italic;
}

/* i am using this as a simple way to highlight text, such as
   count results on searches, or whatever ... just the text part */
*.highlight {
	font-style:bold; font-style:italic;
	font-size:120%;
}

/* a "nicer" hr, for those foolish enough to use this tag (me) */
hr {
	border:0;
	width:100%;
	color:#666;
	background-color:#666;
	height:2px;
}

a {
  color:#000099;
  text-decoration:none;
}

a:hover {
  background-color:#ccf;
  color:#000;
}

x.tabimg:hover {
	background-color:transparent;
	border-top-color:#000000;
	border-top-width:3px;
}

a.sitome:hover {
  background-color:#000000;
  color:#ffffff;
}

a.help {
  cursor:help;
}

a.email:hover {
  background-color:#5f5;
  color:#000;
}

a.help_a , a.help_a_single {
	cursor: help;
	background-color:#F0D0D0;
}

a.help_a IMG, a.help_a_single IMG {
	cursor: help;
	background-color:white;
}

a:hover IMG {
	background-color:white;
}

a.tabimg:hover IMG {
	border-top: 2px solid #9999ff;
}


/* i added this to stop <A NAME="..."> blocks from being treated
   like <A HREF="..."> ones   -jon */

a.name {
	background-color:none;
}


img.illo {
  margin:10px;
  margin-top:0px;
  margin-bottom:0px;
}

thumbnailset {
  display:table;
}

thumbnailrow {
  display:table-row;
}

thumbnailcell:hover {
  border-color:#dddddd;
}

thumbnailcell {
  display:table-cell;
  font-family:monospace;
  color:#555555;
  width:100px;
  padding:10px 10px;
  border:2px solid #ffffff;
 
}

thumbnailcell linktitle {
  font-size:90%;
}

thumbnailcell atomid {
  font-size:8px;
}

navheader {
  font-size:70%;
  display:block;
  background-color:#dddddd;
  padding:10px;
  xmargin-left:-20;
  xmargin-right:-20;
}

navheader a {
  padding:5px;
}

navheader a:hover {
  background-color:#ffffff;
}


ul.linklist,ul.spaced_linklist {
  list-style-type:none;
  xxmargin-left:-40px;
  line-height:1.5em;
}

ul.linklist a,ul.spaced_linklist a {
  font-weight:bold;
}

ul.spaced_linklist li {
  margin-top:1em;
}

*.linksynopsis {
   font-size:85%
   color:#222;
}

*.linksynopsis:before {
   content:" | "; 
}

nav_subbar {
  font-size:10px;
  color:#000;
}

*.gradient0 {
  background-color:#ccc;
}

*.gradient1 {
  background-color:#bbb;
}

*.gradient2 {
  background-color:#aaa;
}

*.gradient3 {
  background-color:#999
}

*.gradient4 {
  background-color:#888;
}

*.quicklinks {
  width:50%;
  display:inline-block;
  float:right;
  padding:5px;
  margin-left:1em;
  margin-bottom:1em;
  margin-right:-20px;
  border:1px solid #888;
}

*.quicklinks h2 {
  margin:-5px -5px 0px -5px;
  color:#cc0;
  background-color:#000;
}

tagblock {
  display:block;
  float:left;
  background-color:#ddd;
  padding:5px;
  margin:2px;
}

a[href].tag {
	background-color:#aaa;
	color:#fff;
	padding-left:2px;
	padding-right:2px;
}

a[href].tag:hover {
	background-color:#000;
}

div.contentbox {
  margin:3px;
  padding:5px;
  border:1px solid #888;
}

div.contentbox h2 {
  margin:-5px;
  margin-bottom:2px;
}

div.caption {
  font-size:85%;
}

/* Use THUMBNAILSET in table layouts, such as the whats-new boxes,
   to add a border to image and text below.  */

*.thumbnailitem {
  display:inline-block;
  margin:3px;
 /* border:1px solid #888; */
  width:109px;
  float:left;
}
 
*.thumbnailitem *.caption {
  font-size:10px;
  width:101px;
  padding:2px;
}

/*
*.thumbnailitem img {
  border-bottom:1px solid #888;
  padding:2px;
}
*/

/* suebar and tabs stuff */

*.headerblock {
  font-size:10px;
}

*.tabs {
  /* display:table; */
	font-size:10px;
  border-spacing:1px 0px;
}

*.tabs *.userinfo {
  /* display:table-cell; */
  text-align:right;
}

*.userinfo {
  /* display:table;
  text-align:right;
  width:300px;
  padding:0px 10px 5px 10px;
  float:right; */
  font-size:9px;
  color:#777;
}

*.userinfo a {
  text-decoration:none;
  color:#aaa;
}


*.tabs img {
  padding:0px;
  margin:0px;
  margin-right:3px;
  margin-bottom:3px;
}

*.tabs a {
  /* display:table-cell; */
  text-decoration:none;
  background-color:#fff;
  padding:3px;
  /* padding-bottom:4px;
  padding-top:2px; */
  color:#bbb;
  vertical-align:bottom;
}

*.tabs a.newnews {
  color:#dd0;
}

*.tabs a:hover {
  background-color:#eee;
  color:#222;
}

*.tabs a.tab_active {
  color:#555;
  font-weight:bold;
  background-color:#ddd;
}

a.tab_extras {
	background-color:#DDD;
	color:#444;
}

*.navbar {
	font-size:10px;
  /* display:block;*/
  background-color:#ddd;
  padding:3px;
}

*.navbar a {
  /*display:inline-block; */
  margin:0px 5px;
  padding:3px; 
  text-decoration:none;
  color:#555;
  
}

*.navbar a:hover {
  background-color:#eee;
  color:#000;
}

*.navbar *.searchbox {
  display:inline-block;
  float:right;
  text-align:right;
  margin:0px;
  xborder:1px solid #000;
}

*.navbar *.searchbox input {
  font-size:8px;
}

/* END suebar and tabs stuff */


