.hidden {
	display: none !important;
}
.invisible {
	visibility: hidden;
}

.fullwidth {
	width: 100%;
}

.fullsize {
	width:100%;
}

.Grid{
	height:150px;
}

.contractDetails .mdr_finacial label {
	width:80px;
}
.claro .dijitValidationTextBoxError {
	border-color:rgb(181, 188, 199);
}
.claro .dijitValidationTextBoxError .dijitValidationContainer  {
	background-color: white ;
	background-image: none;
	background-position: top center;
	border: solid 0;
	width: 9px;
}

.claro .dijitTextBoxError .dijitButtonNode {
	border-color: rgb(181, 188, 199);
}