

/* McMaster Style Guide Stylesheets to call on for reference:	
@import url(stylesheet.css);
@import url(stylesheet_grey.css);*/	


/* Defaults */
@import url(medium/defaults.css);	

/* Navigation */	
@import url(navigation.css);

/* Content Specific Styles*/	
@import url(medium/content.css); 

/* forms */
@import url(forms.css);	

/* Layout */
@import url(medium/layout.css);


/* Home 
@import url(home.css);*/	

/* Sections 	
@import url(sections.css);*/


	


	
/* Forms
@import url(forms.css); */	

/* Events 
@import url(events.css);*/


	
/* Defaults */	



	
div.green { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt;  
	color: green;
	line-height:14pt;
	}
div.blue { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: blue;
	line-height:14pt;
	}
div.orange { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: orange;
	line-height:14pt;
	}
div.red { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt;  
	color: red;
	line-height:14pt;
	}
div.purple { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: purple;
	line-height:14pt;
	}
div.black { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt;  
	color: black;
	line-height:14pt;
	}
div.gray { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt;  
	color: gray;
	line-height:14pt;
	}
div.yellow { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: yellow;
	line-height:14pt;
	}
div.empty
{
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: silver;
	line-height:14pt;
}

div.complete
{
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color:Olive;
	line-height:14pt;
}




