/* top left logo NO BIGGER THAN 200x92!!! */
.logo {
	/*background-image: url(../../../Images/maint.jpg);*/
	background-position:left;
	background-repeat:no-repeat;	
}

/* background must be white!!! */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* calendar header (Month, day, etc) */
TH 
{
	font-size: 10pt;
	color: #3366CC;
	background-color: #99CCFF;
}

/* calendar's previous and next links */
TH A
{
	text-align:center;
	text-transform:capitalize;
	font-size: 8pt;
	font-style: bold;
	color: #330099;
}

/* calendar's day links */
tbody tr td a b
{
	text-decoration: underline; 
	font-size: 8pt;
	font-style: bold;
	color: #330099;
}

/* calendar's days that don't exist for that month */
TD.empty {
	background-color: #CCCCCC;
}

/* the calendar title */
.title {
	font-family: Tahoma, Verdana, Arial;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3366CC;
}

/* details area font style */
.gwxlist {
	font-size: 7pt;
	color: #000000;
}

/* the banner for the details area */
.subBannerArea {
	color: #3366CC;
	background: #99CCFF;
	margin:0px;
	font-size: 12pt;
	font-weight: bold;
}

/* links in the calendar area such as "view month as list" */
A.nav:link	{ 
	color: #330099; 
	text-decoration: none; 
	font-weight:bold;
} 
A.nav:visited	{ 
	color: #330099; 
	text-decoration: none; 
	font-weight:bold;
} 
A.nav:active	{ 
	color: #3366CC;  
	font-weight:bold;
} 
A.nav:hover	{ 
	color: #3366CC; 
	text-decoration: underline; 
	font-weight:bold;
}

/* the print link */
A.print:link	{
	font-size: 9pt;
	color: #000000; 
	text-decoration: none; 
	font-weight:bold;
} 
A.print:visited	{ 
	font-size: 9pt;
	color: #000000; 
	text-decoration: none; 
	font-weight:bold;
} 
A.print:active	{ 
	font-size: 9pt;
	color: #000000;  
	font-weight:bold;
} 
A.print:hover	{ 
	font-size: 9pt;
	color: #CCCCCC; 
	text-decoration: underline; 
	font-weight:bold;
}

/* the header fade properties */
.leftHeaderFade {
	background: white url(../../../Images/pisdFade4.gif) repeat-x left top;
	margin:0px;
	background-repeat: repeat-x; 
}
.rightTabHeaderFade {
	background: white url(../../../Images/pisdFade3.jpg); 
	background-repeat: repeat-x;
	background-position:top;
}

.user1 { COLOR: #000000; font-size: 8pt }
.user2 { COLOR: #000080; font-size: 8pt }
.user3 { COLOR: #FF6633; font-size: 8pt }
.user4 { COLOR: #880000; font-size: 8pt }
.user5 { COLOR: #FF0000; font-size: 8pt }
.user6 { COLOR: #9900FF; font-size: 8pt }
.user7 { COLOR: #0000FF; font-size: 8pt }
.user8 { COLOR: #009900; font-size: 8pt }
.user9 { COLOR: #FF00FF; font-size: 8pt }
.user10 { COLOR: #009999; font-size: 8pt }
