﻿ul.column {
    padding: 0px;
    margin: 0px;
}
ul.column li.widget {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#aboutPopup, #disclaimerPopup, #contactPopup, #otherProjectsPopup {
	display: none;
	border: solid 1px #C0CCD1;
	padding: 10px;
	z-index: 10;
	position: fixed;
	background-color: white;
	bottom: 60px;
	margin-left:-250px;
	left:50%;
	width: 500px;
	height:300px;
	top:50%;
	margin-top:-150px;
}
.innernavigation a.articlevideo {
    background: url("../images/icons/side-video.png") no-repeat scroll 0 0 transparent;
}
#MailPopup, #ErrorPopup {
	display:none;
	position:fixed;
	left:50%;
	width: 550px;
	height:265px;
	top:50%;
	margin-top:-110px;
	margin-left:-300px;
	background-color: white;
	padding: 10px;
	z-index: 10;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #545454;
	border: 1px solid #ccc;
    line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#MailPopup input[type="text"], #ErrorPopup input[type="text"], #ErrorPopup textarea, #MailPopup textarea {
	background: #F3F3F3;
	border: none;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	margin: 10px 0;
	border: 2px solid #ddd;
	border-width: 2px 0 0 2px;
}
#ErrorPopup input[type="button"] , #MailPopup input[type="button"] {
	border: 0;
	background: #459341 url(../images/button.png) repeat-x;
	color: #fff;
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;	
	box-shadow: 1px 1px 2px #cfcfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ErrorPopup input:hover[type=submit],  #MailPopup input:hover[type=submit] {
	cursor: pointer;
}
#ErrorPopup input:active[type=submit], #MailPopup input:active[type=submit] {
	background: #459341 url(../images/button-focus.png) repeat-x;
	color: #545454;
}
#OtherProjectsList {
	display:none;
	background-color: white;
	border: solid 1px #C0CCD1;
	position:absolute;
	padding:5px;
}
.closePopup {
	background: #459341;
	padding: 0 0 0 4px;
	height: 16px;
	font-size: 11px;
	width: 12px;
	color: white;
	font-weight: bold;
	float: right;
}
.commentinside {
	padding: 10px 10px 20px;
    width: 618px;	
}
.WeatherWeekDay {
	height:34px;
	width:100%;
	font-size: 18px;
	text-transform: uppercase;
	background: url(../images/news-block-head.jpg) repeat-x;
	color: #459341;
	padding: 8px 0 0 0;
	text-align:center;
	border: 1px solid #ccc;
	border-width: 0 1px;
	
}
#otherDays .WeatherWeekDay {
	margin: 40px 0 10px 0;
}
.main select {
	padding: 5px;
}
.drop-placeholder {
	list-style: none;
	height: 320px;
	background: #fff;
	border: dashed 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.descriptionRight
{
	float:left;
	width:160px;
	
}

.descriptionRight span
{
	margin-left:0;
	font-weight:bold;
}

.descriptionLeft
{
	float:left;
	padding-left:0;
	width:110px;
	
}

#VideoDescription
{
	/*width:440px;*/
}

.SearchButton
{
	background:#FFFFFF;	border:0; color:#459341;
}

.main #penkitv .inside {
 padding: 0;
/* background:#303030 url(../images/video-bg.gif) repeat-y;*/

}
