
.contactWindow{
	padding: 5px 10px;
	background-color: #E4E4E4;
}

.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;
}

.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: transparent url(../js/resources/images/default/window/centerAlert-bottom.png) 0 0 repeat;
}

.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 --------------------*/
.closableWindowAlertStyle .gwt-MessageBoxes-content {
	background-color: #E4E4E4;
    margin: 5px 0px 5px 0px;
    padding: 5px 10px;
}

.closableWindowAlertStyle .gwt-MessageBoxes-content {
	background-color: #E4E4E4;
}
/*-------------------- Estilização das novas caixas de mensagem - fim -----------------------*/

.closableWindowAlertStyle .paddingButtonPanel{
	padding-bottom: 3px;
	padding-top: 3px;
}

/*=================================== E S T I L O    B O T Ã O ===================*/

.closableWindowAlertStyle .gwt-btnLeftDefault {
	background-image: url(/public/imageBtn/default.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	background-color: transparent;
	cursor: hand;
	cursor:pointer;
}
.closableWindowAlertStyle .gwt-btnCenterDefault {
	background-position: 0px -146px;
	border: 0px none transparent;
	text-align: center;
	background-color: transparent;
	background-image: url(/public/imageBtn/default.png);
	background-repeat: repeat-x;
	font-family: sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: black;
	margin: 0px; 
}

.closableWindowAlertStyle .gwt-btnPaddCenterDefault {
	background-position: 0px -146px;
	border: 0px none transparent;
	text-align: center;
	padding-top: 5px;
	background-color: transparent;
	background-image: url(/public/imageBtn/default.png);
	background-repeat: repeat-x;
	font-family: sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: black;
}

.closableWindowAlertStyle .gwt-btnRightDefault {
	background-image: url(/public/imageBtn/default.png);
	background-repeat: no-repeat;
	background-position: 0px -287px;
	background-color: transparent;
	cursor: hand;
	cursor:pointer;
}

.closableWindowAlertStyle .gwt-btnLeftDefault-click {
	background-image: url(/public/imageBtn/default.png);
	background-repeat: no-repeat;
	background-position: 0px -99px;
	background-color: transparent;
	cursor: hand;
	cursor:pointer;
}

.closableWindowAlertStyle .gwt-btnCenterDefault-click {
	background-position: 0px -240px;
	border: 0px none transparent;
	text-align: center;
	background-color: transparent;
	background-image: url(/public/imageBtn/default.png);
	background-repeat: repeat-x;
	font-family: sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: yellow;
	margin: 0px;
}

.closableWindowAlertStyle .gwt-btnRightDefault-click {
	background-image: url(/public/imageBtn/default.png);
	background-repeat: no-repeat;
	background-position: 0px -381px;
	background-color: transparent;
	cursor: hand;
	cursor:pointer;
}

.closableWindowAlertStyle .gwt-btnLeftDefault-over {
	background-image: url(/public/imageBtn/default.png);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	background-color: transparent;
	cursor: hand;
	cursor: pointer;
}

.closableWindowAlertStyle .gwt-btnCenterDefault-over {
	background-position: 0px -193px;
	border: 0px none transparent;
	text-align: center;
	background-color: transparent;
	background-image: url(/public/imageBtn/default.png);
	background-repeat: repeat-x;
	font-family: sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: black;
	margin: 0px;
}

.closableWindowAlertStyle .gwt-btnRightDefault-over {
	background-image: url(/public/imageBtn/default.png);
	background-repeat: no-repeat;
	background-position: 0px -334px;
	background-color: transparent;
	cursor: hand;
	cursor:pointer;
}

.XXXXXXXXXXXXXX-SMALL-XXXXXXXXXXXXXXXXX{
}

.closableWindowAlertStyle .gwt-btnCenterSmall, .gwt-btnCenterSmall-click, .gwt-btnCenterSmall-over{
	font-size: 10px;	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*-------------------------------------------- IPAD ----------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.closableWindowAlertStyle .gwt-btnLeftSmallIpad {
	background: url(/public/imageBtn/smallLeft.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
}
.closableWindowAlertStyle .gwt-btnCenterSmallIpad {
	border: 0px none transparent;
	text-align: center;
	background: url(/public/imageBtn/smallRight.png) no-repeat scroll 100% 0 transparent;
	font-family: sans-serif, Arial;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: white;
	padding: 0px;
	margin: 0px;
}
.closableWindowAlertStyle .gwt-btnLeftSmallIpad-click {
	background: url(/public/imageBtn/smallLeft.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
}
.closableWindowAlertStyle .gwt-btnCenterSmallIpad-click {
	background-position: 0px -21px;
	border: 0px none transparent;
	text-align: center;
	background: url(/public/imageBtn/smallRight.png) no-repeat scroll 100% 0 transparent;
	font-family: sans-serif, Arial;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: yellow;
}
.closableWindowAlertStyle .gwt-btnLeftSmallIpad-over {
	background: url(/public/imageBtn/smallLeftOver.png) no-repeat scroll 0 0 transparent;
	background-color: transparent;
	cursor: pointer;
}

.closableWindowAlertStyle .gwt-btnCenterSmallIpad-over {
	background-position: 0px -84px;
	border: 0px none transparent;
	text-align: center;
	background: url(/public/imageBtn/smallRightOver.png) no-repeat scroll 100% 0 transparent;
	font-family: sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	color: white;
	padding: 0px;
	margin: 0px;
	/*text-decoration: underline;*/
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*-------------------------------------------- END IPAD ----------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.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;
}

