/* 
================================
 Poison Ivy Container
 Based on the SchwingSoft CSS Container Styles for DotNetNuke
================================
*/   

.PIvy
{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.PivyHeader
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.PIvyTitle
{
	color: #999999;
}

.PivyAction
{
	float:right; /* in a table this would match with align=right */
}

/*Because we dont use standard action menu but a selectbox make sure 
* it wil fit in each css column so you dont get weird result
* A small top margin is added to make sure it doesnt align directly to title.
*/
div.Pivy select
{
margin-top:0.5em;
width:10em;
font-size:80%
}
