﻿.WebPartZone
{
	width: 100%;
}
.TitleBar
{
	background-image: url('Images/HeaderBar.gif');
	background-repeat:repeat-x;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	color: White;
	font-weight: bold;
}
.WebPartsPanel
{
	background-color: #FFFFE1;
	border: solid 1px black;
}
.WebPartsPanel label
{
	font-size: 100%;
}
.WebPartsPanel a.BUTTON
{
	background-color: Transparent;
	color: #0066CC;
	font-weight: normal;
}
.WebPartsPanel fieldset
{
	padding: .8em .8em .8em .8em;
	border: solid 1px black;
	margin: .5em .5em .5em .5em;
}
.WebPartsPanel fieldset fieldset
{
	border: none;
	margin-left: 0em;
	margin-right: 0em;
}
.WebPartInstruction
{
	padding-left: .8em;
}
.WebPartLabel
{
	padding-left: 0em;
}
.Significant
{
	font-weight: bold;
}
.WebPartEntry
{
	clear: both;
}
.WebPartEntry input
{
	float: left;
}
input[type=text].WebPartEditControl
{
	width: 30em;
}
.WebPartEntryPanel, .WebPartEntryiMIS, .WebPartEntryCustom
{
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-top: 2px;
	min-height: 19px;
	float:left;
}
.WebPartEntryPanel
{
	background-image: url('images/icons/panel.gif');
}
.WebPartEntryiMIS
{
	background-image: url('images/icons/ilogo.gif');
}
.WebPartEntryCustom
{
	background-position: 0px 2px;
	background-image: url('images/icons/icon_control.gif');
}
.WebPartEntryCommandButtons
{
	float:right;
	padding-right: 10px;
}

/* here only because it doesn't seem to be defined???  Need to add somewhere during cleanup */
h2
{
	font-size: 110%;
	color: #002689;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: solid 2px #002689;
}
.SelectedItem
{
	background-color: #3399FF;
	color: White;
}
.UnSelectedItem
{
	cursor: pointer;
}
.HtmlEditor
{
	width: 100%;
	height: 90%;
}
.HtmlEditor .RadEWrapper
{
	width: 100% !important;
	height: 90% !important;
}
