/* CSS Document */

.actionPanel
{
	float:right; 
	margin-left:30px; 
	margin-top:20px; 
	background-image:url(/_images/actionpanel/actionpanel.gif);
	background-repeat:repeat-y;
	width:200px;
}

.actionPanel ul, .actionPanelWide ul
{
	padding-left:28px;
}

.actionPanel li, .actionPanelWide li
{
	margin-bottom:4px;
}

.actionPanel .actionPanelContainer, .actionPanelWide .actionPanelContainer
{
	margin:0px 20px 40px 20px;
}

.actionPanel .bottom, .actionPanelWide .bottom
{
	background-color:#fff;
	margin-bottom:0px;
}

.actionPanelWide
{
	float:right; 
	margin-left:30px; 
	margin-top:20px; 
	background-image:url(/_images/actionpanel/actionpanel-wide.gif);
	background-repeat:repeat-y;
	width:250px;
}
