

<style type="text/css">

	/* PlaceHolder is there because Firefox is doing something REALLY funky and ignoring the first class on my sheet */
	.PlaceHolder
	{
	
	}
	
	#pnlTheHeader
	{
		text-align: center; 
		margin-top: 5px;
		margin-bottom: 7px;
	}
	
	#pnlTheHeader img
	{
		width: 100%;
	}
	
	.AlertTitlePanel
	{
		margin-top: 5px;
		text-align: center;
		
		/*
		background-image: url('https://logindalert.disasterlan.org/Public/images/alert-big-vertical-fade.gif');
		background-repeat: repeat-x;	
		background-color: #a91d24;	
		*/
	}
	
	.AlertStatus
	{
		text-align: center;
	}
	
	.AudioLink
	{
		text-align: center;
	}
	
	.PrimaryTitle 
	{
		font-family: arial;
		font-size: 2.4em;
		font-weight: bold;
				
	}
	.AlertPrimaryTitle 
	{
		font-family: arial;
		font-size: 2.4em;
		font-weight: bold;
		/*color: white;*/		
	}
	
	.AlertSecondaryTitle
	{
		font-family: arial;
		font-size: 1.7em;
		font-weight: bold;	
	}

	.AlertTertiaryTitle
	{
		font-family: arial;
		font-weight: bold;
		color: #4371c6;
	}	
	
	div.TextRow
	{
		width: 100%;
		clear: both;
		padding-top: 5px;
	}
	
	span.TextRowLabel
	{
		float: left;
		width: 150px;
		text-align: right;
	}
	
	span.TextRowContents
	{
		float: left;
		text-align: left;
		margin-left: 15px;
	}
	
	div.TextRowContents
	{
		float: left;
		text-align: left;
		margin-left: 15px;
	}
	
	#pnlReasonForReviewText
	{
		margin-left: 100px;
		margin-bottom: 20px;
	}
	
</style>