Body
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
	background-color: white;
}

A
{
	color: navy;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	color: navy;
	text-decoration: underline;
	font-weight: bold;
}


/** TextBox Styles *********************************************************************************/
.TextBoxStandard
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 10px;
	border-left: thin inset;
	color: black;
	border-bottom: thin inset;
	font-family: Verdana;
	text-align: left;
}

.TextBoxStandardDateChooser
{
	border-right: 2px inset;
	border-top: 2px inset;
	font-size: 10px;
	border-left: 2px inset;
	color: black;
	border-bottom: 2px inset;
	font-family: Verdana;
	text-align: left;
}

.DateChooserCalendar
{
	border-right: aqua thin solid;
	border-top: aqua thin solid;
	font-size: 10px;
	border-left: aqua thin solid;
	color: black;
	border-bottom: aqua thin solid;
	font-family: Verdana;
	background-color: gainsboro;
	text-align: left;
}

.DateChooserDayHeader
{
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	font-size: 10px;
	font-weight: bold;
	border-left: darkgray thin solid;
	color: navy;
	border-bottom: darkgray thin solid;
	font-family: Verdana;
	background-color: gainsboro;
	text-align: left;
}

.TextBoxDisabled
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 10px;
	border-left: thin inset;
	color: black;
	border-bottom: thin inset;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.TextBoxStandardPopUp
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 10px;
	border-left: thin inset;
	color: black;
	border-bottom: thin inset;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.TextBoxReadOnly
{
	font-size: 10px;
	color: navy;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
}

.TextBoxReadOnlyBold
{
	font-size: 10px;
	font-weight:bold;
	color: navy;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
}

.TextBoxCalculated
{
	font-size: 10px;
	color: navy;
	border-top-style: none;
	font-style: italic;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
}

.TextBoxHidden
{
	visibility: hidden;
}

.TextBoxErrorMsg
{
	font-size: 10px;
	color: red;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
}

/** ListBox Styles *********************************************************************************/
.ListBoxStandard
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 10px;
	border-left: silver 1px solid;
	color: black;
	border-bottom: silver 1px solid;
	font-family: Verdana;
	text-align: left;
}

.ListBoxStandardReadOnly
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	color: black;
	border-bottom: 1px solid;
	font-family: Verdana;
	text-align: left;
}

/** Checkbox Styles *********************************************************************************/
.CheckBoxStandard
{
	font-size: 10px;
	vertical-align: baseline;
	color: navy;
	font-family: Verdana;
}

.CheckBoxReadOnly
{
	font-size: 10px;
	vertical-align: baseline;
	color: black;
	font-family: Verdana;
}

.CheckBoxCalculated
{
	font-size: 10px;
	vertical-align: baseline;
	color: navy;
	font-family: Verdana;
}

/** Header Bar Styles *********************************************************************************/
.HeaderBarTitle
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.HeaderBarAppTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.HeaderBarLink1
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.HeaderBarLink2
{
	font-size: 10px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}

.HeaderBarLinkPart1
{	
	padding-right: 8px;
	color: white;
	/*background-color: #6699cc;*/
	/*background-color: #1e2843;*/
	background-color: Red;
}

.HeaderBarLinkPart2
{
	padding-right: 8px;
	color: white;
	/*background-color: #003399;*/
	/*background-color: #1e2843;*/
	background-color: Red;
}

.HeaderBarTitleBar
{
	background-color: Red;
}

.HeaderBarAppTitleBar
{
	/*background-color: #003399;*/
	/*background-color: #1e2843;*/
	background-color: Red;
}

.HelpHeaderBarTitleBar
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=1, startcolorstr= '#ffaa3399' , endcolorstr= '#fff5f5f5' );
}

.HelpHeaderBarAppTitleBar
{
	background-color: #aa3399;
}



/** Label Styles *********************************************************************************/
.LabelStandard
{
	font-size: 10px;
	color: navy;
	font-style: normal;
	font-family: Verdana;
	text-align: left;
}

