/* **************************************************************************** */
/*        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 







                                       */





/*        Paragraph                                                                        */
p {
margin-left: 0px;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}


/*        Definition list                                                                        */
dl {
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        Menu                                                                        */
small.menu {
font-size: 10px;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        Menu unvisited links                                                        */
a.menulink:link {
color: #6633FF;
background: #DFDFDF;
}

/*        Menu visited links                                                        */
a.menulink:visited {
color: #993399;
background: #DFDFDF;
}

/*        Menu active links (not widely supported)                                */
a.menulink:active {
color: #FF6666;
background: #DFDFDF;
}

/*        Menu links when hovered over (MSIE only)                                */
a.menulink:hover {
color: #FF6666;
background: #DFDFDF;
}

/*        Links unvisited links                                                        */
a.link:link {
color: #6633FF;
background: #DFDFDF;
}

/*        Links visited links                                                        */
a.link:visited {
color: #993399;
background: #DFDFDF;
}

/*        Links active links (not widely supported)                                */
a.link:active {
color: #FF6666;
background: #DFDFDF;
}

/*        Links when hovered over (MSIE only)                                        */
a.link:hover {
color: #FF6666;
background: #DFDFDF;
}

/*        Unvisited links                                                                */
a:link {
color: #6633FF;
background: #DFDFDF;
}

/*        Visited links                                                                */
a:visited {
/* color: #FFFFFF; */
color: #993399;
background: #DFDFDF;
}

/*        Active links (not widely supported)                                        */
a:active {
color: #FF6666;
background: #DFDFDF;
}

/*        Links when hovered over (MSIE only)                                        */
a:hover {
color: #FF6666;
background: #DFDFDF;
}

/*        Links unordered lists                                                        */
ul {
margin-left: 0px;
list-style: disc;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        The link description                                                        */
span.descript {
font-size: 12px;
color: #333333;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        New links                                                                */
sup.new {
font-size:12px;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        Popular links                                                                */
sup.pop {
font-size: 12px;
color: #FFFFFF;
background: #DFDFDF;
font-weight: bold;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        Links date and hits                                                        */
small.date {
font-size: 10px;
color: #666666;
background: #C0C0C0;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        Number of links in categories                                                */
small.numlinks {
font-size: 12px;
color: #666666;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        This class is for "Looking for something in particular?"                */
strong.search {
color: #000000;
background: #DFDFDF;
font-weight: bold;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        This class is for "More options"                                        */
small.more {
font-size: 12px;
color: #000000;
background: #DFDFDF;
font-weight: normal;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        This is for main headers on all pages *apart* from the home page        */
h1 {
margin-left: 0px;
font-size: large;
font-weight: bold;
border: none;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*        This class is for the main header on the Links home page                */

h1.home {
margin-left: 0px;
font-size: 18px;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #DFDFDF;
font-family: "verdana", "arial", "geneva", sans-serif;

}

/*        This class is for the error messages                                        */
strong.error {
color: #FFFFFF;
background: #DFDFDF;
font-weight: bold;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        This is used for the sub headers                                        */
h2 {
margin-left: 0px;
font-size: 18px;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        This is for the margin for the form elements                                */
div.margin {
margin-left: 0px;
}

/*        This is for page $title_linked                                                */
strong.title {
font-size: 14px;
font-weight: bold;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}



/*        This is  for Category Listings table cells                                */
td.catlist {
font-size: 12px;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}

/*        Preformatted text                                                        */
pre {
margin-left: 0px;
font-size: small;
font-weight: bold;
color: #000000;
background: #DFDFDF;
}

/*        This is for the page last updated text                                        */
small.update {
font-size: 10px;
font-weight: bold;
color: #999999;
background: #DFDFDF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*        This is for the total number of links                                        */
p.grandtotal {
margin-left: 0px;
font-size: 12px;
font-weight: bold;
color: #000000;
background: #DFDFDF;
font-family: "verdana", "sans-serif", "geneva", arial;
}




.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-align: justify;
}

.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFF2;
	border: 1px inset #FEE498;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFECB0;
	border: 1px outset #FFFFE1;
}


.forMenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}	
	
.forSubmenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-left:2px solid silver; 
        border-right:2px solid silver; 
        margin:2px;
        background-color: #D4D3D3;
}	




h3.Headline     { font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#D4D3D3; font-size:  11pt; color: #8C8C8C; font-weight: none; border-bottom:2px solid silver; border-top:2px solid silver; margin:0px; }
h5.Headline     { font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#D4D3D3; font-size:  8pt; color: #8C8C8C; font-weight: none; border-bottom:2px solid silver; border-top:2px solid silver; margin:0px; }


