/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .85em;
    margin-top:5px;
}

.Small
{
     font-size:.9em;
}

.Red
{
     color:Red;
}

.Bold
{
     font-weight:bold;
}

.Tutors
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

#MainMenu
{
     font-size:.75em;
     width:95%;
     background-color:#ebf5fc;
     font-weight:bold;
     text-align:center;
     margin-top:5px;
     border-bottom:solid 1px #00a8ec;
     border-top:solid 1px #00a8ec;
}

.MenuCell
{
     padding-left:20px;
     padding-right:20px;
     padding-top:3px;
     padding-bottom:3px;
     font-variant:small-caps;    
}     

.PageHead
{
     font-size:1.75em;
     color:Navy;    
}

#dgrVolunteers
{
   font-size:1em;    
     
}

.AdminRow
{
    height:2em;
    text-align:left;
}


/************** PREDEFINED TAGS *****************/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	}	

A 
{
	text-decoration:	none;
	color:	#3333cc;
    margin-bottom: 0px;
}

/*
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
*/
		
A:visited	{	
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:underline;
	color:	#3333cc;
	}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