.LabelStandardSmall
{
	font-size: 9px;
	color: navy;
	font-style: normal;
	font-family: Verdana;
	text-align: right;
}

.LabelReadOnly
{
	font-size: 10px;
	color: #808080;
	font-family: Verdana;
	text-align: left;
}

.LabelCalculated
{
	font-size: 10px;
	color: #808080;
	font-style: italic;
	font-family: Verdana;
	text-align: left;
}

.MenuTitle
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	color: navy;
	padding-top: 10px;
	font-family: Verdana;
	letter-spacing: 2pt;
}

.LabelTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #808080;
	font-family: Verdana;
	text-align: left;
}

.LabelGroupTitle
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.LabelHeaderText
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.LabelGridListHeader
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.LabelErrorMsg
{
	font-size: 10px;
	color: red;
	font-style: italic;
	font-family: Verdana;
	text-align: left;
}

.LabelReportCriteriaText
{
	font-size: 10px;
	color: navy;
	font-style: normal;
	font-family: Verdana;
	text-align: left;
}

.LabelReportCriteriaHeader
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.LabelActionBar
{
	font-size: 10px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	text-align: left;
}

.LabelDataUpload
{
	font-size: 12px;
	color: Black;
	font-style: normal;
	font-family: Verdana;
	text-align: left;
}



/** Validator Styles *********************************************************************************/
.RequiredFieldValidatorStandard
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Verdana;
	text-align: left;
}

.CompareValidatorStandard
{
	font-weight: bold;
	font-size: 12px;
	color: goldenrod;
	font-family: Verdana;
	text-align: left;
}

.RangeValidatorStandard
{
	font-weight: bold;
	font-size: 12px;
	color: green;
	font-family: Verdana;
	text-align: left;
}

.ValidationSummaryStandard
{
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
}

/** DropDownList Styles *********************************************************************************/
.DropDownListStandard
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 10px;
	border-left: thin inset;
	color: black;
	border-bottom: thin inset;
	font-family: Verdana;
	text-align: left;
}

.DropDownListReadOnly
{
	font-size: 10px;
	color: navy;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}

.PopUpListStandard
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 10px;
	border-left: thin inset;
	color: black;
	border-bottom: thin inset;
	font-family: Verdana;
	text-align: left;
}

.PopUpListReadOnly
{
	font-size: 10px;
	color: navy;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}

/************************************************************************************************/
.ButtonStandard
{
	border-right: thin outset;
	border-top: thin outset;
	font-size: 10px;
	border-left: thin outset;
	color: black;
	border-bottom: thin outset;
	font-family: Verdana;
}

.RadioButtonStandard
{
	font-size: 10px;
	vertical-align: baseline;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.LinkButtonStandard
{
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.HyperLinkStandard
{
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.ImageStandard
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.ImageButtonStandard
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.ImageButtonPadded
{
	border-top-style: none;
	margin-right: 3px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.PanelDialogWindow
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: #e0e0e0;
}

.PanelSelectorStandard
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: #e0e0e0;
}

.PanelSelectorData
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: lightgrey;
	text-align: left;
}

.PanelStandard
{
	/*border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;*/
}

.PanelStandardHeader
{
	width: 22px;
	height: 759px;
	background-color: White;
}

.PanelStandardData
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: White;
}

.PanelGroupBox
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}

.PanelGroupBox2
{
	border-right: 1px groove;
	border-top: 1px groove;
	border-left: 1px groove;
	border-bottom: 1px groove;
}

.PanelUserControl
{
}

.PanelHeader
{
}

.PanelHeaderTabPage
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.PanelScrolling
{
	overflow:auto;
}

.PanelScrollingTabPage
{
	overflow:auto;
}

.PanelReportCriteria
{
	overflow:auto;
}

