/* News On Sports */

/* full page is contained in a div with id=newsdiv */
#newsdiv

/* used for the paragraph page where the title is entirely seperate */
.titleshort {
	color:#333;			/* almost black */
	font-size:12px;
	font-weight:bold;
	padding-bottom: 3px;
	text-decoration:none;
}
/* use for the titles page where the date is added to the title */
.titlelong {
	color:#333;			/* almost black */
	font-size:12px;
	font-weight:bold;
	padding-bottom: 0px;
	text-decoration:none;
}
.dateshort {
	color:#777777;		/* medium grey */
	font-size:10px;
	font-weight:bold;
	padding-bottom: 3px;
}
.description {
	color:#333;
	font-size:12px;
}

.sourcename {
	color:#333;
	font-size:12px;
	font-weight:bold;
	width: 100%;
}
.sourcelink {
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:bold;
}
.articlelink {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.pagelinks {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}


/* span.left used with the titles to make the popup text with the description appear permanently whilst hovering the mouse over the title */
a { text-decoration: none; }
a:link { color:black; }
a:visited { color:grey; }
a:hover { position: relative; }
a span { display: none; }
a:hover span.left {
	color: black;
	display: block;
	position: absolute;
	top:    17px;
	left:   25px;
	width: 350px;
	padding: 8px;
	z-index: 100;
	/*background-image:url('../images/bg01.jpg');
	background-repeat:repeat-x;*/
	background-color:#fafafa;		/* almost white */
	border:2px solid #333			/* almost black */
}
/* end of span.left */
