/*
====================================================================================================
==
==	STYLESHEET
==			screen.css		v1.0
==
==	DESCRIPTION
==			Default stylesheet for html clients
==
==	HISTORY
==			2006-06-13	v1.0	Initial version																									David Barr
==
====================================================================================================
*/

/*
====================================================================================================
==	HTML ELEMENTS
====================================================================================================
*/
#divContentPanel LI	
{
	list-style-image: url(ul.gif);
}

#divContentPanel UL.ulArrowList LI
{
	list-style-image: url(ul.gif);
}


/*
====================================================================================================
==	MENU ITEMS
====================================================================================================
*/

.divMenu ul, .divParagraph ul
{
	list-style-image: url('ulPanel.gif');
	margin-left: 18px;
}



/*
====================================================================================================
==	NAV BAR STYLES
====================================================================================================
*/
#divNavBar
{
	background-color: #F9E04C;
}



/*
====================================================================================================
==	NAVIGATION PANEL
====================================================================================================
*/

#divNavigation, #divRelatedContent
{
	background-color: #F9E04C;
	background-image: url("bgLinksRight.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}



/*
====================================================================================================
==	SUPPLEMENTS PANEL
====================================================================================================
*/
#divQuickLinks, #divExternalLinks, #divEmailLinks
{
	background-color: #F9E04C;
	background-image: url('bgLinksLeft.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}