.PanelReportCriteriaChild1
{
	border-bottom: gray thin solid;
}

.PanelReportCriteriaChild2
{
}

.PanelStandardDataList
{
}

.PanelStandardDataTabPage
{
}

.PanelStandardCriteria
{
	width: 608px;
	background-color: #E0E0E0
}

.PanelStandardActionBar
{
	width: 152px;
	height: 373px;
	background-color: #E0E0E0;
	border-right: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.PanelStandardActionBarHeader
{
	width: 152px;
	height: 22px;
	background-color: #E0E0E0;
	border-right: silver 1px solid;
	border-left: silver 1px solid;
	border-top: silver 1px solid;
}

.PanelStandardButtonBar
{
	width: 608px;
	height: 24px;
	background-color: #E0E0E0;
}

.PanelStandardTree
{
	width: 181px;
	height: 348px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}


/** DataList Styles *********************************************************************************/
.DataListStandard
{
}

.DataListStandardItem
{
	background-color: White; /*"#dcdcdc";*/
	font-size: 10px;
	font-family: Verdana;
}

.DataListStandardItemTabPage
{
	font-size: 10px;
	font-family: Verdana;
	background-color: transparent;
}

.DataListStandardEditItem
{
}

.DataListStandardAlternating
{
	background-color: White; /*"#eeeeee";*/
	font-size: 10px;
	font-family: Verdana;
}

.DataListStandardSelected
{
	background-color: "#b0c4de";
	font-size: 10px;
	font-family: Verdana;
}

.DataListStandardSeparator
{
}

.DataListStandardHeader
{
}

.DataListStandardFooter
{
}

/** DataGrid Styles *********************************************************************************/
.DataGridStandard
{
	border-color: darkgray;
	border-width: 1px;
	border-style: solid;
	padding-left: 1px;
	font-size: 10px;
	font-family: Verdana;
}

.DataGridStandardItem
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #ffffff;
}

.DataGridStandardAlternating
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #ffffff;
}

.DataGridStandardSelected
{
	background-color: "#b0c4de";
	font-size: 10px;
	font-family: Verdana;
}

.DataGridStandardHeader
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: lightgrey;
	text-align: left;
}


.DataGridStandardHeaderMultiLine
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: lightgrey;
	text-align: center;
	vertical-align: middle;
}

.DataGridStandardFooter
{
	font-size: 10px;
	font-family: Verdana;
}

.DataGridStandardPager
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color: lightgrey;
}

.DataGridAudit
{
	border-color: darkgray;
	border-width: 1px;
	border-style: solid;
	padding-left: 1px;
	font-size: 12px;
	font-family: Verdana;
}

/** Infragistics UltraWebTree Styles **************************************************************/
.TreeStandard
{
}

.TreeStandardHilite
{
	background-color:White;
	border-width:1px;
	border-color:#808080;
	border-style:solid;
	padding-bottom:1px;
	padding-left:2px;
	padding-top:1px;
	padding-right:2px;
	cursor:default;
}

.TreeStandardHover
{
	color:Black;
	background-color:#C0C0C0;
	border-width:1px;
	border-color:#C0C0C0;
	border-style:solid;
	padding-bottom:1px;
	padding-left:2px;
	padding-top:1px;
	padding-right:2px;
	cursor:default;
}

.TreeStandardDisabled
{
	color:LightGray;
	border-width:1px;
	border-color:#F0F0F0;
	border-style:solid;
	padding-bottom:2px;
	padding-left:2px;
	padding-top:1px;
	padding-right:2px;
	cursor:default;
}

.TreeStandardDefaultItem
{
	color:Black;
	border-style:none;
	padding-bottom:2px;
	padding-left:3px;
	padding-top:2px;
	padding-right:2px;
	cursor:default;
}

/** Infragistics UltraWebTab Styles **************************************************************/
.TabReport
{
	background-color: white;
}

.TabStandard
{
	font-style: italic;
	background-color: #f7f7f7;
}

