table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #B5C6DB;
}

/*** COMMON *******************************************/

#kininfo {
	text-align: center;
}

.kinname {
/*	font-family: Arial; */
	font-weight: bold;
	margin-top: 10px;
}

.poem {
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}

.glyph:hover {
	border: 2px solid orange;
}

.oracle {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.wavespell {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.tzolkin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.day_in_tzolkin {
/*  width: 45px;
	height: 42px; */
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
}

.day_in_tzolkin.gap {
	background-color: green;
	color: #FFFFFF;
	cursor: pointer;
}

.day_in_tzolkin.mysticcolumn {
	background-color: #d6ffd5;
	color: #000000;
	cursor: pointer;
}

.day_in_tzolkin.kin {
	border: 3px solid red;
}

/* hovered days in Tzolkin */
div.day_in_tzolkin:hover {
		background-color: orange;
		border: 1px solid red;	
} 

div.day_in_tzolkin.gap:hover {
		color: #000000;	
}

table tr.tbl_row:hover {
//		background-color: yellow;	
} 

.day_in_wavespell {
/*	background-color: #FFFFFF; */
	text-align: center;
/* 	border: 1px solid #000000; */
	color: #000000;
}

.day_in_wavespell.kin {
//	background-color: orange;
	border: 2px solid orange;
}

