﻿

/* Zone */

.webpartzone
{
	width: 100%;
	padding: 5px 0px;
	margin: 0px;
}

.webpartzone .headerbar
{
	font-weight:bold;
	color: #336699;
	background: url(images/layout/back1.gif) #e0ebf6 repeat-x;
	border:1px solid #6699cc;
	padding: 5px;
	margin:0px;
}

.webpartzone .chrome
{
	border: lightsteelblue 1px solid;
	background-color: white;
	margin-bottom:5px;
}

.webpartzone .titlebar
{
	font-size: 1.25em;
	font-weight: bold;
	color: #336699;
	background: url(images/layout/back1.gif) #e0ebf6 repeat-x;
	padding: 2px 10px;
	border-bottom: 1px solid lightsteelblue;
}

.webpartzone .part
{
	padding: 10px !important;
}
