/*
 *  CSS Style Sheet for "My Portal", part of the Galeon distribution
 */

/*
 * This is pretty sucky so if someone wants to make in nicer the
 * patch would probably be accepted! -- MattA
 *
 * But it's getting better, thanks to Lee Willis <lwillis@plus.net.uk>
 */

/* overall styles */
body
	{
		font:			11pt sans-serif;
		margin-top:		-1em;
		margin-bottom:		0;
		margin-left: 		-24;
		margin-right: 		8;
		background:		white;
		color:      		black;
		line-height:		1.7em;
	}

/* this is for category headings */
strong 
	{
		border:			1px solid #cccccc;
		border-top:		0px;
		padding-bottom:		2;
		padding-top		0;
		padding-right:		6;
		padding-left:		250;        /* wacky tabs   */
		margin-left:		-250;
		margin-top:		3em;
		background:		#ffffdd;    /* light yellow */
		margin-right:		10;
	}

/* this is the indenting procedure for categories */
blockquote
	{
		margin-left:		32;
		margin-right:		0;
	} 

/* various link styles */
a
	{
		margin-right:		12;
		text-decoration:	none;
		border-bottom:		1px solid #80c0ff;
                white-space:            nowrap;
	}

a:link
	{	
		color:			blue;
	}

a:visited
	{
		color:			purple;
		border-bottom:		1px solid #8080ff;
	}

a:active
	{
		color:			yellow;
	}

a:hover
	{
		color:			red;
		background:		#ffffee;
		border-bottom:		1px solid black;
	}

/* links in category headings have a different class */
a.heading
	{
		border-bottom:		0px;
		background:		#ffffff
	}
a.heading:link
	{
		color:			black;
	}
a.heading:visited
	{
		color:			purple;
	}
a.heading:hover
	{
		color:			red;
		background:		#white;
	}

img.logo
	{
		margin-top:		1em;
		float:			right;
		width:			350;
		height:			279;
	}

img
	{
		border:			0;
	}

input
	{
		margin-top:		6;
		margin-bottom:		-8;
		margin-left:		3;
		margin-right:		3;
		padding-left:           2;
	}

input[type="image"]
	{
		border:			0
	}

input[type="submit"]
	{
		background:		#ffffdd;
		padding-top:		0;
		padding-bottom:		6;	
	}
