h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:14px;
	border-bottom:1px solid #CCCCCC
}

h2, h3
{
	font-size:120%;
}

.hidden {
	display: none;
}
/* Pop-up message and fading background */
#opaco {
	background-color: #000000;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
    filter: alpha(opacity=70);/* IE4- */
    moz-opacity: 0; /* Mozilla */
    -khtml-opacity: 0; /* Safari */
    opacity: 0;  /* general CSS3 */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#popup {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -192px;
	padding-bottom: 30px;
	width: 383px;
	/*background: url("images/show_box_bottom_bg.gif") no-repeat left bottom;*/
    z-index: 1100;
 }
 
 a:hover {
	text-decoration: none;
}
#ShowBox {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -192px;
	padding-bottom: 30px;
	width: 383px;
	background: url("images/show_box_bottom_bg.gif") no-repeat left bottom;
}
#ShowBox .header_box {
	width: 383px;
	height: 54px;
	background: url("images/header_box_bg.gif") no-repeat left top;
}
#ShowBox .header_box .inner {
	position: relative;
	padding-top: 20px;
	width: 383px;
	height: 34px;
	background: url("images/pictures.jpg") no-repeat 15px 1px;
}
#ShowBox .header_box .inner h5 {
	color: #737373;
	font: bold 14px Tahoma, Arial, sans-serif;
	text-align: center;
}
#close {
	position: absolute;
	right: 20px;
	top: 17px;
	display: block;
	width: 23px;
	height: 22px;
	background: url("images/close.jpg") no-repeat left top;
}
#close span {
	display: none;
}
#ShowBox .content {
	padding: 20px 20px 0 20px;
	width: 341px;
	background: #fefefe url("images/showBox_center_bg.jpg") no-repeat left bottom;
	border: 1px solid #000;
	border-width: 0 1px 0 1px;
}
#ShowBox .content .list {
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-right: 2px;
	width: 339px;
	border-bottom: 1px solid #bcbbba;
}
#ShowBox .content .list p {
	margin-bottom: 15px;
	padding-left: 24px;
	width: 315px;
	overflow: hidden;
	background: url("images/defis.jpg") no-repeat left center;
}
#ShowBox .content .list p.last {
	margin: 0;
}
#ShowBox .content .list p a {
	float: left;
	display: block;
	color: #737373;
	font: 14px Tahoma, Arial, sans-serif;
}
#ShowBox .content .list p b {
	float: right;
	display: block;
	color: #b70000;
	font: bold 14px Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #b70000;
}
a.download_all {
	display: block;
	color: #b70000;
	font: 12px Tahoma, Arial, sans-serif;
	text-align: center;
}
 
 
 
 
div.pdf {
	color: #737373;
	
    padding:10px;
}

div.pdf a{
	text-decoration:underline;
	color: #737373;
}
div.pdf a:hover{
	text-decoration:none;
}
  

button{
	border: 0px;
	background:#F5F5F5;
}

h2
{
	padding-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background-image:url(images/content_block_bg.gif);
	font-weight:bold;
	font-size:95%;
	margin:2px;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}
