﻿
/* WEBPART */

.webpartchrome
{
	margin-bottom: 6px;
}

.webpartzone li,
.webpartzone dd
{
	border-bottom: dashed 1px #cccccc;
}

.webpart-border
{
	background-color: #fff;
	border: solid 1px #ccc;
}

.webpart-header
{
	height: 16px;
	padding: 10px 0 4px 6px;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
	overflow: hidden; /* for firefox */
	color: #e05252;
}

.webpart-header span,
.webpart-header a
{
	overflow: hidden;
}

.webpart-header a:hover
{
}

.webpart-border .webpart-body
{
	padding: 8px 15px;
}
.part-toolbar
{
	text-align: center;
}
.part-toolbar,
.part-toolbar a
{
	color: #E90000;
}
.part-rss
{
	text-align: right;
}
.part-section,
.part-section a
{
	color: #E90000;
	margin: 8px 2px;
}
/* HTMLPART */

/* COUNTERPART */

.CounterPart
{
	text-align: center;
	padding: 4px 0;
}

.CounterPart span
{
	font-size: 20px;
	font-family: Tahoma;
	color: #003366;
	letter-spacing: 0.2em;
}

/* BLOGCALENDAR */

.blogcalendar .calendar
{
	border: 0;
}

.blogcalendar .calendar-title
{
	margin: 0;
	border: 0;
	padding-bottom: 5px;
	height: 24px;
}

.blogcalendar .calendar-day
{
	padding: 2px 0;
}

.blogcalendar .calendar-selectableday
{
	font-weight: bold;
}

/* BLOGCATALOG */

.blogcatalog .cataloglist
{
	margin: 1em;
	letter-spacing: 0.2em;
}

/* EDITOR */

.gridview_wpeditor th
{
	padding: 4px;
}

.gridview_wpeditor .row td,
.gridview_wpeditor .altrow td
{
	padding: 4px;
}

.wpeditor_commands
{
	margin: 4px;
}
/* PORTALLIST */
.portallist
{
	margin: 8px 0;
}

.portallist table
{	
	border-collapse: collapse;
}

.portallist td
{
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.portallist td td
{
	border: none;
	padding: 0;
}

.portallist .icon
{
	background: url(Images/bullet-2.gif) no-repeat;
	width: 12px;
}

.portallist .imageicon
{
	width: 20px;
}
.portallist .authorcell
{
	width: 60px;
}
.portallist .authorcell a,
.portallist .authorcell span
{
	white-space: nowrap;
}
