@charset 'utf-8'; 
/* modifiy your css here */


body { font-size: 13pt;
		background-position: top;
		background-repeat: repeat-x;
		background-color: #0080ff;
background-image: url(img/kongress-header_back1.png);
	 background-repeat: repeat;
}
#page {
	width: 840px;

  background: rgba(255, 255, 255, 0.8); 
  -moz-border-radius: 15px;
}

#page_margins {
  background: rgba(245, 245, 245, 0 ); 
  -moz-border-radius: 15px;
}

#metas {
  position: absolute;
  margin-left: 594px;
  top: 226px;
}


h1 {
     font-family: 'PT Sans', Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 200%;
     text-align: center;
     margin: 25px 0 20px 0;
     letter-spacing: -0.5pt;
     color: #333333;
	  
}
h3 {
     text-align: center;
     margin: 5px 0 20px 0;
}
h2,h3,h4,h5,h6 {
     font-family: 'PT Sans', Arial, Helvetica, sans-serif;
     font-weight: bold;  
     font-size: 150%;
     letter-spacing: -0.1pt;
     color: #333333;

}

p, blockquote, ul { 
     font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 18pt;
    margin: 2px 50px;
	
}
p.small {
   font-size: 90%;
   line-height: 150%;
}
ul { margin: 2px 0; }
blockquote {  margin: 0; }

hr { margin: 20px 0 10px 0; }


#header { 
    margin-top: 0px;
    text-align: center;
    border: 0px;

  background: rgba(0, 148, 212, 0.9); 
  -moz-border-radius: 15px;
  width: 850px;
  margin: 10px auto;
	border: 1px solid silver;


}

#nav { display: block; }


.column { margin-bottom: 60px; }




div.preface_content {
  padding: 10px 20px 0 20px;
  margin: 10px 40px 10px 40px;
}
div.footer_content {
  padding: 0px 20px;
  margin: 0px 40px;
}
/* ---------------- */
/* section & accordion */

section {
  padding: 0px 20px;
  margin: 10px 40px 10px 40px;
}
section h4 {
  font-size: 110%;
  margin: 2px 0px 2px -8px;
  padding: 10px 0 0 0;
  color: #333333;
  height: 30px;
  background-image: none;
  border: 1px dotted grey;
}
section h4 span.arrow {
  float: right;
  padding: 0 20px 0 0px;
  margin: 20px 0 0 0;
  background-image: url(img/arrow1_no.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: LightYellow;
}
section h4 span.hilite{
  margin: 0 55px 0 0;
  padding: 4px 10px 2px 10px;
  color: #333333;

}
section h4:hover {
  cursor: pointer;
  color: #333333;
  background-image: none;
  border: 1px solid #333333;
}
section h4:hover span.hilite{
  background-color: none;
  color: #333333;
}
section h4:hover span.arrow{
  background-image: url(img/arrow1_no.gif);
  background-color: #333333;
}
section h4.ui-state-active {
  cursor: pointer;
  color: #333333;
  border: 1px solid #333333;

}
section h4.ui-state-active span.hilite{
  color: #333333;
}
section h4.ui-state-active span.arrow{
  background-image: url(img/arrow1_act.gif);

  color: #333333;
}
section .section_content {
  clear: both;
  margin: 10px 0px 0 0;
  padding: 0;

}
/* ---------- */
/* tab */
.ui-tabs-hide {
  display: none;
}
#metas ul#tabs li {
  display: block !important;
  float: left;
  font-size: 140%;

}
#metas ul#tabs li a {
  margin: 0;
  padding: 0 25px;
  color: #0080FF;
  border: 1px solid #333333;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 10px;
   text-decoration: none;
  background-color: #333333;
}

#metas ul#tabs li.ui-tabs-selected a {
   background-color: #eeeeee; 
   color: #333333;
  border: 1px solid #eeeeee;
}

#metas ul#tabs li  a:hover {
   background-color: #333333 !important; 
   color: white;
	-moz-opacity: 1;
	opacity: 1;
}
}
