/***************************************************************
**                                                            **
** Purpose: This file contains the definitions for all common **
**           side bar stylesheets in use throughout IT Works  **
**           Solutions' web pages.                            **
**                                                            **
**          Any stylesheets specific to particular web pages  **
**           within the site are located elsewhere.           **
**                                                            **
***************************************************************/




/**/	.sideBar
	{
		position:			absolute;
		left:				0px;
		top:				71px;
		width:				160px;
	}




/**/	.sideBarFrame
	{
		position:			absolute;
		top:				0px;
		left:				0px;
		width:				160px;
		height:				100%;
		background-color:		#000088;
	}




/**/	.sideBarSpacer
	{
		background-color:		#BBBBBB;
		background-image:		url(../images/sidebarSpacer.gif);
		background-repeat:		repeat-y;
		font-size:			1pt;
		height:				8px;
		border:				none;
	}




/**/	.sideBarLink
	{
		line-height:			200%;
		height:				29px;
		margin:				0px;
		padding-left:			28px;
		padding-top:			0px;
		padding-bottom:			0px;
		border-top:			solid white 1px;
		border-bottom:			solid white 1px;
		border-left:			solid white 1px;
		border-right:			solid white 1px;
		background-color:		#666699;
		background-image:		url(../images/sidebarArrow.gif);
		background-repeat:		no-repeat;
		color:				white;
		vertical-align:			center;
		cursor:				hand;
	}




/**/	.sideBar a:hover
	{
		text-decoration:		none;
	}




/**/	.sideBarNews
	{
		padding-top:			6px;
		padding-bottom:			7px;
		padding-right:			12px;
		padding-left:			18px;
		background-image:		url(../images/sidebarNews.gif);
		background-repeat:		repeat-y;
		border-top:			solid white 1px;
		border-bottom:			solid white 1px;
		border-left:			solid white 1px;
		border-right:			solid white 1px;
		color:				white;
		text-decoration:		none;
	}




/**/	.sideBarNews a:link,
/**/	.sideBarNews a:hover,
/**/	.sideBarNews a:visited
	{
		color:				yellow;
	}




/**/	.sideBarNews a:hover
	{
		text-decoration:		underline;
	}




/**/	.sideBarNewsHeading
	{
		margin-bottom:			5px;
		font-weight:			bold;
	}




/**/	.sideBarNewsBody
	{
	}




/**/	.sideBarTail
	{
		background-image:		url(../images/sidebarTail.gif);
		background-repeat:		no-repeat;
	}
