.content
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.BackgroundCinza
{
	background-color: #E4E6E9;
}
.TabContent
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.contentTabs
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position:relative;
	height:100%;
}

/*Modal Popup*/
.modalBackground
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: Black;
}



.modalWindow
{
	width: 100%;
	cursor: default;
}

/****TOPO****/

.modalWindow .top-left
{
	background-image: url(Images/ModalDialog/bk.gif);
	height: 28px;
	margin-right: 7px;
	vertical-align: middle;
	text-align: left;
}


.modalWindow .titleText
{
	padding: 10px;
	height: 25px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
}


.modalWindow .top-left .title
{
}

.modalWindow .top-right
{
	float: right;
	margin-top: -28px;
	background-image: url(Images/ModalDialog/top-right.gif);
	height: 28px;
	width: 7px;
}

/****FINAL TOPO****/

/****CONTEUDO****/
.modalWindow .content
{
	position: relative;
	background-image: url(Images/ModalDialog/top-left.gif);
	background-repeat: repeat-x;
	background-color: #494A4A;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-right: -32px;
	z-index: 95;
}

.modalWindow .whiteBorder
{
	border-right: 1px solid #5C5C5C;
	border-left: 1px solid #5C5C5C;
	position: relative;
	left: -10px; /*border-bottom: 1px solid #FFF;*/
}

.modalWindow .box
{
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: 1px solid #BAD1EA;
	padding: 5px;
	z-index: 99;
}

.modalWindow .boxGrey
{
	display: block;
	position: relative;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: -6px;
	background: #D4D8DE;
	border: 1px solid #BAD1EA;
	border-top: 1px solid #DFDFDF;
	padding: 5px;
	z-index: -1;
	text-align: right;
	height: 25px;
}

/* selecao */

.txbSelecao
{
	background-image: url(Images/btnFind.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.btnBuscar
{
	background-image: url(Images/btnFind.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}


/* Login Window*/
.modalWindow .LGMain
{
	color: #FFFFFF;
	height: 148px;
}

.modalWindow .LGEnviaSenha a
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
}

.center
{
	/*border:1px solid #000;*/
	position: relative;
	top: 50%;
	vertical-align: middle;
}

.modalWindow .LGMain
{
	text-align: left;
}
