/* IE Style Sheet for WebEvent 4.0 */


/* These affect the "body" tag (main html tag in which all */
/* of the page is contained.)  A page item without explicit */
/* style will use this one. */
BODY {
	font-family: Verdana, Arial;		
	background: #FFFFFF;
	color: #000000;
	}


/* Font for various states of links */
A:link, A:active, A:visited { 
		text-decoration: underline; 
/* LB	color: #990000; */
		color: #000099;
		background: none;
	} 

A:hover {
		text-decoration: underline;
/* LB	color: #3333FF; */
		color: #0000CC;

	}	


/* Paragraph style */
P {
		font-family: Verdana, Arial;
		font-weight: normal; 
		font-size: 11px; 
		color: #000000;
	}


/* These affect the heading tags (H1 being the largest, H6 the smallest) */
h1, h2, h3, h4, h5, h6 {
		font-family: Verdana, Arial;
		color: #000000;
	}


/* Styles inside of tables */
TABLE {
		font-family: Verdana, Arial;
		
}

/* Style for preformatted text (text that the browser does not format on its
own) */
PRE	{
		font-family: Courier New, Courier;
		font-weight: normal;
		font-size: 11px;
		color: #000000;
		margin: 2px;		
}


/* Special Text (such as text for some portions of error */
/* messages, etc.) */
.special {
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: 12px; 
/* LB	color: #006699; */
		color: #000099;
	}


/* The outside table.  This defines the border around the  */
/* WebEvent display */
.outsidetable {
	
		color: #000000;
		background: #000000;
}	


/* Navigation bar at top of page (search, options, etc.) */
.topnavbar {

		color: #000000;
		background: #EEEEEE;
}


/* Calendar header section  */
.calheader {

		color: #000000;
		background: #FFFFFF;

}


/* Section where date or calendar can be selected 

NOTE:  You will need to modify the WebEvent image file:

       nv_tile.gif
       
       for the colors to match correctly.

*/
.datecalsection{

		color: #000000;
		background: #CCCCCC;

}


/* Horizontal bar beneath tabs
NOTE:  This is not controlled here in the style sheet. This bar is 
part of the images that create the tabs for selecting your view 
(day, week, etc.).
*/


/* Print Mode setting used to make the background white */
/* for printing */
.printmode {

		background: #FFFFFF;

	}


/* Text for print mode views */
.printmodetext { 	
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: 11px; 
		color: #FFFFFF; 
	} 


/* Controls the color of the bar that contains the current date */
/* and the current user.  Note that this color is set up to match */
/* the color of the currently selected view's tab (e.g. 2week), so */
/* you will probably want to modify those images */
/* (e.g. nv_month_on.gif) if you change this color */
.dateuserbar {

		background: #006699;

	}


/* Font for the date text (e.g. '2 weeks starting September 5, 2001') */
.datebar { 	
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: 12px; 
		color: #ffffff;
	} 


/* Font for the user text (e.g. 'User: admin') */
.userbar { 	
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: 11px; 
		color: #FFFFFF; 
	} 


/* *******************************************

Styles affecting calendar views

******************************************** */


/* Font and background for weekday cells in calendar view */
/* (e.g. 'Mon', 'Tue', etc.) */
.weekday { 	
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 10px; 
		color: #000000;
		background: #cccccc;
	} 


/* Font and background for weekday cells in cal view print mode  */
/* (e.g. 'Mon', 'Tue', etc.) */
.weekdayprint { 	
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 10px; 
		color: #000000;
		background: #FFFFFF;
	} 


/* Standard calendar cell color */
.calcell {
		background: #FFFFFF;
	}


/* Calendar cell color for lookthrough days (e.g. June 30 */
/* when viewing the month of July). */
.calcelllook {

/* LB	background: #EEEEEE; */
        background: #cccccc;
	}


/* Calendar cell color for the currently selected day */
.calcellactive {

/*		background: #FFFFCC; 
		background: #99CCCC;  
	LB	background: #FFCC66;
*/
        background: #FFFFFF;

}


/* Calendar cell color for today's date */
.calcelltoday {
/*		background: #99CCCC;  
	LB	background: #FFFF99; */
		background: #FFFFCC;
	}	


/* Font for event titles in calendar views */
.calevent { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 10px; 
		font-weight: normal;
	}  


/* Font for large event titles in calendar views */
.caleventlarge { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 12px; 
		font-weight: normal;
	}  


