
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-- PopupOptions
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

div.PopupOptionsHolder { z-index: 200; position: relative; }

div.PopupOptions { position: absolute; width: 170px; top: 0px; right: 12px; background-color: #EEE; display: none; }
div.PopupOptions h4 { color: #FFF; background: #78C5BB; padding: 4px 6px; border: none; margin: 0px; font-size: 100%; font-weight: bold; text-decoration: none; }
div.PopupOptions ul { margin: 0px; padding: 0px; list-style: none; color: #336633; background-color: #ECF4F2; border: 1px solid #78C5BB; border-bottom: none; text-align: left; z-index: 400; }
div.PopupOptions ul li { margin: 0px; padding:0px; height: 1%; position: relative; }
div.PopupOptions ul li a { display: block; }

div.PopupOptions ul li a:link,
div.PopupOptions ul li a:visited { padding: 5px 8px; height: 100%; color: #666; text-decoration: none; line-height: normal; border-top: 1px solid #FFF; border-bottom: 1px solid #78C5BB; background-position: 6px 4px; background-repeat:no-repeat; background-attachment:scroll; }
div.PopupOptions ul li a:hover { color: #333; text-decoration: none; background-color: #C9E6E1;  }

div.PopupOptions div.CloseBox { position: absolute; top: 0px; right: 0px; text-align: right; }

div.PopupOptions div.CloseBox a:link,
div.PopupOptions div.CloseBox a:visited { color: #FFF; font-weight: bold; display: block; padding: 4px 10px; text-decoration: none; height: 100%; }
div.PopupOptions div.CloseBox a:hover { text-decoration: underline; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/