/*
	Cascading Style Sheets for the Daily Crawl
	http://www.hitormiss.org/projects/dailycrawl

	By: Matt Kingston, June 21, 2002
*/

	body 
	{ 
		background: #eee; 
		line-height: 1.5; 
		font-family: arial, sans-serif; 
		font-size: x-small;
	}

	a { color: blue; }
	a:visited { color: purple; }
	a:hover { color: red; }

	#dailycrawlSectionHeader
	{ 
		font-weight: bold; 
		font-size: small; 
	}
	
	#date 
	{ 
		font-weight: 900; 
		margin-left: 0px; 
		font-size: x-small; 
		color: maroon; 
		margin-top: 5px;
	}

	#time 
	{ 
		font-weight: bold; 
		font-style: italic; 
		margin-left: 0px; 
		font-size: xx-small; 
	}

	#link 
	{ 
		margin-left: 15px; 
		font-size: xx-small;  
	}

	#editpageTitle
	{ 
		font-weight: bold; 
		font-size: x-large; 
	}

	#editpageSectionHeader
	{
		font-weight: bold;
		font-size: medium;
	}

	#editpageFormBox
	{
		font-size: x-small;
	}

	tr.normal	{ background: #eeeeee; }  
	tr.highlight	{ background: #999999; }

	#editpageHeaderRow
	{
		background: blue;
		font-size: x-small;
		color: white;
	}


