/**********************************************************/
/*                                                        */
/*         Styles for HTML tags                           */
/*                                                        */
/**********************************************************/
body
{
	background-color:#f3f3f4;
	background-repeat: repeat;
}
hr
{
	color:#CCCCCC;
}
h4
{
	font-size:10pt;
}
td
{
	font-size: 9pt;
}
a
{
	text-decoration: none;
	color: #234D8F;
}
a:hover 
{
	color: #0061A2;
}
h1, h2, h3, h4
{
	color:#666
}



/**********************************************************/
/*                                                        */
/*   General styles in use on many controls and pages.    */
/*                                                        */
/**********************************************************/
#Body
{
	margin-top: 10px;
}
.GridX:hover
{
	background-color: #ffffff;
}
.Label 
{
	color: #3E5375;
  padding-bottom: 2px;
  font-size: 9pt;
  font-family: Arial, Helvetica !important;
  font-weight: bold !important;
}
.LoginContainer .cbxRememberLogin
{
	vertical-align: bottom;
  margin-right: 10px;
}
.LoginContainer .cbxRememberLogin label
{
	padding-left: 5px;
}
.LoginContainer .ExtButton
{
	display:inline;
}
.ModalScreen
{
	background-color: #eeeeee;
}

/*
	Generic Panel Styles
*/
.Panel 
{
  margin-bottom: 20px;
  border:1px solid #D4DAEA;
  -moz-box-shadow:1px 1px 8px #ddd;
  -webkit-box-shadow:0px 0px 10px #ddd;
  text-shadow: 1px 1px 0 #fff;


}
.PanelBody
{
  padding:5px 0;
  background: #ffffff;
}

.PanelTitle
{
  border-top: 1px solid #eeeef8;
  border-bottom: 1px solid #D4DAEA;
  background: url(images/panel-title-grad.jpg) 0 0 repeat-x;
	color: Navy;
	font-size:11pt;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}

.PanelTitle h3 
  {
 color: #27374F;
 /*font-size: 9pt;*/
 font-size: 8pt;
 text-transform: uppercase;
 padding-left: 10px;
 
 }

.TabbedPanel
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width:100%;
	min-width:400px;
	padding:5px;
}



/**********************************************************/
/*                                                        */
/*         Icons within the App_Theme folder			  */
/*                                                        */
/**********************************************************/
.x-btn button.CloseIcon 
{
	background-image: url(images/button-close.png);
}
.x-btn button.BackIcon 
{
	background-image: url(images/button-back.png);
}
.x-btn button.PdfIcon
{
	background-image: url(images/button-genpdf.gif);
}
.x-btn button.EditIcon
{
	background-image: url(images/button-edit.png);
}
.x-btn button.GoIcon
{
	background-image: url(images/button-go.png);
}
.x-btn button.AddIcon
{
	background-image: url(images/button-add.png);
}
.x-btn button.RemoveIcon
{
	background-image: url(images/button-remove.png);
}
.x-btn button.PrintIcon
{
	background-image: url(images/MapNavigation/tool_print.gif);
}
.x-btn button.ChangeIcon
{
	background-image: url(images/button-change.png);
}
.x-btn button.CopyIcon
{
	background-image: url(images/button-copy.png);
}
.x-btn button.SearchIcon
{
	background-image: url(images/button-search.png);
}
.x-btn button.MapIcon
{
	background-image: url(images/icons/icon_mapit.gif);
}
.x-btn button.TableIcon
{
	background-image: url(images/icons/icon_tableit.gif);
}
.x-btn button.StatisticsIcon
{
	background-image: url(images/icons/icon_statit.gif);
}
.x-btn button.ScatterIcon
{
	background-image: url(images/icons/icon_chartit.gif);
}
.x-btn button.RankIcon
{
	background-image: url(images/icons/icon_ranked_list.gif);
}



/**********************************************************/
/*                                                        */
/*     Specific control styles in use on many pages.      */
/*                                                        */
/**********************************************************/
.BannerTable
{
	background-image: url(images/banner_bkgrnd_smart6.gif);
	width:100%;
	border-width:0;
}
.BannerTable td
{
	padding: 0px;
}
.BannerTable td img
{
	height:65px;
	border-width:0px;
}

/*
	Used on the MapDisplay page and Stats page.
*/

.CustomBreakSelector 
{
  height: 18px;
}
.CustomBreakSelector .Label
{
	color:Navy;
	left: auto;
	right: auto;
	position: relative;
	float: left;
	width: 125px;
}
.CustomBreakSelector .BreaksButton 
{
	position: relative;
	float: right;
	right: 0;
	top: -3px;
	line-height: 1px; /*IE needs this */
}
.CustomBreakSelector .BreakSelectorTable .BreakHeaderRow
{
	color:Navy;
	font-weight:bold;
}
.CustomBreakSelector .DistributionPanel .Label
{
	color: Black;
	float: none;
}
.ClassBreakLegend , .CustomBreakSelector, .ColorRamp
{
	margin: 10px
}

