/* The common wrapper for all containers.  Styles here can be overridden
   in the container-specific stylesheets.
*/

div.container
{
	margin-bottom: 12px;
	padding: 10px;
	clear: none;
}

/* The title area of the container */
div.container-title
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

