




.listing-date
{
	
	visibility:hidden;
	
}

/********************************* General styles ******************************/


hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background:#000;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:100%;
	
	
}

#fronttia{
	
	margin:0 auto;
text-align:left;
width:870px;
z-index:200;

}

.kontentti{
	
	position:absolute;
	float:left;
	top: 0px;
	left: 20px;
/*	width: 800px; */
	padding: 0px;
	/* background: transparent url(img/cms_bg.jpg) 0 0 repeat-x; */
	border: 0px solid #A5032A;
    text-align: right;
	height:46px;
	z-index:19000;


}
/*******************************************************************************/


/************************************ Basic ************************************/


/*******************************************************************************/


/*********************************** Navigation ********************************/

/*******************************************************************************/


/*********** Root navigation *************/



#root-navigation{
	color:#ffffff;
	
	
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 



a.root_navigation {
}
a:hover.root_navigation  {
}
a.root_navigation_current {
}
a:hover.root_navigation_current {
}

/*******************************************************************************/





/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #008ce1;
}

#content {
	height: 400px;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #008ce1;
	color: white;
	padding: 2px 5px 2px 5px;
	display:none;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}

#mod_references_table td label {
  display: none;
}

#mod_references_list {
  height: 240px;
  margin: 0;
  padding: 0;
}

#mod_references_list li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 60px;
}

#mod_references_list .title {
  float: left;
}

#mod_references_list .handle {
  float: right;
  font-size: xx-small;
  width: 80px;
  cursor: pointer;
}
/*******************************************************************************/
