﻿
/* WEBPART */

.webpartzone
{
	width: 100%;
}

.webpart-verbs
{
	float: right;
}

/* HTMLPART */

.htmlpart
{
    line-height: 160%;
	overflow: hidden;
	width: 100%; /* for IE6 */
}

/* BLOGCALENDAR */

.blogcalendar
{
	text-align: center;
}

.blogcalendar .calendar
{
	width: 100%;
}

/* EDITOR */

.gridview_wpeditor
{
	width: 100%;
}

.gridview_wpeditor-empty
{
	background-image: url(Images/gridview-empty.png);
    margin: 20px 0;
}

.gridview_wpeditor-empty td
{
	padding: 60px;
	text-align: center;
	font-style: italic;
	color: #808080;
	font-size: 16px;
	border: 1px solid #808080;
}
