
/* generic jammed.com CSS stuff
 * $Id: jammed.com.css,v 1.6 2003/12/31 04:55:37 jwa Exp $ 
 */

/* order of these matters [to mozilla, anyway] */

a:link
{
	color: #2020FF;
	text-decoration : underline;
}

a:visited
{
	color: #a080FF;
	text-decoration : underline;
}

a:hover 
{
	Color : #FFFFFF ;
	background-color : #008360 ;
	text-decoration : underline;
}

a:active
{
	background : transparent;
	color: #99FF99;
}

a
{
	text-decoration : none; 
}


code
{
	color : #00000;
	font-size : 1em;
	font-family: fixed, monospace;
}

pre
{
	color: #000000;
	font-size : 14px;
	font-family: fixed, monospace;
}

body
{
	background : #ffffff;
	color : #000000;
	font-family : sans-serif;
	font-size : 14px; 
	margin: 5px;
	padding: 1px;
}

/* 'color' attributes required for NS4, IE? */

big { font-size: 1.2em; }
small { font-size: .8em; }

ul
{
	margin: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	list-style: inside;
}

dd
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style: inside;
}

h3
{
	font-size: 16px;
}

h2
{
	font-size : 19px;	
}

h1 
{
	font-size : 21px;
}

li { list-style-type : square; }

hr { color: #000000; background-color: #009900; height: 2px; }

th { color: #000000; font-family : sans-serif; font-size : 14px; text-align: center; }

tr { font-family : sans-serif; font-size : 14px; }

.trchange { background-color: #D0D0D0; }

.indexcompact { font-size: .8em; }

/* .indexitem { font-family : sans-serif; font-size : 14px;  } */

/* specific divs */

#container 
{
 #background: url(/images/neatobot.gif) repeat top right;
 padding 0px 175px 0px 110px;
 margin 5px;
 font: 14px veranda, sans-serif;
 border-top: 4px solid #0f0;
 border-bottom: 4px solid #0f0;
}

#mainsearch
{
 font: 10px monospace;
 background url(images/neatobot.gif);
}

#container h1,h2
{
 font-size: 15px;
 margin: 5px;
 #border-top: 1px solid #000;
 #border-bottom: 1px solid #000;
}

#column-lists
{
 width: 33%;
 float: left;
 #position: absolute;
 #left: 10px;
 #width: 180px;
 #color: #ee8;
 padding-top: 10px;
 #background-color: #aa9;
}

#column-tools
{
 width: 33%;
 float: left;
 #margin: 0 34% 0 170px;
 #border-left: 2px solid #000;
 #border-right: 2px solid #000;
 #padding 0 10px 10px;
 #background-color: #6b9;
 padding-top: 10px;
}

#column-otros
{
 float: left;
 width: 33%;
 #position: absolute;
 #right: 25px;
 #width: 30%;
 #background-color: #a09;
 padding-top: 10px;
}

#privacy
{
 border-right: 2px solid #000;
 border-bottom: 2px solid #a00;
 border-top: 2px solid #00a;
 float: left;
 font: 10px veranda, sans-serif;
}

#anybrowser
{
 float: left;
 padding-top: 5px;
 font: 10px veranda, sans-serif;
}

#credits
{
 float: right;
 font: 10px veranda, sans-serif;
}

#updates
{
 float: right;
 font: 10px veranda, sans-serif;
}

#qotm
{
 float: right;
 font: 10px veranda, sans-serif;

 border-right: 1px solid #000;
 border-bottom: 1px solid #a00;
 border-top: 1px solid #00a;
 border-left: 1px solid #000;
}




#


