/* **************************************************************************** */
/*	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: #FFFFFF url("http://localhost/links/pages/background.gif") repeat-y;
	*/
	background: #FFFFFF;
}

.mainbody {
	color: #000000;
	background: #FFFFFF;
}

/*	Paragraph									*/
p {
	margin-left: 6px;
}

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

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

.navigator {
	color: #000000;
/*	background: #B0BAC8; */
	background: #EEEEEE;
}

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

/*	Links unvisited links							*/
a.link:link {
	font-family: verdana, arial, helvetica;
	font-size: 10.5px;
	color: #003399;
	font-weight : bold;
	text-decoration : none;
}

/*	Links visited links							*/
a.link:visited {
	font-family: verdana, arial, helvetica;
	font-size: 10.5px;
	color: #003399;
	font-weight : bold;
	text-decoration : none;
}

/*	Links active links (not widely supported)				*/
a.link:active {
	font-family: verdana, arial, helvetica;
	font-size: 10.5px;
	font-weight : bold;
	text-decoration : underline;
	color: #0033FF;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
	font-family: verdana, arial, helvetica;
	font-size: 10.5px;
	font-weight : bold;
	text-decoration : underline;
	color: #0033FF;
}

/*	Links unvisited links							*/
a.simplelink:link {
	font-family: verdana, arial, helvetica;
	font-size: 9.5px;
	text-decoration : none;
	color: #003399;
}

/*	Links visited links							*/
a.simplelink:visited {
	font-family: verdana, arial, helvetica;
	font-size: 9.5px;
	text-decoration : none;
	color: #003399;
}

/*	Links active links (not widely supported)				*/
a.simplelink:active {
	font-family: verdana, arial, helvetica;
	font-size: 9.5px;
	text-decoration : underline;
	color: #0033FF;
}

/*	Links when hovered over (MSIE only)					*/
a.simplelink:hover {
	font-family: verdana, arial, helvetica;
	font-size: 9.5px;
	text-decoration : underline;
	color: #0033FF;
}

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

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

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

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

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

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

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

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

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
/*  color: #003366;
 background: #A6BAFF; 
  background: #828AB9;

  background: #828AB9;
 border: 1px solid #FFFFFF;
  margin-top : 5px;
 margin-left: 5px;
*/
 color: White;
 font : bold 16.5px "verdana", "arial", "geneva", sans-serif;
  padding-left : 3px;
}

/*	This is used for the sub headers					*/
h2 {
/*
 margin-top : 5px;
 margin-left: 5px;
 border: 1px solid #FFFFFF;
  background: #3366CC;
 */
 color: White;
 font : bold 12.5px "verdana", "arial", "geneva", sans-serif;
 padding-left : 3px;
}

h3 {
/* background: #2244AA;*/
/*
 background: #DDDDDD;
 margin-top : 5px;
 margin-left: 5px;
 border: 1px solid #FFFFFF;
*/
 color: #003366;
 font : bold 14.5px "verdana", "arial", "geneva", sans-serif;
 padding-left : 3px;
}
.h1 {
/*  color: #003366;
 background: #A6BAFF; 
  background: #828AB9;
*/
 color: White;
 background: #828AB9;
 font : bold 16.5px "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
.h2 {
/*
 margin-top : 5px;
 margin-left: 5px;
 border: 1px solid #FFFFFF;
 padding-left : 3px;
*/
 color: White;
 background: #3366CC;
 font : bold 12.5px "verdana", "arial", "geneva", sans-serif;
}

.h3 {

/* background: #2244AA;*/
/*
 margin-top : 5px;
 margin-left: 5px;
 border: 1px solid #FFFFFF;
 padding-left : 3px;
*/
 color: #003366;
 background: #DDDDDD;
 font : bold 14.5px "verdana", "arial", "geneva", sans-serif;
}
/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 7px;
/* 
	font-size: 11.5px;
	font-family: "verdana", "arial", "geneva", sans-serif; 
*/
}

/*	This is for page $title_linked						*/
.title {
	font-size: 10.5px;
	color: #000000;
	font-family: "verdana", "arial", "geneva", sans-serif;
	text-decoration : none;
}

/*	Links unvisited links							*/
a.title:link {
	text-decoration : underline;
}

/*	Links visited links							*/
a.title:visited {
	text-decoration : underline;
}

