﻿/* WEBPART */

.webpartchrome
{
	width: 100%;
}

.webpartchrome td
{
    vertical-align: top;
}

.webpart-header,
.webpart-header a,
.webpart-header span
{
	height: 20px;
	letter-spacing: 0.2em;
	white-space: nowrap;
	overflow: hidden; /* for firefox */
	padding: 2px 15px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

.webpart-icon
{
	float: left;
}

.webpart-verbs
{
	float: right;
}

.webpart-title
{
}

.webpart-body .textbox
{
	width: 180px;
}

.webpart-border
{
	background: url(Images/webpart-border.gif) no-repeat left top;
	margin-bottom: 5px;
}

.webpart-border-2
{
	background: url(Images/webpart-border-2.gif) no-repeat right top;
}

.webpart-border-3
{
}

.webpart-border-4
{
}

.webpart-border .webpart-header,
.webpart-border .webpart-header a,
.webpart-border .webpart-header span
{
	color: #fff;
	font-size: 12px;
}

.webpart-border .webpart-body
{
	padding: 8px;
	border: 1px solid #bfbfbf;
}

.part-more
{
	margin: 10px 10px 2px 10px;
	text-align: right;
}

/* NAMED CHROMES */

/* ACTIVECHROME */

.activechrome .webpart-header
{
	background-color: #e0170d;
}
