﻿#ShowProgressBackgroundFilter { /* Popup div for showing 'Bezig met laden...' */
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color: #2D2D2C; 
    filter:alpha(opacity=60); 
    -moz-opacity: 0.60;
    opacity:0.60; 
    z-index:1000; 
}
#ShowProgressMessage { 
    position:fixed; 
    top:30%; 
    left:42%;
    padding:10px; 
    width:16%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
    color: Red;
    font-weight: bold;
    text-align: center;
}
#ShowProgressHideSelect
{ 
	z-index:99; 
	position:fixed; 
	top: 0; 
	left: 0; 
	background-color:#fff; 
	border:none; 
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0; 
	height:100%; 
	width:100%; 
} 

.ShowDraggablePanel
{
	border: solid 2px #999999;
	background-color: #fff;
	z-index: 20;
}

.ShowDraggablePanelTitlebar
{
	background-color: #2e3436;
	border-bottom: solid 2px #999999;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	cursor: move;
}
.ShowSelectbox
{
	width: 150px;
}
.ShowButton
{
}
.ShowCheckbox
{
}
.ShowRadiobutton
{
}
.ShowTextbox
{
	width: 150px;
}
.ShowResultsTable
{
	border: dotted 1px #2e3436;
}
.ShowResultsTableHeader td, .ShowResultsTableHeader th
{
	background-color: #335997;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}
.ShowResultsTableItem td
{
	padding: 3px;
}
.ShowResultsTableAlternatingItem td
{
	padding: 3px;
	background-color: #f9f9f9;
}
.ShowHelpInfo
{
	font-size: smaller;
	font-style: italic;
}


/* FilterControl.ascx */
.ShowDrpLayerSelectbox
{
}
.ShowDrpAggregateTypeSelectbox
{
}
.ShowDrpPeriodSelectbox
{
}
.ShowBtnApplyButton
{
}
.ShowBtnResetButton
{
}

/* MapControl.ascx */
#ShowMapContent
{
	/*float: left;
	position: relative;
	height: 500px;
	width: 660px;*/
	top: 0px;
	left: 0px;

	z-index: 10;
	border-bottom:none 0px;
}

#ShowMapToolbar
{
	position: relative;
	top: 2px;
	left: 0px;
	z-index: 11;
}
#ShowMapToolbar img
{
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#ShowMapToolbar img:hover
{
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.ShowMapDiv
{
    z-index: 6;
}
#ShowMap
{
	z-index: 5;
}

/* SymbologyList.aspx */
.ShowSymbologyRampTable
{
}
.ShowSymbologyRampTableHeader td, .ShowSymbologyRampTableHeader th
{
}
.ShowSymbologyRampTableItem td
{
}
.ShowSymbologyRampTableAlternatingItem td
{
}
.ShowSymbologyCategoryTable
{
}
.ShowSymbologyCategoryTableHeader td, .ShowSymbologyCategoryTableHeader th
{
}
.ShowSymbologyCategoryTableItem td
{
}
.ShowSymbologyCategoryTableAlternatingItem td
{
}

/* UserList.aspx */
.ShowUserListTable
{
}
.ShowUserListTableHeader td, .ShowUserListTableHeader th
{
}
.ShowUserListTableItem td 
{
}
.ShowUserListTableAlternatingItem td
{
}

/* GroupList.aspx */
.ShowGroupListTable
{
}
.ShowGroupListTableHeader td, .ShowGroupListTableHeader th
{
}
.ShowGroupListTableItem td
{
}
.ShowGroupListTableAlternatingItem td
{
}


/* LayerList.aspx */
.ShowLayerListTable
{
	
}
.ShowLayerListTableHeader td, .ShowLayerListTableHeader th
{
}
.ShowLayerListTableItem td
{
}
.ShowLayerListTableAlternatingItem td
{
}

/* PeriodListControl.ascx */
.ShowPeriodListTable
{
}
.ShowPeriodListTableHeader td, .ShowPeriodListTableHeader th
{
}
.ShowPeriodListTableItem td
{
}
.ShowPeriodListTableAlternatingItem td
{
}

/* FeatureTypeListControl.ascx */
.ShowFeatureTypesListTable
{
}
.ShowFeatureTypesListTableHeader td, .ShowFeatureTypesListTableHeader th
{
}
.ShowFeatureTypesListTableItem td
{
}
.ShowFeatureTypesListTableAlternatingItem td
{
}

/* DataImportControl.ascx */
.ShowInformationNeedsTable
{
}
.ShowInformationNeedsTableHeader td, .ShowInformationNeedsTableHeader th
{
}
.ShowInformationNeedsTableHeaderNewImport td, .ShowInformationNeedsTableHeaderNewImport th
{
	background-color: #fff;
	border-bottom: dotted 1px #2e3436;
}
.ShowInformationNeedsTableHeaderExistingImport td, .ShowInformationNeedsTableHeaderExistingImport th,
.ShowInformationNeedsTableHeaderExistingImport td span, .ShowInformationNeedsTableHeaderExistingImport th span
{
	color: #fff;
}
.ShowInformationNeedsTableItem td
{
}
.ShowInformationNeedsTableAlternatingItem td
{
}

/* ObjectImportControl.ascx */
.ShowObjectsViewTable
{
}
.ShowObjectsViewTableHeader td, .ShowObjectsViewTableHeader th
{
}
.ShowObjectsViewTableHeaderNewImport td, .ShowObjectsViewTableHeaderNewImport th
{
	background-color: #fff;
	border-bottom: dotted 1px #2e3436;
	font-weight: normal;
}
.ShowObjectsViewTableHeaderNewImport td .ShowFeatureTypeCodeOrNameSelection td, 
.ShowObjectsViewTableHeaderNewImport th .ShowFeatureTypeCodeOrNameSelection td
{
	border: 0px none;
	font-weight: normal;
}
.ShowObjectsViewTableHeaderExistingImport td, .ShowObjectsViewTableHeaderExistingImport th, 
.ShowObjectsViewTableHeaderExistingImport td span, .ShowObjectsViewTableHeaderExistingImport th span
{
	color: #fff;
}
.ShowObjectsViewTableItem td
{
}
.ShowObjectsViewTableAlternatingItem td
{
}

/* FeatureImportControl.ascx */
.ShowFeaturesTable
{
}
.ShowFeaturesTableHeader td, .ShowFeaturesTableHeader th
{
}
.ShowFeaturesTableHeaderNewImport td, .ShowFeaturesTableHeaderNewImport th
{
	background-color: #fff;
	border-bottom: dotted 1px #2e3436;
	font-weight: normal;
}
.ShowFeaturesTableHeaderNewImport td, .ShowFeaturesTableHeaderNewImport th
{
	border: 0px none;
	font-weight: normal;
}
.ShowFeaturesTableHeaderExistingImport td, .ShowFeaturesTableHeaderExistingImport th, 
.ShowFeaturesTableHeaderExistingImport td span, .ShowFeaturesTableHeaderExistingImport th span
{
	color: #fff;
}
.ShowFeaturesTableItem td
{
}
.ShowFeaturesTableAlternatingItem td
{
}

/* DataControl.ascx */
.ShowDataTable
{
}
.ShowDataTableHeader td, .ShowDataTable th
{
}
.ShowDataTableItem td
{
}
.ShowDataTableAlternatingItem td
{
}

/* LoginControl.ascx */
.ShowTxtUsernameTextbox
{
}
.ShowTxtPasswordTextbox
{
}
.ShowChkRememberCheckbox
{
}
.ShowBtnLoginButton
{
}

/* FeatureTypeSelector.ascx */
.ShowRbtFeatureTypeAllRadiobutton
{
}
.ShowRbtFeatureTypeRadiobutton
{
}
.ShowDrpFeatureSelectbox
{
	width: 130px;
}

/* HelpTextListControl.ascx" */
.ShowHelpTextListTable
{
}
.ShowHelpTextListTableHeader td, .ShowHelpTextListTableHeader th
{
}
.ShowHelpTextListTableItem td
{
}
.ShowHelpTextListTableAlternatingItem td
{
}

