#dataDiv 
{
	background-color:#ECEDDE;
	position: relative;
	width: 1045px;
	height: 100%;
	margin: 0 auto;
    display:none;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.dataBlock
{
	position: relative;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;

}

.dataLabelTxt
{
    font-family: 'Open Sans', sans-serif;
	font-size: 3.5vmin; 
}

.dataNumTxt
{
    font-family: 'Droid Serif', serif;
	font-size: 3.5vmin; 
    font-weight: bold;
}

.dataNumTxtSmall
{
    font-family: 'Droid Serif', serif;
	font-size: 2.5vmin; 
}


.tableText{
    font-family: 'Droid Serif', serif;
	font-size: 3.5vmin; 
}

.tableHeaderText{
    font-family: 'Droid Serif', serif;
    background-color: #CBCBA3;
	font-size: 3.5vmin;
    font-weight: bold;
}

table, tr, td {
    padding: 10px;
    border: 1px solid #999;
    border-collapse: collapse;
}


hr {
    height:1px;
    border-width:0;
    background-color:#999
}


#dataGridTitle{
    margin-left: 50px;
}

#dataGrid{
	position: relative;
    margin-left: 50px;
	width: 900px;
    height: 250px;
    background-color:#ffffff;
    border: solid black;
}

#dataGridOverlay{
	position: absolute;
    top:0px;
    left:0px;
	width: 150px;
    height:100%;
	background-color: rgba(255,255,255, 0.5);
    border-right: dashed red;
}

.dataGridStyle{
	position:relative;
	border-style: solid;
    height: 50px;
	border-width: 1px;
	border-color: #333333;
    background-color:#9BA16F;
    margin: 0 auto;
    float: left;
    box-sizing: border-box;
    font-family: 'Droid Serif', serif;
	font-size: 2vmin; 
    font-weight: 400;
}

#dataGridBlock_2_1{ width: 50%;}
#dataGridBlock_2_2{ width: 50%;}

#dataGridBlock_3_1{ width: 33.333%;}
#dataGridBlock_3_2{ width: 33.333%;}
#dataGridBlock_3_3{ width: 33.333%;}

#dataGridBlock_4_1{ width: 25%;}
#dataGridBlock_4_2{ width: 25%;}
#dataGridBlock_4_3{ width: 25%;}
#dataGridBlock_4_4{ width: 25%;}

#dataGridBlock_5_1{ width: 20%;}
#dataGridBlock_5_2{ width: 20%;}
#dataGridBlock_5_3{ width: 20%;}
#dataGridBlock_5_4{ width: 20%;}
#dataGridBlock_5_5{ width: 20%;}

#dataGridBlock_10_1{ width: 10%;}
#dataGridBlock_10_2{ width: 10%;}
#dataGridBlock_10_3{ width: 10%;}
#dataGridBlock_10_4{ width: 10%;}
#dataGridBlock_10_5{ width: 10%;}
#dataGridBlock_10_6{ width: 10%;}
#dataGridBlock_10_7{ width: 10%;}
#dataGridBlock_10_8{ width: 10%;}
#dataGridBlock_10_9{ width: 10%;}
#dataGridBlock_10_10{ width: 10%;}




