/* This is where you configure the body attributes */

	body	{width: 1024px;
		 height:  768px;
		 margin-right: auto;
		 margin-left: auto;
	}

/* Here is the default configuration for the divs and spans. Feel free to edit until you are comfortable
your own layout */


	

	#logo	{width: 600px;
			height:	102px;
			margin-right: auto;
			margin-left: 10px;
	}
	

	#title {text-align: center;
		position: absolute;
		top: 25px;
		margin-right: auto;
		margin-left:180px;
		width: 300px;
		 font-size: 1.3em;
display:none;
	}
	
	#key_title	{width: 200px;
			height:	102px;
			margin-right: auto;
			margin-left: 15px;
	}


			#confirmed_	{
			}

			#confirmed_info_	{
			}
		
			#confirmed_	{
			}

			#confirmed_info_	{
			}
		
			#confirmed_	{
			}

			#confirmed_info_	{
			}
		
			#confirmed_	{
			}

			#confirmed_info_	{
			}
		
			#confirmed_	{
			}

			#confirmed_info_	{
			}
		


			#unconfirmed_11-10	{
			}

			#unconfirmed_info_11-10	{
			}
		
			#unconfirmed_51-50	{
			}

			#unconfirmed_info_51-50	{
			}
		
			#unconfirmed_501-500	{
			}

			#unconfirmed_info_501-500	{
			}
		
			#unconfirmed_>501	{
			}

			#unconfirmed_info_>501	{
			}
		


	#map	{width: 800px;
		 height: 535px;
		 top: 15px;
		 margin-left: 10px;
		 border: 1px solid black;
	}

	#date	{text-align: center;
		 font-size: 0.9em;
display:none;
	}

	#data_title	{text-align: center;
			 position: absolute;
			 top:140px;
			 
			 margin-left: 55px;
			 font-size: 1.0em;
	}

	#data_table	{width: 200px;
			position: absolute;
			top: 190px;
			 margin-right: 20px;
	}

	#data_table th	{border: 1px solid black;
			 padding: 3px;
			 background-color: #ddccaa;
			 width: 200px;
	}

	#data_table td	{border: 1px solid black;
	}



	#totals_table	{width: 200px;
			 margin-left: auto;
			 margin-right: Right;
                         position: absolute;
			 top:450px;
	}

	#totals_table th {border: white;
			  background-color:white;
			  padding: 5px;
			  padding-right: 7px;
			  width: 120px;
	}

	#totals_table td {border: white;
			  background-color:white;
			  padding-right: 0px;
			  width: 150px;
	}

   #unconfirmed {display:none;
}