/*	Links active links (not widely supported)				*/
a.title:active {
	text-decoration : underline;
	color: #0033FF;
}

/*	Links when hovered over (MSIE only)					*/
a.title:hover {
	text-decoration : underline;
	color: #0033FF;
}

/*	This class is for the error messages					*/
strong.error {
color: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}
/*	Table cells								*/
td.tmp {
font-size: 10.5px;
color: #000000;
background: #F7F7F7;
font-family: "verdana", "arial", "geneva", sans-serif;
}

table.description {
	background: #F7F7F7;
	margin-left: 3em;
	color: Black;
}

td.description {
	
	font-size: 10.5px;
	color: #6A589E;
	font-family: "verdana", "arial", "geneva", sans-serif;
	padding : 1px 1px 1px 1px;
}

td.description  pre{
	padding : 1px 1px 1px 1px;
	color: Black;
}

/*	Preformatted text							*/
pre {
margin-left: 3px;
font-size: 12.5px;
font-weight: bold;
color: #000000;
}

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

a.poweredby:link {
font-size: 9.5px;
color: #8E8E8E;
}
a.poweredby:visited {
font-size: 9.5px;
color: #8E8E8E;
}
a.poweredby:active {
font-size: 9.5px;
color: #8E8E8E;
}
a.poweredby:hover {
font-size: 9.5px
color: #8E8E8E;
}

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



/* HEADER FILE */
.header {
 			font-size: x-small;
 			color: #FFFFFF;
 			font-family: "verdana", "arial", "geneva", sans-serif;
 			font-weight : bold;
/*			background: #9EABBC; #E8E8E8*/
			background: #003366;
 		}

	.underline {
		color: #000000;
		background: #FFFFFF;
		border-color : Black White;
		border-bottom-width : 2px;
		border-style : solid;
		border-left-width : 0px;
		border-right-width : 0px;
		border-top-width : 1px;
	}

 		td.menulink {
 			font-size: 11.5px;
 			/* background: #7F7F7F; */
/*			background: #737373; */
 			color: #DDDDDD;
 			font-family: "verdana", "arial", "geneva", sans-serif;
 			text-align : left;
 			background : #3366CC;
		 }
 
 		/*	Unvisited links								*/
 		a.menulink:link {
  			font-size: 10.5px;
 			color: #DDDDDD;
 			text-decoration : none;
 		}
 
 		/*	Active links (not widely supported)					*/
  		a.menulink:active {
  			font-size: 10.5px;
  			color: #DDDDDD;
 			text-decoration : underline;
 		}
 
 
 		/*	Visited links								*/
 		a.menulink:visited {
 			font-size: 10.5px;
  			color: #DDDDDD;
 			text-decoration : none;
 		}
 
 		/*	Links when hovered over (MSIE only)					*/
 		a.menulink:hover {
 			font-size: 10.5px;
 			color: White;
 			text-decoration : underline;
 		}

		small.simplelink {
			font-family: verdana, arial, helvetica;
			font-size: 9.5px;
			text-decoration : none;
			color: #000000;
		}
		
		font.black10{
			font-size: 10.5px;
			color: #000000;
			font-family: "verdana", "arial", "geneva", sans-serif;
		}
		
	  .normal{
			font-size: 11.5px;
			color: #000000;
			font-family: "Times New Roman", Arial;
		}
		
		.ads{
		font-size: 9.5px;	
		color: #909090;
		font-family: "verdana", "arial", "geneva", sans-serif;
	}
	 		/*	Unvisited links								*/
 		a.ads:link {
	font-size: 9.5px;
	color: #6A6171;
	font-family: "verdana", "arial", "geneva", sans-serif;
	text-decoration : none;
}
 
 		/*	Active links (not widely supported)					*/
  		a.ads:active {
			font-size: 9.5px;	
	color: #6A6171;
			font-family: "verdana", "arial", "geneva", sans-serif;
 			text-decoration : underline;
 		}
 
 
 		/*	Visited links								*/
 		a.ads:visited {
			font-size: 9.5px;	
	color: #6A6171;
			font-family: "verdana", "arial", "geneva", sans-serif;
 			text-decoration : none;
 		}
 
 		/*	Links when hovered over (MSIE only)					*/
 		a.ads:hover {
	font-size: 9.5px;
	font-family: "verdana", "arial", "geneva", sans-serif;
	color: #6A6181;
	text-decoration : underline;
}