.TabStandardDefault
{
	padding-right: 4px;
	padding-left: 4px;
	color: gray;
	font-style: italic;
	background-color: #e0e0e0;
}

.TabStandardSelected
{
	padding-right: 4px;
	padding-left: 4px;
	color: navy;
	font-style: italic;
	background-color: #f7f7f7;
}

.TabStandardHover
{
	padding-right: 4px;
	padding-left: 4px;
	font-style: italic;
	color: navy;
	background-color: #f7f7f7;
}

.TabStandardSeparator
{
}

.TabStandardReport
{
}

/** Infragistics UltraWebListBar Styles **************************************************************/
.ListBarStandard
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: verdana;
	background-color: #f0f0f0;
	cursor:default;
}
.ListBarStandardGroupButtonHover
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px outset;
	cursor: default;
	color: red;
	border-bottom: 1px outset;
	font-family: verdana;
	background-color: #f0f0f0;
	height: 19px;
}

.ListBarStandardGroupButtonSelected
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10px;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-family: verdana;
	background-color: #f0f0f0;
	cursor:default;
	font-weight:bold;
	height: 19px;
}

.ListBarStandardGroupButton
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10px;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-family: verdana;
	background-color: #f0f0f0;
	cursor:default;
	font-weight:bold;
	height: 19px;
}

.ListBarStandardGroup
{
	border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	font-size: 10px;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;
	font-family: verdana;
	background-color: #e0e0e0;
	cursor:default;
}

.ListBarStandardItemHover
{
	font-size: 10px;
	cursor: default;
	color: red;
	padding-top: 3px;
	font-family: verdana;
	height: 20px;
	background-color: #e0e0e0;
}

.ListBarStandardItemSelected
{
	border-right: 1px inset;
	border-top: 1px inset;
	font-size: 10px;
	border-left: 1px inset;
	border-bottom: 1px inset;
	padding-top: 3px;
	font-family: verdana;
	height: 20px;
	background-color: #ffffff;
	cursor:default;
}

.ListBarStandardItem
{
	color: navy;
	font-size: 10px;
	cursor: default;
	padding-top: 3px;
	font-family: verdana;
	height: 20px;
	background-color: #e0e0e0;
}

/** Action Bar Styles **************************************************************/
.ActionTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: transparent;
	text-align: center;
}

.ActionWindow
{
	border-right: #6699cc 1px solid;
	padding-right: 2px;
	border-top: #6699cc 1px solid;
	padding-left: 2px;
	padding-bottom: 5px;
	border-left: #6699cc 1px solid;
	padding-top: 5px;
	border-bottom: #6699cc 1px solid;
	background-color: #eeeeee;
}

.ActionImageClose
{
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-color: #eeeeee;
}

.ActionExpandCollapse
{
	background-color: #6699cc;
}

.ActionTitleBar
{
	/*filter: progid:dximagetransform.microsoft.gradient(gradienttype=1, startcolorstr= '#ff003399' , endcolorstr= '#ff6699cc' );*/
	background-color: Red;
}

.ActionLabel
{
	font-size: 10px;
	color: navy;
	font-style: normal;
	font-family: Verdana;
	text-align: left;
}

.ActionPaneOpenHeader
{
	background-color: Transparent;
	color: White;
}

.ActionPaneClosedHeader
{
	background-color: #d3d3d3;
	color: #0a246a;
}

.ActionPaneOpenArrow
{
	background-color: Transparent;
}

.ActionPaneClosedArrow
{
	background-color: #d3d3d3;
}

.ActionConfigureOpenHeader
{
	border-bottom: none;
}

.ActionConfigureClosedHeader
{
	border-bottom: #6699cc 1px solid;
}

.ActionConfigureOpenArrow
{
	border-bottom: none;
	background-color: #d3d3d3;
}

