@import url("newCssPraca.css");

#modalCorpo{
	width:530px;
	/*height:550px;*/
	display:table;	
	margin:0 auto;
	text-align:left;
	overflow-y:auto;
	overflow-x:hidden;
}
#modalCorpo .cad{
	width:100%;
	float:left;
}

#modalCorpo .cad dl{
	width:100%;
	float:left;
	display:inline;
}

#modalCorpo .cad .colDir{
	width:270px;
	float:left;
	display:inline;
}

#modalCorpo .cad .colEsq{
	width:230px;
	float:left;
	display:inline;
	margin-right:20px;
	border-right:dotted 1px #EBEBEB;
}

#modalCorpo .cad dl dt,dd{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-top:5px;
}

input[type=image]{ width:auto; padding:0; border:none; }

#sairInput{ margin:0 auto; }
#sairInput input[type=submit].green, input[type=button].green, input[type=submit].red,input[type=button].red{ width:auto; padding:4px 20px 4px 20px; }

#modalCardapioModelo{
	width:100%; height:500px; float:left; overflow-y:auto; overflow-x:hidden;
}

#modalTermos{
	width:100%;
	height:500px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:left;
}

#sobreALoja{
	width:100%;
	height:530px;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
}
#sobreALoja .Esq,
#sobreALoja .Dir{
	width:45%;
	float:left;
	margin:0 10px;
	padding:0;
	display:inline;
	text-align:left;
}
#sobreALojae ul li.Sim{
	background-color:#EEEEEE;
}
#sobreALojae ul li.Sim{
	background-color:#FFF;
}
#sobreALoja ul li .Esq,
#sobreALoja ul li .Dir{
	width:100%;
	float:left;
	margin:2px 0;
}
#sobreALoja ul li .Esq{
	color:#1A3C86;
}

/* 

	--- -- --- -- ---
	--- -- --- -- ---

*/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #CCCCCC!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	color:#828282;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow:hidden;
	text-align:center;
}

#MB_caption {
	padding: .5em 2em .5em .75em;
	margin: 0;
	height:50px;
	text-align: left;
	
	background-position:left;
	background-image:url(../img/logoPequena.jpg);
	background-repeat:no-repeat;
	background-color:#FFCC33;
	
	text-indent:170px;
	line-height:53px;
	
	font-size:18px;
	font-weight:bold;
	color:#CF2850;
	
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_close {
	width:25px; height:25px;
	padding:0;
	display: block;
	position: absolute;
	right: 15px; top: 10px;
	background-image:url(../img/closeMedalBox.gif);
	font-weight: bold;
	text-decoration: none;
	text-indent:2000px;
	background-repeat:no-repeat;
}

#MB_close:hover {
	/*background: transparent; background:none;*/
	background-image:url(../img/closeMedalBoxHover.gif);
}


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}