
.contactWindow{
	padding: 5px;
}

.contactWindow table{
	border-spacing: 2px;
}

.contactWindow .gwt-Label{
	cursor: default !important;
	font-size: 12px !important;
	font-family: sans-serif, Arial !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin: 0px !important;
}

.contactborder{
	border: 1px !important;
	border-style: solid !important;	
	border-color: #7F9DB9 !important;
	
}

/**************************************************/

.dialogTopLeft{
	background: transparent url(../js/resources/images/gray/window/left-corners.png)	no-repeat 0 0;
	padding-left: 6px;
	zoom: 1;
	z-index: 1;
	position: relative;
}

.dialogTopCenter{
	background: transparent url(../js/resources/images/gray/window/top-bottom.png) repeat-x 0 0;
	overflow: hidden;
	zoom: 1;
	cursor: move;
}
.fixedWindow .dialogTopCenter{
	cursor: default;
}

.dialogTopRight{
	background: transparent url(../js/resources/images/gray/window/right-corners.png) no-repeat right 0;
	width: 6px;
}

.dialogMiddleLeft{
	background: transparent url(../js/resources/images/gray/window/left-right.png) repeat-y 0 0;
	padding-left: 6px;
	zoom: 1;
}

.dialogMiddleCenter{
	padding: 0;
	margin: 0;
	font: normal 11px tahoma, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}

.dialogMiddleRight{
	background: transparent url(../js/resources/images/gray/window/left-right.png)	repeat-y right 0;
	padding-right: 6px;
	zoom: 1;
}

.dialogBottomLeft{
	background: transparent url(../js/resources/images/gray/window/left-corners.png)	no-repeat 0 bottom;
	padding-left: 6px;
	zoom: 1;
}

.dialogBottomCenter{
	background: transparent url(../js/resources/images/gray/window/top-bottom.png)	repeat-x 0 bottom;
	height: 6px;
	zoom: 1;
}

.dialogBottomRight{
	background: transparent url(../js/resources/images/gray/window/right-corners.png) no-repeat right bottom;
	padding-right: 6px;
	zoom: 1;
}

.dialogBoxClose{
	overflow: hidden;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: transparent url(../js/resources/images/gray/panel/tool-sprites.gif) no-repeat;
	margin-left: 2px;
	background-position: 0 -0;
}

.Caption{
	padding: 5px 0 5px;
	font: bold 11px tahoma,arial,verdana,sans-serif;
	color: #555555;
}

.Caption div{
	float: left;
}

/*-------------------- Estilização das novas caixas de mensagem - início --------------------*/
.gwt-MessageBoxes-content {
	background-color: #E4E4E4;
    padding: 5px 10px;
    font-size: 10pt;
}
/*-------------------- Estilização das novas caixas de mensagem - fim -----------------------*/

.closableWindowAlertStyle .gwt-btnLeftSmall {
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	cursor:pointer;
}
.closableWindowAlertStyle .gwt-btnCenterSmall.ff, .gwt-btnCenterSmall-click.ff, .gwt-btnCenterSmall-over.ff{	
	padding: 0 0 4px;
}
.closableWindowAlertStyle .gwt-btnCenterSmall {
	background-position: 0px -42px;
	border: 0px none transparent;
	text-align: center;
	background-color: transparent;
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: repeat-x;
	font: normal 11px tahoma,verdana,helvetica;
	cursor: pointer;
	color: black;
	padding: 0px;
	margin: 0px;
}
.closableWindowAlertStyle .gwt-btnRightSmall {
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	background-color: transparent;
	cursor:pointer;
	/*behavior:url(iepngfix.htc);*/
}

.closableWindowAlertStyle .gwt-btnLeftSmall-click {
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	cursor:pointer;
}

.closableWindowAlertStyle .gwt-btnCenterSmall-click {
	background-position: 0px -42px;
	border: 0px none transparent;
	text-align: center;
	background-color: transparent;
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: repeat-x;
	font: normal 11px tahoma,verdana,helvetica;
	cursor: pointer;
	color: black;
}

.closableWindowAlertStyle .gwt-btnRightSmall-click {
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	background-color: transparent;
	cursor:pointer;
}

.closableWindowAlertStyle .gwt-btnLeftSmall-over {
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -63px;
	background-color: transparent;
	cursor: pointer;
}

.closableWindowAlertStyle .gwt-btnCenterSmall-over {
	background-position: 0px -105px;
	border: 0px none transparent;
	text-align: center;
	background-color: transparent;
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: repeat-x;
	font: normal 11px tahoma,verdana,helvetica;
	cursor: pointer;
	color: black;
	padding: 0px;
	margin: 0px;
	/*text-decoration: underline;*/
}

.closableWindowAlertStyle .gwt-btnRightSmall-over {
	background-image: url(/public/js/resources/images/gray/button/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -84px;
	background-color: transparent;
	cursor:pointer;
}
.closableWindowAlertContentStyle{
	background-image: url(/public/js/resources/images/gray/window/top-bottom.png);
	padding-top: 5px;
	padding-bottom: 5px;
}

.fixedWindow .dialogMiddleCenter{
	padding: 0;
	margin: 0;
	font: normal 11px tahoma, arial, helvetica, sans-serif;
	background-color: transparent;
}