#colorsBreaksPanel .LegendFont 
{
	border: none !important;
	padding: 2px;
}

#colorsBreaksPanel .classBreakPopupDiv1 
{
	margin: 0
}
/* 
	IndicatorTable is a style for the list of indicators and times,
	often found in reports, but are available from web services, too.
*/
.IndicatorTable .DataValue
{
	border-color: #eeeeee;
}
.IndicatorTable .IndicatorHeader
{
	background-color: #eeeeee;
	color: Navy;
}
.IndicatorTable .IndicatorName
{
	border-color: #eeeeee;
}
.IndicatorTable .TimeHeader
{
	border-color: #eeeeee;
}

/*
	A control with a set of tabs as links 
*/
.DataDictionary .LinkTabCollection .SelectedTab, 
.DataDictionaryGeoLevel .LinkTabCollection .SelectedTab, 
.DataDictionaryResourcePoints .LinkTabCollection .OutputTab
{
	top:1px;
}

/*
	The application menus -- menu bar, and front page menu.
*/
.MainMenuControl
{
	padding-top: 3px;
	background-color: #3E5375;
  *margin-top: -3px; /* IE7 needs this */
  _margin-top: -3px; /* IE6 needs this */
}
#menuPanel .MenuItemText, .MainMenu .MenuItemText
{
	font-size: 9pt;

}

#menuPanel a.MenuItemText, .MainMenu a.MenuItemText
{
	color: #fff;
  font-family: Arial, Helvetica;
  font-weight: bold;
}
#menuPanel a.MenuItemText:hover, .MainMenu a.MenuItemText:hover
{
text-decoration: underline;
}

#menuPanel span.MenuItemText, .MainMenu span.MenuItemText
{
	background: #f3f3f4;
  padding: 5px 14px 10px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  *line-height: 28px; /* IE7 */

}

#menuPanel .HorizontalSeparator , .MainMenu .HorizontalSeparator 
{
  visibility: hidden;
  padding: 0 5px
}
#menuPanel .MenuLeftGroup , .MainMenu .MenuLeftGroup 
{
margin-left: 10px
}
#menuPanel .MenuRightGroup , .MainMenu .MenuRightGroup 
{
margin-right: 10px
}

/*
	The control that switches models and indicators.
*/
.ModelGeoLevelPanel .GeoLevelCell,
.ModelGeoLevelPanel .DataElementCell,
.ModelGeoLevelPanel .ModelCell
{
	color:#27374F;
  font-size:8pt;
  font-weight:bold;
  text-transform:uppercase;
  text-shadow:1px 1px 0 #FFFFFF;
}
.ModelGeoLevelPanel .BreadcrumbCell
{
	color: Black;
	font-weight: bold;
}

/*
	Popups 
*/
.PopupSimpleBody {
  padding:5px;
  margin: 0;
}

.PopupDataElemDescription, 
.PopupSimpleDescription, 
.PopupHeadingDescription
{
	font-size: 9pt;
}
.PopupDataElemSource,
.PopupDataElemCategory
{
	font-size: 9pt;
	color: #999999;
}

/*
	Styles on both QuickReport and Standard Report output pages.
*/
.ReportTitle
{
	font-size: 14pt;
	font-weight:bold;
	color:Navy;
}

/*
	A table of data values, either on the table display page,
	or as output from web services.
*/
.TableGrid table a
{
	background-color:#f1f1f1;
}
.TableGrid table a:hover
{
	background-color:#FFFCDF;
}
.TableGrid table span
{
	background-color:#FFFCDF;
}

.TableGrid .IndicatorHeader
{
border-color: #ccc;
padding: 3px;
font-size: 8pt;
font-weight: bold;
color: #3E5375;
}

.TableGrid .AlternatingRowStyle td,
.TableGrid .RowStyle td
{
	border-width: 1px 0px 0px 1px;
	border-color: #aaa;
	border-style: solid;
}
.TableGrid .AlternatingRowStyle .BtnCell,
.TableGrid .RowStyle .BtnCell
{
	border-width: 0px;
}
.TableGrid .AlternatingRowStyle .GeoUnit, 
.TableGrid .RowStyle .GeoUnit
{
	border-width: 1px 0px 0px 0px; 
}
.TableGrid .BasicStats
{
	border-width: 1px 0px 0px 1px;
	border-color: #aaa;
	border-style: solid;
	background-color: #ffffff;
}
.TableGrid .GeoLevelCell
{
	background-color: #D4E6ED;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}
.TableGrid .GeoUnit
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}
.TableGrid .SortCell
{
	border-width: 1px 0px 0px 1px;
	border-color: #aaa;
	border-style: solid;
	background-color: #ffffff;
}
.TableGrid .SortCellGU
{
	background-color: #D4E6ED;
}
.TableGrid .SortOrder
{
	 border: 2px solid #cc9966;
}
.TableGrid .TableStats
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 7pt;
}

