/* Style Sheet for WebEvent */

BODY {
	font-family: Verdana, Arial;
	background: #FFFFFF;
	/* background: ; */
	color: #000000;
}

A:link, A:active, A:visited { 
	text-decoration: underline; 
	color: #990000;
	background: none;
} 

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

P {
	font-family: Verdana, Arial;
	font-weight: normal; 
	font-size: 11px; 
	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: 11px;
	color: #000000;
	margin: 2px;		
}

.special {
	font-family: Verdana, Arial;
	font-weight: bold; 
	font-size: 12px; 
	color: #006699;
}

.outsidetable {	
	color: #000000;
	/* background: #000000; */
	background: #000000;		
}	

/* Navigation bar at top of page (search, options, etc */

.topnavbar {
	color: #000000;
	/* background: #EEEEEE; */
	background: #E7F1F0;
}

/* Calendar header section  */

.calheader {
	color: #000000;
	/* background: #FFFFFF; */
	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; */
	background: #D9A8C2;
}

/* Horizontal bar beneath tabs
   NOTE:  Need to edit the tab images for these to match correctly.
*/

.printmode {
	background: #FFFFFF;
	/* background: ; */
}

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

.dateuserbar {
	/* background: #006699; */
	background: #a42e84;
}

/* Date font in bar beneath tabs */

.datebar { 	
	font-family: Verdana, Arial;
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff;
} 

/* User font in bar beneath tabs */

.userbar { 	
	font-family: Verdana, Arial;
	font-weight: bold; 
	font-size: 11px; 
	color: #FFFFFF; 
} 

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

Calendar view sectino

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

/* Font and background for weekday cells in calendar view */

.weekday { 	
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px; 
	color: #000000;
	/* background: #cccccc; */
	background: #bc6ea4;
} 

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: 10px; 
	color: #000000;
	background: #FFFFFF;
	/* background: ; */
} 

.weekdaylink {
	text-align: right;
	vertical-align: top;
	text-decoration: none;
}

/* Calendar cell color */

.calcell {
	/* background: #FFFFFF; */
	background: #ffffff
}

/* Calendar Cell lookthrough */

.calcelllook {
	/*background: #EEEEEE; */
	background: #E7F1F0;
}

/* Calendar cell active day */

.calcellactive {
	/* background: #FFFFCC; 
	   background: #99CCCC;  
	   background: #a42e84;
	*/
	background: #D9A8C2;	
}

/* Different colors for grid week view */
.calcellweek {
	/* background: #FFFFFF; */
	background: #ffffff;
}

.calcellweek1 {
	/* background: #FFFFCC; */
	background: #FFF6ae;
}

.calcellweek2 {
	/* background: #EEEEEE; */
	background: 
}

/* Calendar cell today background color */

.calcelltoday {
	/* background: #99CCCC;
	   background: #FFFF99;
	*/
	background: #ffd764;
}	

/* Unapproved Text */

.unapproved { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 14px; 
	font-weight: bold;
	color: #006699;
}  

/* Font used for entries in calendar views */

.calevent { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 10px; 
	font-weight: normal;
}  

.caleventlarge { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 12px; 
	font-weight: normal;
}  

.caleventsmall { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 8px; 
	font-weight: normal;
}  

/* Font used for extra elements in calendar views */

.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 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

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

/*  Day section headers */

.listdatesec { 	
	font-family: Verdana, Arial;
	TEXT-ALIGN: left;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
	/* background: #CCCCCC; */
	background: #a7b0bd;
}  

/* Background for list event cells */

.listeventbg {
	color: #000000;
	/* background: #EEEEEE; */
	background: #FFF6ae;
}	

.minicalbg {
	color: #000000;
}	

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

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

A.minicaltitle:link {
	COLOR: #000000
}
A.minicaltitle:visited {
        COLOR: #000000
}
A.minicaltitle:active {
        COLOR: #000000
}

.minicaltitle {
        FONT-WEIGHT: bold; FONT-SIZE: 10px; 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: 10px; COLOR: #000000; FONT-FAMILY:
        Verdana, Arial; TEXT-ALIGN: center
}

.minicalborder { 
	/* background-color: #CCCCCC; */
	background: #a7b0bd;
	border-top-width: 10px
}

.minicalbg2 {
	/* background-color: #eeeeee */
	background: #E7F1F0;
}

.minicalheaderbg { 
	/* background-color: #CCCCCC */
	background: #a7b0bd;
}

.minicalcellbg {
	/* background-color: #EEEEEE */
	background: ;
}

.minicalactivebg { 
	/* background-color: #cccccc */
	background: #ffd764;
}

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

.powered {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px; 
	color: #000000;
}

.bgtableimg1 {
	background: #CCCCCC;
	/*background: ; */
} 	

/* Form Heading */

.formtitle {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px; 
	color: #006699;
}

/* Background of form */

TABLE.formoutline {
	/* border: 1pt solid #000000; */
	   background: #000000;
	*/
	background: #a7b0bd;

}	

TABLE.formbg {
	/* background: #FFFFCC; */
	background: #E7F1F0;
}

.formtext {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px; 
	color: #000000;
}

.formtextarea {
	font-family: Courier, Arial;
	font-weight: normal;
	font-size: 12px; 
	color: #000000;
}

.formsubmit {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px; 
	color: #000000;
}

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

.formtextheader {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px; 
	color: #006699;
}

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

.showeventheader {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

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

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

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