/* Font for small event titles in calendar views */
.caleventsmall { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 8px; 
		font-weight: normal;
	}  


/* Font used for calendar details such as event author */
/* when shown in calnedar view */
.caldetails { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 9px; 
		font-weight: normal;
		margin-left: 4px;
}  


/* Spacing between events in calendar views */
.calspacer {
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 1px; 
		font-weight: normal;
		margin: 10px;
	}  


/* Font used for calendar numbers in calendar view:
	
	Links, hover, and basic text
*/
A.calnum:link, A.calnum:visited, A.calnum:active {

		text-decoration: none;
/*	LB	color: #006666; */
		color: #000099;
}


A.calnum:hover {

		text-decoration: none;
/*	LB	color: #990000; */
		color: #0000CC;
}


.calnum { 	
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 9px; 
/*	LB	color: #006666; */
		color: #008000;
		text-align: right;
		text-decoration: none;
	} 


/* ******************************************

Calendar List Section

*********************************************/


/*  Individual date font (e.g. October 12, 2001) */
.listdatesec { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 12px; 
		font-weight: bold;
		color: #000000;
		background: #CCCCCC;
	}  


/* Background for list event cells */
.listeventbg {
		color: #000000;
		background: #EEEEEE;
	}	


/* Background color of mini-cals in enhanced list view */
.minicalbg {
		color: #000000;
		background: #EEEEEE;
	}	


/* Font for text (if any) in the first column of each listed event */
/* Only used if event type icons are turned off */
.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 of each listed event */
.listeventtime {
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 10px; 
		font-weight: bold;
		color: #000000;
	}  


/* Font for event title in fourth column of each listed event */
/* covers all 3 possible font sizes */
.listeventtitlelarge {
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 12px; 
		font-weight: bold;
		color: #000000;
	}  


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


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


/* Links for minical titles */
A.minicaltitle:link, A.minicaltitle:visited, A.minicaltitle:active {

		color: #000000;
}


/* Font for minical titles */
.minicaltitle {
		font-family: Verdana, Arial;
		TEXT-ALIGN: center;
		font-size: 12px; 
		font-weight: bold;
		color: #000000;
	}  


/* Font for minical text links - includes the day and week settings */
A.minical:link, A.minical:visited, A.minical:active {

		color: #000000;

	}


/* Font for minical text - includes the day and week settings */
.minical {
		font-family: Verdana, Arial;
		TEXT-ALIGN: center;
		font-size: 12px; 
		font-weight: normal;
		color: #000000;
	}  


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

	}  


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

	}  


/* ******************************************

Styles not specific to cal or list mode

*********************************************/



/* Unapproved text which appears on submitted events */
.unapproved { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: 14px; 
		font-weight: bold;
		color: #006699;
}  


/* Powered by WebEvent tagline */
.powered {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 10px; 
		color: #000000;
	}


/* Form Headings */
.formtitle {
		font-family: Verdana, Arial;
		font-weight: bold;
/*	LB	font-size: 14px; */
		font-size: 16px; 
/*	LB	color: #006699; */
		color: #008000;
	}
	

.bgtableimg1 {
                                                             
		background: #CCCCCC;
                                                               
         }         


/* Background outline of form */
TABLE.formoutline {
/*		border: 1pt solid #000000; */
		background: #000000;

}	


/* Background of form */
TABLE.formbg {

		background: #FFFFCC;

}


/* Font for text on forms */
.formtext {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 12px; 
		color: #000000;
	}


/* Font for text area boxes on forms */
.formtextarea {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 12px; 
		color: #000000;
	}


/* Font for form submit buttons */
.formsubmit {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 12px; 
		color: #000000;
	}


/* Small font for form submit buttons */
.formsubmitsmall {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 11px; 
		color: #000000;
	}


/* Font for form headers */
.formtextheader {
		font-family: Verdana, Arial;
		font-weight: bold;
/*	LB	font-size: 14px; 
		color: #006699; */
		font-size: 16px; 
		color: #008000;
	}


/* Font for form pulldown menus */
.formpulldown {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 11px; 
		color: #000000;
}

	
/* Header for event details pop-up window */
.showeventheader {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 14px;
		color: #000000;

}



/* Font for 'close window' text on event details pop-up window */
.showeventclose {

		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 10px;
		color: #000000;

}


/* Font for field names on event details pop-up window */
.showeventfield {

		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 11px;
		color: #000000;
}


/* Font for event description on event details pop-up window */
.showeventdetails {

		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 11px;
		color: #000000;
}
