﻿/*  STYLES FOR DAILY HOROSCOPE ANNOUNCEMENT BOX */

#dailywrapper {
	background-image: url("../images/grdkgreenblue.jpg"); 
	background-repeat: repeat-x;
	width: 210px; 
	min-height: 250px;
	background-color: #003399;
	border: 0px solid black; 
	padding: 8px;
	margin: 0 auto 10px auto;
	}

#h1dailytitle {
	font-family: tahoma,arial,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #ff6600;
	}
#h3dailyforecast {
	font-family: tahoma,sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff099;
	}
span#dailylunation {
	font-size: 1em; 
	color: #ff6600;
	margin-bottom: 10px;
	}
p#dailyineffect {
	font-family: tahoma,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff099;
	}
span.new {
 font-weight:bold;
 color: white;
 font-size: 75%;
 font-style: normal;
}

table#dailytbllinks {
	border: 0px solid #C0A062;
	background-color: white;
	margin-bottom: 10px;
	width: 180px;
	margin: 0 auto;
	border-spacing: 10px;
	border-collapse: separate;
	}
table#dailytbllinks td#dailyleftcol {
	text-align: right;
	width: 80px;
	vertical-align: top;
	padding: 0;
	}
table#dailytbllinks td#dailyrightcol {
	width: 100px;
	vertical-align: top;
	padding: 0;
	}

p.dailylinks a,
p.dailylinks a:link,
p.dailylinks a:hover,
p.dailylinks a:visited {
	font-weight: bold;
}

table#dailytbllinks td#dailyleftcol p.dailylinks {
	text-align: right;
	font-size: .9em; 
	margin-top: 0; 
	margin-bottom: 3px;
	font-weight: bold;
	}
table#dailytbllinks td#dailyrightcol p.dailylinks {
	text-align: left;
	font-size: .9em; 
	margin-top: 0; 
	margin-bottom: 3px;
	font-weight: bold;
	}



/* END */