.cropBlock1{
	width: 63px;
	height: 63px;
	float:left;
	vertical-align: middle !important;
	margin: 1px 1px 1px 1px;
	box-shadow: 0px 5px 5px rgb(119, 119, 119);
	-moz-box-shadow: 0px 5px 5px rgb(119, 119, 119);
	-webkit-box-shadow: 0px 5px 5px rgb(119, 119, 119);
	padding: 7px;
	cursor: pointer;
	border-color: rgb(216, 216, 216) !important;
	color: rgb(0, 180, 255) !important;
	background-color: none !important;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	border-collapse: separate;
}

.cropBlock1:hover
{
	background-color: rgb(216, 216, 216) !important;
	-moz-box-shadow: 0 4px 5px gray;
	-webkit-box-shadow: 0 4px 5px gray;
	box-shadow: 0 4px 5px gray;
	border-collapse: separate;
	text-decoration:none;
}

.cropBlockSelected1{
	width: 63px;
	height: 63px;
	float: left;
	vertical-align: middle !important;
	margin: 1px 1px 1px 1px;
	border-right: 1px solid white;
	background-color: rgb(216, 216, 216);
	padding-top: 7px !important;
	cursor: pointer;
	border-color: rgb(216, 216, 216) !important;
	color: rgb(0, 180, 255) !important;
	background-color: rgb(216, 216, 216) !important;
	box-shadow: 0px 5px 5px rgb(119, 119, 119);
	-moz-box-shadow: 0px 5px 5px rgb(119, 119, 119);
	-webkit-box-shadow: 0px 5px 5px rgb(119, 119, 119);
	border-collapse: separate;
	text-align: center; 
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	
}


#wrapper{
	/*position: relative;*/
	width: 1000px;
	height: 70px;
	overflow: hidden;

	/* Prevent native touch events on Windows */
	-ms-touch-action: none;

	/* Prevent the callout on tap-hold and text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Prevent text resize on orientation change, useful for web-apps */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller{
	position: absolute;

	/* Prevent elements to be highlighted on tap */
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	/* Put the scroller into the HW Compositing layer right from the start */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}


#tbFillData td
{
	vertical-align:top;    
	padding : 2px 2px 2px 2px;           
}

#tbShowData td
{
	padding : 2px 2px 2px 2px; 
}

#tbFillData tr
{
	
}


#tbFillData select
{
	border: 1.5px solid #CCCCCC;  
}

.lblFill
{
	font-weight:500;
	width:150px;
	border:1px solid blue;
	background-color:#0099cc;
	color:White;
}

.txtBox
{
	border: 1.5px solid #CCCCCC;
	width: 200px;    
}
		
#dialog-weed table, #dialog-weed td, #dialog-weed th
{
	/*border:1px solid green;*/
	border:1px solid blue;
	white-space :normal ;
}

#dialog-weed td
{     
	padding : 5px 5px 10px 5px;   
}

	  
#dialog-weed th 
{
	/*background-color:#98bf21;*/
	background-color:#0099cc;
	color:white;
}



#tbContents
{       
	width:auto;
	background-color:White;
}

#tbContents td
{
	border:1px solid blue;
	width: 100%;
}
.tbDesc td
{
	border:1px solid blue;
	white-space:pre-wrap;
	padding: 5px 5px 5px 5px;
	background-color:rgb(219, 217, 231);
}

.tbDesc
{
	
	width:700px;
}

.cropCalendar th
{
	padding: 5px 5px 5px 5px;
	border:1px solid #006c99;
	background-color:#0099cc;    
	width:200px;
	color:White;
	text-align:center;
	font-weight:500;
}
.cropCalendar td
{
	/*white-space:nowrap;*/
	border-spacing: 0; 
}

.cropCalendar
{
	border:1px solid #006c99 !important;  
	border-collapse:collapse;
	font-size:80%;
	font-weight:500;
}

 #nationalAvg th
{
	padding: 5px 5px 5px 5px;
	border:1px solid blue;
	background-color:#0099cc;    
	width:200px;
	color:White;
}
#nationalAvg td
{
	white-space:nowrap;
	
}

