/*
	listing.css
	

	Created:	2005 
	By:				Glen H. Barratt
	Contact:	ghbarratt (at) powersketchdesign.com

*/

	/* General */
	*
	{
		font-family:			Arial, helvetica, sans-serif;
	}
	body
	{ 
		background-color:	#F8F8F8;
		margin:						10px;
		color:						#000000;	
	}
	ul
	{
		list-style-image:	url("../images/bullet1.gif");
		margin-top:				0px;
		margin-bottom:		0px;
	}
	h2
	{
		font-weight:			normal;
		font-size: 				14pt;
		color:						#444;
		line-height:			22px;
		margin:						0px;
		border:						0px;
	}
	a
	{
		color:						#888;
		font-weight:			bold;
		text-decoration:	none;
	}

	a:hover
	{
		color:						black;
	}
	
	a img
	{
		border:none;
	}
	td
	{
		color:						#787878;
		font-size:				10pt;
	}


	.subtitle
	{
		font-weight:			normal;
		font-size: 				8pt;
		color:						#666;		
	}
	
	.sectionOutlinePaddingTD
	{
		border-style:					solid;
		border-top-width:			0px;
		border-bottom-width:	1px;
		border-left-width:		1px;
		border-right-width:		1px;
		padding: 5px;
	}
	
	.topBorderCover
	{
		border-top:				solid 1px; 
		border-left:			solid 1px; 
		border-right:			solid 1px; 
	}
	
	.bottomBorderCover
	{
		border-bottom:		solid 1px; 
		border-left:			solid 1px; 
		border-right:			solid 1px; 
	}
	
	.leftBorderCover
	{
		border-top:				solid 1px; 
		border-bottom:		solid 1px; 
		border-left:			solid 1px; 
	}

	.rightBorderCover
	{
		border-top:				solid 1px; 
		border-bottom:		solid 1px; 
		border-right:			solid 1px; 
	}
	
	.sideBorderCover
	{
		border-left:				solid 1px; 
		border-right:			solid 1px; 
	}

	
	.footer
	{
		font-size:				8pt;
		margin-top:				0px;
		padding-top:			10px;
		padding-bottom:		10px;
		padding-left:			10px;
		padding-right:		10px;
	}
	a.footer
	{
		font-size:				8pt;
		margin-top:				0px;
		padding-top:			0px;
		padding-bottom:		0px;
		padding-left:			0px;
		padding-right:		0px;
	}	

	
