/* Year Selection Table */

.SunSignYearTable {
	font-size: 8pt;
	background-color: #f0f0f0;
}

.SunSignYearTable .YearIndicator {
	color: red;
}

.SunSignYearTable TH {
	text-align: left;
}

.SunSignYearTable TD {
	text-align: left;
	padding-left: 0px;
}
.SunSignYearTable a,
.SunSignYearTable a:link,
.SunSignYearTable a:visited {
	color: #000;
	text-decoration:none;
}

.SunSignYearTable a:hover {
	text-decoration: underline;
}


/* Sign Selection Table */

.AstrologySignTable {
	background-color: white;
	font-size: 12px;
	border-collapse:collapse;
	width: 100%;
}


.AstrologySignTable a,
.AstrologySignTable a:link,
.AstrologySignTable a:visited {
	display:block;
	color: #000;
	text-decoration:none;
	font-size: 16px;
	height:32px;
	margin:1px;
}

.AstrologySignTable .on {
	background-color: #fff0f0;
}
.AstrologySignTable .off {
	background-color: #ffffff;
}

.AstrologySignTable .sign img {
	border-style: none;
	width:31px;
	height:31px;
	margin:0px;
	padding:1px;
}
.AstrologySignTable .sign a {
	padding-left: 6px;
}
.AstrologySignTable .date a {
	text-align: center;
}

.AstrologySignTable .onhover {
	background-color: #fff0f0;
	font-weight:bold;
}
.AstrologySignTable .offhover {
	background-color: #ffffff;
	font-weight:bold;
}

.AstrologySignTable .hover a {
	font-weight:bold;
}

.AstrologySignTable .hover img {
	width:32px;
	height:32px;
	margin:0px;
	padding:0px;
}


