﻿/*自动完成样式*/
.autocomplete_completionListElement { margin: 0px; color: green; overflow: auto; text-align: left; border-right: #777777 1px solid; padding-right: 0px; border-top: #777777 1px solid; padding-left: 0px; padding-bottom: 0px; border-left: #777777 1px solid; padding-top: 0px; border-bottom: #777777 1px solid; font-size: 12px; font-family: Tahoma; }

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem { background-color: #006699; color: white; font-size: 12px; padding-right: 1px; padding-left: 5px; padding-bottom: 1px; padding-top: 5px; }

/* AutoComplete item */
.autocomplete_listItem { background-color: window; color: #000000; font-weight: normal; font-size: 12px; font-family: arial; padding-right: 1px; padding-left: 5px; padding-bottom: 1px; padding-top: 5px; }

/* Accordion */
.accordionHeader { color: black; font-size: 12px; font-weight: bold; cursor: pointer; background-position: left center; background-image: url(../../images/e-booking_cn/leftmenu_title_bg.gif); background-repeat: no-repeat; text-indent: 35px; padding: 0px; line-height: 30px; height: 30px; width: 170px; overflow: hidden; margin: auto; margin-top: 5px; text-align: left; }
.accordionHeaderSelected { color: black; font-size: 12px; font-weight: bold; cursor: pointer; background-position: left center; background-image: url(../../images/e-booking_cn/leftmenu_title_bg1.gif); background-repeat: no-repeat; text-indent: 35px; padding: 0px; line-height: 30px; height: 30px; width: 170px; overflow: hidden; margin: auto; margin-top: 5px; text-align: left; }
.accordionContent { border: 1px solid #339900; border-top: none; padding-bottom: 10px; padding-top: 5px; text-align: left; background-color: White; overflow: hidden; }
.accordionContent a { font-size: 10px; color: black; text-decoration: none; }
.accordionContent a:hover { color: #ff0000; text-decoration: underline; }
.leftmenu_item { background-position: left center; padding-left: 12px; background-image: url(../../images/e-booking_en/icon1.gif); background-repeat: no-repeat; line-height: 16px; margin-left: 15px; margin-top: 5px; float: left; clear: both; width: 120px; overflow: hidden; }

/*对话框*/
.modalBackground { background-color: white; filter: alpha(opacity=70); opacity: 0.7; }
.dialog_div_header { text-align: left; background-color: #333333; width: 100%; height: 22px; line-height: 22px; }
.dialog_panel { background-color: White; border-width: 2px; border-color: Black; border-style: solid; }
.dialog_img_close { float: right; padding-right: 5px; padding-top: 2px; }
.dialog_label { font-weight: bold; color: white; float: left; padding-left: 3px; }
