/*
* Nepto.SK / Nepto.ORG
* News plugin stylesheet
*/

hr.news-bottom
{
	height: 1px;
	background-color: #00cc00;
	color: #00cc00;
	border: solid #00cc00 0;
	border-top-width: 1px;
}

td.news-bottom
{
	font-size: 70%;
}

a.news-item,
a.news-item:link,
a.news-item:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.news-item:hover
{
	font-weight: bolder;
}

a,
a:link,
a:visited
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	font-size: 100%;
	text-decoration: underline;
}

a:hover
{
	color: #00ff00;
	text-decoration: none;
}

a.weather,
a:link.weather,
a:visited.weather
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 100%;
}

form.weather
{
	border: 0;
	padding: 0;
	margin: 0;
}

input.weather,
select.weather
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 60%;
	border: 0;
	padding: 0;
	margin: 0;
}

td, th, p
{ 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	font-size: 90%;
	border: 0px;
}

table.weather
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	border-style: solid;
	border-width: 4px 4px 14px 10px;
	border-color: #000000;
	background: #005000;
}

th.weather
{ 
	font-size: 75%;
	padding: 4px;
	background: #006000;
}

td.weather,
p.weather
{ 
	background: #000000;
	margin: 0;
	padding: 6px 3px 6px 3px;
	border-width: 1px;
	text-align: center;
	font-size: 100%;
}

hr.weather
{
	width: 100%;
	height: 1px;
	background-color: #005000;
	color: #005000;
	border: solid #005000 0;
	border-top-width: 1px;
}

a.weather-item-label,
td.weather-item-label
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	font-size: 60%;
	padding: 1px;
	border: 0px;
	text-align: left;
	vertical-align: top;
}

td.weather-item-value
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	font-size: 60%;
	border: 0px;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
}

