
/*
This is the style for the top part of the toolbar

PSToolbar is the OUTER container for the toolbar table and its icons
*/
#PStoolbar
{
	position:absolute;
	left:800px; 
	height:30px; 
	visibility:hidden;
	z-index:100;
}


.top
{
background: url('/PS/PS_Images/toolbar/top.gif') repeat;
}

/*
Topleft and Topright are the DIVS that are within the table cells
at the top of the toolbar. The close toolbar button is in here. (topleft)
*/
#topleft
{
	height:9px;
	overflow:none;
	background: url('/PS/PS_Images/toolbar/top.gif') repeat;
}

#topright
{
	height:9px;
	overflow:none;
	background: url('/PS/PS_Images/toolbar/top.gif') repeat;
}

/*
Left and Right are the ids of the DIVS surrounding the icons
*/
#left
{
	float:left;
}
#right
{
	float:right;
}

/*
This is the Div that contains the actual icons
*/
.toolbar
{
	float:left;
}
#toolbar
{
	float:left;
}


</style>

