 
 /* LibraryInsight, Inc. - Summer Reading Reading Base Style Sheet -
 Customization can be made to this Style Sheet and uploaded to your Account.
 Each Reading Program can have its own Style Sheet. For example, if the
 library creates five different Reading Programs, each can have its own
 Style Sheet so it can have an unique look.
 
 Once the desired modifications to this Base Style Sheet have been made, 
 the Style Sheet must be named using a specific format. To name a style Sheet
 for a Reading Program with a Reading Program ID # of 245, save the
 Style Sheet as:  css245.css  (all lowercase) The Reading Program ID # can
 be found in the main maintenance screen of the Read Program to the right
 of the first line.
 
 DO NOT REMOVE ANY OF THE CLASSES BELOW
 ______________________________________________________________________
 Where Used:
 The following shows where and for what text each 
 class name (starting with the period) is used.
 
 .ProgramName:	used for Program Name at the top of each screen
 .ProgramText:	used for Program Description, Logon Message, Sign Up
 		Message, Welecom Message and Self Determined Prize
 		Level Message
 
 .MemberName	used for the Member's Name
 .Sponsor	used for Sponsor's Name (Program Sponsor, not Prize Sponsor)
 .PrizeName	used for Prize names
 
 .Admin		used for most labels and system generated instructions
 
 .AdminSmall	used for system generated labels and instructions
 		that require smaller text than the .Admin
  
 .AdminLarge	used for system generated labels and instructions
 		that require larger text than the .Admin
 		
 .AdminExtraLarge used for system generated labels and instructions
 		that require larger text than the .AdminLarge
 		
 .AdminLargeRed	Used for system generated labels and instructions
 		that require larger text than the .AdminLarge and
 		are displayed in red. Used to display "Great Going"
 		When participants earn a prize.
 		
 		
 .AdminExtraLargeRed	Used for system generated labels and instructions

 		that require larger text than the .AdminLargeRed and
 		are displayed in red.
 */
 
 
..ProgramName
{
font: italic 500 50px 'Bradley Hand ITC', arial, verdana,  times,serif ;
color: blue;
padding-top: 0px;
padding-bottom: 0px;
}
  
..ProgramText
{
font: 500 18px verdana, arial, times,serif ;
color: black;
}
 
..MemberName
{
font: italic 500 30px verdana, arial, verdana,  times,serif ;
color: blue;
padding-top: 0px;
padding-bottom: 0px;
}
   
..Sponsor
{
font: italic 500 40px arial, verdana,  times,serif ;
color: blue;
padding-top: 0px;
padding-bottom: 0px;
}
 
..PrizeName
{
font: 700 26px 'Bradley Hand ITC',arial, verdana,  times,serif ;
color: black;
padding-top: 0px;
padding-bottom: 0px;
}
 
..Admin
{
font: 500 16px arial, verdana,  times,serif ;
color: black;
padding-top: 0px;
padding-bottom: 0px;
}

..AdminSmall
{
font: 500 12px arial, verdana,  times,serif ;
color: black;
padding-top: 0px;
padding-bottom: 0px;
}
 
..AdminLarge
{
font: 500 20px arial, verdana,  times,serif ;
color: black;
padding-top: 0px;
padding-bottom: 0px;
}
   
..AdminExtraLarge
{
font: 500 40px arial, verdana,  times,serif ;
color: blue;
padding-top: 0px;
padding-bottom: 0px;
}
   
  
..AdminLargeRed
{
font: 600 40px 'Bradley Hand ITC' ,arial, verdana,  times, serif ;
color: red;
padding-top: 2px;
padding-bottom: 2px;
}
 
..AdminExtraLargeRed
{
font: 600 55px 'Bradley Hand ITC', arial, verdana,  times, serif ;
color: red;
padding-top: 2px;
padding-bottom: 2px;
}


