﻿/*自动完成样式*/
.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: 14px; font-weight: bold; cursor: pointer; background-position: left center; background-image: url(../../images/e-booking_cn/leftmenu_title_bg.gif); background-repeat: no-repeat; padding-right: 0px; padding-left: 35px; padding-bottom: 0px; padding-top: 0px; line-height: 28px; height: 28px; width: 165px; margin-top: 10px; text-align: left; }
.accordionHeaderSelected { color: black; font-size: 14px; font-weight: bold; cursor: pointer; background-position: left center; background-image: url(../../images/e-booking_cn/leftmenu_title_bg1.gif); background-repeat: no-repeat; padding-right: 0px; padding-left: 35px; padding-bottom: 0px; padding-top: 0px; line-height: 28px; height: 28px; width: 165px; margin-top: 15px; text-align: left; }
.accordionContent { border: 1px solid #339900; border-top: none; width: 190px; padding-bottom: 10px; padding-top: 8px; text-align: left; background-color: White; }
.accordionContent a { font-size: 12px; color: black; text-decoration: none; }
.accordionContent a:hover { color: #ff0000; text-decoration: underline; }
.leftmenu_item { display: inline-block; background-position: left center; padding-left: 15px; background-image: url(../../images/e-booking_cn/leftmenu_item_bg.gif); background-repeat: no-repeat; line-height: 16px; margin-left: 40px; margin-top: 10px; }

/*模式窗口样式*/
.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }
.dialog_div_header { text-align: left; background-color: #000000; padding-right: 5px; padding-left: 5px; padding-bottom: 2px; padding-top: 2px; display: block; width: 100%; height: 22px; }
.dialog_img_close { float: right; display: inline; margin-right: 0px; }
.dialog_panel { width: 720px; background-color: White; border-width: 2px; border-color: Black; border-style: solid; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; }
