﻿/*** Field and Review Control Styles ***/

/* Generic wrapper for field controls */
.FieldControl
{
	clear: both;
	margin: 2px 0px 2px 0px;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* Generic wrapper for review controls */
.ReviewControl
{
	clear: both;
	margin: 2px 0px 2px 0px;
	color: #555555;
	padding: 2px 0px 2px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* Control labels */
.ControlLabel
{
	float: left;
	width: 180px;
	height: 20px;
}

/* The fieldset generated by Panel field controls */
.FieldControlPanel fieldset
{
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: solid 1px #999999;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 20px 5px 20px 5px;
	clear: both;
}

/* The legend text on panels */
.FieldControlPanel legend
{
	padding: 2px;
	margin-left: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #555555;
}

/* The interior of tab panels */
.FieldControlTabPanel
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #555555;
}

/* Value controls (usually INPUTs, SELECTs, etc.) */
.FieldControl.ControlValue
{
	float: left;
}

/* Value controls (usually static text) */
.ReviewControl.ControlValue
{
	float: left;
}

/* Styles applied to the controls themselves */
input.ControlValue, select.ControlValue, textarea.ControlValue, input.ControlValueFunction, select.ControlValueFunction, textarea.ControlValueFunction
{
	padding: 2px;
	border: solid 1px #aaaaaa;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* Styles applied to the controls themselves when focused */
input.ControlValue:focus, select.ControlValue:focus, textarea.ControlValue:focus, input.ControlValueFunction:focus, select.ControlValueFunction:focus, textarea.ControlValueFunction:focus
{
	border: solid 1px #000000;
	color: black;
}

/* Styles applied to controls that are hovered over */
input.ControlValue:hover, select.ControlValue:hover, textarea.ControlValue:hover, input.ControlValueFunction:hover, select.ControlValueFunction:hover, textarea.ControlValueFunction:hover
{
	border: solid 1px #555555;
	color: black;
}

/* Applied to controls that can't be validated */
input.InvalidControlValue, select.InvalidContolValue, textarea.InvalidControlValue, input.InvalidControlValueFunction, select.InvalidContolValueFunction, textarea.InvalidControlValueFunction
{
	padding: 2px;
	border: solid 1px #aaaaaa;
	background-color: #fffacd;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* Applied to controls that can't be validated and have focus */
input.InvalidControlValue:focus, select.InvalidContolValue:focus, textarea.InvalidControlValue:focus, input.InvalidControlValueFunction:focus, select.InvalidContolValueFunction:focus, textarea.InvalidControlValueFunction:focus
{
	border: solid 1px #000000;
	background-color: #fffacd;
	color: black;
}

/* Applied to controls that can't be validated and are hovered over */
input.InvalidControlValue:hover, select.InvalidContolValue:hover, textarea.InvalidControlValue:hover, input.InvalidControlValueFunction:hover, select.InvalidContolValueFunction:hover, textarea.InvalidControlValueFunction:hover
{
	border: solid 1px #555555;
	background-color: #fffacd;
	color: black;
}

/* Labels that appear on CheckBoxLists, RadioButtonLists, etc. */
.ControlValue label
{
	padding: 2px;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* Wrapper around CheckBoxLists, RadioButtonLists, etc. */
.ControlValueList
{
	overflow: auto;
	max-height: 140px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	display: block;
}

/* Buttons */
.ControlValueButton
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 1px #aaaaaa;
	color: #555555;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

/* Buttons with focus */
.ControlValueButton:focus
{
	border: solid 1px #000000;
	color: #000000;
}

/* Buttons with hover */
.ControlValueButton:hover
{
	border: solid 1px #555555;
	color: #FFFFFF;
	background-color: #0071b8;
}

/* Tooltip that pops up when you click on a control */
.ControlHelpText
{
	visibility: hidden;
	background-color: #fffacd;
	padding: 3px;
	font-size: 8pt;
	border: solid 1px #aaaaaa;
	margin-left: 5px;
}

/* Star that indicates required elements */
.ControlRequiredStar
{
	color: #CC0000;
}


/*** Other Styles ***/

/* Any data bound grid or pretty table */
.Grid
{
	border: solid 1px #0071b8;
	width: 50%;
}

.Grid td
{
	background-color: white;
	padding: 5px;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

.Grid th
{
	background-color: #0071b8;
	color: white;
	font-weight: bold;
	padding: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

.Grid th a, .Grid th a:active, .Grid th a:link, .Grid th a:visited
{
	color: White;
	text-decoration: none;
}

.Grid th a:hover
{
	color: White;
	text-decoration: underline;
}

/* Used for AJAX loading panels - should be hidden by default */
.LoadingPanel
{
	background-color: #0071b8;
	color: white;
	font-weight: bold;
	height: 80px;
	margin: 0;
	padding: 0;
	display: none;
	border: 0px;
	overflow: hidden;
	text-align: center;
}

/* Used for small AJAX loading panels - should be visible by default */
.LoadingPanelSmall
{
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 20px #0071b8;
	background-color: #0071b8;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0px;
	overflow: hidden;
	text-align: center;
}

/* Used for error messages */
.ErrorMessage
{
	color: #cc0000;
}

.DirectoryResultsHeader
{
	margin-top: 2px;
	padding: 6px;
	border: solid 1px #0071b8;
	background-color: #0071b8;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

.DirectoryResults
{
	margin-bottom: 2px;
	padding: 6px;
	border: solid 1px #0071b8;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #555555;
}



/*** New IntegratedWizard Specific Styles ***/
.ControlValueFunction
{
	float: left;
	width: 60px;
}

input.ControlValueFunction
{
	width: 26px;
}

.ControlLabelFunction
{
	float: left;
	display: block;
}

.ControlLabelFunctionName
{
	font-weight: bold;
	display: block;
}

.ControlLabelFunctionSpeaker
{
	font-style: italic;
	display: block;
}

.ControlLabelFunctionFee
{
	font-size: smaller;
	display: block;
}

.ControlLabelFunctionWarning
{
	font-size: smaller;
	color: #CC0000;
	display: block;
}

.ControlLabelFunctionCapacity
{
	font-size: smaller;
	display: block;
}

.ControlLabelFunctionDescription
{
	display: block;
}

.NavButtons
{
	clear: both;
}

.TitleRow td
{
	background-color: #cccccc;
	font-weight: bold;
	font-style: italic;
}

.SubtotalRow td
{
	background-color: #eeeeee;
	font-style: italic;
}

.TotalRow td
{
	background-color: #0071b8;
	color: white;
	font-weight: bold;
	padding: 5px;
}

.ItemDescription
{
	text-align: left;
}

.ItemQuantity
{
	text-align: right;
}

.ItemUnitPrice
{
	text-align: right;
}

.ItemAmount
{
	text-align: right;
}

.AccordionHeaderDrag
{
	background-color: #0071b8;
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 0px;
	border: solid 1px black;
	padding: 4px 6px 4px 6px;
}

.AccordionHeaderDrag a, .AccordionHeaderDrag a:link, .AccordionHeaderDrag a:active, .AccordionHeaderDrag a:visited
{
	color: White;
	text-decoration: none;
}

.AccordionHeaderDrag a:hover
{
	color: White;
	text-decoration: underline;
}

.AccordionHeader
{
	background-color: #0071b8;
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 0px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	padding: 2px 6px 2px 6px;
}

.AccordionHeaderSelected
{
	background-color: #2091d8;
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 0px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	padding: 2px 6px 2px 6px;
}

.AccordionContent
{
	background-color: White;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	border-top: 0px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	padding: 2px 6px 2px 6px;
}

.AccordionContent a, .AccordionContent a:link, .AccordionContent a:active, .AccordionContent a:active
{
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
}

.AccordionContent a:hover
{
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: underline;
}

.AccordionContent ul
{
	padding: 0px;
	margin: 0px;
}

.AccordionContent li
{
	margin-left: 10px;
}

.GeneratorResults
{
	font-family: Courier New, Courier, Monospace;
	font-size: 8pt;
}

.FloatingPanel
{
	width: 180px;
}