/* BEGIN FROM MAIN CSS FILE - FOR EDITING PURPOSE ONLY - DON'T CHANGE =================== */
body {
	margin: 5px 4px 0px 11;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	color: white;
	background-color: #000000;
}
/* END FROM MAIN CSS FILE - FOR EDITING PURPOSE ONLY - DON'T CHANGE =================== */


/* Anchor Tags for Calendar */

a.cal_link:link, a.cal_link:visited {
	font-size: 10px;
	color: #0000FF;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
}

a.cal_link:hover, a.cal_link:active {
	font-size: 10px;
	color: White;
	background-color: Green; /*	padding: 2px 2px 2px 2px; */
	text-align: center;
}





/* Calendar Galactic Signatures - links to other days in the calendar */
a.cal_gs_link_RED:link, a.cal_gs_link_RED:visited {
	font-size: 14px;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}
a.cal_gs_link_RED:hover, a.cal_gs_link_RED:active {
	font-size: 14px;
	color: #A8002A;
	font-style: italic;
}

/* Calendar Galactic Signatures - links to other days in the calendar */
a.cal_gs_link_WHITE:link, a.cal_gs_link_WHITE:visited {
	font-size: 14px;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}
a.cal_gs_link_WHITE:hover, a.cal_gs_link_WHITE:active {
	font-size: 14px;
	color: #AFAFAF;
	font-style: italic;
}

/* Calendar Galactic Signatures - links to other days in the calendar */
a.cal_gs_link_BLUE:link, a.cal_gs_link_BLUE:visited {
	font-size: 14px;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}
a.cal_gs_link_BLUE:hover, a.cal_gs_link_BLUE:active {
	font-size: 14px;
	color: Blue;
	font-style: italic;
}

/* Calendar Galactic Signatures - links to other days in the calendar */
a.cal_gs_link_YELLOW:link, a.cal_gs_link_YELLOW:visited {
	font-size: 14px;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}
a.cal_gs_link_YELLOW:hover, a.cal_gs_link_YELLOW:active {
	font-size: 14px;
	color: Olive;
	font-style: italic;
}


/* BEGIN Calendar classes ======================================== */

td.cal_hdr{
	font-size: 20px;
	color: Yellow;
	text-align: center;
	font-stretch: wider;
	font-style: italic;
	font-weight: bold;
}

/* HEADER - for Moon Name and Number */

td.cal_row_dk_hlt /* Highlighted Day on Calendar */
{
	font-size: 12px;
	color: White;
	background-color: #008082;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-stretch: extra-expanded;
	font-variant: small-caps;
}

td.cal_row_dk_1 /* White on dk Red */
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: Maroon;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-stretch: extra-expanded;
	font-variant: small-caps;
}

td.cal_row_dk_2 /* White on dk Grey */
{
	font-size: 12px;
	background-color: #474747;
	color: White;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-stretch: extra-expanded;
	font-variant: small-caps;
}

td.cal_row_dk_3 /* White on dk Blue */
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00016A;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-stretch: extra-expanded;
	font-variant: small-caps;
}

td.cal_row_dk_4 /* White on dk Yellow */
{
	font-size: 12px;
	color: White;
	background-color: #444400;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-stretch: extra-expanded;
	font-variant: small-caps;
}


/* Medium darkenss for Gregorian Day */

td.cal_row_med_hlt /* Highlighted Day on Calendar */
{
	font-size: 10px;
	color: Black;
	background-color: #99EEEE;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

td.cal_row_med_1 /* White on Red */
{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_med_2 /* Black on White */
{
	font-size: 10px;
	background-color: Silver;
	color: #000000;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_med_3 /* White on Blue */
{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0002B9;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_med_4 /* Black on Yellow */
{
	font-size: 10px;
	color: Black;
	background-color: #FEFF73;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}




/* Medium ligth kin and guiding power */

td.cal_row_medlt_hlt /* Highlighted Day on Calendar */
{
	font-size: 12px;
	color: Black;
	background-color: #B0F0F0;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_medlt_1 /* Black on Red */
{
	font-size: 12px;
	color: Black;
	background-color: #FF9797;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_medlt_2 /* Black on White */
{
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_medlt_3 /* White on Blue */
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2F30FF;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_medlt_4 /* Black on Yellow */
{
	font-size: 12px;
	color: Black;
	background-color: #FFFF99;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}


/* Light for Tone and Tribe Day */

td.cal_row_lt_hlt /* Highlighted Day on Calendar */
{
	font-size: 12px;
	color: Black;
	background-color: White;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

td.cal_row_lt_1 /* White on Red */
{
	font-size: 12px;
	color: Black;
	background-color: #FFB5C4;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_lt_2 /* Black on White */
{
	font-size: 12px;
	background-color: #D4D4D4;
	color: #000000;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

td.cal_row_lt_3 /* White on Blue */
{
	font-size: 12px;
	color: Black;
	background-color: #CECFFF;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.cal_row_lt_4 /* Black on Yellow */
{
	font-size: 12px;
	color: Black;
	background-color: #FFFFCE;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}



/* END Calendar classes ======================================== */