#Admin_menu, #Admin_view { font-size :12px; background-color :#fffff4; color :#002060; align :right; border-collapse :collapse; } #Admin_menu td { /* height :20px; */ border-bottom :1px solid #002060; border-top :1px solid #002060; border-right :1px solid #002060; border-left :1px solid #002060; padding-top :2px; padding-bottom :2px; padding-right :5px; padding-left :5px; background-color :#fffff4; color :#002060; } #Admin_view td { border-top :1px solid #002060; /* border-bottom :1px solid #002060; border-right :1px solid #002060; border-left :1px solid #002060; */ font-size :12px; font-family :Tahoma, Veranda, Arial, sans-serif; padding-top :2px; padding-bottom :2px; padding-right :5px; padding-left :5px; background-color :#fffff4; color :#002060; } #Admin_menu th, #Admin_view th { padding-top :2px; padding-bottom :2px; padding-right :5px; padding-left :5px; } #Admin_menu td a:hover, #Admin_view td a:hover { background-color :#002060; color :#FFFFF4; } #Admin_menu a:visited, #Admin_view a:visited, #Admin_menu a:link, #Admin_view a:link { color :#002060; background-color :transparent; font-size :12px; font-family :Tahoma, Veranda, Arial, sans-serif; text-decoration :none; font-weight :bold; } #Admin_menu caption { width :auto; font-size :12px; font-family :Tahoma, Veranda, Arial, sans-serif; text-decoration :none; font-weight :bold; background-color :#002060; color :#FFFFF4; padding-top :2px; padding-bottom :2px; padding-right :5px; padding-left :5px;; border-bottom :1px solid #002060; border-top :1px solid #002060; border-right :1px solid #002060; border-left :1px solid #002060; } #thumbBox { /*Outermost DIV for thumbnail viewer*/ position: absolute; left: 0; top: 0; width: auto; padding: 10px; padding-bottom: 0; background: #313131; visibility: hidden; z-index: 10; cursor: hand; cursor: pointer; } #thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */ font: bold 16px Tahoma; letter-spacing: 5px; line-height: 1.1em; color: white; padding: 5px 0; text-align: right; } #thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */ background-color: white; } #thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/ position: absolute; visibility: hidden; border: 1px solid red; background-color: #EFEFEF; padding: 5px; z-index: 5; }