/***************************************************************
**                                                            **
** Purpose: This file contains the definitions for all common **
**           title bar stylesheets in use throughout IT Works **
**           Solutions' web pages.                            **
**                                                            **
**          Any stylesheets specific to particular web pages  **
**           within the site are located elsewhere.           **
**                                                            **
***************************************************************/




/**/	.titleBar
	{
		position:			absolute;
		top:				71px;
		left:				161px;
		height:				60px;
		font-family:			Arial;
		color:				white;
		background-color:		#BB0000;
	}




/**/	.titleBarFrame
	{
		position:			absolute;
		top:				71px;
		left:				0px;
		height:				60px;
		width:				100%;
		background-color:		#BB0000;
	}




/**/	.titleBarMainTitle
	{
		font-size:			20pt;
		padding-left:			10px;
		margin:				0px;
		color:				white;
        }




/**/	.titleBarLinkChain
	{
		color:				white;
		font-size:			8pt;
		margin:				0px;
		padding-left:			15px;
	}




/**/	.titleBarLinkChainElement
	{
		padding-right:			3px;
	}
