﻿/* ************************************** */
/* *********** Issue Details ************ */
/* ************************************** */
.CollapsiblePanelBar /* Collapsible Panel Bg Color */ {
    border: 0px solid #485460;
    /*border-bottom: 1px solid #CCCCCC;*/
    /*background-color: #0c2577;*/
    background-color: #485460; /*#004990;*/
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
}

.CollapsiblePanelTD /* Collapsible Panel TD Style */
{
    padding:0px;
}

/* BORDER SETTING FOR ALL TABLES IN ISSUE DETAILS */
.CollapsiblePanelTD, .IssueDetailsTableBorder, .InfoScreenTD, .HistoricalDatesHeaderTD, .HistoricalDatesTD
{
    border:1px solid #999999;
}

.CollapsiblePanelBarHeader /* Collapsible Panel Header Text */
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #FFFFFF;
}

.IssueDetailsLabelsHeaders /* Issue Details Text */
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    white-space:nowrap;
    color: #000000;
}

.IssueDetailsLabelsInfo /* Issue Details Text */
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #004990;
}

.IssueDetailsHeaderTD {
    /*background-color:#FFFFFF;*/
    background-color: #f2f2f2;
    text-align: left;
}

/* Header for Restricted Data. */
.RestrictedData
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
	text-decoration:none;
	color: red;
}

/* Bottom 2 PANELS */
.TabContentPanel, .IDFormatButtons /* Padding for Tab Panels. */
{
    padding-left: 5px;
    padding-right: 5px;
}

.TabContentPanel /* Padding for Tab Panels. */
{
    padding-top: 5px;
    padding-bottom: 0px;
}

.IDFormatButtons /* Format buttons DIV */
{
    padding-top:0px;
    padding-bottom:0px;
}

.IDFormatButtonsProgressBarTD /* Format buttons DIV */
{
    padding-bottom:0px;
    vertical-align:middle;
    text-align:center;
}

.IDFormatButtonsTD /* Format buttons TD */
{
    padding:4px;
    border:0px solid #999999;
    background-color:#FFFFFF;
    text-align:right;
}

.AttributesPaneTD /* Attributes Pane */
{
    padding:14px;
    padding-top:10px;
}

.PricingPaneTD /* Pricing Pane, this also contains the TAB PANEL */
{
    padding:1px;
    padding-top:5px;
}

/* SecEvents */
.InfoScreenTD /* SEC-EVENTS Screen, main TD */ {
    padding: 5px;
    background-color: #f2f2f2;
}

.InfoScreenTextDIV
{
    text-align:justify;
    padding-top:4px;
}

.InfoScreenText /* Info Screen txt */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.InfoScreenSortButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:#000000;
}

/* Styles for Info Screen Sort Links */
a.InfoScreenSortButton, a.InfoScreenSortButton:visited, a.InfoScreenSortButton:active, a.InfoScreenSortButton:link {
    text-decoration: none;
    color: #004990;
}

a.InfoScreenSortButton:hover
{
    text-decoration:none;
    color: #66a0ff;
}

/* Historical Price Sources */
.HistoricalDatesHeaderTD {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: Bold;
    padding: 1px;
    padding-left: 2px;
    border-bottom: none;
    background-image: url("../images/grids/gridbarbg.jpg");
    background-repeat: repeat;
}

.HistoricalDatesTD {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
}

.CreateMenuBar /* Collapsible Panel Bg Color */
{
    padding-left:2px;
    padding-right:2px;
    padding-bottom:1px;
}

.CreateMenuBarTD /* Collapsible Panel TD Style */
{
    padding:0px;
}

/* BORDER SETTING FOR ALL TABLES IN ISSUE DETAILS */
.CreateMenuBarTD
{
    border:1px solid #999999;
}

.CreateMenuBarHeader /* Collapsible Panel Header Text */
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #000000;
}

/* These are newly added styles for the Historical Select Pane. */
.tdTitle {
    border: 1px solid #AAAAAA;
    padding: 1px;
    background-color: #f2f2f2;
}

.tdBottomLeft {
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    padding: 0px;
    width: 200px;
    background-color: #f2f2f2;
}

.tdBottomRight {
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 4px;
    width: 200px;
    vertical-align: middle;
    background-color: #f2f2f2;
}

.tdNotEntitled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style : italic;
   
    /*font-weight: bold;*/
    width: 550px;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    padding:4px;
}
/* END -- Issue Details -- END */
