﻿
/* WEBPART */

.webpartzone
{
	width: 100%;
}

.webpartchrome
{
}

.webpart-header a
{
    text-decoration: none;
}

.webpart-header a:hover
{
	text-decoration: underline;
}

.webpart-verbs
{
	float: right;
}

/* HTMLPART */

.htmlpart
{
	overflow: hidden;
	width: 100%; /* for IE6 */
}

.htmlpart table
{
	width: 100%;
}

/* CELL */

.webpartchrome .cell
{
	text-align: center;
}

.webpartchrome .cell-icon
{
	float: none;
	margin: 4px;
}

.webpartchrome .cell-title a
{
    font-weight: bold;
    color: #58595b;
}

.webpartchrome .cell-attributes
{
    margin: 0.1em;
}

.leftpane .cell
{
	text-align: center;
}

.leftpane .cell-icon
{
	float: none;
	margin: 4px;
}

.rightpane .cell
{
	text-align: center;
}

.rightpane .cell-icon
{
    float: none;
    margin: 4px;
}