

.etusivu {
  display: none;
}

.alasivu {
  display:block;
}


#container1 {
	width: 940px;
	text-align:center;
	
}


#content2 {
	
	margin-right: 50px;
	padding-right: 50px;
	
}

#rootnavigation {
	width: 940px;
	text-align:center;
	height: 46px;
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	
}

#left-column {
	vertical-align: top;
	display: table;
	
}


	

#navia {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: table;
	
}


#left {

float:left;

width: 250px;
visibility:hidden;


}


#right {


float:left;


}




#header {
	background: #FFFFFF;
	width: 940px;
	height: 91px;
	
	
}



#footer {
	
	height: 143px;
	color: white;
	width: 940px;
	
	clear:both;
	
}


.listing-date
{
	
	visibility:hidden;
	
}

/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #008ce1;
	margin-bottom: 1px;
}
h1, h1 a, h1 a:hover {
	text-decoration: none !important;
	color: #006bac;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #008ce1 !important;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #FFFFFF;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	
	
}
/*******************************************************************************/


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


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


/*********************************** Navigation ********************************/
.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 5px 3px 5px;
	color: #000000 !important;
}
/*******************************************************************************/


/*********** 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;
}
/*******************************************************************************/
