/*.........................................................................:Interactivity */
/* News list styles */
.News {
	list-style:none;
	margin:0;
	padding:0;
}
.News li {
	margin:0;
	padding:0;
	border-bottom:1px dotted #999;
	list-style-image:none;
}
.News li a {
	padding: .25em 0 .60em 16px;
	display: block;
	background: url(/_artwork/icons/news.gif) no-repeat left top;
	text-decoration:none;
	color:#333333;
}
.News li a:hover {
	background-image: url(/_artwork/icons/news_over.gif);
	background-color:#ECECEC;
	color:#02549F;
}
.News .Date {
	font-weight:bold;
}
/*.........................................................................:Interactivity */
a#news_Previous, a#news_Next {
	padding: 1px 10px;
}
form#form_News_Navigation {
	margin:0;
	padding:0;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom:10px;
	margin-bottom:10px;
}
input#news_Previous, input#news_Next, input#news_Play, input#news_Pause {
	background: url(/_artwork/icons/previous.gif) no-repeat center center;
	padding: 0 10px;
	border: 0;
	cursor:pointer;
}
input#news_Previous:hover, input#news_Next:hover, input#news_Play:hover, input#news_Pause:hover {
	background-color:#ECECEC;
}
input#news_Previous:hover {
	background-image: url(/_artwork/icons/previous_over.gif);
}
input#news_Next {
	background-image: url(/_artwork/icons/next.gif);
}
input#news_Next:hover {
	background-image: url(/_artwork/icons/next_over.gif);
}
input#news_Play {
	background-image: url(/_artwork/icons/play.gif);
}
input#news_Play:hover {
	background-image: url(/_artwork/icons/play_over.gif);
}
input#news_Pause {
	background-image: url(/_artwork/icons/pause.gif);
}
input#news_Pause:hover {
	background-image: url(/_artwork/icons/pause_over.gif);
}
/*.........................................................................:News elements */
#section_News {
	/*float:left;
	width:14em;*/
	margin:0;
	padding: .5em 0;
	/*border:1px dotted #C96;*/
	overflow:hidden;
	position:relative;/* Required for IE to hide .Description */
	width:536px;/* Required for IE6 to treat as block */
	border-top:.05em dotted #999;
}
#section_News h2 {
	margin-top:0;
}
#section_News ul.News {
	margin:0;
	padding:0;
	position:relative;/* Required for IE to hide .Description */
	/*border:1px dotted #39C;*/
	width:100%;
	overflow: hidden;
}
#section_News ul.News li {
	float:left;
	position:relative;/* Required for IE to hide .Description */
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border:0;
	height:10em;
}
#section_News ul.News h3 {
	padding:0 0 .5em 0;
	margin:0;
}
#section_News ul.News .Artwork {
	float: left;
	padding: 0 0.5em 0 0;
	margin: 0;
	height:100px;
	overflow:hidden;
}
#section_News ul.News .Description {
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	/*height:10em;*/
	font-size:98%;
}
/*.........................................................................:Links */
#section_News ul.News a {
	display:block;
	margin:0;
	padding:0 0 0 16px;
	color: #000;
}
#section_News ul.News a:hover {
	color:#02549F;
}
#section_News ul.News .Artwork a {
	background:none;
	padding:0;
}
#section_News ul.News .Description a {
	text-decoration:underline;
	color:#0000FF;
}
#section_News ul.News .Description h3 a {
	color:#333333;
	text-decoration:none;
}
#section_News ul.News .Description a.more {
	background:transparent url(/_artwork/icons/more.gif) no-repeat scroll left center;
	padding-left:10px;
}
#section_News ul.News .Description p {
	line-height: 120%;
}
#section_News form#form_News_Navigation {
	border-top:1px dotted #999;
	margin:1em 0 0 0;
}
/*.........................................................................:Interactivity */
ul.News .Preview .Description {
	top:-17.1em;/*visibility:visible;*/
}
#section_News .Navigation {
	clear: left;
	border-top:1px dotted #CCC;
}
#section_News .Navigation img {
	padding: 1px 3px;
}
#news_PageNo {
	padding: 0 0 0 .5em;
}
#news_PageCount {
	padding: 0 .5em 0 0;
}
/*.........................................................................:PRINT */
@media print {
#section_News ul.News {
	position:static;
}
#section_News ul.News li {
	float:none;
	height:auto;
}
#section_News form#form_News_Navigation {
	display:none;
}
}

