/**************************************************************** ** Licensed Materials - Property of IBM ** ** IBM Cognos Products: mdsrv ** ** (C) Copyright IBM Corp. 2008, 2010 ** ** US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *****************************************************************/ /*********************************************************************************************** // Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved. // Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). ***********************************************************************************************/ .classTabCtrl { position: relative; top: 1px; left: 0px; margin: 0px; padding: 0px; z-index: 1; height: 27px; font-size: 12px; } .classTabCtrl .classActiveTab a { background-color: white; background: url(images/active_left_tab_side.gif) no-repeat left top; /* text properties */ color: #333300; } .classTabCtrl .classActiveTab a:hover { color: Black; text-decoration: underline; } .classTabCtrl .classActiveTab a span { background: url(images/active_right_tab_side.gif) no-repeat right top; } .classTabCtrl a { float: left; margin: 0px; padding: 0px 0px 0px 9px; text-decoration: none; background-color: DarkGray; background: url(images/inactive_left_tab_side.gif) no-repeat left top; background-position: 0px 0px; cursor: pointer; /* text properties */ font-weight: bold; font-family: Arial; font-size: 12px; text-align: center; border: none; position: relative; display: inline; color: #325C88; } .classTabCtrl a:hover { color: white; text-decoration: underline; } .classTabCtrl a span { height: 27px; float: left; display: block; background: url(images/inactive_right_tab_side.gif) no-repeat right top; background-position: 100% 0px; padding: 5px 13px 6px 0px; cursor: pointer; } .classTabCtrl img { border: none; position: relative; top: 0px; display: inline; } .classTabCtrl table { border-collapse: collapse; } .classTabCtrl td { border: none; padding: 0px; }