@import url("jquery/ui.core.css");

@import url("jquery/ui.dialog.css");
@import url("jquery/jquery-ui-1.7.2.custom.css");
@import url("jquery/ui.theme.css");
@import url("jquery/ui.tabs.css");
@import url("jquery/ui.datepicker.css");

#ui-datepicker-div{
	z-index:9999 !important;
}

.ui-datepicker-div{
	z-index:9999 !important;
}

.mask-data{
	z-index:9999 !important;
}

.ui-state-highlight
{
	border-width: 0px !important;
}

.cursorHand{
    cursor: pointer;
}

#mensagemErro{

	color:#FF0000;
	font-size:12px;
	background-image:url(images/erro.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:50px;
	height:83px;
	vertical-align:middle;

}

#mensagemSucesso{

	color:#999900;
	font-size:12px;
	background-image:url(images/sucesso.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:50px;
	height:83px;
	vertical-align:middle;
}

