/* div for the pagestyle markup - text must be centered */
div#pagestyle {
	text-align : right;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
	color: #3E3782;
}

/* pagestyle heading color */
h2.pagestyle {
  color : #AAA8CD;
  font-weight : normal;
}

/* list info - monospace font must be used */
ul#pagina, ul.page {
	list-style-type : none;
}

/* day-box span styles - adjust with padding */ 
ul#pagina li span {
	border : 1px dotted #7D7B7E;
	font-weight : bold;
	color : #3E3782;
	padding : 10px;
	background-color: #D2CFE4;
}

/* all states of not-used links */
ul.page li a.na, ul.page li a.na:hover, ul.page li a.na:focus, ul.page li a.na:active   { 
  background : transparent;
  cursor : default;
}

/* not used link boxes - color and background should match - adjust with padding */
ul.page li a.nu { 
  padding : 5px;
  border : 1px solid #ccc;
  background-color : #eee;
  cursor : default;
}



/* this needs to be in conditional comment for IE only */
div#pagestyle {

}

