@charset "utf-8";
body { background-color:#F1F1EF; padding:5px; margin:5px;
} body, form, table, tr, td, th, p { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; color:#333333;
} input, textarea { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; color:#183579;
} input.field, textarea.ta { border:1px solid #C3C0B2; background-color:#FAFAFA;
} textarea.field { border:1px solid #C3C0B2; background-color:#EFEFEF; padding:2px;
} select.field { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; color:#5D7999; border:1px solid #C3C0B2; background-color:#FAFAFA;
} input.button { background-color:#eeeeee; font-size:11px; font-weight:bold; color:#516174;
} a:link, a:active, a:visited { font-family:Tahoma, Arial, Verdana; color:#2E8E00; text-decoration:none;
} a:hover { font-family:Tahoma, Arial, Verdana; color:#2E8E00; text-decoration:underline;
} thead td, .thead { font-weight:bold; color:#183579; border-bottom:1px solid #CFD4D9;
} .theadbig { font-weight:bold; color:#183579; font-size: 14px;
} fieldset { border:1px solid #C0C0C0; margin:5px; padding:10px;
} legend { font-weight:bold; color:#;
} .comment { font-size:10px; color:#333333;
} .commentBox { background-color:#F5F5F4; padding:10px;
} .icon { margin-right:5px; margin-top:5px;
} .required { font-weight:bold; color:#F89601;
} .strong { font-weight:bold;
} .bottomline { border-bottom:1px solid #CED7DE;
} .rightline { border-right:1px solid #CED7DE;
} .topline { border-top:1px solid #F1F1EF;
} .page_act { font-weight:bold; color:#284465;
} a.page:link, a.page:active, a.page:visited, a.page:hover { font-weight:bold;
} .page_disable { color:#5D7999;
} .true { color:#009900;
} .false { color:#990000;
} .code { font-family:"Courier New", Courier, mono; font-size:11px; padding:5px; border:1px dashed #C0C0C0;
} a.password:link, a.password:active, a.password:visited { font-family:Tahoma, Arial, Verdana; font-size:11px; color:#183579; text-decoration:underline;
} a.password:hover { font-family:Tahoma, Arial, Verdana; font-size:11px; color:#F89601; text-decoration:underline;
} a.tools:link, a.tools:active, a.tools:visited { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:none;
} a.tools:hover { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:underline;
} a.back:link, a.back:active, a.back:visited { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:none;
} a.back:hover { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:underline;
} .tbl_res thead td, .tbl_res .thead { border-bottom-width:0px; border-top:1px solid #CFD4D9; background-color: #f8f8f8;
} .tbl_sel td { background-color: #f8f8f8;
}
#current_page{ font-family:Tahoma, Arial, Verdana; font-size:11px; color:#990000;
}

/* Autocomplete suggestions Box */
.suggestionsBox {font-family:Tahoma, Arial, Verdana; font-size:10px; font-weight:normal; color:#183579; position: relative; left: 0px; margin: 0px; padding: 0px; width: 120px; background-color: #FFFFFF; border: 1px solid #103373; color: #103373;}
.suggestionList {margin: 0px; padding: 0px;}
.suggestionList li {list-style-type: none; margin: 0px 0px 1px 0px; padding: 0px; cursor: pointer;}
.suggestionList li:hover {background-color: #659CD8;}
