﻿
/* WEBPART */

.webpartzone
{
	width: 100%;
}

.webpartchrome
{
	table-layout: auto;
	width: 100%; /* for firefox */
	overflow: hidden; /* for firefox */
}

.webpart-verbs
{
	float: right;
}

.ContentZoneL,
.ContentZoneR
{
	vertical-align: top;
}

/* HTMLPART */

.htmlpart
{
	overflow: hidden;
	width: 100%; /* for IE6 */
}


