/* CSS Document */

#Kalenteri_Wrapper {
	background-color: #FFFFFF;
	width: 422px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: table;
}

#Kalenteri_Wrapper a, #Kalenteri_Wrapper a:visited{
	color: #000000;
	text-decoration: none;	
}

#Kalenteri_Wrapper a:hover{
	color:  #b89826;
	text-decoration: none;
}


#Kalenteri_Logo {
	background-image: url(logo_ver422px.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 49px;
	display: block;
	overflow:hidden;
}

#Kalenteri_Content {
	overflow: visible;
	background-image: url(box_bg422px.gif);
	background-repeat: repeat-y;
	display: block;
	clear: both;
	float: left;
	width: 100%;

}


#Kalenteri_Footer {
	background-color: #FFFFFF;
	width: 414px;
	display: block;
	clear:both;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	padding: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-left-color: #B2B2B2;
}


#Kalenteri_Footer a, #Kalenteri_Footer a:visited{
	color: #FFFFFF;
	text-decoration: none;	
	display: block;
	width: 414px;	
	/*background-color: #11367e; TALVIVARI*/
	background-color: #69a930;
	height:13px;	
}

#Kalenteri_Footer a:hover{
	color: #d0e9bb;
	text-decoration: none;
	display: block;
	width: 414px;	
	/*background-color: #11367e; TALVIVARI*/
	background-color: #69a930;
	height:13px;
}

.Kalenteri_Time {
	background-image: url(list_icon.gif);
	background-repeat: no-repeat;
	color: #FF57B6;
	width: 370px;
	padding-left: 15px;
	background-position: 5px;
	display: block;
	float:left;
	clear:none;
}

.Kalenteri_Headline {
  display: block;
  float:left;
  clear:none;
  padding:0 0 0 10px;
  width:210px;
}

.Kalenteri_RssBlock {
  display: block;
  float:left;
  clear:both;
  width:100%;
  height:auto;
  padding:5px 0 0 0;
}

