﻿/* ----- INDEKA'S CSS - works for highlighted "current" links, but not for inactive links ----- */

@charset "utf-8";

div#dailynatal body {
	font: .9em verdana;
	background-color: lemonchiffon;
	}
a:link {
	text-decoration: none;
	border-bottom: 0;
	color: blue;
	}
a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: olive;
	}
a:visited {
	text-decoration: none;
	border-bottom: 0;
	color: blue;
	}


/* ------------Link hover style for fm horoscope area only-------------- */

#TFMFCTypeMenu {
	padding: 10px 15px 0px 15px;
	vertical-align: middle;
	text-align: center;
	height: 35px;
	}


#TFMFCTypeMenu a:link {
	padding: 15px 15px 10px 15px;
	}
#TFMFCTypeMenu a:visited {
	padding: 15px 15px 10px 15px;
	}

#TFMFCTypeMenu a:hover {
	padding: 15px 15px 10px 15px;
	}

/* --------------last-clicked links------------------ */

.personallink { 
	background-image: url("../images/fmp5.jpg");
	background-repeat: repeat-x;
/*	background-position-y: 10px; */
	padding-top: 10px;
	padding-bottom: 10px;
	}

.personallink a:link {
	color: white;
	font-weight: bold;
	}
.personallink a:visited {
	color: white;
	font-weight: bold;
	}
.personallink a:hover {
	color: white;
	font-weight: bold;
	}


.lovelink {
	background-image: url("../images/fml5.jpg");
	background-repeat: repeat-x;
/*	background-position-y: 10px; */
	padding-top: 10px;
	padding-bottom: 10px;
	}

.lovelink a:link {
	color: white;
	font-weight: bold;
	}
.lovelink a:visited {
	color: white;
	font-weight: bold;
	}
.lovelink a:hover {
	color: white;
	font-weight: bold;
	}


.moneylink  {
	background-image: url("../images/fmm4.jpg");
	background-repeat: repeat-x;
/*	background-position-y: 10px; */
	padding-top: 10px;
	padding-bottom: 10px;
	}

.moneylink  a:link {
	color: white;
	font-weight: bold;
	}
.moneylink  a:visited {
	color: white;
	font-weight: bold;
	}
.moneylink a:hover {
	color: white;
	font-weight: bold;
	}


/* ----------text area for horoscope text------------ */

#TFMFCText {
	font-family: verdana, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	padding: 0;
	}




/* -----------Quotation text------------ */

#TFMQuotation {
	font-style: italic;
	font-family: times new roman, serif;
	color: indigo;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 5px 20px 10px 20px;
	}



/* -----------Yesterday and Tomorrow navigation links------------ */

#fcdatenav {
	font: .75em tahoma;
	text-align: center;
	padding: 15px 5px 0 5px;
}



/* -----------Current Date Label------------- */

#fcdatelabel {
	padding: 10px 0px 0 5px;
	font-weight: bold;
}

#TFMfcdate {
	padding: 10px 5px 0 5px;
	font-weight: bold;
	}

#TFMFCYesterday a:link {
	padding: 10px 5px 0 0px;
	text-decoration: none;
	}
#TFMFCYesterday a:hover {
	padding: 10px 5px 0 0px;
	text-decoration: none;
	color: olive;
	}

#TFMFCTomorrow a:link {
	padding: 10px 5px 0 0px;
	text-decoration: none;
	}
#TFMFCTomorrow a:hover {
	padding: 10px 5px 0 0px;
	text-decoration: none;
	color: olive;
	}

/* -----------Drop-down menus at bottom for date selection-------------- */

#dfform {
	text-align:center;
	padding: 10px 0;
}


#tfmgo { 
	background-image: url("../images/go.gif");
	background-repeat: no-repeat;
	text-align: center;
	vertical-align:middle;
	margin-top: 8px;
	margin-left: 10px;
	padding-top: 15px;
	height: 50px;
	width: 50px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#tfmgo a:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-align: center;
	}

#tfmgo a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

#tfmgo a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
	}



/* ------------Birthdate and Horoscope selections - hidden--------------- */

#TFMbirthdate, #TFMFCType { 
	visibility: hidden; 
	display: none;
	}


/* end */




