

<style type="text/css">

	/* PlaceHolder is there because Firefox is doing something REALLY funky and ignoring the first class on my sheet */
	.PlaceHolder
	{
	
	}
	
	
	.DataTable
	{
		clear: both;
		width: 100%;
		margin-top: 2px;
		
		border-bottom: solid 1px #003466;		
		border-top: solid 2px #003466;
		border-right: solid 2px #003466;
		border-left: solid 1px #003466;
		
	}
	
	.DataHeaderCell
	{
		text-align: center;
		
		color: white;
		
		background-color: #003466;
		padding-top: 3px;
		padding-bottom: 3px;
		
		
		border-left: solid 1px white;
		border-bottom: solid 2px #003466;
	}
	.DHLeftMost
	{
		border-left: solid 1px #003466;
	}
	
	.DataCell
	{
		text-align: left;
		
		padding-left: 3px;
		padding-right: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
		
		border-left: solid 1px #003466;
		border-bottom: solid 1px #003466;		
	}
	
	
		
	.DCAlt
	{
		background-color: #dee3f7;
	}
	
	.SearchPanel
	{
		float: right; 
		text-align: right;
		padding-top: 5px;
		padding-bottom: 2px;
		width: 21em;
	}
	
	div.SearchPanel a.solidLinkButton
	{
		position: relative;
		#top: -1px;
	}
	
	.TitlePanel
	{
		float: left; 
	}
	
	.PagingPanel
	{
		border:solid 0px black;
		width: 100%; 
		text-align: right;
		padding-top: 5px;
		padding-bottom: 5px;
		
		
	}
	
	.NoRecordsPanel
	{
		width: 100%; 
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
	/* Data Table Header Cells - Sort Buttons */
	.DataHeaderCell .TextButton
	{
		font-family: arial;
		color: white;
		font-weight: bold;
		padding: 0px;
		border:0px;	
		background-color: transparent;
		cursor: pointer;
	}
	.DataHeaderCell .TextButton:hover
	{
		color: #f9b828;	
	}
	
	.DataHeaderCell .arrowButton
	{
		height: .7em;
		
	}
	
	.DataHeaderCell .LittleArrowButton
	{
		height: .4em;
		
	}
	
	.DataHeaderCell .SortedButton
	{
		color: #f9b828;
	}
	
	.ActionButton
	{
		padding-right: 5px;
		padding-left: 5px;
		
		font-weight: bold;
		
		background-color: #d4d0c8;	
		
		cursor: pointer;	
	}
	.ActionButton:hover
	{
		border-style: inset;
	}
	
	.ActionButtonSelected
	{
		background-color: #dee3f7;
		border-style: inset;
		cursor: auto;	
	}
	
	
	
	.DataTable .solidLinkButton
	{
		margin: 1px;	
		
		padding-right: 3px;
		padding-left: 3px;
	}
		
    /*alerting portal grid view style */
    .AlertingPortalGridViewGoToBox
    {
    	width:20px;
   	    	
    }
    
    
    .GridViewActionButton
	{
		display:inline-block;
		text-align:center;
		min-width:20px;
		
		
		font-weight: bold;
		color:Black;
		
		cursor: pointer;	
		
		_position: relative;	/* Makes I.E. 6 behave w/ regards to the list item borders disapearing */
		
		padding: 0px;
			
		margin: 1px;
		margin-right: 3px;
		margin-left: 3px;
				
		border-left: solid 2px #F5F5F5;
		border-top: solid 2px #F5F5F5;
		border-right: solid 2px darkgrey;
		
		border-bottom: solid 2px darkgrey;
		background-color: #d4d0c8;	
		
		text-decoration: none;	
		text-align: center;	
		border-style:outset;
		
	}
	
	.GridViewActionButtonSelected
	{
		
		display:inline-block;
		text-align:center;
		min-width:20px;
		
		
		font-weight: bold;
		color:Black;
		
		cursor: pointer;	
		
		_position: relative;		/* Makes I.E. 6 behave w/ regards to the list item borders disapearing */
		
		padding: 0px;
			
		margin: 1px;
		margin-right: 3px;
		margin-left: 3px;
				
		border-left: solid 2px #F5F5F5;
		border-top: solid 2px #F5F5F5;
		border-right: solid 2px darkgrey;
		
		border-bottom: solid 2px darkgrey;
		background-color: #dee3f7;
		
		text-decoration: none;	
		text-align: center;	
		
		border-style: inset;
		cursor: auto;	
	}
	
	.GridViewActionButton:hover
	{
		border-style: inset;
	}
	
	
    .AlertingPortalGridView 
    {
    	clear: both;
		width:100%;
		margin-top: 2px;
		border:none;
		/*
		border-color: #003466;
	    border-style: solid;
	    */
	  
	}
   

    .AlertingPortalGridViewHeaderRow
    {
    	
    	border-bottom: solid 1px #003466;		
		border-top: solid 2px #003466;
		border-right: solid 2px #003466;
		border-left: solid 1px #003466;
		
    } 
   
    .AlertingPortalGridViewRow
    {
    	border-left: solid 1px #003466;
    	border-right: solid 2px #003466;
    }
   
    .AlertingPortalGridView .DataHeaderCell a
    {
	   	font-family: arial;
		font-weight: bold;
		padding: 0px;
		
		border: none;
		background-color: transparent;
		cursor: pointer;
		text-decoration:none;
	}
    
   	.AlertingPortalGridView .DataHeaderCell a:hover
	{
		color: #f9b828;	
	}
	
	
	
	/*************************************************************************
	 * Printing!
	*************************************************************************/
	@media print 
	{
		.DataTable
		{
			border-bottom: solid 1px black;		
			border-top: solid 2px black;
			border-right: solid 2px black;
			border-left: solid 1px black;
			
		}
		
		.DataHeaderCell
		{
			border-left: solid 1px black;
			border-bottom: solid 2px black;
		}
		.DHLeftMost
		{
			border-left: solid 1px black;
		}
		
		.DataCell
		{
			border-left: solid 1px black;
			border-bottom: solid 1px black;		
		}
					
		.SearchPanel
		{
			display: none;
		}
		
		.TitlePanel
		{
			float: none; 
		}
				

		.AlertingPortalGridViewHeaderRow
		{
	    	
    		border-bottom: solid 1px black;		
			border-top: solid 2px black;
			border-right: solid 2px black;
			border-left: solid 1px black;
			
		} 
	   
		.AlertingPortalGridViewRow
		{
    		border-left: solid 1px black;
    		border-right: solid 2px black;
		}
	}
	
	
</style>
