body {
	scrollbar-shadow-color:silver; 
	scrollbar-highlight-color:white; 
	scrollbar-base-color:white; 
	scrollbar-arrow-color:rgb(117,166,15); 
	scrollbar-track-color:white; 
	bgcolor: #C0C0C0;
	font-family: arial;
}

a {
	font-family: arial;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size:	15pt;
	margin:	0px 0px 0px 0px;
}

table {
	font-family: arial;
	font-size: 10pt;
}

table.admin1 {
	border-width: 1px;
	border-style:	solid;
	border-color:	black;
	border-spacing:	0px;
	background:	#CCCCCC;
}

tr.header1 {
	background:	#ADC7EF;
}

tr.row0 {
	background:	#CCCCCC;
}

tr.row1 {
	background:	#CCCCEE;
}

td {
	font-family: arial;
	font-size: 10pt;
}

body.print {
	background:	white;
}

input.required {
	background:	yellow;
}

select.required {
	background:	yellow;
}

textarea.required {
	background:	yellow;
}

.warning {
	color:	yellow;
}

.error {
	color:	red;
}

tr.row0 {
	background:	#BBBBBB;
}

tr.row1 {
	background:	#DDDDDD;
}

table.table1 {
	background:	#FFFFFF;
}


	.CalendarcpYearNavigation,
	.CalendarcpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.CalendarcpDayColumnHeader,
	.CalendarcpYearNavigation,
	.CalendarcpMonthNavigation,
	.CalendarcpCurrentMonthDate,
	.CalendarcpCurrentMonthDateDisabled,
	.CalendarcpOtherMonthDate,
	.CalendarcpOtherMonthDateDisabled,
	.CalendarcpCurrentDate,
	.CalendarcpCurrentDateDisabled,
	.CalendarcpTodayText,
	.CalendarcpTodayTextDisabled,
	.CalendarcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.CalendarcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width:0 0 1 0;
			}
	.CalendarcpCurrentMonthDate,
	.CalendarcpOtherMonthDate,
	.CalendarcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CalendarcpCurrentMonthDateDisabled,
	.CalendarcpOtherMonthDateDisabled,
	.CalendarcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.CalendarcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.CalendarcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.CalendarcpOtherMonthDate
			{
			color:#808080;
			}
	TD.CalendarcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.CalendarcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.CalendarcpTodayText,
	TD.CalendarcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.CalendarcpTodayText,
	SPAN.CalendarcpTodayTextDisabled
			{
			height:20px;
			}
	A.CalendarcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.CalendarcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.CalendarcpBorder
			{
			border:solid thin #6677DD;
			}