/*
	SearchMenu.css
	
	(c) Copyright 2000 FileMaker, Inc. All rights reserved.
	
	Modification History:
	9/19/2000 KJJ	Created.
*/

/* Universal Properties */

#SearchMenu { position: absolute; visibility: hidden }

#TLBorder, #BRBorder, #Shadow, #OuterBorder, #Item_ch, #Item_dup, #Item_equ, #Item_ex,
#Item_gt, #Item_gte, #Item_inv, #Item_lt, #Item_lte, #Item_ltr, #Item_rng, #Item_td, #Item_ttl,
#Item_wld, #ItemSymbol, #ItemText, #SearchBG { position: absolute; visibility: inherit; z-index: 9999 }

/* Background Colors */

#SearchBG { background-color: #CCC }

#TLBorder { background-color: #FFF }

#BRBorder { background-color: #999 }

#OuterBorder { background-color: #000 }

#Shadow { background-color: #333 }

/* Cursor */

#Item_ch, #Item_dup, #Item_equ, #Item_ex, #Item_gt, #Item_gte, #Item_inv, #Item_lt, #Item_lte,
#Item_ltr, #Item_rng, #Item_td, #Item_wld, #ItemSymbol, #ItemText { cursor: hand }

/* Text Alignment */

#ItemSymbol, #ItemText { text-align: left; vertical-align: middle }

/* Widths */

#ItemSymbol { width: 20px }

#ItemText { width: 185px }

#Item_ttl { width: 217px }

#Item_ch, #Item_dup, #Item_equ, #Item_ex, #Item_gt, #Item_gte, #Item_inv, #Item_lt, #Item_lte,
#Item_ltr, #Item_rng, #Item_td, #Item_wld, #SearchBG { width: 224px }

#TLBorder, #BRBorder { width: 225px }

#OuterBorder, #Shadow { width: 228px }

/* Heights */

#Item_ch, #Item_dup, #Item_equ, #Item_ex, #Item_gt, #Item_gte, #Item_inv, #Item_lt, #Item_lte,
#Item_ltr, #Item_rng, #Item_td, #Item_ttl, #Item_wld, #ItemSymbol, #ItemText { height: 12px }

#SearchBG { height: 199px }

#BRBorder, #TLBorder { height: 200px }

#OuterBorder, #Shadow { height: 203px }

/* Top & Left Positions */

#TLBorder { top: 1px; left: 1px }
#BRBorder { top: 2px; left: 2px }
#Shadow { top: 2px; left: 2px }
#Item_ch { top: 141px; left: 0px }
#Item_dup { top: 102px; left: 0px }
#Item_equ { top: 76px; left: 0px }
#Item_ex { top: 180px; left: 0px }
#Item_gt { top: 50px; left: 0px }
#Item_gte { top: 63px; left: 0px }
#Item_inv { top: 128px; left: 0px }
#Item_lt { top: 24px; left: 0px }
#Item_lte { top: 37px; left: 0px }
#Item_ltr { top: 167px; left: 0px }
#Item_rng { top: 89px; left: 0px }
#Item_td { top: 115px; left: 0px }
#Item_ttl { top: 7px; left: 7px }
#Item_wld { top: 154px; left: 0px }
#SearchBG { top: 2px; left: 2px }
#OuterBorder { top: 0px; left: 0px }
#ItemSymbol { top: 0px; left: 7px }
#ItemText { top: 0px; left: 34px }

/* Font Classes */

.MenuStyle1 { color: #000; font-size: 10px; font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", Verdana, Arial, Helvetica, sans-serif }
.MenuStyle2 { color: #000; font-weight: bold; font-size: 10px; font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", Verdana, Arial, Helvetica, sans-serif }

