@charset "utf-8";
/* CSS Document */


#facesHolder{
}


.statsBlock{
	width:170px;
	margin:auto;
}

	
	.statsTitle {
		margin-top:5px;
		margin-bottom:5px;
		font-weight:bold;
	}
	
	.stat{
		height:15px;
		text-align:right;
	}
	
	.statProc{
		font-size:11px;
	}
	
	.statHolder{
		border-bottom:solid 1px #999999;
	}
	
	.statLabel {
		text-align:left;
		font-size:11px;
		border-bottom:solid 1px #CCCCCC;
	}
	
	#glucose_0 {
		background-color:#87d2f4;
		width:0px;
		
	}
	
	#glucose_1 {
		background-color:#b4e9fb;
		width:0px;
	}
	
	#glucose_2 {
		background-color:#FFFFFF;
		width:0px;
	}
	
	#glucose_3 {
		background-color:#b4e9fb;
		width:0px;
	}
	
	#glucose_4 {
		background-color:#87d2f4;
		width:0px;
	}
	




#tagDisplay{
}

	.tag{
		width:170px;
	}
		.tagTitle{
			
			font-size:11px;
		}
		.tagRange{
			border-right:solid 2px #990000;
			border-left:solid 2px #990000;
			width:20px;
			height:15px;
			margin-left:30px;
			position:absolute;
			z-index:20;
			overflow:hidden;
		}
		
		.tagRangeAvrage{
		    background:#990000;
			width:2px;
			height:15px;
			position:absolute;
			z-index:28;
			overflow:hidden;
		}
		.tagRangeLeft{
		    background:#20558a;
			width:2px;
			height:15px;
			position:absolute;
			z-index:20;
			overflow:hidden;
		}
		.tagRangeRight{
		    background:#20558a;
			width:2px;
			height:15px;
			position:absolute;
			z-index:24;
			overflow:hidden;
		}
		
		.tagBackground{
			
		}
	
	
		.tagTable{
			width:170px;
			height:15px;
			border-bottom:#999999 solid 1px;
			margin:auto;
		}
	
			.tagTd{
				margin:0px;
			}
	
			.td_0{
				background:#87d2f4;
			}
			.td_1{
				background:#b4e9fb;
			}
			.td_2{
				background:#FFFFFF;
			}
			.td_3{
				background:#b4e9fb;
			}
			.td_4{
				background:#87d2f4;
			}
	

