
	.popUpHourMain {

		position:absolute;
		top:342px;
		left:207px;
		
		-moz-box-sizing:border-box;box-sizing:border-box;
		border:4px solid #048;  
		width:204px;
		color:#336;
		background-color: #CCF;
	}
	.popUpExplain,.popUpClose { 
		font-family:arial; 
		line-height:20px;
		font-size:15px;
		font-weight:bold;
		width:200px;
		background-color: #CCF;
		color:#333; 
		margin:0px;
		-moz-box-sizing:border-box;box-sizing:border-box;
	}
	.popUpHourAMhead,.popUpHourPMhead {

		-moz-box-sizing:border-box;box-sizing:border-box;
		clear:left;
		float:left;
		width:100px;
		height:12px;	
		background-color: #CCF;
		font-family:arial; 
		font-size:12px;
		font-weight:bold;
		color:#333; 
		padding-left:2px;
	 }
	.popUpHourPMhead { background-color:#CCAACC; clear:right; }
	.popUpHourAM_ON,.popUpHourAM_OFF,.popUpHourPM_ON,.popUpHourPM_OFF {
		-moz-box-sizing:border-box;box-sizing:border-box;
		float:left;clear:left;
		width:50px;
		line-height:20px;
		font-size:15px;
		font-weight:bold;

		background-color: #CCF;
		padding:2px;

		text-align:center;
		margin:0px;
	}

	
	.popUpHourPM_ON,.popUpHourPM_OFF { 
		background-color:#CCAACC;
	}
	.popUpHourAM_ON div,.popUpHourAM_OFF div,.popUpHourPM_ON div,.popUpHourPM_OFF div{
		border:1px solid #666; 
		border-left:1px solid white; 
		border-top:1px solid white;
		text-align:center;

	}

	.popUpHourAM_ON div:hover,.popUpHourAM_OFF div:hover,.popUpHourPM_ON div:hover,.popUpHourPM_OFF div:hover {
		background-color:#9FC;

	}
	.popUpHourAM_ON div,.popUpHourPM_ON div { background-color:#6666CC;color:#EEF;}

	.popUpHourContainer  { 
		-moz-box-sizing:border-box;box-sizing:border-box;
		float:left;
		width:50px; 
		cursor:pointer;
		font-family:arial; 
		border-bottom:3px solid gray;
		clear:none;

	 }
	div.popUpHourSection {
		-moz-box-sizing:border-box;box-sizing:border-box;
		position:relative;
		float:left;
		clear:both;
		width:200px;
	}
	.popUpClose {
		cursor:pointer;
		font-size:12px; font-weight:normal;
		text-align:center;
		
		background-color: #CCF;
	}
	