@charset "utf-8";
/* CSS Document */

body { margin: 0px; background-color: #e5e5e5; }
table, img { border: none; }
table, td { vertical-align: top; }
table, td, div { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; }
table.content { font-size: 12px; margin:0px; width: 100%; height: 100%;}
table.menu{ font-size: 22px; margin:0px; margin-left: 40px; margin-top: 10px; width: 90%; height: 30px;}
table.footer { width: 100%; color: #9c786f; }

.loader { margin-left: 10px; margin-top: 10px;}
.textRegular { margin: 0px; font-size: 13px; margin-left: 20px; margin-right: 20px; margin-top: 0px; margin-bottom: 0px; }
.textSpecial{ margin: 0px; font-size: 11px; margin-left: 20px; margin-right: 40px; margin-top: 10px; margin-bottom: 0px; }
.textCopyright{ margin: 0px; font-size: 11px;}
.title{ margin: 0px; font-size: 16px; font-weight: bold;}
.stronger{font-weight: bold;}

a {
	color: #422e29;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
.lang {
}

.btn_link {
	cursor: pointer;
}

.hidden {
    display: none;
}

td.rightoffset {
	padding-right:10px;
}

#_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%;
	height: 100%;
	z-index: 1000;
}

#_popup {
	position: absolute;
	left:0;
	top:0;
	/*width:300px;*/
	min-width: 300px;
	z-index: 1001;
}

#video_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%;
	height: 100%;
	z-index: 2000;
}

#video_popup {
	position: absolute;
	left:0;
	top:0;
	/*width:300px;*/
	min-width: 300px;
	z-index: 2001;
}

.youtube {
	background: url('img/content/youtube_logo_small_bw.png');
	width: 55px;
	height: 20px;
	display: block;
}

.youtube:hover {
	background: url('img/content/youtube_logo_small.png');
	width: 55px;
	height: 20px;
}

.vimeo {
	background: url('img/content/vimeo_logo_small.png');
	width: 50px;
	height: 20px;
	display: block;
}

.popup_btn_close {
	margin-top:35px;
	margin-right:20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.popup_btn_close:hover {
	width: 32px;
	height: 32px;
}

.popup_header {
	background-image: url('img/popup/layer_bg_top.png');
	height: 84px;
	text-align:right;
}

.popup_content_container {
	background-image: url('img/popup/layer_bg_part.png');
	background-repeat:repeat-y;
	padding: 0 15px 15px 15px;
	max-height: 450px;
}
.mycontent {
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
}
.popup_footer {
	background-image: url('img/popup/layer_bg_bottom.png'); 
	height: 48px;
}

.popup_title {
	background-image: url('img/content/sz_text.png');
	height: 42px;
	width: 356px;
}

.transparent
{
   filter:alpha(opacity=10); 
   -moz-opacity: 0.1; 
   opacity: 0.1; 
}