/* Style Sheet for WebEvent */

body {
	font-family: Verdana, Arial;		
	background: #FFFFFF;
	color: #000000;
	}

a:link, a:active, a:visited { 
		text-decoration: underline; 
		color: #222299;
		background: none;
	} 

a:hover {
		text-decoration: underline;
		color: #3333FF;
	}	

.calevent a:link, .calevent a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

p {
		font-family: Verdana, Arial;
		font-weight: normal; 
		font-size: x-small; 
		color: #000000;
	}

h1,h2,h3,h4,h5,h6 {
		font-family: Verdana, Arial;
		color: #000000;
	}

table {
		font-family: Verdana, Arial;
		
}
	
pre	{
		font-family: "Courier New", Courier;
		font-weight: normal;
		font-size: x-small;
		color: #000000;
		margin: 2px;		
}

.special {
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: x-small; 
		color: #006699;
	}



.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;
}


/* Date and calendar section 

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:  Need to edit the tab images for these to match correctly.

*/

.printmode {

		background: #FFFFFF;

	}

.printmodetext {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: medium;
	color: #000000;
	text-align : center;
} 


.dateuserbar {

		background: #006699;

	}

/* Date font in bar beneath tabs */

.datebar {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	padding-left : 200px;
} 



/* User font in bar beneath tabs */

.userbar { 	
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: small; 
		color: #FFFFFF; 
	} 
a.userbar:visited { 	
		font-family: Verdana, Arial;
		font-weight: bold; 
		font-size: small; 
		color: #FFFFFF; 
	} 

/* *******************************************

Calendar view sectino

******************************************** */


/* Font and background for weekday cells in calendar view */

.weekday { 	
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: x-small; 
		color: #000000;
		background: #cccccc;
	} 

a.weekday:link, a.weekday:visited, a.weekday:active {

		text-decoration: none;
		color: #000000;
}

a.weekday:hover {

		text-decoration: none;
		color: #990000;
}

.weekdayprint { 	
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: x-small; 
		color: #000000;
		background: #FFFFFF;
	} 

.weekdaylink {
		text-align: right;
		vertical-align: top;
		text-decoration: none;
	}

/* Calendar cell color */

.calcell {
		background: #FFFFFF;
	}

/* Calendar Cell lookthrough */

.calcelllook {

		background: #EEEEEE;
	}
/* 20080423 ge - make the lookthrough cells even more lookthrough */
.calcelllook .calnum { display: none; }
.calcelllook .calevent { display: none; }
.calcelllook .caldetails { display: none; }

/* Calendar cell active day */

.calcellactive {

/*		background: #FFFFCC; 
		background: #99CCCC;  
*/
		background: #FFCC66;

}

/* Different colors for grid week view */
.calcellweek {
	      
	      background: #FFFFFF;
}

.calcellweek1 {
	      
	      background: #FFFFCC;
}

.calcellweek2 {

	      background: #EEEEEE;
}

/* Calendar cell today background color */

.calcelltoday {
/*		background: #99CCCC;  */
		background: #FFFF99; 

	}	

/* Unapproved Text */

.unapproved { 	
		font-family: Verdana, Arial;
		text-align: left;
		font-size: medium; 
		font-weight: bold;
		color: #006699;
}  


/* Font used for entries in calendar views */

.calevent { 	
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small; 
		font-weight: normal;
	}  

.caleventlarge { 	
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small; 
		font-weight: normal;
	}  

.caleventsmall { 	
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small;
		font-weight: normal;
	}  



/* Font used for extra elements in calendar views */

.caldetails { 	
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small; 
		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 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: x-small; 
		color: #006666;
		text-align: right;
		text-decoration: none;
	} 


/* ******************************************

Calendar List Section

*********************************************/

/*  Day section headers */

.listdatesec { 	
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: small; 
		font-weight: bold;
		color: #000000;
		background: #CCCCCC;
	}  

/* Background for list event cells */

.listeventbg {
		color: #000000;
		background: #EEEEEE;
	}	

.minicalbg {
		color: #000000;
	}	

/* Text (if any) in the first column of each listed event */

.listeventicon {
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: x-small; 
		font-weight: bold;

	}  

/* Font for date in second column of each listed event */

.listeventdate {
		font-family: Verdana, Arial;
		TEXT-ALIGN: left;
		font-size: x-small; 
		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: x-small; 
		font-weight: bold;
		color: #000000;
	}  

/* Font for event title of each listed event */

.listeventtitlelarge {
		font-family: Verdana, Arial;
		text-align: left;
		font-size: small; 
		font-weight: bold;
		color: #000000;
	}  

.listeventtitle {
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small; 
		font-weight: bold;
		color: #000000;
	}  

.listeventtitlesmall {
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small; 
		font-weight: bold;
		color: #000000;
	}  

a.minicaltitle:link {
        color: #000000
}
a.minicaltitle:visited {
        color: #000000
}
a.minicaltitle:active {
        color: #000000
}

.minicaltitle {
        font-weight: bold; 
        font-size: x-small; 
        color: #000000; 
        font-family:  Verdana, Arial; 
        text-align: center;
}
a.minical:link {
        color: #000000;
}
a.minical:visited {
        color: #000000;
}
a.minical:active {
        color: #000000;
}
.minical {
        font-weight: normal; 
        font-size: x-small; 
        color: #000000; 
        font-family: Verdana, Arial; 
        text-align: center;
}

.minicalborder {  background-color: #CCCCCC; border-top-width: 10px}
.minicalbg2 {  background-color: #eeeeee}
.minicalheaderbg {  background-color: #CCCCCC}
.minicalcellbg {  background-color: #EEEEEE}
.minicalactivebg { background-color: #cccccc}

/* Font for the event details */
.listeventdetails {
		font-family: Verdana, Arial;
		text-align: left;
		font-size: x-small; 

	}  

/* Spacer between information in event details */

.listeventspacer {
		font-family: Verdana, Arial;
		text-align: left;
		font-size: 1px; 
		font-weight: normal;
		margin: 3px;
	}  

.powered {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: x-small; 
		color: #000000;
	}

.bgtableimg1 {
		background: #CCCCCC;
	} 	


/* Form Heading */

.formtitle {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: small; 
		color: #006699;
	}
	
/* some class they seem to use for available cals list - but didn't have in css */
.formstitle {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: small; 
		color: #006699;
	}


/* Background of form */

table.formoutline {
/*		border: 1pt solid #000000; */
		background: #000000;

}	

table.formbg {

		background: #FFFFCC;

}


.formtext {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: x-small; 
		color: #000000;
	}

.formtextarea {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: small; 
		color: #000000;
	}


.formsubmit {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: small; 
		color: #000000;
	}

.formsubmitsmall {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: small; 
		color: #000000;
	}

.formtextheader {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: medium; 
		color: #006699;
	}

.formpulldown {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: small; 
		color: #000000;
}

.showeventheader {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: medium;
		color: #000000;
}


.showeventclose {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: x-small;
		color: #000000;

}

.showeventfield {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: small;
		color: #000000;
}


.showeventdetails {
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: x-small;
		color: #000000;
}


/* from print.css - ge 20040218 */
.calendar {
	background-color: #cccccc;
}

/* add footer class - ge 20040303 */
.footer {
	font-size: 90%;
	}
	
/* add smallnote class - ge 20040720 */
.smallnote {
	font-size: 90%;
	}
	
/* add strong class - ge 20090107 */
.strong {
	font-weight: bold;
}
	
@media print  {
	.datecalsection { display: none; }
	.userbar { display: none; }
	.minical, .minicalbg, .minicalbg2, .minicaltitle { display: none; }
}
