/************************************************************ Style definition for Narrowstep Players v 1.5 onwards ****      Narrowstep (c) 2005 http://www.narrowstep.com    ****  Do not modify this file, use the "style" or "player" ****   style-sheet files to customise your player.         ****    Email player@narrowstep.com for further info       ************************************************************//* File: styles/0001/css/panel1.css   This file effects the styles for the player tab panels   e.g.  EPG (Schedule), NPG (Now playing), VoDs (Search & Highlights) etc   It is empty because this style is "Transparent" to let you see what is defined in the skin *//* Define common HTML tag(s) *//* N.B. body here uses an absolute reference to the image in the skin file as a fall back   The player will use any file in your player or styles dir called "tab_background" instead */   body {}/* Classes built in to tab panel files *//* Title at top of most pages */.TabTitle         {}/* Styles for video lists *//* Video Category/Subcategory on Highlights etc */.TabCat	   {}/* Normal Items in Video lists (not selected and not in the future/non-available *//* The box and background */.TabItemNormal  {}/* Text such as the "Abstract" */.TabTextNormal    {}/* Title of the Video (clickable) */.TabTitleNormal    {}a.TabTitleNormal:link       {}a.TabTitleNormal:hover      {}a.TabTitleNormal:active     {}a.TabTitleNormal:visited    {}/* Same again for Selected ("now playing") Video */.TabItemSelected   {}.TabTextSelected  {}.TabTitleSelected    {}a.TabTitleSelected:link       {}a.TabTitleSelected:hover      {}a.TabTitleSelected:active     {}a.TabTitleSelected:visited    {}/* Same again for Future ("coming soon" in EPG) Video */.TabItemFuture	 {}.TabTextFuture	 {}.TabTitleFuture  {}a.TabTitleFuture:link      {}a.TabTitleFuture:hover     {}a.TabTitleFuture:active    {}a.TabTitleFuture:visited   {}/* Styles for login panel (optional) */.LoginStatus  {}.LoginStatusName {}a.LoginStatus:link  {}a.LoginStatus:visited  {}a.LoginStatus:active  {}a.LoginStatus:hover  {}
