/*
news_screen.css

Description:
News stylesheet used by newer generation browsers, for screen media only.

Version
0.3 - August 18, 2005

Author:
Sing Chan, www.singchan.com@gmail.com
*/


/* common HTML element styles */

h2 {
	margin-bottom: 0;
}



/* tertiary nav styles */

#navTertiary {
	margin: 0 0 20px 20px;
	padding: 0;
	width: 110px;
}

#navTertiary li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1px;
	line-height: 1px;
}

#navTertiary li a {
	background: url(../images/common/gt_black.gif) no-repeat 0 7px;
	display: block;
	line-height: normal;
	padding: 2px 0 2px 10px;
	font-size: x-small;
voice-family: "\"}\"";
voice-family:inherit;
	font-size: small;
}
html>body #navTertiary li a {
	font-size: small;
}

#navTertiary li a.selected {
	text-decoration: none;
	background: url(../images/common/gt_pink.gif) no-repeat 0px 5px;
	font-weight: bold;
	color: #ED145A;
	cursor: default;
}




/* newsitems styles */

#newsitems {
	margin: 0 0 0 0px;
	padding: 0px 0 0 0;
}
html>body #newsitems {
	height: auto;
}

#newsitems li {
	padding: 10px 0 0.4em 0px;
	margin: 0;
	list-style-type: none;
}

#newsitems h5 {
	margin: 0.2em 0 0 0;
	font-size: small;
voice-family: "\"}\"";
voice-family:inherit;
	font-size: medium;
}
html>body #newsitems h5 {
	font-size: medium;
}