<!--- TripleCreek Mentoring_Automated Application --->

<!---  ************************************************************************************************************ 
    Page Name:    STAFStylesheet.css
    Description:	 Stylesheet for the STAF website
	
	Page Type:	  
	
	Date (yyyy-mm-dd):	Description of Work:			                          		{Developer -- Company}
	**************************************************************************************************************** 
	05.11.04	Updated with Paw cursor style											Heather Harkins -- BHA
	
	05.05.04	Updated with new styles														Heather Harkins -- BHA
	
	03.07.04	Created STAF stylesheet														Heather Harkins -- BHA
	
	Inputs:
   Outputs:
************************************************************************************************************** --->

	<STYLE TYPE="text/css">
	
		/*  GENERAL TAG DEFINITIONS */
		html
		{
			 overflow-y: scroll;
		}
		
		BODY
		{
			margin-left: 10px;
			margin-top: 0px;
			font-family: MS Sans Serif, Arial;
			font-size: 13px;
			color: Black;
		}
		
		TD
		{
			font-family: MS Sans Serif, Arial;
			font-size: 13px;
			color: Black;
		}
		
		
		.STAFDefaultText
		{
			font-family: Arial;
			font-size: 13px;
			color: Black;
		}
		
			
		.STAFLargeText
		{
			font-family: Arial;
			font-size: 15 px;
			color: Black;
		}		
			
		.STAFLargestText
		{
			font-family: Arial;
			font-size: 17 px;
			color: Black;
		}	
			
			
		.STAFHugeText
		{
			font-family: Arial;
			font-size: 26 px;
			color: Black;
		}	
		
		.STAFSmallText
		{
			font-family: MS Sans Serif, Arial;
			font-size: 10px;
			color: Black;
		}
		
		a
		{
			color: #2961A5;
			text-decoration: underline;	
			font-size:13px;
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a:hover
		{
			background-color: #2961A5;
			color: #C6D7DE;
			text-decoration: none;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a:hover visited
		{
			color: #2961A5;
			text-decoration: underline;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.Small
		{
			color: #2961A5;
			text-decoration: underline;	
			font-size:10px;
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.Small:hover
		{
			background-color: #2961A5;
			color: #C6D7DE;
			text-decoration: none;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.Small:visited
		{
			color: #2961A5;
			text-decoration: underline;	
			cursor: url("/Images/paw.cur"), pointer;
		}	
		
		/*  STAF Specific types of anchors */
		.STAFHeaderAnnouncementLargest
		{
			font-family: MS Sans Serif, Arial;
			font-size: 24px;
			color: #CC0033;
		}
		
		.STAFHeaderAnnouncementLarge
		{
			font-family: Arial;
			font-size: 20px;
			color: #CC0033;
		}
		
		.STAFHeaderAnnouncementHuge
		{
			font-family: Arial;
			font-size: 26px;
			color: #CC0033;
		}
		
		.STAFAnnouncement
		{
			color: #CC0033;
		}
		
		
		a.STAFHeadMain
		{
			color: #2961A5;
			text-decoration: underline;	
			font-size:14px;
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.STAFHeadMain:visited
		{
			color: #2961A5;
			text-decoration: underline;	
			cursor: url("/Images/paw.cur"), pointer;
		}	
		
		a.STAFHeadMain:hover
		{
			background-color: #2961A5;
			color: White;
			text-decoration: none;	
			cursor: url("/Images/paw.cur"), pointer;
		}
			
		
		
		a.STAFHeadEventsHuge
		{
			color: #2961A5;
			text-decoration: underline;	
			font-size:26px;
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.STAFHeadEvents
		{
			color: #2961A5;
			text-decoration: underline;	
			font-size:14px;
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.STAFHeadEvents:visited
		{
			color: #2961A5;
			text-decoration: underline;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.STAFHeadEvents:hover
		{
			background-color: #2961A5;
			color: #FFFF80;
			text-decoration: none;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		/* CALENDAR STYLES  */
		.CalendarCats
		{
			font-family: MS Sans Serif, Arial;
			font-size: 11px;
			color: #840084;
		}	
		
		.CalendarDogs
		{
			font-family: MS Sans Serif, Arial;
			font-size: 11px;
			color: #840000;
		}	
		
		.CalendarAdoptions
		{
			font-family: MS Sans Serif, Arial;
			font-size: 11px;
			color: #0000FF;
		}
		
		.CalendarBingo
		{
			font-family: MS Sans Serif, Arial;
			font-size: 11px;
			color: #008200;
		}
						
		.CalendarEvents
		{
			font-family: MS Sans Serif, Arial;
			font-size: 11px;
			color: #FF00FF;
		}
								
		.CalendarHead
		{
			font-family: Arial;
			font-size: 30px;
			color: Black;
		}
		
		a.CalendarEvents
		{
			color: #FF00FF;
			text-decoration: underline;	
			font-size:12px;
			font-weight:bold;
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.CalendarEvents:visited
		{
			color: #FF00FF;
			text-decoration: underline;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
		a.CalendarEvents:hover
		{
			background-color: #000094;
			color: #FF00FF;
			text-decoration: none;	
			cursor: url("/Images/paw.cur"), pointer;
		}
		
	</STYLE>
