/* CISO.css . 01/21/06 */
body {  font-family: sans-serif;
	font-style: normal;  
	font-weight: normal;
	font-size: 90%;
	background: #eda; /* white; */
	color: #153; /* black; */
	}
td {
   text-align: center;
   vertical-align: top;
}
.Today { font-size: 80%;
	border: 1px solid black;
/*	background: white;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: top; */
}	
.Day { font-size: 80%;
/*	background: white;
	color: black; 
	text-decoration: none; 
	text-align: center;
	vertical-align: top; */
}
.DayLabel { font-size: 85%;
	background: white; 
	color: #153; /* red; 
	text-decoration: none;
	text-align: center; 
	vertical-align: top; */
	width: 6em;
}
.WeekEnd { font-size: 80%;
	background: #cfc;
	color: black; 
/*	text-decoration: none; 
	text-align: center;
	vertical-align: top; */
}
.WeekEndLabel { font-size: 85%;
	background: #cfc; 
	color: #153; /* red; 
	text-decoration: none;
	text-align: center; 
	vertical-align: top; */
	width: 5.5em;
}
.WeekLabel { font-size: 85%;
	background: #eee; 
	color: #153; /* red; 
	text-decoration: none;
	text-align: center; 
	vertical-align: top; */
	width: 5.5em;
}
.WeekNo { font-size: 80%;
/*	border: 1px solid #eee; */
	background: #eee;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: top; 
}
.Nav {
	width: 6em;
} 
.Nav {
	font-size: 85%;
	background: #eda; /* white; */
	color: #153; /* #33f; */
	padding: 2px;
	list-style-position: outside;
	text-decoration: none;
}
.Nav a {
	border: 1px solid black;
	background: #eda; /* #33f; */
	color: #153; /* white; */
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 6em; }
.Nav a:link {
	border: 1px solid black;
	background: #153;
	color: white;
	text-decoration: none;
}
.Nav a:visited {
	border: 1px solid black;
	background: #153;
	color: white;
	text-decoration: none;
}
.Nav a:hover {
	border: 1px solid black;
	background: white;
	color: #153; /* #33f; */
	text-decoration: none;
}
.inner {
	border: 1px solid black; 
	background: white;
	color: black;
	font-size : 95%;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 30%;
}
.outer {
	border: 1px solid black;
	background: #153; /* eda; / * white; */
	color: white; /* #eda; 153; black; */
	font-size : 90%;
	text-align: center;
	vertical-align: top;
	width: 60%;
}
.MonthHeader { 
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
	background: white;
	color: #153;
	border-bottom: 1px solid black; 
	text-align: center; 
	vertical-align: middle;
}
.YearHeader { 
	font-weight: bold;
	font-size: 125%;
	text-decoration: none;
	text-align: center; 
	vertical-align: middle;
}
#Calendar {
	text-align: center;
	vertical-align: top; 
	}
	
#Clock {
/* font-family: sans-serif; 
	font-style: normal;  */
	background: #eda;
	color: black; 
	font-weight: bold;
	font-size: 95%;
	text-align: center;
	vertical-align: top; 
}
