Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/CA/arcserve Unified Data Protection/APM/castylesr1/ |
Upload File : |
/* * Copyright (c) 2004 Computer Associates International, Inc. All Rights Reserved. * This software is the confidential and proprietary information of * Computer Associates International ("Confidential Information"). You shall not * disclose such Confidential Information. * THIS SOFTWARE IS PROVIDED "AS IS" AND COMES WITH NO SUPPORT, WARRANTY, * OR GUARANTEE OF ANY KIND FOR ITS SUITABILITY FOR ANY PURPOSE. */ /* Component Name: castyler1.css description: This CSS implements the UI thin client standards r1. Author: S, Ramya (PMfKey: s$$ra01) Change Log: date: 18th May, 2004 Phase 1: Standards for the following: Buttons, Page Sections, Tables,Breadcrumbs, Links, Messages, Tabs, fonts, forms,Shuttle Controls Progress Indicators date: 21st May, 2004 Phase 2: Standards for the following: Branding, Color Palette, AnchorLinks,IconUsage General PageLayout, About Page, date Picker, Menu Bars Portlets, Charts / Graphs, Quick StartPortlets email Notifications, Log In Pages,Search & Results Wizards. date: 25th May, 2004 QA: Updated the CSS with the QA findings and the changes to the UI standards. Removed Non-Standard,Compliant Classes: portlet_button, portlet_header,page_section_headergroupbox, subtab_unselected_background, subtab_selected_left, subtab_selected_right, subtab_selected_center,subtab_separator table_titlebar date: 31st May, 2004 Removed the color attribute from buttons & page_button because of Mozilla issues with disabled buttons. date: 08-June-2004 selected_date_background - class reference added in Date picker component. Removed calander_navigation_arrows - Duplicate class reference under datepicker. Added login_form_formatting,login_padding class under Login pages. date: 10-June-2004 Added a new class for Quick start portlet groupbox named as "portlet_iconcell". date: 16-June-2004 Removed th selector as we already have classes for table header. date: 18-June-2004 Update the page_buttons class with the background-image attribute. date: 21-June-2004 Added Portlet classes : portlet-font, portlet-msg-status, portlet-msg-info, portlet-msg-error, portlet-msg-alert, portlet-msg-success portlet-section-header, portlet-section-body, portlet-section-alternate, portlet-section-selected, portlet-section-subheader, portlet-section-text, portlet-form-input-field, portlet-form-button, portlet-form-field-label, portlet-menu, portlet-menu-item, portlet-menu-item-selected, portlet-menu-item-hover, portlet-menu-item-hover-selected, portlet-menu-item-cascade, portlet-menu-item-cascade-selected date: 23-June-2004 Removed the following classes which are dupicted : global_link,footer_text, footer_link, label_white. date: 20-July-2004 Updated the following classes with the respective % values. * product_name * tmark * login_product_name * tmark_white symbol_code_button - moved to deprecated section. date: 21-July-2004 Added the following classes for WSRP Specifiaton mapping. * portlet -table-header * portlet-table-body * portlet-table-alternate * portlet-table-selected * portlet-table-subheader * portlet-table-text Added a mapping classes reference for Column Banding - table_banded_column Deprecated page_button class. Deprecated hspace, vspace class. Removed classes: .sidenav_left, .sidenav_corner_bottom_left date: 22-July-2004 Added the following classes for portlets. * portlet-form-label * portlet-section-footer * portlet-menu-caption * portlet-menu-description * portlet-icon-label * portlet-dlg-icon-label Updated font-size attribute from pixel(11px) to percentage(70%). date: 30-July-2004 Updated the vertical-align property from baseline to middle. date: 02-Aug-2004 Updated the protlet_container class with the property "background: #ffffff;" to reflect the background color white. */ /* Links */ /*------*/ /* Should use this instead of table_link:hover; table_link; portlet_link ; table_link:visited */ .datalink { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #336699; font-weight: normal; text-align : left; text-decoration: underline; } .datalink_white { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; font-weight: normal; text-align : left; text-decoration: underline; } .system_linktext { font-family: verdana, arial, helvetica, sans-serif; font-size: 60%; font-weight: bold; color: #336699; text-decoration: underline; } /* should be used instead of table_link_numeric */ .datalink_numeric { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-decoration: none; color: #336699; font-weight: normal; text-align : left; text-decoration: underline; text-align: right } /* ============================================================= */ /* General Page Layout */ /* ------------------- */ blockquote { margin-bottom: 3px; margin-left: 10px; } ul { margin-left: 20px; margin-right: 10px; margin-top: 0px; margin-bottom: 0px; } li { list-style-type: disc; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; } body { background-color: #ffffff; font-size: 100%; font-family: verdana, arial, helvetica, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; padding : 0px; } a { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; } a.datalink:visited { color: #7f5f7f; } /* =============================================================*/ /* Buttons */ /* ------- */ .button_left { background-image: url('cssimages/pagebutton-start.png'); /* height:20px;*/ } .button_center { /* background-image: url('cssimages/bkg-pagebuttons.png'); height:20px; */ border-bottom: #000000 1px solid; /* added newly */ border-top: #8B9399 1px solid; background-color: #f4e9d3; } .button_right { background-image: url('cssimages/pagebutton-end.png'); /* height:20px;*/ } .buttons { border:0px none; padding-top: 2px; /* added newly */ padding-bottom: 2px; width: 100%; } .buttons, .portlet-form-button { padding-right: 2px; padding-left: 2px; font-weight: bold; font-size: 70%; background-image: url('cssimages/pagebutton-center.png'); cursor: pointer; background-repeat: repeat-x; font-family: verdana, arial, helvetica, sans-serif; background-color: #f4e9d3; white-space:nowrap; } .portlet-form-button { border-left: 1px solid #b8d5ed; border-top: 1px solid #b8d5ed; border-right: 1px solid #b8d5ed; border-bottom: 1px solid #b8d5ed; } .button_padding { padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; } .hide_show_button { vertical-align : baseline; border-left: #B8d5ed 1px solid; border-top: #B8d5ed 1px solid; border-right: #000000 1px solid; border-bottom: #000000 1px solid; margin:2px; padding-top: 2px; cursor:pointer; } .header { background-color: #ffffff ; } .header:hover { text-decoration: underline; } /* ============================================================= */ /* Shuttle Controls */ /* ---------------- */ .image_buttons { cursor: pointer; } /* ============================================================= */ /* Breadcrumbs */ /* ------------ */ .breadcrumb_trail { margin-top: 0px; margin-right: 4px; margin-bottom: 4px; margin-left: 4px; } .breadcrumb { color:#336699; padding: 1px; font-family: verdana, arial, helvetica, sans-serif; font-size: 60%; font-weight: normal; text-decoration:underline; } .breadcrumb_current { color: #000000; padding: 1px; font-family: verdana, arial, helvetica, sans-serif; font-size: 60%; font-weight: normal; } /* =============================================================*/ /* Page section */ /* ------------ */ .page_section { background: #fdf8e2; padding: 4px; border-bottom: 4px #ffffff solid; } .page_section_graph { background: #ffffff; padding: 4px; border-bottom: 1px #9ac2e5 solid; border-right: 1px #9ac2e5 solid; border-left: 1px #9ac2e5 solid; } .page_section_header_text, .page_section_header_text_hs { padding-right: 2px; padding-left: 6px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 75%; padding-bottom: 2px; color: #ffffff; padding-top: 2px; text-align : left; vertical-align : baseline; } .page_section_header_text_hs { text-decoration:none; cursor:pointer; vertical-align : middle; } .page_section_header_left { background-image: url('cssimages/table_header_left.png'); } .page_section_header_right { background-image: url('cssimages/table_header_right.png'); } .page_section_header_center { background: #336699 url('cssimages/table_header_center.png'); vertical-align: middle; } .page_section_instruction_area { background: #d7e8f9; border-bottom: #B8d5ed 1px solid; } .page_section_instructions_text { padding: 4px; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica, sans-serif; } .page_instructions_text { padding-right: 2px; padding-left: 2px; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica; } .page_instruction_area { background: #ffffff; padding: 4px; } .groupbox_header_text { padding-right: 2px; padding-left: 6px; padding-bottom: 2px; padding-top: 2px; font-weight: bold; font-size: 75%; color: #000000; font-family: Arial, Helvetica, sans-serif; text-align : left; vertical-align : baseline; } .groupbox_header_left { background-image: url('cssimages/groupbox_header_left.png'); border-bottom: 1px solid #999999; } .groupbox_header_right { background-image: url('cssimages/groupbox_header_right.png'); border-bottom: 1px solid #999999; } .groupbox_header_center { background-image: url('cssimages/groupbox_header_center.png'); border-bottom: 1px solid #999999; } .groupbox_content { border-right: #999999 1px solid; border-left: #999999 1px solid; padding: 3px; border-bottom: #999999 1px solid; background-color: #eff6ff; } /* Should be used instead of page_header */ .page_header_text { font-size: 100%; padding-left: 5px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color : #336699; } /* Should be used instead of page_header */ .page_header_background { background-image:url('cssimages/portal_tab_selected_center.png'); border-bottom: 1px solid #999999; } .page_header_error { font-size: 100%; padding-left: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; text-transform : uppercase; color : #ff0000; } .help_section { background-color: #eff6ff; padding: 4px; } .hide_show_button { border-left: #B8d5ed 1px solid; border-top: #B8d5ed 1px solid; border-right: #000000 1px solid; border-bottom: #000000 1px solid; margin:2px; cursor:pointer; } /* =============================================================*/ /* Messages */ /* -------- */ /* Not used currently */ .message_header_text { padding-right: 2px; padding-left: 2px; font-weight: bold; font-size: 80%; padding-bottom: 2px; color: #000000; padding-top: 2px; font-family: verdana, arial, helvetica; } /* Not used currently */ .message_content { border-right: #999999 1px solid; border-left: #999999 1px solid; padding: 3px; border-bottom: #999999 1px solid; background-color: #eff6ff; } .message { margin: 3px; background-color: #fdf8e2; border: #999999 1px solid; } .message .portlet-msg-status, .message .portlet-msg-success, .message .portlet-msg-info, .message .portlet-msg-error, .message .portlet-msg-alert { border: none; } .portlet-msg-status, .portlet-msg-success /* Confirmation */ { padding-top: 3px; padding-left: 25px; padding-bottom:3px; padding-right: 2px; border: 1px solid #999999; margin: 3px; width: 100%; background: #fdf8e2 url('./cssimages/confirmation_16.png') no-repeat 5px 2px; } .portlet-msg-info /* Alert */ { padding-top: 3px; padding-left: 25px; padding-bottom:3px; padding-right: 2px; border: 1px solid #999999; margin: 3px; width: 100%; background: #fdf8e2 url('./cssimages/warning_16.png') no-repeat 5px 2px; } .portlet-msg-error /* Error */ { padding-top: 3px; padding-left: 25px; padding-bottom:3px; padding-right: 2px; border: 1px solid #999999; margin: 3px; width: 100%; background: #fdf8e2 url('./cssimages/error_mark_16.png') no-repeat 5px 2px; } .portlet-msg-alert /* Warning */ { padding-top: 3px; padding-left: 25px; padding-bottom:3px; padding-right: 2px; border: 1px solid #999999; margin: 3px; width: 100%; background: #fdf8e2 url('./cssimages/warning_16.png') no-repeat 5px 2px; } /* =============================================================*/ /* forms */ /* ----- */ .tip_text, .portlet-menu-description { color: #000000; font-size: 60%; font-weight: normal; font-family: verdana, arial, helvetica, sans-serif; } .tip { color: #000000; font-size: 60%; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; padding: 2px; } .error_label { padding: 2px; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ff0000; font-weight: bold; text-align: left; } .error, .portlet-msg-error { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ff0000; font-weight: normal; text-align: left; } .inline_error { padding: 1px; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 60%; color: #ff0000; font-weight: normal; text-align: left; } /* =============================================================*/ /* fonts */ /* ------ */ /* This should be used instead of table_data; portlet_data */ .data, .portlet-font, .portlet-msg-status, .portlet-msg-info, .portlet-msg-alert, .portlet-msg-success, .portlet-section-alternate, .portlet-section-selected, .portlet-form-input-field, .portlet-form-field, .portlet-section-body, .portlet-table-body, .portlet-table-alternate, portlet-table-selected, .portlet-section-footer, .portlet-icon-label, .portlet-dlg-icon-label { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000000; font-weight: normal; text-align: left; } .data_white { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; font-weight: normal; text-align: left; } .data_fixed_width { font-family: courier; font-size: 70%; color: #000000; font-weight: normal; } /* use instead of portlet_label */ .label, .portlet-form-field-label, .portlet-form-label { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000000; font-weight: bold; } .label_white { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; font-weight: normal; text-align: right; text-decoration: none; } .symbol { font-family: symbol; font-size: 80%; font-weight: bold; color: #000000; } .bull { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #ffCC33; text-decoration: none; padding: 1px ; } /* =============================================================*/ /* Tabs */ /* --- */ .tab_selected_left { background-image: url('cssimages/portal_tab_selected_left.png'); } .tab_selected_right { background-image: url('cssimages/portal_tab_selected_right.png'); } .tab_selected_center { background-image: url('cssimages/portal_tab_selected_center.png'); border-bottom: 1px solid #ffffff; } .tab_selected_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; padding: 2px; font-weight: bold; color: #000000; white-space:nowrap; } .tab_unselected_left { background-image: url('cssimages/portal_tab_unselected_left.png'); border-bottom: 1px solid #999999; } .tab_unselected_right { background-image: url('cssimages/portal_tab_unselected_right.png'); border-bottom: 1px solid #999999; } .tab_unselected_center { background-image: url('cssimages/portal_tab_unselected_center.png'); border-bottom: 1px solid #999999; } .tab_unselected_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; padding: 2px; font-weight: bold; color: #000000; white-space:nowrap; } .tab_remainder { background-color: #ffffff; border-bottom: #000000 1px solid; } .tab_content { background-color: #ffffff; border-left: #8B9399 1px solid; border-bottom: #1e385d 1px solid; border-right: #1e385d 1px solid; padding-top: 0px; padding-bottom: 3px; } .subtab_content { padding: 3px; border-top: 1px solid #000000; } .sidenav_content { padding: 3px; border-top: 1px solid #000000; } .subtab { background-image: url('cssimages/sub_tabs_background.png'); background-color: #ffffff; border-right: 1px solid #000000; border-left: 1px solid #8B9399; padding-top: 0px; padding-bottom: 3px } /* Should be used instead of subtab_seperator; subtab_selected_text; subtab_selected_background; subtab_unselected_text */ .subtab_unselected { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #336699; font-size: 70%; vertical-align : baseline; text-decoration: none; padding-left: 4px; padding-right: 4px; padding:3px; white-space:nowrap; } /* Should be used instead of subtab_seperator; subtab_selected_text; subtab_selected_background; subtab_unselected_text */ .subtab_selected { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 70%; color: #000000; vertical-align : baseline; text-decoration: none; padding:3px; white-space:nowrap; } .subtab_empty { background-color: #eff6ff; background-image: url('cssimages/sub_tabs_empty_background.png'); border-right: 1px solid #000000; border-left: 1px solid #8B9399; } .sidenav { padding-top: 4px; padding-bottom: 4px; padding-right: 4px; padding-left: 4px; background-color: #eff6ff; height: 100%; } .sidenav_title { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 70%; color: #000000; vertical-align : baseline; text-decoration: none; } .sidenavlink_selected { font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 70%; color: #000000; padding-left:2px; line-height: 12pt; } .sidenavlink_unselected { font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 65%; color: #336699; line-height: 12pt; padding-left:2px; } .sidenav_right { background-color: #eff6ff; background-image: url('cssimages/sidemenu_background_right.png'); width: 10px } .sidenav_bottom { background-color: #eff6ff; background-image: url('cssimages/sidemenu_bottom_background.png'); height: 10px } .sidenav_corner { background-color: #eff6ff; background-image: url('cssimages/sidemenu_bottom_right.png'); height: 10px; width: 10px } .sidenavsublink_unselected_text { font-size: 65%; color: #336699; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; padding-left:30px; line-height: 12pt; } .sidenavsublink_selected_text { font-size: 65%; color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; padding-left:30px; line-height: 12pt; } /* =============================================================*/ /* Tables */ /* ------ */ .table { background: #e7e7e7; } .table_control_label { padding-right: 1px; padding-left: 1px; font-weight: bold; font-size: 70%; padding-bottom: 2px; color: #000000; padding-top: 2px; font-family: verdana, arial, helvetica; } .table_control_link { padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; font-weight: bold; font-size: 70%; color: #336699; font-family: verdana, arial, helvetica; text-decoration: underline; } .table_view_options { background: #eff6ff; padding-bottom: 1px; padding-top: 1px; padding-left: 1px; } .table_view_options_text { padding-right: 1px; padding-left: 1px; font-weight: normal; font-size: 70%; padding-bottom: 1px; color: #000000; padding-top: 1px; font-family: verdana, arial, helvetica; } .table_view_options_link { padding-right: 1px; padding-left: 1px; font-weight: normal; font-size: 70%; padding-bottom: 1px; color: #336699; padding-top: 1px; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline; } .table_header_left { background-image: url('cssimages/table_header_left.png'); } .table_header_right { background-image: url('cssimages/table_header_right.png'); } .table_header_center, .portlet-section-header, .portlet-table-header { background: #336699 url('cssimages/table_header_center.png'); } /* Use instead of table_title_text */ .table_header_text, .portlet-section-header { padding-right:2px; padding-left:6px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 75%; padding-bottom: 2px; color: #ffffff; padding-top: 2px; text-align : left; vertical-align : baseline; } .table_instructions, .portlet-section-text, .portlet-table-text { background: #d7e8f9; border-bottom: #B8d5ed 1px solid; padding: 4px; } .table_instructions_text, .portlet-section-text, .portlet-table-text { padding-right: 2px; padding-left: 2px; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica; } /* Should be used instead of table_sortable_column_header_text; table_column_header */ .table_column_header_text, .portlet-section-subheader, .portlet-table-subheader { font-weight: bold; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica, sans-serif; } /* Should be used instead of table_column_header */ .table_column_header_background, .portlet-section-subheader, .portlet-table-subheader { padding: 1px; background: #f4e9d3; text-align: center; border: 1px solid #ffffff; } /* Should be used instead of table_sortable_column_header */ .table_sortable_column_header_background { border-right: #ffCC33 1px solid; padding: 1px; border-top: #ffffff 1px solid; background: #f4e9d3; border-left: #ffffff 1px solid; border-bottom: #ffCC33 1px solid; text-align: center; line-height : 100%; } .table_row_header_background { padding: 1px; background: #f4e9d3; text-align: right; border: 1px solid #ffffff; } .table_banded_row, .portlet-section-alternate, .portlet-table-alternate, .table_banded_column { background-color: #fdf8e2; } .table_row, .portlet-section-body, .portlet-table-body { background-color: #ffffff; } .table_row_selected, .portlet-section-selected, .portlet-table-selected { background-color: #d7e8f9; } .table_navigation { background: #ffffff; padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; } .table_navigation_text { color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; font-weight: normal; text-decoration: none; } .table_navigation_arrows { color: #336699; font-family: verdana, arial, helvetica, sans-serif; font-size: 90%; font-weight: bold; text-decoration: none; } .calendar_navigation_arrows { color: #ffffff; font-size: 100%; font-weight: bold; text-decoration: none; } .table_data_numeric { padding-right: 2px; padding-left: 2px; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica; text-align: right; } .table_link_numeric:visited { color: #7093b7; } .table_icon { padding-right: 2px; padding-left: 2px; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica, sans-serif; text-align: center; } .table_row_action { padding-right: 5px; padding-left: 2px; white-space: nowrap; text-align: right; } .table_tree_parent { padding-right: 1px; padding-left: 2px; font-weight: bold; font-size: 70%; padding-bottom: 1px; color: #000000; padding-top: 1px; font-family: verdana, arial, helvetica, sans-serif; } .table_tree_child { margin-left: 10px; } /* ============================================================= */ /* Progress Indicators */ /* ------------------- */ .progress_percentage { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 80%; color: #336699; } .progress_button_topleft { background-image: url('cssimages/corner1.png'); } .progress_button_bottomleft { background-image: url('cssimages/corner4.png'); } .progress_button_topright { background-image: url('cssimages/corner2.png'); } .progress_button_bottomright { background-image: url('cssimages/corner3.png'); } /* =============================================================*/ /* Branding */ /* -------- */ .ca_circle_logo { text-align: left; vertical-align : baseline; width: 57px; height: 38px; background-image : url('cssimages/circleca.png'); } .product_name { text-align : left; font-family: Arial, Helvetica, sans-serif; font-weight: 100; font-size: 125%; letter-spacing: -1.5px; color: #336699; } .tmark { font-family: Arial, Helvetica, sans-serif; font-size: 50%; vertical-align : top; color: #336699; letter-spacing: -1px; } hr { background-Image: url('cssimages/blue.png'); height: 1px; width: 99%; border: 0px none; } .footer_text{ text-align : left; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 60%; color: #000000; } .footer_link { text-decoration: underline; text-align: right; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 60%; color: #336699; } /* =============================================================*/ /* Anchor Links */ /* ------------ */ .anchor { font-family: verdana, arial, Helvetica, sans-serif; font-weight: bold; font-size: 70%; color: #336699; text-decoration: underline; } .subtab_seperator { /* Text : |*/ font-family: verdana, arial, Helvetica, sans-serif; font-weight: normal; font-size: 100%; color: #000000; padding: 1px; } /* =============================================================*/ /* General Page Layout */ /* ------------------- */ /* should use instead of header_text */ .global_link { font-family: verdana, arial, halvetica, sans-serif; color: #336699; font-size: 60%; font-weight: bold; text-decoration: underline; padding: 1px; } .content { margin-top: 4px; margin-right: 4px; margin-bottom: 4px; margin-left: 4px; } /* =============================================================*/ /* date Picker */ /* ------------------- */ .calendar_navigation_arrows { font-weight: bold; font-size: 100%; color: #ffffff; text-decoration: none; } .date_icon { background-image : url('cssimages/Date_16.png'); cursor:pointer; vertical-align:baseline; } .table_column_header_background_text { font-family: verdana, arial, Helvetica, sans-serif; font-weight: bold; font-size: 70%; color: #000000; } .selected_date_background { background: #d7e8f9; border: 1px solid #ffffff; padding-left: 2px; padding-right: 2px; } /* =============================================================*/ /* Menu Bars */ /* ------------------- */ /* Should use instead of menulink; menubar; menudropdown */ .menubar_background, .portlet-menu { background: #8b9399; } /* Should use instead of menulink; menudropdown */ .menubar_selected_background, .portlet-menu-item-selected, .portlet-menu-item-hover, .portlet-menu-item-hover-selected, .portlet-menu-item-cascade-selected { background-color: #fdf8e2; padding: 3px; } /* Should use instead of menulink; menudropdown */ .menu_unselected_text, .portlet-menu-item, .portlet-menu-item-cascade, .portlet-menu-caption { color: #000000; font-family: verdana, arial, Helvetica, sans-serif; font-weight: bold; font-size: 70%; } /* Should use instead of menulink; menudropdown */ .menu_selected_text, .portlet-menu-item-selected, .portlet-menu-item-hover, .portlet-menu-item-hover-selected, .portlet-menu-item-cascade-selected { font-family: verdana, arial, Helvetica, sans-serif; color: #336699; font-weight: bold; font-size: 70%; } /* Should use instead of menulink; menudropdown */ .menubar_unselected_background, .portlet-menu-item, .portlet-menu-item-cascade, .portlet-menu-caption { background-color: #eff6ff; padding: 3px; } .submenu { border: #8b9399 1px solid; } .menu_arrow_down { background-image: url('cssimages/arrow_asc_bk.png'); } .menu_arrow_right { background-image: url('cssimages/arrow_right_blk.png'); } /* =============================================================*/ /* Portlets */ /* ------------------- */ .portlet_header_left { background-image: url('cssimages/portlet-bar-left.png'); } .portlet_header_center { background-image: url('cssimages/portlet-bar-bkg.png'); } .portlet_header_right { background-image: url('cssimages/portlet-bar-right.png'); } .portlet_title { font-family: arial, Helvetica, sans-serif; font-size: 75%; color: #000000; font-weight: bold; padding-left: 5px; text-align: left; vertical-align: baseline; } .portlet_container { border-bottom: 1px #8b939a solid; border-right: 1px #8b939a solid; border-left: 1px #8b939a solid; background: #ffffff; } /* =============================================================*/ /* Charts / Graphs */ /* ------------------- */ /* All the classes are defined newly */ .charts_graphs_general { text-align: center; background: #ffffff } .axis { font-family: arial, helvetica, sans-serif; font-weight: normal; font-size: 10pt; color: #000000; } .grids { color: #000000; } .chart_graph_title { text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #000000; } .legend { text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10pt; color: #000000; } /* =============================================================*/ /* Quick Start Portlets */ /* ------------------- */ .icon { text-align : center; width : 32px; height : 32px; } .portlet_iconcell { height: 36px; width: 36px; background-image: url('cssimages/portal_tab_selected_center.png'); vertical-align:middle; border-right: 1px solid; border-left: 1px solid; border-bottom: 1px solid; border-color: #999999; } /* =============================================================*/ /* e-mail Notifications */ /* ------------------- */ .link_parent { color: #336699; font-family: verdana, arial, Helvetica, sans-serif; font-weight: bold; font-size: 60%; background-image: url('cssimages/arrow.png'); } /* =============================================================*/ /* Log In Pages */ /* ------------------- */ .login_product_name { text-align: left; font-family: arial, Helvetica, sans-serif; font-weight: 200; font-size: 183%; background-color: #336699; color: #ffffff; /*line-height: 30px;*/ letter-spacing: -1px; } .tmark_white { font-family: arial, helvetica, sans-serif; font-size: 40%; vertical-align: top; color: #ffffff; letter-spacing: -1px; } .login_footer_text { color: #000000; padding-top: 10px; padding-bottom: 12px; padding-right: 12px; padding-left: 12px; font-family: verdana, arial, Helvetica; font-weight: normal; font-size: 60%; text-decoration: none; } .login_form_formatting { padding: 2px; border: 1px solid #336699; } .tableborder { border: 1px solid #000302; } .aboveCAlogo { border-top: 1px solid #000302; background-color: #ffffff; } .login_padding { border: 20px solid #336699; background-color: #336699; } .data_white { text-align : left; font-family: verdana, arial, Helvetica, sans-serif; font-weight: normal; font-size: 70%; color: #ffffff; text-decoration: none; } .datalink_white { text-align: left; font-family: verdana, arial, Helvetica, sans-serif; font-weight: normal; font-size: 70%; color:#ffffff; text-decoration: underline; } .login_padding { background-color: #336699; border: 20px solid #336699; } .login_form_formatting { padding: 2px; border: 1px solid #336699; } /* =============================================================*/ /* Wizards */ .wizard_active_background { background: url('cssimages/wz_active_left.png') no-repeat center; } .wizard_active_background_right { background: url('cssimages/wz_active_right.png') no-repeat left; } .wizard_inactive_background { background: url('cssimages/wz_inactive_left.png') no-repeat center; } .wizard_inactive_background_right { background: url('cssimages/wz_inactive_right.png') no-repeat left; width:6px; height:31px } .wizard_disabled_background { background: url('cssimages/wz_disabled_left.png') no-repeat center; } .wizard_disabled_background_right { background: url('cssimages/wz_disabled_right.png') no-repeat left; width:6px; height:31px } .wizard_text_active { color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; font-weight: bold; text-align: left; vertical-align: middle; } .wizard_text_inactive { color: #336699; font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; font-weight: bold; text-align: left; vertical-align: middle; } .wizard_text_disabled { color: #8B9399; font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; font-weight: bold; text-align: left; vertical-align: middle; } .wizard_number_active { color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; font-weight: bold; text-align: center; vertical-align: middle; } .wizard_number_disabled { color: #8B9399; font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; font-weight: bold; text-align: center; vertical-align: middle; } .wizard_background { background-color: #fdf8e2; } /****************************************************************/ /* deprecated Classes */ /****************************************************************/ /* Use table_header_text*/ .table_title_text { font-family: Verdana, Arial, Helvetica, Sans-serif; font-weight: normal; font-size: 75%; color: #ffffff; } /* Use menubar_background; menubar_unselected_background, menubar_selected_background, menu_selected_text, and menu_unselected_text, */ .menudropdown { border: 1px solid #336699; background-image:url('cssimages/portal_tab_unselected_center.png'); background-repeat: no-repeat; } /* Use menubar_background; menubar_unselected_background, menubar_selected_background, menu_selected_text, and menu_unselected_text, */ .menulink { color: #336699; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 80% } /* Use menubar_background*/ .menubar { background-color: #8b9399; } /* Use subtab_unselected and subtab_selected*/ .subtab_unselected_text { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #336699; vertical-align : baseline; font-size: 70%; text-decoration: none; } /* Use subtab_unselected and subtab_selected*/ .subtab_selected_background { padding-top: 4px; } /* Use subtab_unselected and subtab_selected*/ .subtab_selected_text { font-size: 70%; color: #000000; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; } /* Use .table_header_text */ .table_title_text { padding-right: 2px; padding-left: 6px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 75%; padding-bottom: 2px; color: #ffffff; padding-TOP: 2px; text-align : left; vertical-align : baseline; } /* Use .table_column_header_text and .table_column_header_background */ .table_column_header { padding: 1px; font-weight: bold; font-size: 70%; background: #f4e9d3; color: #000000; font-family: verdana, arial, helvetica, sans-serif;; text-align: center; border: 1px solid #ffffff; } /* Renamed to .table_sortable_column_header_background for consistency */ .table_sortable_column_header { border-right: #ffCC33 1px solid; padding: 1px; border-top: #ffffff 1px solid; background-color: #f4e9d3; border-left: #ffffff 1px solid; border-bottom: #ffCC33 1px solid; text-align: center; line-height : 100%; } /* Use .table_column_header_text */ .table_sortable_column_header_text { font-weight: bold; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica, sans-serif; } /* Use .data */ .table_data { padding-right: 2px; padding-left: 2px; font-size: 70%; color: #000000; font-family: verdana, arial, helvetica, sans-serif; } /* Use .datalink */ .table_link { padding-right: 1px; padding-left: 1px; font-size: 70%; padding-bottom: 1px; color: #336699; padding-top: 1px; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline } /* Use .a:hover */ .table_link:hover { text-decoration: underline } /* Use datalink */ .table_link:visited { color: #7f5f7f } /* Use .datalink_numeric*/ .table_link_numeric { padding-right: 2px; padding-left: 2px; font-size: 70%; color: #336699; font-family: verdana, arial, helvetica, sans-serif; text-align: right; text-decoration: underline } /* use page_header_text , page_header_background*/ .page_header { font-size: 100%; padding-left: 5px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color : #336699; background-image:url('cssimages/portal_tab_selected_center.png'); border-bottom: 1px solid #999999; } /* Use global_link */ .header_text { font-family: arial, helvetica, sans-serif; color: #336699; font-size: 60%; font-weight: bold; padding: 1px } /* use .data*/ .portlet_data { font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; color: #000000; font-weight: normal; } /* use .label */ .portlet_label { font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; color: #000000; font-weight: bold; text-align : left; vertical-align : baseline; } /* use .datalink */ .portlet_link { font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; color: #336699; text-decoration: underline } /* use .datalink:hover */ .portlet_linktext:hover { text-decoration: underline } /* Use page_section_header_hs */ .page_section_header_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; font-weight: bold; padding-left: 6px; padding-right: 4px; text-align: left; vertical-align: baseline; } /* deprecated class */ .symbol_code_button { background-color: #e7e7e7; color: #000000; font-size: 13px; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; vertical-align : baseline; border-left: 2px solid #e7e7e7; border-top: 2px solid #e7e7e7; border-right: 2px solid #8b9399; border-bottom: 2px solid #8b9399; padding-left: 2px; padding-right: 2px; background-image: url('cssimages/button_bg.png'); text-align : center; cursor:pointer; } /* deprecated class */ .page_button { border:0px none; width: 100%; padding-right: 2px; padding-left: 2px; font-weight: bold; font-size: 70%; background-image: url('cssimages/pagebutton_bg2.png'); cursor: pointer; background-repeat: repeat-x; font-family: verdana, arial, helvetica, sans-serif; background-color: #e7e7e7; white-space:nowrap; } /* deprecated class */ .hspace { margin-left: 4px; margin-right: 4px; } .vspace { padding-top: 4px; }