/* 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;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}


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

A:hover {
		text-decoration: underline;
		color: #3333FF;
	}	


/* Paragraph style */
P {
		font-family: Verdana, Arial;
		font-weight: normal; 
		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; 
		color: #FF0000;
	}


/* 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: #FF0000;

	}


/* 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 {

		background: #EEEEEE;
	}


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

/*		background: #FFFFCC; 
		background: #99CCCC;  
*/
		background: #C2FFD7;

}


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


/* 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: 10px; 
		font-weight: normal;
	}  


/* Font used for claendar 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;
		color: #006666;
}


A.calnum:hover {

		text-decoration: none;
		color: #990000;
}


.calnum { 	
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 9px; 
		color: #006666;
		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: 10px; 
		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: ##ff0000;
}  


/* 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;
		font-size: 14px; 
		color: #FF0000;
	}
	

.bgtableimg1 {
                                                               
                 background: #CCCCCC;
                                                               
         }         


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

}	


/* Background of form */
TABLE.formbg {

		background: #EEEEEE;

}


/* 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;
		font-size: 14px; 
		color: #FF0000;
	}


/* 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;
}


.tablelist {  width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 2px}
.altrow {  background-color: #EEEEEE; font-family: Arial, Helvetica, sans-serif; font-size: small}
.listheading {  font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: small}
td {  font-family: Arial, Helvetica, sans-serif; font-size: small; vertical-align: top}
.altlist {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-align: right; font-weight: bold}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: small; }
.tablecol {  font-family: Arial, Helvetica, sans-serif; font-size: small; width: 50%; vertical-align: top; padding-right: 3px; padding-bottom: 5px}
.label {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; text-align: right; vertical-align: top; white-space: nowrap}
.outsidebox {  width: 85%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border: #FF0000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.insidebox {  background-color: #FFFFFF; width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.divider {  background-color: #666666; height: 1px}
.grid {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border: 2px #000000 solid}
.backtab {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; background-color: #CCCCCC; background-position: center; text-align: center}
.tab {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #FFFFFF; background-color: #FF0000; text-align: center}
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #CF6000}
.folder {  border-color: #FF0000 #FF0000 #FF0000; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.feature {  border-color: #CF6000 #CF6000 #CF6000; border-style: solid; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px}