.ActionConfigureClosedArrow
{
	border-bottom: #6699cc 1px solid;
	background-color: #d3d3d3;
}

.ActionColumnSelectorHeader
{
	background-color: Transparent;
	color: White;
}

.ActionColumnSelectorArrow
{
	background-color: Transparent;	
}


/** FCMessage Styles **************************************************************/
.MessageError
{
}

.MessageWarning
{
}

.MessageInformation
{
}

/** Calendar Styles **************************************************************/
.CalendarBody
{
	background-color: rgb(247,247,247);
}

/*Dropdown list style*/
.CalendarSelect
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 10px;
	border-left: thin inset;
	color: black;
	border-bottom: thin inset;
	font-family: Verdana;
	text-align: left;
}
 
.CalendarTable
{
	background-color: rgb(247,247,247);
}

/*Day name style*/
.CalendarDays 
{
	font-family: verdana; 
	font-size: 9px; 
	color: black; 
}
 
/*Selected day number style*/ 
.CalendarSelectedCell 
{
	font-weight:bold; 
	font-family: verdana; 
	font-size:12px; 
	color: white; 
	background-color: rgb(2,4,107); 
}

/*Day number cell style*/
.CalendarCell 
{
	border-top: solid 1 darkgray; 
	border-left: solid 1 darkgray;
}
 
/*Day number style*/
.CalendarWeekday 
{
	font-weight: bold; 
	font-family: verdana; 
	font-size: 12px; 
	color: rgb(2,4,107);
}
 
/*Day name cell style*/
.CalendarDayCells 
{
}

/** Options Styles **************************************************************/
.TabDialog
{
	font-style: normal;
	font-family: Verdana;
	font-size: 10px;
	background-color: #e0e0e0;
}

.TabDialogDefault
{
	padding-right: 4px;
	padding-left: 4px;
	color: gray;
	font-style: normal;
	background-color: #e0e0e0;
}

.TabDialogSelected
{
	padding-right: 4px;
	padding-left: 4px;
	color: navy;
	font-style: normal;
	background-color: #e0e0e0;
}

.TabDialogHover
{
	padding-right: 4px;
	padding-left: 4px;
	font-style:	normal;
	color: navy;
	background-color: #e0e0e0;
}

.TabDialogSeparator
{
}

.NotificTree
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-style: normal;
	font-family: Verdana;
}

.NotificTreeHilite
{
}

.NotificTreeHover
{
}

.NotificTreeDisabled
{
	color:LightGray;
	border-width:1px;
	border-color:#F0F0F0;
	border-style:solid;
	padding-bottom:2px;
	padding-left:2px;
	padding-top:1px;
	padding-right:2px;
	cursor:default;
}

.NotificTreeDefaultItem
{
}


/** Public Styles **************************************************************/
.FloatLeft
{
	float: left;	
}

.LabelHeaderCriteria
{
	font-size: 14px;
	color: #455560;
	font-style: normal;	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-left:10px;
}

.LabelStandardPublic
{
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.LinkButtonStandardPublic
{
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration:none;
}

.LabelStandardPublicSmall
{
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.LabelHeaderStandard
{
	font-size: 16px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #455560;	
	text-align:left;
}

.LabelPublicCriteria
{
	font-size: 12px;
	color: #333333;
	font-style: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align:right;
	
	
}

.LabelPublicReadOnly
{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: left;
}

.PanelPublicCriteria
{
	background-color: #dadddf;
	border-left:#455560 1px solid;
	border-right: #455560 1px solid;
	padding-top:0;
	padding-bottom:0;
	
}
.TextBoxPublicStandard
{
	font-size: 12px;
	color: #333333;
	font-style: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;			
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}

.DropDownListPublicStandard
{
	font-size: 12px;
	color: #333333;
	font-style: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;			
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}

.TextBoxPublicReadOnly
{
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
}

.DataGridStandardHeaderPublic
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color: #dadddf;
	text-align: left;
}