﻿.WebPartZone
{
	width: 100%;
}
.TitleBar
{
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	color: White;
	font-weight: bold;
	background-color: #293c7c;
}
.WebPartsTitleBar
{
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	color: White;
	font-weight: bold;
	background-color: #293c7c;
}
.WebPartsPanel
{
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
}
.WebPartsPanel label
{
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	color: #666666;
	width: 130px;
	min-width: 10em;
	padding: 3px;
	white-space: pre-line;
}
.WebPartsPanel a.BUTTON
{
	background-color: Transparent;
	color: #0066CC;
	font-weight: normal;
}
.WebPartsPanel fieldset
{
	border: solid 1px black;
	width: 100%;
}
.WebPartsPanel fieldset table
{
	width: 96%;
}
.WebPartsPanel fieldset td
{
	float: left;
	clear: left;
	padding: 3px 2px 3px 2px;
	border: solid 1px white;
	border-bottom: solid 1px #CDCDCD;
}
.WebPartsPanel fieldset fieldset
{
	border: none;
	margin-left: 0em;
	margin-right: 0em;
}
.WebPartInstruction
{
	
}
.WebPartLabel
{
	padding-left: 0em;
}
.Significant
{
	font-weight: bold;
}
.WebPartEntry
{
	clear: both;
}
.WebPartEntry input
{
	float: left;
}
input[type=text].WebPartEditControl
{
	margin: 5px 0px 3px 0px;
	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;
}

/* iParts Connection Panel */
.ConnectionWebPartsPanel
{
	background-color: #FFFFFF;
	clear: both;
	text-align:left; margin-left:auto; margin-right:auto;
}
.ConnectionTitleBar
{
	background-image: url('Images/headerBg.gif');
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	color: White;
	font-weight: bold;
}
.ConnectionWebPartLabel
{
	text-align: left;
	min-width: 15em;
	padding: 3px;
	white-space: nowrap;	
}
.ConnectionWebPartsPanel TD TABLE TD
{
	padding: 3px;
}
/* Defines overflow so the Content Edit page properly displays wide columns. */
.LayoutBorder 
{
    overflow-x: auto;
    overflow-y: hidden;
}

.ConnectionWebPartsPanel fieldset
{
	
	margin-top: .3em;
	border-top: solid 1px #a0a0a0;		
}
/* End iParts Connection Panel */

/* 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;
}

/* Resets the opacity for Selected items within a PeoplePanel */
.PeoplePanel .SelectedItem
{
    opacity:1;
    filter:Alpha(opacity=100); /* Sets the opacity for IE8 */
}
.UnSelectedItem
{
	cursor: pointer;
}
.HtmlEditor
{
	width: 100%;
	height: 90%;
}
.HtmlEditor .RadEWrapper
{
	width: 100% !important;
	height: 90% !important;
}
/* UL LI rule in base.css ends up overriding the inherited style from the Telerik embedded CSS in IE8/FF. */
.RadUpload .ruInputs li
{
    list-style-type: none !important;
    list-style-image: none !important;
}
.reColorPicker
{
    height: 140px !important;
    width: 220px !important;
}
.reInsertTable
{
    width: 160px !important;
    height: 220px !important;
}
/* The first rule is here because IE7 does not understand 'inherit' for max-width; we just set it absurdly high instead.
   The second rule is for IE8 and Firefox, which do. */
.PanelFieldValue .RadEditor a
{ 
	max-width: 1000% !important;
}
.PanelFieldValue .RadEditor a
{ 
	max-width: inherit !important;
}
.RadEditor table
{
	margin-bottom: 0px !important;
}
.PanelFieldValue .RadEditor
{
    margin-bottom: 1em;
}
/* use with Telerik RadTabStrip, Vista skin */
.multiPageTab  
{  
    border: 1px solid #898c95;
}
/* The border displayed for iParts when 'HideContent' and 'ShowSurfToEdit' are both True */
.NoContentSTEContainer
{	
	border-color: #D8D8D8;
	border-width: 0.1em;
	border-style: dashed;
	padding: 0.313em;
}
