﻿
/* WEBPART */

.webpartzone
{
	width: 100%;
}

.webpartchrome
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 8px;
}

.webpartchrome td
{
    vertical-align: top;
}


.webpart-header,
.webpart-header a,
.webpart-header span
{
	background: url(Images/part-header.gif);
	height: 13px;
	padding: 7px 8px 6px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #b3b3b3;
	white-space: nowrap;
	overflow: hidden; /* for firefox */
	color: #444;
}

.webpart-header a:hover
{
}
.webpart-verbs
{
	float: right;
}
.webpart-title a
{
}
.webpart-body .textbox
{
	width: 180px;
}
.webpart-border
{
	background-color: #fafafa;
	border: solid 1px #b3b3b3;
}
.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: #444;
	font-size: 12px;
}
.webpart-border .webpart-body
{
	padding: 8px;
}

.part-more
{
	margin: 10px 10px 2px 10px;
	text-align: right;
}

/* NAMED CHROMES */

/* ACTIVECHROME */

.activechrome .webpart-header
{
	background-color: #e0170d;
}
