/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #008ce1;
	margin-bottom: 1px;
}
h1 {
	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; 
	
	
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
	
	
}

#header {
	background:#FFFFFF;
	width: 900px;
	top:0px;
	vertical-align: bottom;
}


#header-subtitle {
   
	width: 900px;
	height: 220px;
	margin: 0px 0px 0px 0px;
}
#header-menu {
    background: url(img/header/top-menu.png) center;
	width: 900px;
	height: 19px;
	margin: 0px 0px 0px 0px;

}

.header-left {
	background: #FFFFFF url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #FFFFFF url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #FFFFFF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #FFFFFF url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: url(img/barre.png) no-repeat right;
	height: 59px;
	color: white;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
	
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
	background: #FFFFFF;
	width: 240px;
	background: url(img/back-degrade.png) top left repeat-x;
 
}

#document-column {
	vertical-align: top;
	width: 600px;
	text-align: left;
	background: url(img/back-degrade.png) top left repeat-x;
}

#right-column {
	vertical-align: top;
	background: #FFFFFF;
	width: 60px;
	background: url(img/back-degrade.png) top left repeat-x;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 55px 0px 0px 10px;
	padding: 0px;
	line-height: 0px;
	
}

.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: black !important;
}




.navigation li.level1 a {
background: url(img/traitti.gif) bottom left repeat-x;

color: black !important;
line-height: 15px;


}



.navigation li.level1 a:hover {
color:#008ce1 /*#339933 */ !important;

}





.navigation li.level0 a {
visibility:hidden;
display: none;
} 

.root-navigation{
padding: 2px 0px 0px 0px;
text-align:center;
text-transform:uppercase;
letter-spacing:normal;
margin:auto;
font-size:11px;
}
.root-navigation li a{
margin: 0px 10px  0px 10px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}






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


/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
	margin-bottom:15px;
}
#content a {
	text-decoration: none;
	background: url(img/traitti.gif) bottom left repeat-x;
	color: black;
	padding: 4px 5px 4px 5px;
}
#content a:hover {
	text-decoration: none;
	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: 364px;
}
/*******************************************************************************/


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

#portlet-search {
margin: 40px 0px 0px 26px;
}

#portlet-page-tools{
margin: 10px 0px 0px 26px;
}

.portlet-title{
display:none;
visibility:hidden;
}
/*******************************************************************************/


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

#info {
	text-align: center;
	background:#FFFFFF;
	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;
}
/*******************************************************************************/
.administration{
top:210px;

width:160px;
}

.even{
background:none;
}

.odd{
background:none;
}
