﻿/* Dynamic */
#webNews1
{
	z-index: 1;
}

#webNews2
{
	z-index: 2;
}

.wnFooter
{
	position: relative;
  top: 185px;
}

.wnFooterWithoutNavigation
{
	top: 200px;
}

.wnImage, .webNews, .wnContent
{
  position: absolute;
}

.wnImage
{
	z-index: 10;
}

/* Normal */
.wnTitle
{
  width: 280px;
}

.wnTitle a, .wnTitle a:visited
{
  color: black;
  text-decoration: none;
}

.webNewsContainer
{
	z-index: 1;
	border: 1px solid #D7D7D7;
}

.webNewsContainer, .wnContainer
{
	width: 540px;
	height: 250px;
}

.wnContainer
{
	font-family: Arial, Verdana;
	font-size: 10pt;
}

.wnContent, .wnFooter
{
	padding: 10px 0 0 15px;
	z-index: 11;
}

.wnContent
{
	height: 190px;
}

.wnContentContainer *
{
	float: left;
	background-color: Transparent;
}

.wnTitle
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 10px;
	cursor: pointer;
}

.wnTitle:hover
{
  text-decoration: underline;
}

.wnText
{
	width: 259px;
	clear: both;
	line-height: 18px;
}

.wnURL
{
  text-decoration: underline;
  color: Blue;
  cursor: pointer;
}

.wnURLContainer
{
	position: relative;
	font-size: 11pt;
	bottom: 8px;
}

.wnURLArrow
{
	position: relative;
	top: 3px;
}

.wnDateContainer
{
  margin-top: -4px;
  padding-bottom: 4px;
}

.wnDate
{
	font-size: 8pt;
	padding-bottom: 2px;
}

.wnNavigation
{
	z-index: 1000000;
}

.wnNavigation a
{
	text-decoration: none;
}

.wnNavigationPrevious
{
	padding-right: 32px;
}

.wnNavigationPause
{
	padding-right: 32px;
}

.wnImage
{
  z-index: 10;
}

.wnRSS
{
  font-size: 8pt;
  clear: none;
  padding-left: 5px;
}