#nationalAvg
{
	border:1px solid blue;  
	border-collapse:collapse;
}

.rowHeader
{
	border:1px solid blue;padding:10px 5px 10px 5px;font-weight:700;height:30px;vertical-align:middle;white-space:pre-wrap;
}

.rowCell
{
	font-weight:700;height:30px;vertical-align:top;
	padding: 10px 0 10px 0 !important;
	border:1px;border-bottom-style:dotted;border-right-style:dashed;border-top-style:dotted;border-color:gray;
}

.rowCellCurrentMonth
{
	border-color:Red !important;
	border-style: solid !important; 
}

.chartBar
{
	height:30px;
	display:inline-block;
	float:left;
}

.chartBarEdit
{
	height:30px;
	display:inline-block;
}

.chartBarShort
{
	height:15px;
	float:left;
	display:inline-block;
	/*display:inline;*/
}

/*.rowCell br
{
	line-height:0px;    
	clear:left;
}*/

.dataTable th
{
	padding: 5px 5px 5px 5px;
	border:1px solid #006c99;
	background-color:#00B4FF;    
	width:200px;
	color:White;
	font-weight:600;
	text-align:center;
}

.dataTable 
{
	/*border:1px solid #006c99;background-color:#ffffff;*/
	border:1px solid #006c99 !important;  
	border-collapse:collapse;
	font-size:80%;
}

.dataTable td
{
	padding: 2px 2px 2px 2px;
	border:1px solid #006c99;
	padding:0 2px 0 2px;
	font-weight:500;
	height:30px;vertical-align:middle;
	/*width:200px;*/
	white-space:pre-wrap;
}

.comments
{
	white-space:pre-wrap;
}

.tblegend th
{
	 background-color:#0099cc;    
	 color:White;
	 border:1px solid blue;
	 padding: 5px 5px 5px 5px; 
}

.tblegend 
{
	 padding: 5px 5px 5px 5px;    
}

.tblegend1 td
{
	 padding: 5px 5px 5px 5px;    
}

.tblegend td
{
	border:1px solid blue;
	padding: 5px 5px 5px 5px;    
}

.spanHL
{
	background-color:Aqua;
}

.cropBlock:hover
{
	background-color: #006c99 !important;
	-moz-box-shadow: 0 4px 5px gray;
	-webkit-box-shadow: 0 4px 5px gray;
	box-shadow: 0 4px 5px gray;
	border-collapse: separate;
	text-decoration:none;
}

.cropBlock:active,  .cropBlock:visited
{
	background-color:  #808080 !important;	
	-moz-box-shadow: 0 4px 5px gray;
	-webkit-box-shadow: 0 4px 5px gray;
	box-shadow: 0 4px 5px gray;
	border-collapse: separate;
}

.cropTable, .cropTable td
{
	border: 0px !important;
    border-collapse:collapse;
	/*padding: 5px !important;*/
}


.moveMonth
{
	width:30px;heigth:100%;
	background-color:white;
	display:inline-block;
	color:#006c99;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
}

.cropBlock{
	color: rgb(0, 180, 255);
	width: 120px;
	height: 50px;
	text-align: center;
	vertical-align: middle !important;
	border-right: 1px solid white;
	background-color: rgb(216, 216, 216);
	cursor: pointer;
	box-shadow: 0px 5px 5px rgb(119, 119, 119);
	padding: 7px;
}

.cropBlockSelected{
	color: rgb(0, 180, 255);
	width: 120px;
	height: 50px;
	text-align: center;
	vertical-align: middle !important;
	border-right: 1px solid white;
	background-color: rgb(216, 216, 216);
	box-shadow: 0px 5px 5px rgb(119, 119, 119);
	padding: 7px;
}


.legendSpan
{
	display:block;
	float:left;
	margin-right:10px;
	font-size:80%;
}



#TouchScroller div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}