/* CSS Document */

.bloqueio {
position:absolute;
width:100%;
height:100%;
z-index:1000;
background-color:#000;
padding:0px;
margin:0px;
opacity:.9; /* css standard */
filter:alpha(opacity=90); /* IE patch */
}

.bloqueio_mensagem{
position:relative;
margin:0 auto;	
z-index:1001;
width:300px;
height:150px;
background:url(flags/caixa_espera.png) no-repeat;
text-align:center;
font-size:14px;
font-weight:bold;
}



#ctn_traducao{
width:100%;
height:35px;
/*background:url(flags/ctn_traducao.jpg) repeat-x;*/
margin-bottom:10px;
text-align:left;
}

.ctn_select_traducao{
width:982px;
margin:0 auto;
text-align:right;
padding-top:10px;
}

/* combo com imagem*/

.dd {
	display:inline-block !important;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
		background:url(flags/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	z-index:10000;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}

/*fim combo com imagem*/
