﻿.mainContent
{
	
	font-family: Arial;	
	padding: 0px 0px 0px 10px;

}

.mainContent p
{
	
	margin: 5px 0px 0px 0px;
	position: relative;
	clear: both;

}

.inputLabel
{
	position: relative;
    margin: 0; 
	padding: 0; 
	/*padding-right: .15em; */
	display: block;
	width: 9em; 
	text-align: left; 
	float: left; 
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}

.inputControl
{
	width: 17em;
}


.dataCompleteness
{
	/*
	position: relative;
	width: 17em;
	*/
}


.stationTextBox, .watermarked
{
	width: 16.5em;	
}
.watermarked
{
	color: Gray;	
	font-weight: 100;
	font-style: italic;
	text-align: center;
}
 

.stationTypeControl
{
	width: 17em;
}

.stationNumberControl
{
	width: 6em;	
}

.dateControls
{
	width: 8em;	
}

.dateRange, .format, .validator
{
	font-size: smaller;
	font-weight: 100;
}


.checkBox
{
	position: relative;
	float: left;
	margin: 0px 0px;
	font-size: smaller;
}

.firstRadioButton
{
	position: absolute;
	left: 8.4em;
}

.secondRadioButton
{
	position: absolute;
	left: 13.4em;
}

.thirdRadioButton
{
	position: absolute;
	left: 18.4em;
}

.chartGalleryThumbnails
{
	/*height: 210px;
	width: 375px;*/
	height: 180px;
	width: 325px;
}

.completionListPanel
{
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	cursor : 'default';
    text-align : left; 
    list-style-type : none;
    padding: 0px;
    
	border-style: solid;
	border-width: thin;
	max-height: 300px;
	min-height: 0px;
	height: auto;
	overflow: hidden;
	z-index: 5000;
	background-color: #FFFFFF;
}

.completionListHighlightedItem
{
	background-color: #FF9F1F;
} 
.completionListItem
{
	background-color: White;
}

.Progress
{
	background-color: #FF9F1F;
	color: White;
	font-weight: bold;
}
 
.Progress img
{
	vertical-align: middle;
	margin: 2px;
}

.hydroDateGroup
{
	width: 40em;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	padding: 3px 0px;
}

.txtContinuousDuration,
.txtWeatherDuration
{
	width: 3.5em;
}

.ddlContinuousDurationUnits,
.ddlWeatherDurationUnits
{
	width: 5.5em;
}

.weatherStations
{
	width: 25em;	
}

.clsDragWindow
{
	border:solid 2px #000000;
	background-color:#666666;
	position:absolute;
	display:none;
}

.imgInfo
{
	padding: 0px 0px;
	margin: 0px 0px;
	position: relative;
	top: 4px;
}

.existsLabel 
{
	Z-INDEX: 110;
	LEFT: 110px;
	color: #6600ff;
	font-weight: bold;
}

#lblNoObservationsForStation
{
	color:Red;
	font-weight: bold;
}

.buttons
{
	width: 105px;
}

.chartingFrame
{
	width: 1010px;
	min-height: 1400px;
	height:auto !important;
	height:1400px;
	margin: 5px 0px 0px 0px;
	padding: 0;
}
