/* Style Sheet for Popup page - Information */
#popup_window { position:absolute; z-index:10; width:391px; left:0px; top:800px;}

/* Tab */
#popup_tab {float:left; width:100%; background:url(../images/bg_popupinfo_tab.gif) repeat-x left top; color:#FFFFFF; line-height:25px;}
#popup_tab #window_title { font-size:1em; width:100px; float:left; padding-left:10px; font-weight:bold;}
#popup_tab #tabbt { float:right; text-align:right; padding-right:10px;}
#popup_tab .bt_drag, #popup_tab .bt_close { height:16px; line-height:16px; text-align:center; font-size:10px; color:#FFFFFF; border:none; margin-top:4px;}
#popup_tab .bt_drag { width:95px; background:url(../images/bt_drag.gif) no-repeat left top; float:left;}
#popup_tab .bt_close { width:48px; background:url(../images/bt_close.gif) no-repeat left top; cursor:pointer;}

/* Content background:url(../images/bg_popup_content.gif)*/
#content {position:absolute; z-index:11; left:0px; top:825px; width:385px; border-left:#000000 3px solid; border-right:#000000 3px solid; border-bottom:#000000 3px solid;}
#content p { margin-bottom:1.3em;}
#content a { color:#cc0000; background-color:inherit;}
#content a:hover { text-decoration:none;}
