/************************************************
 *	WEBEVENT STYLE SHEET
 *	Adapted for the NYU Look and Feel
 *
 *	Color references:
 *	-- light tan	#F4F2E8
 *	-- dark tan		#CCC5A2
 *	-- brown		#774607
 *	-- purple		#2A007A
 ***********************************************/

/*
listdatesec
listeventbg
listeventtime
listeventcategory
listeventtitle
*/

/************************************************
 *	CALENDAR LIST STUFF
 *	-- light tan	#F4F2E8
 *	-- dark tan		#CCC5A2
 *	-- brown		#774607
 *	-- purple		#2A007A
 ***********************************************/

/*  Day section headers */
.listdatesec { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	font-weight: bold;
	color: #2A007A;
	/*background: #fff;*/
}
 
p.listdatesec { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
	/*background: #fff;*/
	margin: 8px 0 0 0;
	padding: 0 0 0 8px;
	border-top: 1px solid #630000;
	border-bottom: 1px solid #630000;
}

/* Background for list event cells */
.listeventbgshade	{padding: 0 0 0 6px;}
.listeventbg {
	color: #000000;
	/*background: #ffffff;*/
	padding: 0 0 0 6px;
}	

/* Text (if any) in the first column of each listed event */
.listeventicon {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	font-weight: bold;
}  

/* Font for date in second column of each listed event */
.listeventdate {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
}  

/* Font for time in third column for each listed event */
.listeventtime {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	/*font-weight: bold;*/
	color: #FFFFFF;
}  

/* Font for event title of each listed event */
.listeventtitlelarge {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
}  
.listeventtitle font	{color: #FFFFFF;}
.listeventtitle b font	{font-weight: normal;}
.listeventtitle {
	width: 100px;
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	font-weight: normal;
	margin: 0;
	padding: 0;
}  

.listeventtitlesmall {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 8px; 
	font-weight: bold;
	color: #000000;
}  

.listeventcategory {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 1px; 
	font-weight: bold;
	color: #666666;
}  

/* Font for the event details */
.listeventdetails {
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	margin: 0;
	padding: 0;
}  

/*
.listeventtitle {
	color: #630000;
}  */

/* Spacer between information in event details */
.listeventspacer {
	display: none;
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 1px; 
	font-weight: normal;
	margin: 1px;
} 