/*
	Popups that contain index and overview maps.
*/
.ThumbnailMaps
{
	background-color: #ffffff;
}
.ThumbnailMaps .IndexMapPanel
{
	border: 1px solid #666666;
}
.ThumbnailMaps .OverviewMapPanel
{
	border: 1px solid #666666;
}

/*
	Styles from the User registration information control.
*/
.UserRegistrationInformation .RegistrationInformation .lblLearnMore
{
	font-size: 10pt;
}

/*
	Styles for all the warning panels for user notifications.
*/
.WarningHandle
{
	margin-bottom: 10px;
	background-color: #EEEEF8;
}
.WarningText
{
	font-size: 9pt;
}
.WarningTitle
{
	color: #FF3333;
}



/**********************************************************/
/*                                                        */
/*      Consolidated styles for similar app classes.      */
/*                                                        */
/**********************************************************/
.PrintMap .LayerName,
.ReportDef .pnlIndicatorSelector .lblCategoryLabel,
.ReportDef .pnlIndicatorSelector .lblDataElementLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9pt;	
}
.HistogramTip,
.LinkTab a,
.LocationSearchPanel .GeocodingInstructions,
.MapDisplay .LayerName,
.OutputLinks .LinkText,
.OutputTabs .LinkText,
.SessionMessage,
.TwoTabsControl .OutputTab .LinkText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	vertical-align: top;
	margin: 0 3px;
}
.OutputTabsPanel 
{
	position:relative;
	top: 1px;
}
.OutputTab 
{
	background: url(images/panel-title-grad.jpg) 0 0 repeat-x;
	border-color: #A8B3CF;
	padding: 5px;
	top: auto;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.OutputTab.SelectedTab 
{
	top:auto;
	background-image:none; 
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.OutputTabs .AdminButtons  
{
	margin-left: 10px;
}
.ErrorPanel img 
{
	vertical-align: middle;
}
.Panel .ErrorPanel {
	clear:left;
	margin-left:10px;
	padding-top:5px;
	font-size: 11px;
}



/**********************************************************/
/*                                                        */
/*             Specific page level styles.                */
/*                                                        */
/**********************************************************/

/*
	Styles from the About page.
*/
.About .Page 
{
	margin:30px auto ;
	width:600px;
}
.About .AboutTitle
{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
.About .TagLine
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
.About .Summary
{
	text-align: center;
}
.About .Contact
{
	font-size: 10pt;
	font-weight: bold;
}
.About p
{
	padding: 10px 0px;
}

/*
	Styles from the Address Geocoding and Upload page.
*/
.AddressGeocoding .EnterAddressTable td
{
	padding-right: 2px;
}
.AddressGeocoding .CenteredIE,
.AddressUpload .CenteredIE
{
	margin-top: 20px;
}
.AddressGeocoding .AddButtonCell
{
	font-size: 9pt;
}
.AddressGeocoding .AddressGridItem
{
	border: solid 1px #666666;
}
.AddressGeocoding .GeocodePanel
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.AddressGeocoding .Panel
{
	margin: 0 auto 15px;
}

/*
	Styles from the Address Upload page.
*/
.AddressUpload .Panel
{
	background: #ffffff;
}

/*
	Styles from AppVersion page.
*/
.AppVersion .FileNameCell,
.AppVersion .FullNameCell,
.AppVersion .OtherFileList,
.AppVersion .OtherFileName,
.AppVersion .VersionCell
{
	font-size:9pt;
}

/*
	Styles for the custom area definition page
 */
.CustomAreaDef .ReferenceMap
{
	background: #ffffff;
}
.CustomAreaDef .ReferencePanel
{
	float:left;
	width: 400px;
	display:inline;
	margin: 0px auto;
}

/*
	Styles from the Data Dictionary Page.
*/


.DataDictionary .Container,
.DataDictionaryGeoLevel .Container
{
	padding-top: 40px;
}
.DataDictionaryResourcePoints .DataElemDictionaryTable
{
	border: 1px solid #999999;
}
.DataDictionary .DataElemDictionaryTable, .DataDictionaryGeoLevel .DataElemDictionaryTable, .DataDictionaryResourcePoints .DataElemDictionaryTable 
{
	width: 98%;
	margin: 0 1%;
}
.DataDictionary .DataElemDictionaryTable td,
.DataDictionaryGeoLevel .DataElemDictionaryTable td,
.DataDictionaryResourcePoints .DataElemDictionaryTable td
{
	border: 1px solid #dddddd;
	padding: 3px 5px;
}
.DataDictionary .DataElemDictionaryTable tr.GridPager td,
.DataDictionaryGeoLevel .DataElemDictionaryTable tr.GridPager td
{
	border-style: none;
	text-align: right;
}
.DataDictionary .DataElemDictionaryTable tr.GridPager td table,
.DataDictionaryGeoLevel .DataElemDictionaryTable tr.GridPager td table
{
	margin: 10px 0 10px auto;
}
.DataDictionary .DataElemDictionaryTable tr.GridPager td table td,
.DataDictionaryGeoLevel .DataElemDictionaryTable tr.GridPager td table td
{
	border: solid 1px #dddddd;
	width: 1.5em;
	height: 1.5em;
	text-align:center;
	padding: 0;
}
.DataDictionary .DataElemDictionaryTable tr.GridPager td table td a,
.DataDictionaryGeoLevel .DataElemDictionaryTable tr.GridPager td table td a
{
	padding: 5px;
}
.DataDictionary .DataElemDictionaryTable tr.GridPager td table td:hover,
.DataDictionaryGeoLevel .DataElemDictionaryTable tr.GridPager td table td:hover
{
	border: solid 1px #888;
}
.DataDictionary .DataElemDictionaryTable tr.GridPager td table td span,
.DataDictionaryGeoLevel .DataElemDictionaryTable tr.GridPager td table td span
{
   font-weight: bold
}
.DataDictionary .IndicatorCategory, 
.DataDictionaryGeoLevel .IndicatorCategory
{
	font-size: 9pt;
	color: #999999;
}
.DataDictionary .IndicatorDescription, 
.DataDictionaryGeoLevel .IndicatorDescription, 
.DataDictionaryResourcePoints .DescriptionText
{
	font-size:10pt;
}
.DataDictionary .IndicatorHeader,
.DataDictionaryGeoLevel .IndicatorHeader,
.DataDictionaryResourcePoints .IndicatorHeader
{
	color:Navy;
	font-size: 10pt;
	font-weight:bold;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
.DataDictionary .IndicatorHeader,
.DataDictionaryGeoLevel .IndicatorHeader
{
	width: 500px;
}
.DataDictionary .IndicatorName, 
.DataDictionaryGeoLevel .IndicatorName
{
	font-weight:bold;
	font-size:10pt;
}
.DataDictionary .IndicatorSource, 
.DataDictionaryGeoLevel .IndicatorSource, 
.DataDictionaryResourcePoints .SourceText
{
	font-size: 9pt;
	color: #999999;
}
.DataDictionary .IndicatorTimeHeader, 
.DataDictionaryGeoLevel .IndicatorGeoLevelHeader
{
	color:Navy;
	font-size: 10pt;
	font-weight:bold;
	text-align:center;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	width: 35px;
}
.DataDictionary .TableOffset,
.DataDictionaryGeoLevel .TableOffset,
.DataDictionaryResourcePoints .TableOffset
{
	height:115px;
}
.DataDictionary .TablePane,
.DataDictionaryGeoLevel .TablePane,
.DataDictionaryResourcePoints .TablePane
{
	height: 540px;
}

/*
	Styles from the Default page.
*/
.Default #Body 
{
  margin-top:0;
  padding-top:20px;
}
.Default #LeftColumn
{
  width: 130px;
  margin-left: 10px
}

.Default #LeftNavigationPanel .MenuItemText 
{
  border-bottom: 1px solid #D4DAEA;
  padding: 5px 0 7px 2px;
  display:block;
  font-weight: bold;
  font-family: Arial, Helvetica;
}

.Default #RightColumn 
{
  margin-right: 15px;
}

.Default .AddressPanel .Panel
{
	margin-top:15px;
	width: 275px;
}
.Default .ItemSelector .Button
{
	float:right;
	font-size: 8pt;
  line-height: 1px;
}
.Default .ItemSelectorPanel
{
	margin: 5px
}
.Default .LoginPanel,
.Default .MyAccountPanel,
.Default .pnlCurrentNews,
.Default #StartPanel
{
	margin-bottom: 10px;
}
.Default .Panel
{
}
.Default .pnlCurrentNews
{
	width: 100%;
}
.Default .pnlCurrentNews .PanelBody
{
	width: auto;
}
.Default .StartButtons 
{
	border: 1px solid #D4DAEA;
	width: 550px;
	margin-bottom: 20px;
	background-color: #D4DAEA;
}
.Default .StartButtons  .PanelBody
{
  background: none
}
.Default .StartButtons .ErrorMessage
{
	background-color: #D4DAEA;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0;
}
.Default .StartButtons .PanelBody  
{
  padding-bottom: 0
}

.Default .StartButtons .GeocodingExample
{
	width: 550px;
	background-color: #D4DAEA;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.Default .StartButtons .StartSearchInput 
{
  font-size: 18px;
  padding: 3px;
}

.Default .StartButtons .ModelButtonDiv
{
	float: left;
	background-color: #D4DAEA;
	padding: 10px 5px 15px 5px;
	width: 264px;
}
.Default .StartButtons .ModelDescription
{
	height: 155px;
	width: 258px;
	_width: 262px;
	float: left;
	padding-right: 10px;
	padding-top: 25px;
	padding-left: 7px;
	padding-bottom: 15px;
	top: 0;
	left: 0;
	background: #F0F0F9 url(images/smartBgArrow.gif) no-repeat top left;
}
.Default .StartButtons .MultipleGeocodeMatches
{
	background-color: #D4DAEA;
}
.Default .StartButtons .MultipleMatches
{
	background-color: #D4DAEA;
}
.Default .StartButtons .MultipleMatchesErrorMsg
{
	background-color: #D4DAEA;
}
.Default .StartButtons .Panel 
{
	border: none;
  margin-bottom: 0;
}
.Default .StartButtons .PanelTitle
{
	background: none;
	border:none;
  border-top: 1px solid #EEEEF8;
}
.Default .StartButtons .ReportButtonDiv
{
	background-color: #D4DAEA;
	padding: 10px 5px 15px 5px;
	width: 264px;
}
.Default .StartButtons .ReportDescription
{
	height: 155px;
	width: 258px;
	_width: 261px;
	padding-right: 10px;
	_padding-right: 0px;
	padding-top: 25px;
	padding-left: 7px;
	padding-bottom: 15px;
	top: 0;
	left: 0;
	background: #F0F0F9 url(images/smartBgArrow.gif) no-repeat top left;
}
.Default .StartButtons .ReportDescription .description
{
    display: block;
    border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 3px;
	width: 251px;
	padding-right: 10px;
	_margin-right: 0px;
}
.Default .StartButtons .SearchInput
{
	background-color: #D4DAEA;
}
.Default .UserAccountShortcuts
{
	border:none;
}
.Default .NewsItems
{
  padding: 10px;
}
.Default .WelcomePanel #WelcomeText 
{
padding: 10px
}
/*
	Styles from the Links pages.
*/

.Links1 .Page,
.Links2 .Page 
{
margin: 0 auto ;
width:600px;
}

.Links1 .Page div,
.Links2 .Page div
{
	padding: 20px;
}
.Links1 .Page h2,
.Links2 .Page h2
{
	display: block;
}

/*
	Styles from the map display page.
*/
.MapDisplay .AddressLabelsPanel label,
.MapDisplay .BookmarkSelectorChangePanel a,
.MapDisplay .CreateAddressGroupPanel a, 
.MapDisplay .SharedAddressPanel
{
	font-size: 9pt;
}
.MapDisplay #bannerPanel 
{
    height:65px;
}
.MapDisplay #mapLayersPanel 
{
	overflow-y:scroll;
	height:400px;
	width:220px;
}
.MapDisplay #nLayout 
{
  background: #eeeef4;
}
  
.MapDisplay #nLayout .x-panel-body
{
  background: none;
}  

.MapDisplay #menuPanel
{
	background-color: #EEEEF8;
}
.MapDisplay #toolPanel 
{
	margin-top: 0px;
}
.MapDisplay .x-btn-mc
{
	white-space: normal;
}

.MapDisplay .ModelGeoLevelPanel 
{
	padding-top: 6px;
	*padding-top: 3px; /* IE7 needs this */
}
.ModelGeoLevelPanel .ModelSelectCell .EditPanel {
	height: 22px;
	line-height: 1px; /* IE needs this */
}
.MapDisplay .toolPanel 
{
	padding-top: 0;
} 
.MapDisplay .LocationSearchInput,
.MapDisplay .LocationSearchPanel select
{
	width:200px;
}
.MapDisplay .LocationSearchPanel .ExtButton
{
	float:left;
	margin: 3px 3px 3px 0;
}
.MapDisplay .LocationSearchPanel .pnlErrorMsg
{
	float:left;
}
.MapDisplay .LayerListTable
{
	width: 220px;
}
.MapDisplay .LayerListTable  input
{
	margin: 0 3px 0 5px;
}
/*
	Styles from the Model Def page.
*/
.ModelDef .AvailableDataElements .AvailableTimes
{
	width: 60px;
}
.ModelDef .AvailableDataElementsList
{
	width: 410px;
}
.ModelDef .DefinedAreaPanel .GeoLevelText,
.ModelDef .DefinedAreaPanel .GeoUnitText
{
	font-size: 9pt;
}
.ModelDef .DefinedModelPanel .DataElemText
{
	font-size: 9pt;
}
.ModelDef .DefinitionStep select
{
	width: 100%;
}
.ModelDef .Label 
{
	font-weight: normal;
}
.ModelDef .LocationSearchPanel,
.ModelDef .PlacesPanel
{
	border-bottom: 1px solid #D4DAEA;
	background: url(images/panel-title-grad.jpg) 0 0 repeat-x;
	color: Navy;
	font-size:11pt;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}
.ModelDef .LocationSearchPanel .Label,
.ModelDef .PlacesPanel .Label
{
	color:#27374F;
	font-size:8pt;
	padding-left:10px;
	text-transform:uppercase;
	margin-right: 3px;
	text-shadow: 1px 1px 0 #fff;
}
.ModelDef .LocationSearchPanel .Button,
.ModelDef .PlacesPanel .Button
{
	vertical-align: middle;
	height: 20px;
	float: right;
	display:block;
	margin: 4px 8px 0 0 ;
	line-height: 1px;
}
.ModelDef .LocationSearchPanel .LocationSearchInput
{
	width: 300px;
}
.ModelDef .MapAreaTable
{
	width: auto;
	padding: 0;
	border: 1px solid #D4DAEA;
	border-collapse: collapse;
	-moz-box-shadow:1px 1px 8px #ddd;
	-webkit-box-shadow:0px 0px 10px #ddd;
}
.ModelDef .MapAreaTable td
{
	padding: 0;
	margin:0;
}
.ModelDef .NameTheModelPanel .ModelName
{
	font-size: 9pt;
}
.ModelDef .Panel
{
	width: 490px;
	margin-bottom: 15px;
}
.ModelDef .PlacesPanel select
{
	margin-left: 3px;
	width: 256px;
}
.ModelDef .pnlSaveModel .DefinitionStepContent
{
	width: 100%;
}
.ModelDef .pnlSaveModel .tbxCurrentModelName
{
	width: 100%;
}
.ModelDef .ReferenceMapCell .Panel
{
	width: auto;
}
.ModelDef .ReferenceMapCell .Heading
{
	width: 100%;
}
.ModelDef .SelectGeographicPanel
{
	margin-top: 8px;
}
.ModelDef .UpdateDataElemContainerTable
{
	margin: 10px;
	width:auto;
  border: none;
}
.ModelDef .UpdateDataElemTable
{
	width:auto;
}

/*
	Styles from the Print Map page.
*/
.PrintMap .AddressGroupName
{
	font-size: 9pt;
}
.PrintMap .LayerListTable .LayerName
{
	font: 10pt Arial;
}

/*
	Styles from the QuickReport Display page.
*/

.QuickReportDisplay .ReportContainer 
{
padding-top: 20px;
padding-right: 0;
}

.QuickReportDisplay .ReportBitCell 
{
padding: 0
}

.QuickReportDisplay .ReportContainer   .Panel
{
margin-right: 20px;
}

.QuickReportDisplay .ReportBitCell table 
{
margin: 10px
}

.QuickReportDisplay .CaptionPanel
{
	border: 1px solid #cccccc;
}
.QuickReportDisplay .CaptionText
{
	font-weight: bold;
	font-size: 10pt;
	color: Navy;
}
.QuickReportDisplay .QuickReportHeader .ReportPlaceText,
.QuickReportDisplay .QuickReportHeader .ReportDescriptionText
{
	color:Navy;
}

/* Common styles for all the analysis pages */
.AnalysisBody 
{
width: auto;
padding-top: 0
}

/*
	Styles from Ranked List Page.
*/
.RankedDisplay .CountPanel
{
	padding-bottom:10px;
}
.RankedListPanel .PanelTitle
{
	border:1px solid #CCCCCC;
}
.RankedDisplay .RankItem,
.RankedDisplay .RankItemLocation,
.RankedDisplay .RankItemValue,
.RankedDisplay .RankItemTools
{
	border: 1pt solid #ccc;
	font-size: 10pt;
  padding: 2px;
}
.RankedDisplay .RankedListPanel .PanelBody
{
	padding: 10px 0px;
  border: 1px solid #D4DAEA
}
.RankedDisplay .RankTable 
{
	background-color: #ffffff;
	border-top: solid 5px #CFDAE4;
  width: 95%;
  margin: 5px auto;
}
.RankedDisplay .TopBottomSelectors
{
	font-size: 9pt;
}
.RankedDisplay .TopBottomSelectors input
{
	margin-right: 8px;
}

/*
	Styles from Report Definition page.
*/
.ReportDefinition .Panel {
margin-bottom:15px;
}

.ReportDefinition .container .description 
{
	color:#4C4D4F;
	font-size:12px;
}

.ReportDefinition  .LocationSearchPanel .LocationEdit 
{
  width: 300px;
}

.ext-ie .ReportDefinition  .LocationSearchPanel .LocationEdit 
{
  _float:left;
  *float:left;
  margin-top:2px;
  
}

.ReportDefinition .LocationSearchPanel .Button
 {
  float:right;
  line-height: 1px;
}
.ReportDefinition .DefinitionStep
{
	padding: 10px;
}
.ReportDefinition .DefinitionStep select
{
	width: 100%;
}
.ReportDefinition .PageBodyTable
{
	padding:8px 0 8px 0;
	margin:10px;
	width:98%;
}


.ReportDefinition .ReferenceMap
{
  border: 1px solid #D4DAEA;
  margin-left: 10px;
  background: #fff;
  -moz-box-shadow:1px 1px 8px #ddd;
  -webkit-box-shadow:0px 0px 10px #ddd;
  }


/*
	Styles from the ReportOutput page.
*/

.ReportOutput .PanelBody {
padding:10px;
margin:0;
}
.ReportOutput .AlternatingRowStyle
{
	background-color: #fcfcfc;
}
.ReportOutput .BodyContainer
{
	width:auto;
	border: 1px solid #dddddd;
	padding:0px;
}
.ReportOutput .BodyContainer .PanelBody
{
	margin: 0px;
}
.ReportOutput .CategorySelectorPanel
{
	margin:0px 0px 20px 0px;
	text-align:center;
}
.ReportOutput .CategorySelectorPanel select
{
	position:relative;
	top:4px;
}
.ReportOutput .CategorySelectorPanel .pnlErrorMsg
{
	margin:2px 0px;
}
.ReportOutput .DataElementLabelHeader,
.ReportOutput .InfoPopupColumnHeader,
.ReportOutput .TrendHeader
{
	color:Navy;
  padding: 3px;

}

.ReportOutput .DataElementLabelCell
{
  padding: 2px 3px;
}  
.ReportOutput .DataValueHeader
{
	color:Navy;
	font-size:9pt;
  vertical-align: middle;
}
.ReportOutput .HeaderContainer
{
	width:95%;
	padding:10px;
}
.ReportOutput .HeaderContainer h1
{
	font-size:14pt;
}
.ReportOutput .HeaderContainer .Label
{
	font-weight:normal;
}
.ReportOutput .HeaderContainer .PanelBody
{
	padding:0px 15px;
	width:auto;
}
.ReportOutput .IndexMapPanel,
.ReportOutput .OverviewMapPanel
{
	border: 1px solid #dddddd;
}
.ReportOutput .IndicatorHeaderRow
{
	background-color: #eeeeee;
	font-size: 9pt;
	vertical-align:top;
	font-weight:normal;
}
.ReportOutput .ReportIndicatorPanel .Label
{
	background-color: #EFEAB3;
	margin: 10px 0px;
	padding:3px 10px;
}
.ReportOutput .ReportGeographyText,
.ReportOutput .ReportLocationText
{
	color:Navy;
}
.ReportOutput .ReportGeography
{
	font-size: 9pt;
	font-weight: bold;
}
.ReportOutput .ReportLocation
{
	font-size: 9pt;
}
.ReportOutput .ReportTitleAndButtonsPanel
{
	height: 55px;
}
.ReportOutput .ResourceField
{
	text-align:left;
	vertical-align:top;
	font-size: 9pt;
}
.ReportOutput .ResourcePager table td
{
	color:#990000;
	font-size:8pt;
}
.ReportOutput .ResourcePager table td a
{
	color:#0054a7;
}
.ReportOutput .ResourcePager table td a:hover
{
	color:#ffffff;
	background-color:#990000;
}
.ReportOutput .Panel
{
	margin: 20px;
}
.ReportOutput .TabbedPanel
{
	width:auto;
	margin: 0px 20px;
	padding: 20px;
	border: 1px solid #dddddd;
  
}
.ReportOutput .TabbedPanel .Panel
{
	margin-right: 0;
	margin-left: 0;
}
.ReportOutput .ToggleIndicatorButton
{
	border: 1px solid #cccccc;
	border-bottom-style: none;
	background-color: #eeeeee;
	padding:5px 7px 5px 5px;
	white-space:nowrap;
	text-align:center;
	font-size:9pt;
	top: auto;
	right: 10em;
	width: 5em;
	position:absolute;
  
}
.ReportOutput .ToggleButtonPanel
{
	margin-top: 20px;
	position:relative;
	top: 1px;
	height: 27px;
}
.ReportOutput .ToggleResourceButton
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding:5px 7px 5px 5px;
	white-space:nowrap;
	text-align:center;
	font-size:9pt;
	top:auto;
	right: 3em;
	width: 5em;
	position: absolute;
}
.ReportOutput .SelectedTab /* This style must come after the Toggle...Button styles */
{
	background-color: #ffffff;
	top:auto;
	border-bottom: 1px solid #fff;
}

/*
	Styles from the Scatter Display page.
*/
.ScatterDisplay .ChartContainer
{
	float: left;
	width: 600px;
}
.ScatterDisplay .ChartContainer img
{
	border-width: 1px !important;
	border-style: solid;
	border-color: #CCCCCC;
}
.ScatterDisplay .ChartContainer img.LoadingCircle
{
	border-color: #ffffff;
	margin-top: 200px;
	margin-left: 200px;
}
.ScatterDisplay .Indicator
{
	border-color: #ffffff;
}
.ScatterDisplay .LoadingPanel
{
	position: static;
}
.ScatterDisplay .ScatterIndicatorLabel
{
	border-color: #dfe8f6;
}
.ScatterDisplay .TabbedPanel
{
  padding-top: 5px
}
.ScatterDisplay .MultilineHover
{
	background-color: #dfe8f6;
	border-color: #a3bae9;
}
.ScatterDisplay .ShowSelection
{
	background:transparent url(images/panel-title-grad.jpg) repeat-x scroll 0 0;
}


/*
	Styles from Statistics Display page.
*/
.StatsDisplay .BasicStats 
{
	border: 1px solid #ccc;
	padding: 5px;
	border-top: 5px solid #CFDAE4;
	margin: 0 5px;
}
.StatsDisplay .BasicStats table
{
	margin: 0 50px;
}
.StatsDisplay .GlobalHistogram,
.StatsDisplay .LocalHistogram
{
	text-align:left;
}
.StatsDisplay .PanelBody
{
	text-align:center;
}
.StatsDisplay .StatGraph
{
	margin-bottom: 10px;
	margin-top:20px;
}
.StatsDisplay .StatsBlock2
{
	background-color: #ffffff;
	border: solid 1px #888888;
}
.StatsDisplay .StatText
{
	font-size: 9pt;
}
.StatsDisplay .StatValue
{
	text-align:right;
	font-size: 9pt;
}


/*
	Styles from the Supported Browsers page.
*/
.SupportedBrowsers .BrowserName
{
	font-size: 11pt;
}
.SupportedBrowsers .OSHeading
{
	font-size: 11pt;
}

/*
	Styles from the Table Display page.
*/
.TableDisplay .ExportButton
{
	border: #cccccc solid 1px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
}
.TableDisplay .ExportPanel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 7pt;
}
.TableDisplay #indicatorPanel
{
	top: -1px;
}
.TableDisplay .PageSize
{
	font-size: 9pt;
}
.TableDisplay .PageSizeSelect
{
	font-size: 9pt;
}
.TableDisplay .TableContent
{
	padding-top:0px;
}
.TableDisplay .TableUpdate 
{
	background-color: #ffffff;
}
.TableDisplay .TableUpdate .TableOffset
{
	height:90px;
}
.TableDisplay .TableUpdate .TablePane
{
	height: 550px;
}


/*
	Styles from the User Account page.
*/
.UserAccount .OuterContainer,
.UserAccountManagement .OuterContainer
{
	padding-top:10px;
	width: 95%;
}
.UserAccount .InnerContainer, 
.UserAccountManagement .InnerContainer 
{
	width: 100%
}
.UserAccount .ModelTable, 
.UserAccount .AddressGroupTable, 
.UserAccount .BookmarkTable, 
.UserAccount .ReportTable, 
.UserAccount .CustomAreaTable
{
	border-collapse: collapse;
	margin: 10px 1% 10px 1%;
	width: 98%;
}
.UserAccount .ModelTable tr, 
.UserAccount .AddressGroupTable tr, 
.UserAccount .BookmarkTable tr, 
.UserAccount .ReportTable tr, 
.UserAccount .CustomAreaTable tr
{
	border-bottom: 1px solid #eee;
}
.UserAccount .ModelTable tr table tr,
.UserAccount .AddressGroupTable tr table tr, 
.UserAccount .BookmarkTable tr table tr, 
.UserAccount .ReportTable tr table tr, 
.UserAccount .CustomAreaTable tr table tr
{
	border-bottom: none;
}
.UserAccount .ModelTable th,
.UserAccount .AddressGroupTable th, 
.UserAccount .BookmarkTable th, 
.UserAccount .ReportTable th, 
.UserAccount .CustomAreaTable th 
{
	background: #eaeaea;
	vertical-align: middle;
}
.UserAccount .ModelTable td, 
.UserAccount .AddressGroupTable td, 
.UserAccount .BookmarkTable td, 
.UserAccount .ReportTable td, 
.UserAccount .CustomAreaTable td
{
	padding: 2px;
}
.UserAccount .PanelBody {
	padding:0;
}
.UserAccount .PanelTitle 
{
	height: 30px;
}
.UserAccount .PanelTitle a
{
	font-size:8pt;
	font-weight:bold;
	line-height: 20px;
	margin-right: 10px;
	text-decoration: underline;
}
.UserAccount .PanelTitle .PanelLink
{
	padding: 3px;
	line-height: 1em;
}
.UserAccount .TabbedPanel,
.UserAccountManagement .TabbedPanel
{
	padding: 20px;
}
.UserAccount .TwoTabsControl,
.UserAccountManagement .TwoTabsControl
{
	position:relative;
	top: 1px;
}

/*
	Styles on the User Login page.
*/
.UserLogin #ForgottenPassword
{
	text-align: left;
	margin-left: 9px;
	margin-top: 0px;
	padding: 0px;
}
.UserLogin #LoginBody
{
	margin-top: 40px;
}
.UserLogin .LoginInputDiv
{
	padding-left: 14px;
}
.UserLogin .loginMessagePanel
{
	text-align: left;
	margin: 50px auto 0px;
}
.UserLogin .LoginPanel
{
	height: 222px;
}
.UserLogin .Panel
{
	padding-bottom:10px;
	height: 240px;
}
.UserLogin .RegisterPanel
{
	width: 300px; 
}
.UserLogin #RememberLogin
{
	padding: 0px;
	margin-left: 1px;
}

/*
	Styles for the bottom menu
*/
#BottomMenuPanel .HorizontalSeparator 
{
  padding: 0 6px
}

