#topsites_listings{
	width: 800px;
}

#topsites_listings fieldset {
  border: 1px solid #737373;
  margin: 0 0 10px 0;
}

#topsites_listings form {
  margin: 0px;
}

#topsites_listings  h1, #topsites_listings  h2, #topsites_listings h3 {
  margin: 0px;
  padding: 0px;
}

#topsites_listings  hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

#topsites_listings  a:link {
  color: #cc0019;
  text-decoration: none;
}

#topsites_listings a:visited {
  color: #cc0019;
}
#topsites_listings a:active, #topsites_listings a:hover {
  color: #cc0019;
  text-decoration: underline;
}

#topsites_listings div.bottom {
  color: #737373;
  font-size: x-small;
  text-align: center;
}

/* Define some colors */

#topsites_listings .darkbg {
  background-color: #000000;
  color: #fff;
}

#topsites_listings .mediumbg {
  background-color: #cc0019;
 /* background-image: url(grad_bg.png);*/
  color: #fff;
}

#topsites_listings .lightbg {
  background-color: #fff;
  color: #000;
}

#topsites_listings .lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}

#topsites_listings .highlight {
  background-color: yellow;
  color: #000;
}

/* Top menu */

a.menu {
  color: #000;
  background-color: #fff;
   font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}

a.menu:hover, a.menu:active {
  color: #fff;
  
}


#topsites_listings a.table_top {
  color: #fff;
  text-decoration: underline;
}

#topsites_listings a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}

#topsites_listings .join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

#topsites_listings a.help { color: #f00; font-weight: bold; text-decoration: none; }

#topsites_listings a.help:hover { color: #333; }

#topsites_listings ul.multi_page_links{
	padding: 0;
	margin: 0;
}

#topsites_listings ul.multi_page_links li{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 5px;
}

#topsites_listings ul.multi_page_links li a{
	color: #cc0019;
	text-decoration: none;
}

#topsites_listings ul.multi_page_links li a:hover{
	text-decoration: underline;				
}
