/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
background: #99CCFF url("/img-bin/background.gif") repeat-y;
margin-top: 0px;
margin-left: 0px;
}

/*	Paragraph									*/
p {
margin-left: 40px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Division									*/
div {
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}

/*	Definition list									*/
dl {
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: 12px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #0000FF;
background: ;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #000080;
background: ;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #0000FF;
background: ;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #0000FF;
background: ;
}

/*	Menu unvisited links							*/
a.plain:link {
color: #FFFFFF;
text-decoration: none;
}

/*	Menu visited links							*/
a.plain:visited {
color: #FFFFFF;
text-decoration: none;
}

/*	Menu active links (not widely supported)				*/
a.plain:active {
color: #FFFFFF;
text-decoration: none;
}

/*	Menu links when hovered over (MSIE only)				*/
a.plain:hover {
color: #FFFF00;
text-decoration: none;
}

/*	Links unvisited links							*/
a.link:link {
color: #0000FF;
background: ;
}

/*	Links visited links							*/
a.link:visited {
color: #000080;
background: ;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #0000FF;
background: ;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #0000FF;
background: ;
}

/*	Unvisited links								*/
a:link {
color: #0000FF;
background: ;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000080;
background: ;
}

/*	Active links (not widely supported)					*/
a:active {
color: #0000FF;
background: ;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #0000FF;
background: ;
}

/*	Links unordered lists							*/
ul {
margin-left: 90px;
list-style: disc;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links ordered lists							*/
ol.links {
margin-left: 90px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}

/*	The link description							*/
span.descript {
font-size: 12px;
color: #333333;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #000080;
background: ;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #800000;
background: ;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: 9px;
color: #666666;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000000;
background: ;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: 12px;
color: #000000;
background: ;
font-weight: normal;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
margin-left: 20px;
font-size: 25px;
font-weight: normal;
border: none;
color: #000000;
background: ;
font-family: "arial", "verdana", "geneva", sans-serif;
}

/*	This class is for the linktrades toplist		*/
font.linktrd {
font-size: 10px;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
h2 {
margin-left: 20px;
font-size: 16px;
font-weight: bold;
border: none;
color: #ffffff;
background: #0066CC;
font-family: "arial", "verdana", "geneva", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
}

/*	This is for page $title_linked						*/
strong.title {
font-size: 12px;
font-weight: bold;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: 12px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: 12px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 14px;
font-weight: normal;
color: #000000;
background: ;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: bold;
color: #999999;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
font-size: medium;
font-weight: bold;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}





/* This is for the sponsor list */
/*#pipe ul {margin-left: 30px; padding-left: 0; display: inline; text-align: left;} 
#pipe ul li {margin-left: 0; padding: 0px 10px 5px 10px; border-left: 0px solid #000; list-style: none; display: inline; width: 245px; text-align: left; vertical-align: top;}
#pipe ul li.first {margin-left: 0; border-left: none; list-style: none; display: inline; }
#pipe ul li:after {content: ", ";}*/

#pipe ul {margin-left: 30px; padding-left: 0; text-align: left;} 
#pipe ul li {margin-left: 0; padding: 0px 10px 5px 10px; border-left: 0px solid #000; list-style: none; width: 500px; text-align: left; vertical-align: top;}
#pipe ul li.first {margin-left: 0; border-left: none; list-style: none; display: inline; }
#pipe ul li:after {content: ", ";}





