input.button02 {width: 75; height: 21; font-family: Tahoma, Arial; color: darkgreen; font-size: 8pt; font-weight: bold; text-decoration: underline; background: #e6fae6; border-width: 1px; border-color: black; cursor: hand;}
input.button03 {width: 75; height: 21; font-family: Tahoma, Arial; color: darkgreen; font-size: 8pt; font-weight: bold; text-decoration: underline; background: #e6fae6; border-width: 1px; border-color: black; cursor: hand;}
input.botaocomum {
    font-family: Tahoma, Arial;
    color: darkgreen;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
    background: #e6fae6;
    border-width: 1px;
    border-color: black;
    cursor: pointer;
    padding: 1px 6px;
    margin: 1px;
}
input.form_button { width: 75; height: 21; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; background: url(../images/forms/button_bg.gif); border-width: 2px; cursor: hand;}
input.form_file {height: 21; font-size: 8pt; font-weight: normal; font-family: Tahoma, Arial; border-style: solid; border-width: 1px; border-color: gray gainsboro gainsboro gray;}
input.form_textbox {font-size: 8pt; font-weight: normal; font-family: Tahoma, Arial; background-color: white; border-style: solid; border-width: 1px; border-color: gray gainsboro gainsboro gray;}
input.large	{width: 100px;}
input.medium {font-size: 10pt;}
input.number {text-align: right;}
input.smallfont {font-size: 8pt;}

select.form_dropdown {font-family: Tahoma, Arial; font-size: 8pt; font-weight: none; background-color: #FFF;  cursor: hand; border-color:#C0C0C0;}

textarea.form_textarea {font-size: 8pt; font-weight: normal; font-family: Tahoma, Arial; background-color: white; border-style: solid; border-width: 1px; border-color: gray gainsboro gainsboro gray;}

/*##############################################################################
Estilos para botões da toolbar */

input.toolbar {width: 21; height: 21; cursor: hand;}
input.add {background: url(../../images/toolbar/add.gif);}
input.back {background: url(../../images/toolbar/back.gif);}
input.calc {background: url(../../images/toolbar/calc.gif);}
input.cancel {background: url(../../images/toolbar/cancel.gif);}
input.config {background: url(../../images/toolbar/config.gif);}
input.delete {background: url(../../images/toolbar/delete.gif);}
input.edit {background: url(../../images/toolbar/edit.gif);}
input.new {background: url(../../images/toolbar/new.gif);}
input.open {background: url(../../images/toolbar/open.gif);}
input.report {background: url(../../images/toolbar/report.gif);}
input.reset {background: url(../../images/toolbar/reset.gif);}
input.save {background: url(../../images/toolbar/save.gif);}

/*##############################################################################
Estilos para eventos */

#blur {background-color: ""; font-weight: "";}
#focus {background-color: aliceblue; font-weight: normal; border-style: solid; border-color: black silver silver black;}

.finvalid {
    background-color: #fdd2b9;
    color: #220200;
    border: 1px solid #a00;
}
/*  Styling for Suggestion Box Container  */
.suggestionsBox {
	position: absolute;
	width: 240px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 5px;
	margin:10px 0px 0px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#inputString { width: 220px; padding: 0.3px; font-size: 12px;}

.suggestionList { margin: 0px; padding: 0px; }

/*  Individual Search Results  */
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 7px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style-type: none;
}

/*  Hover effect  */
.suggestionList li:hover { background-color: #000; font-weight: bold; color: #fff;}

/*CSS usados no autocomplete*/

.clear {
    display: block;
    clear: both;
}

.wrapper {
    position: relative;
} 

.wrapper {
    margin: 0 5px;
}

.data-list {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    font-size: .8em;
    border: 1px solid #DDD;
    top: 28px;
    left: 0;
    background-color: #FFF;
}

.data-list li {
    padding: 3px 5px;
    width: 200px;
    cursor: pointer;
}

.data-list li.active {
    background-color: #DFF0F0;
}



