	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;		
		margin-top:0px;
		margin-left:0px;
		}
	
	#frame {
	width:650px;
	height: 100%;

	margin-top:0px;
	text-align:left;
	top: 0px;
		}
		
	#linkList, #sub_nav, #intro {
		display: none;
	}
	
	form#filterform {
		display: none;
	}

	#contentleft {
		display: none;
	}
	
	#contentcenter {
		width:450px;
		float:left;
		background:#fff;
		margin-top: 10px;		
		margin-left: 10px;
		margin-right: 10px;		
		}
	
	#contentright {
		font-size: 13px;
		width:160px;
		float:left;
		background:#fff;
		padding-top: 10px;
		padding-left: 3px;
		height: 80%;
	}
	
	#contentheader {

	}
	
	.footer {
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 5px;
	padding-top: 10px;
	}
	
	.noprint, .sub_nav {
		display: none;
	}
	
	.no_print {
		display: none;
	}
			
	h1 {
		font-size:22px;
		padding-top:8px;
		font-weight: bold;
	}		

	h2 {
		font-size:16px;
		font-weight: bold;
	}	


th {
	margin-bottom: 0px;
	color: #000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7D775C;
	background-color: #DDD;
	font-size: 80%;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

	td {
		font-size: 75%;		
	}	


	tr.row0 {
		color: #000000;
		background-color: #FFF;
	}
	tr.row1 {
		color: #000000;
		background-color: #EEE;
	}	
		
	#contentheader h1 {
		font-size: 150%;
		font-weight: bold;	
	}
		
	#contentheader h1 span {

	}
		
	#sitenav h4 {
		font-size: 110%;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 5px;

		color: #000000;
		margin: 0;
		padding: 0;
		text-indent: 19px;
	}

	#sitenav a {
		display: block;
		padding: 2px 8px 2px 19px;
		margin: 0;
		text-decoration: none;
		font-weight: normal;
		color: #666666;
	}
	#sitenav a:visited {
		color: #666666;
	}
	#sitenav a:hover {
		background: #FF0000;
		color: #FFFFFF;
		text-decoration: underline;
	}	

	.sitenav_sep {
		display: none;
	}
	
	
	#contentcenter h3 {
	font-size:16px;
	font-weight: bold;
		margin-top: 0.5em;
	}	

	#contentcenter a, #contentright a {
	color: #FF0000;
	text-decoration: none;

	}

	#contentcenter p, #contentright p {
		margin-bottom: 0.5em;		
	}	
	
	#contentcenter a:active, #contentright a:active {
		color: #F00;
	text-decoration: underline;		
	}	
	#contentcenter a:hover,#contentright a:hover {
		color: #FFF;
	text-decoration: none;		
	background-color: #FF0000;
	}	
	
	#contentcenter ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	}

	
	#contentcenter li {
		margin-bottom: 8px;
	}	
	#contentright ul {
		list-style-type: square;
		list-style-position: outside;
		list-style-image: none;
	}
	
	#contentright li {
		margin:0px 0 8px -20px;
	}

.subtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.1em;
}

.important {
	font-weight: bold;
	color: #CC0000;
}
.comment {
	font-style: italic;
	font-size: 90%;
	color: #666666;
}

.alarm {
	border: 1px solid #000;
	background-color: #FFFFCC;
	padding: 10px;
	color: #CC0000;
}

.box {
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
}

/* table for calendar view */
.calendar {
}

.cal_week_title {
	font-weight: bold;
	text-align: center;
	background: #ddd;
	color: #000;
}

.cal_day_title {
	text-align: center;
	background: #DDD;
	color: black;
}
.cal_week_nr {
	text-align: center;
	background: #DDD;
	color: black;
	font-weight: bold;
}

.cal_past_day {
	text-align: right;
	background-color: #eee;
	color: #999;
}

.cal_past_day  a {
	font-weight: bold;
	background-color: #EEE;
	color: #CC6600;
	text-decoration: none;
}
.cal_past_day  a:hover {
	font-weight: bold;
	background-color: #EEE;
	color: #CC0000;
	text-decoration: underline;
}

.cal_today {
	font-weight: bold;
	text-align: right;
	background-color: #039;
	color: #FFF;
}

.cal_today  a {
	font-weight: bold;
	background-color: #039;
	color: #FFFFFF;
	text-decoration: none;
}
.cal_today  a:hover {
	font-weight: bold;
	background-color: #039;
	color: #FFFFFF;
	text-decoration: underline;
}

.cal_week_day {
	text-align: right;
	background-color: #EEF;
	color: black;
}

.cal_week_day  a {
	font-weight: bold;
	background-color: #EEEEFF;
	color: #C00;
	text-decoration: none;
}
.cal_week_day  a:hover {
	font-weight: bold;
	background-color: #DDDDFF;
	color: #FF0000;
	text-decoration: underline;
}

.cal_weekend_day {
	text-align: right;
	background-color: #DDF;
	color: black;
}

.cal_weekend_day   a {
	font-weight: bold;
	background-color: #DDDDFF;
	color: #C00;
	text-decoration: none;
}
.cal_weekend_day   a:hover {
	font-weight: bold;
	background-color: #DDDDFF;
	color: #F00;
	text-decoration: underline;
}

#extraDiv1 {
	display:none;
}