/**
 * Estilos utilizados no componente de expressões.
 * @author Renato Oliveira
 * Criado em: 05/10/2011
 */

.ses-expr-help-button {
	top: 2px;
	right: 2px;
	position: absolute;
	cursor: pointer;
}
.ses-expr-help-button img {
    background-image: url(../../images/icons/help.png);
	width: 15px;
	height: 15px;
}

.ses-expr-help-hint {
	background-color: #E9F2FF;
	border: 1px solid #8EAACE;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-x-system-font:none;
	color:#444444;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	position: relative;
}
.ses-expr-help-hint p {
	padding-right: 15px;
}

.ses-expr-text-area {
	font-family: courier, courier-new, monospace !important;
	font-size: 12px !important;
	margin-top: 0px;
}
