BODY {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

/* info menu */	
#info_container {
	height: 18px;
	background: white;
	margin-top: 36px;
	padding-left: 24px;
	}
	
#info_item {
	height: 18px;
	float: left;
	} 

#info_item_won {
	height: 18px;
	float: left;
	padding-left: 12px;
	} 
	
#info_item IMG{
	border: none;
	margin: 0px;
	}
/* v2 */
#info_container {
	height: 18px;
	background: white;
	margin-top: 36px;
	padding-left: 24px;
	}
	
.info_item {
	height: 18px;
	float: left;
	} 

.info_item_won {
	height: 18px;
	float: left;
	padding-left: 12px;
	} 
	
.info_item IMG{
	border: none;
	margin: 0px;
	}

/* area menu */	
#area_container {
	margin-top: 6px ;
	margin-left: 24px;
	background: white;
	}
	
#area_container TABLE {
	border-top: 1px black solid;
	}
	
#area_container TD IMG{
	padding-top: 3px;
	border: none;
	margin-right: 13px;
	}	
	
#area_container TD.last IMG{
	padding-top: 3px;
	border: none;
	margin-right: 0px;
	}

/* logo */
#logo_small {
	position: absolute;
	top: 21px;
	left: 581px;
	width: 256px;
	background: white;
	}
#logo_small IMG {
	display: inline-block;
	width: auto;
	border: none;
	}

/* footer */	
#footer_container {
	width: 720px;
	height: 18px;
	margin-top: 24px;
	background: #505962;
	font-family: Arial, Times, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	}
#footer {
	color: #C7CCD1;
	padding-left: 12px;
	float: left;
	height: 18px;
	line-height: 18px;
	}

#uporto_link {
	padding: 0px;
	float: right;
	}

#uporto_link IMG {
	border: 0px;
	}
	
#footer_container A, A:link, A:visited{
	color: #C7CCD1;	
	text-decoration: none;
	}

#footer_container A:hover{
	color: white;
	text-decoration: none;
	}

/* FORMS */
INPUT, TEXTAREA {
	font-family: Arial, Times, sans-serif;
	font-size: 8pt;
	}


/* COOKIES */
.cookie-warn {
	display: block;
    position: fixed;
    bottom: 0;
    width: 98%;
    left: 0;
    padding: 1% 1% 1% 2%;
	background: #f0f0f0;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.16);
    z-index: 1000001;
}

.cookie-warn::after {
	clear:both;
}

.cookie-warn p {
    margin: 0;
    width: 83%;
    float: left;
	color: #000;
	/*font-family: 'Lato','Open Sans',sans-serif;*/
    /*font-size: 13px;*/
}

.cookie-warn p > a {
	color: #000;
	text-decoration: none;
	border-bottom: #777777 1px dashed;
}

.cookie-warn button {
    float: right;
    font-weight: bold;
    background: 0;
    font-size: 1.4em;
	color: #000;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 24px;
	line-height: 1.42857;
	border-radius: 4px;	
}