

<style type="text/css">

	/* PlaceHolder is there because Firefox is doing something REALLY funky and ignoring the first class on my sheet */
	.PlaceHolder
	{
	
	}
	
	
	/********************************************************************************************************
	*	High-Level Page Structure 
	*	Basically, just the divs that contain the header, body, and footer.
	*	(i.e.  All the markup that falls on the Master Page)
	********************************************************************************************************/
	
	/* General Font Style Accross the site */
	body 
	{
		font-family: arial;
		font-size: .8em;
		color: black;
	}
	
	/* Give the Background behind the Main Menu the same color as the bottom of its fade, so it looks pretty */
	#pedestal .left 
	{ 
		background-color: #DEE3F7;
	}

    /* This overrides the default styles set on the dialog boxes.  Note: EM font-size renders incorrectly (smaller) on dialog boxes */
    .ui-dialog .ui-dialog-content
    {
        font-family: arial;
		font-size: .8em;
		color: black;
    }
	
	
	/********************************************************************************************************
	*	The Site-Wide Page Header
	********************************************************************************************************/
	.pnlStateBanner
	{
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/StateBannerMiddle.gif);
		background-repeat: repeat-x;
		
		height: 67px;
	}
	.pnlStateBannerMapping
	{
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/StateBannerMappingMiddle.gif);
		background-repeat: repeat-x;
	}
	
	.pnlStateBannerReplacement
	{
		background-color: #f9b828;
	}	
	
	#pnlSiteBanner
	{
		display: block;
		background-color: #003466;
		height: 96px;
	}
	
	#pnlSiteBannerMiddle
	{
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/SiteBannerMiddle.png);
		background-repeat: repeat-y;
		
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://logindalert.disasterlan.org/Public/Images//Uploads/CssImages/SiteBannerMiddle.png');
		
		height:96px;
	
	}
	
	#pnlSiteTitle
	{
		background-color: #f9b828;
	}
	
	#pnlBannerBottom
	{
		background-color: #003466;
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/SystemClock.jpg);
		background-position: center;
		background-repeat: repeat-y;
				
				
	}	
	
	
	/* Header Submit button */
	.HeaderSubmit
	{
		background-color: #f9b828;
		
		text-decoration: underline;
		font-size: 1.15em;
	}	
	
	
	/* header link button */
	.HeaderLinkButton
	{
		color: white;
		font-weight: bold;
	}	
	.HeaderLinkButton:visited
	{
		color: white;
	}
	.HeaderLinkButton:hover
	{
		color: #4371c6;
	}
	


	/********************************************************************************************************
	*	The Site-Wide Main Menu
	********************************************************************************************************/
	.pnlMainMenu
	{
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/);
		
		background-repeat: no-repeat;	
		
		border-top: 0px solid white;
	}
	
	.LinkBarExpansionCell
	{
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/MenuBottom.gif);
		background-repeat: repeat-x;	
		height: 280px;
	}
	
	a.HomeButton
	{
		width: 190px;
		height: 20px;
		padding: 0px 0px 0px 0px;
		
		background-color: #E0DFD7;
	}
	
	#lstMenuItems
	{
		background-color: #003466;		
		padding: 4px 7px 7px 7px;;
		
		list-style-type: none;		
	}
	
	#lstMenuItems li
	{
		border: 1px solid #f9b828;
		margin-bottom: 7px;
		
		color: black;
	}
	#lstMenuItems li.SelectedMenuLink
	{
		border: 2px solid #f9b828;
	}
	
	/* link bar link button */
	#lstMenuItems li a
	{
		color: white;
		
		
		   	text-decoration: none;	
			
		
		padding: 3px 4px 3px 4px;
		font-size: 1.0em
	}	
	#lstMenuItems li a:visited
	{
		color: white;
		
		
		   	text-decoration: none;	
			
	}
	#lstMenuItems li a:hover
	{
		background-color: #416FC3;
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/MenuSelectedItem.gif);
		background-repeat: repeat-x;
		background-position: left top;
		
		color: #f9b828;
	}
	
	#lstMenuItems li a.SelectedMenuLink
	{
		background-color: #416FC3;
		background-image: url(https://logindalert.disasterlan.org/Uploads/CssImages/MenuSelectedItem.gif);
		background-repeat: repeat-x;
		background-position: left top;
		
		font-size: 1.15em;
		color: #f9b828;
	}	
	#lstMenuItems li a.SelectedMenuLink:hover
	{
		color: #f9b828;
	}
	#lstMenuItems li a.SelectedMenuLink:visited
	{
		color: #f9b828;
	}
	
	
	
	/********************************************************************************************************
	*	The Site-Wide Footer
	********************************************************************************************************/
	.FooterInfoBox
	{
		border: 2px solid #003466;
		background-color: #dee3f7;
		
	}
	
	
	
	
	
	
	
	
	/********************************************************************************************************
	*	Common Html Elements
	********************************************************************************************************/
	A
	{
		font-family: arial;
		color: #4371c6;
		font-weight: bold;
	}
	A:visited
	{
		color: #4371c6;
	}
	A:hover 
	{
		color: #666666;
	}
	
	hr
	{
		height: 0; 
		border: 0; 
		border-top: solid 1px #f9b828;
		
		clear: both;
	}
	
	img
	{
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	p
	{
		margin-top: 0px;
		padding-top: 4px;
		
		margin-bottom: 0px;
		padding-bottom: 10px;
	}
	
	ul
	{
		margin-top: 0px;
		padding-top: 4px;
		
		margin-bottom: 0px;
		padding-bottom: 10px;
	}
	li
	{
		padding-bottom: 2px;
	}
	
	
	/***********************************************************
	 *	Iframes meant to act as Dialog boxes
	***********************************************************/ 
	.FakeDialogBox
	{
		border-left: solid 3px darkgray;
		border-top: solid 3px darkgray;
		border-right: solid 4px black;
		border-bottom: solid 4px black;
		
		background-color: white;
				
		z-index: 999999;
		position: absolute;
		
		display: none;		
	}
	
	
	/***********************************************************
	 *	The "Please Wait" Loading Panel 
	***********************************************************/ 
	#pnlLoadingPanel
	{
		background-color: #dee3f7;
	}
	
	#pnlLoadingPanel div
	{
		font-size: 2em;
		
		height: 50%;
		margin-top: 25%;
		text-align: center;
	}				
	
	
	/************************************************************
	             ***  TITLES / LABELS / TEXT *** 
	************************************************************/
	
	/* Primary title items (Usually the Title at the Top of a Page) */
	.PrimaryTitle 
	{
		font-family: arial;
		font-size: 1.7em;
		color: #4371c6;		
		font-weight: bold;
	}
	
	/* Secondary title Items (Usually Larger Sub-Titles for Sections of a Page) */
	.SecondaryTitle
	{
		font-family: arial;
		font-size: 1.15em;
		color: #003466;
		font-weight: bold;
	}

	/* Tertiary title items (Usually Smaller Sub-Titles for Sections of a Page) */
	.TertiaryTitle
	{
		font-family: arial;
		font-weight: bold;
	}
	
	/* Quadiary title items (Don't ask.  I really don't know...) */
	.QuadiaryTitle
	{
		font-family: arial;
		font-weight: bold;
	}
	
	/* Captions (usually for Tables) */
	caption, .caption
	{
		font-weight: bold;
		font-family: arial;
		color: black;
		text-align: center;	
		margin-top: 2px;	
	}
	.AltCaption
	{
		font-weight: bold;
		font-family: arial;
		color: #b0071a;
		text-align: center;	
		margin-top: 2px;	
	}
	
	/* Labels (usually for Forms) */
	Label, .Label
	{
		font-family: arial;
		font-weight: bold;
	}
	
	/* Small Print, Legalees, etc */
	.LittleText
	{
		font-size: .75em;
	}
	
	/* Error Labels */
	.MajorError
	{
		font-weight: bold;
		font-size: 1.15em;
		font-family: arial;
		color: #b0071a;
	}
	
	.FieldError
	{
		font-weight: bold;
		font-family: arial;
		color: #b0071a;
	}
	
	/* Any Text that needs to be specifically identified as relating to an Alert */
	.AlertColor
	{
		color: #b0071a;
	}
	
	/* Disabled (Grayed-out) Text */
	.Disabled
	{
		font-style: italic;
		color: #666666;
	}
	
	
	/************************************************************
	                ***  LINKS / BUTTONS *** 
	************************************************************/
	.CalendarButton
	{
		cursor: pointer;
		
		position: relative;
		top: 2px;
	}
	
	/* Link Buttons for Headlines */
	.HeadlineLinkButton
	{
		font-size: 1.15em;
		text-decoration: none;
	}
	
	.AlertLink
	{
		color: #b0071a;
	}
	.AlertLink:visited
	{
		color: #b0071a;
	}
	
	.AlertLink:hover
	{
		color: #666666;
	}
	
	/* actual button-shaped link buttons... */
	.solidLinkButton
	{
		cursor: pointer;
		
		_position: relative;		/* Makes I.E. 6 behave w/ regards to the list item borders disapearing */
		
		padding: 0px;
		padding-right: 5px;
		padding-left: 5px;
		
		margin: 1px;
		margin-right: 3px;
		margin-left: 3px;
		
		border-left: solid 1px darkgray;
		border-top: solid 1px darkgray;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		background-color: white;
		
		text-decoration: none;	
		text-align: center;	
	}
	.solidLinkButton:hover
	{
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-right: solid 1px darkgray;
		border-bottom: solid 1px darkgray;
		background-color: #dfe6ec;
		
		color: #4371c6;
	}
	.SLBSelected
	{
		background-color: #dfe6ec;
	}
	
	
	
	
	
	/********************************************************************************************************
	*	Very Basic Form Styles
	********************************************************************************************************/
	input
	{
		padding-right: 2px;
		padding-left: 2px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-family: arial;
		font-size: .9em;
	}
	
	select
	{
		padding-right: 2px;
		padding-left: 2px;
		font-family: .9em;
		font-size: .9em;
	}
	
	.ListBox
	{
		width: 325px;
		height: 400px;
	}
	
	.SmallListBox
	{
		width: 250px;
		height: 250px;
	}
	
	.RadioButtonList
	{
		font-family: arial;
		font-size: 1em;
		color: black;	
		
		position: relative;
		top: 0px;		
	}	
	.RadioButtonList label
	{
		font-weight: normal;
		margin-right: 5px;
	}	
	.RadioButtonList input
	{
		position: relative;
		top: 2px;
	}
	
	.CheckBoxList
	{
		font-family: arial;
		font-size: 1em;
		color: black;			
	}	
	.CheckBoxList label
	{
		font-weight: normal;
	}
	

	
	/********************************************************************************************************
	*	Random Usefull Stuff
	********************************************************************************************************/
	.ie6nodisplay
	{
		_display: none;
	}
	
	div.FloatSpacer
	{
		height: 0px;
		clear: both;
	}
	
	div.DebugPanel
	{
		border: 2px solid  #a91d24;
		clear: both;
		
		padding: 2px;
	}
	
	/* Table cells / divs containing solid link buttons need at least 2px of padding at the bottom, lest they cut off their solid link buttons*/
	.ButtonCell
	{
		padding-bottom: 2px;
		padding-top: 2px;
		
		_position: absolute; /* Make I.E. 6 Behave.  for some retarded reason, if I DON'T position this absolutely, hovering over buttons causes the main menu to float away */
	}
		
	
	
	/* Cells, Panels, etc that contain information flagged with some sort of Error or Warning */
	.ErrorCell
	{
		background-image: url('https://logindalert.disasterlan.org/Public/images/error-vertical-fade.gif');
		background-repeat: repeat-x;
		background-color: #a91d24;	
		
		color: #d3d3d3;	
		font-style: italic;
		font-weight: bold;
	}
	
	.ErrorCell a
	{
		color: #d3d3d3;	
		font-style: italic;
	}
	
	.ErrorCell .solidLinkButton
	{
		background-color: #dfe6ec;
		color: #4371c6;
		font-style: normal;
	}
	
	/* The nav buttons at the bottom of a page */
	#pnlNavButtons, .NavButtonsPanel
	{
		padding-top: 10px;
		padding-bottom: 2px;
		clear: both;
		
		margin-bottom: 10px;
	}
	
	/* Random Tips that I show the user on certain anchor rollovers */
	.Tip
	{
		position: absolute;
		display: none;
		
		border: 2px solid black;
		background-color: #dee3f7;
		
		padding: 3px;
		text-align: left;
		
		font-family: arial;
		color: #b0071a;	
		font-weight: bold;
	}
	.TipImage
	{
		width: 16px;
		height: 16px;
		
		position: relative;
		top: 3px;
	}	
	
	
	/*************************************************************************
	 * Printing!
	*************************************************************************/
	@media print 
	{
		/* The nav buttons at the bottom of a page */
		#pnlNavButtons, .NavButtonsPanel
		{
			display: none;
		}
	}
	
	
</style>
