HTML
{
    height: 100%;
    padding: 0px;
    margin: 0px;
}

BODY
{
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif;
    font-size: 10pt;
    color: black; /*background-color: white;*/ /*background-image: url(../images/newscreen/Backgroundnew.jpg);*/ /*background-repeat:repeat-x*/
}

FORM
{
    margin: 0px;
}

TD
{
    font-size: 8pt;
}
INPUT
{
    font-size: 8pt;
}
SELECT
{
    font-size: 8pt;
}
TEXTAREA
{
    font-family: Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif;
}
A
{
    text-decoration: none;
    color: blue;
}
A:hover
{
    color: red;
    text-decoration: underline;
}

PRE
{
    font-family: Verdana, Arial, Bitstream Vera Sans, Helvetica;
    margin: 0px;
    white-space: normal;
}
/* For "black" links which are only distinguishable using a hover-over */
.BL
{
    color: black;
}

/* "Disabled" link, used for functionality where the user has no licence */
.DL
{
    color: #C0C0C0;
}
A.DL:hover
{
    color: #808080;
    text-decoration: line-through;
}

A.new
{
    color: #C2CD33;
    text-decoration: none;
}
A.new:hover
{
}

.PageTitleBarContainer
{
    position: relative; /*background-color: #16517A; */
    height: 55px;
    width: 100%;
    overflow: hidden;
}
.SubTitleBar
{
    background-color: #046B96;
    background-image: url(../images/newscreen/DarkBlueBar.jpg);
    background-repeat: repeat-x;
    height: 27px;
}
.SubTitleFileCheck
{
    background-color: #FFE0E0;
}
.SubTitleUnreadResearch
{
    background-color: #FFFFC0;
}

#Logo
{
    background-color: white;
    height: 59px;
    width: 50px;
    text-align: center;
    border-right: solid 1px #808080; /*border-bottom: solid 1px #00377A;*/
}

#TopTitleContainer
{
}

/* ...And in the sysadmin area */
.TopBannerAdmin
{
    overflow: hidden; /*border-bottom: solid 1px #808080;*/
    background-color: #70AE86;
}

#TitleTextContainer
{
    /*border-top: solid 1px #0272AC; 	border-bottom: solid 1px #00377A;*/
}

#TitleGradientContainer
{
    height: 38px;
    overflow: hidden;
    position: relative; /*background-color: #002a47;*/
}


#TitleGradient
{
    position: absolute;
    height: 38px;
    width: 0px;
}

/* Page title */
.PageTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 0px;
    padding-left: 25px;
    color: #046B96; /*width: 100%; overflow: hidden;*/
    text-align: right; /*vertical-align: top;*/
}
.PageTitle2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 0px;
    padding-left: 25px;
    color: #046B96; /*width: 100%; overflow: hidden;*/
    text-align: right; /*vertical-align: top;*/
}

.PageTitlePic
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    width: 100%;
    color: white;
    text-align: right;
    vertical-align: top;
}

.SearchBoxHeader
{
    background-color: #16517A;
    border-top: solid 1px #0272AC;
    border-bottom: solid 1px #00377A;
    color: white;
    padding: 3px;
}

/* Page sub-title */
.PageSubTitle
{
    font-size: 10pt;
    color: white;
    padding-left: 10px;
}
.PageSubTitle A
{
    color: white;
}


.containerheaders
{
    background-color: #EAF2C3;
    margin-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    padding-bottom: 3px;
    border-bottom: solid 1px #F0F0F0;
}

/* Selected tab on multi-tab pages */
.SelectedTab
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 8pt;
    text-align: center;
    background-color: #B42D1A;
    background-image: url(../images/newscreen/LightRedBar.jpg);
    background-repeat: repeat-x;
}

.SelectedTab A
{
    color: white;
    text-decoration: none;
}
/* The note tab */
.NoteTab
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    border: outset 1px;
    font-size: 8pt;
    text-align: center;
    background-color: #FFFFA0;
    border-top: solid 1px #0272AC;
    border-bottom: solid 1px #00377A;
}
.NoteTab A
{
    color: black;
    text-decoration: none;
}

/* Unselected tabs on multi-tab pages */
.UnselectedTab
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #38B5E1;
    color: white;
    border: outset 1px;
    border-bottom: 0px;
    font-size: 8pt;
    text-align: center;
    height: 18px;
    background-image: url(../images/newscreen/LightBlueBar.jpg); /*background-repeat: no-repeat; 	vertical-align:bottom; 	background-position:center;*/
    background-repeat: repeat-x;
}
.UnselectedTab A
{
    color: white;
    text-decoration: none;
}

/* Simple table with fixed header width. Used for provider and contract factsheets */
.SimpleDisplayTable TH
{
    width: 150px;
    font-weight: bold;
    text-align: left;
    font-size: 10pt;
    padding-right: 20px;
}
.SimpleDisplayTable TD A
{
    text-decoration: none;
}

.SmallTextDisplayTable TD
{
    font-size: 8pt;
}

.SimpleDataEntryTable TH
{
    width: 150px;
    font-weight: bold;
    text-align: left;
    font-size: 8pt;
    padding-right: 20px;
}
.SimpleDataEntryTable TD
{
    font-size: 8pt;
}

.SimpleCompDataEntryTable TH
{
    width: 200px;
    font-weight: bold;
    text-align: left;
    font-size: 8pt;
    padding-right: 20px;
    color: #C00000;
}
.SimpleCompDataEntryTable TD
{
    font-size: 8pt;
}


/* Client report styles */
.CSReport_ClientName
{
    font-family: Georgia, Garamond, Times, serif;
    font-size: 20pt;
}
.CSReport_ProductTypeName
{
    margin-top: 30px;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 20pt;
    text-align: center;
}
.CSReport_ProductBasisName
{
    font-family: Georgia, Garamond, Times, serif;
    font-size: 16pt;
    text-align: center;
}

.ToolbarButton
{
    width: 20px;
    height: 20px;
    border: solid 1px #E0E0E0;
    background-color: #E0E0E0;
}
.HighlightButton
{
    background-color: #F7F7F7;
    border: outset 1px;
}

HR
{
    height: 5px;
    margin: 0px;
}

.aximg
{
    height: 8px;
    width: 8px;
    border: 0px;
}

.sImg
{
    height: 16px;
    width: 16px;
    border: 0px;
}
.i12
{
    height: 12px;
    width: 12px;
    border: 0px;
}

.DisabledText
{
    color: #808080;
    text-decoration: line-through;
}

.vs
{
    width: 10px;
    height: 10px;
    border: 0px;
}

.DataForm
{
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #C0C0C0;
    position: relative;
}
.DataForm TH
{
    width: 200px;
    color: #000080;
    font-weight: normal;
    text-align: left;
    padding-right: 20px;
    font-size: 10pt;
}
.DataForm TD
{
    font-size: 10pt;
}
.DataForm .Comp
{
    font-weight: bold;
    color: #C00000;
}

.DataForm .Heading
{
    position: relative;
    font-weight: bold;
    border-bottom: inset 2px #D0D0D0;
    padding-bottom: 5px;
    background-color: #F0F0F0;
}
.DataForm .SectionIcon
{
    position: relative;
    left: -10px;
    top: -15px;
    margin-bottom: -25px;
    margin-right: -10px;
    width: 40px;
    height: 40px;
    border: none;
}
.DataForm INPUT
{
    font-size: 10pt;
    font-family: Arial, Helvetica;
}
.DataForm SELECT
{
    font-size: 10pt;
    font-family: Arial, Helvetica;
}

.ShowWhenPrinting
{
    display: none;
}

.ShowAlways
{
    display: block;
}

.DNONE
{
    display: none;
}

/* Style used for the container on the tabbed ranking screen. Overridden when printing */
#RankingScoreContainer
{
    border: outset 1px;
    overflow: auto;
    height: 100px;
    padding: 5px;
}

/* Style used for the container around the grid of contracts in FilterContracts.xsl */
#ContractListContainer
{
    width: 500px;
    height: 400px;
    border: outset 1px;
    overflow: auto;
}

#ContractList
{
    padding: 3px;
}

.ScrollOnScreen
{
    overflow: auto;
    background-image: url(../images/newscreen/lightbluedot.jpg);
}


.ScrollOnScreen2
{
    overflow: auto;
}

.HideOverflowOnScreen
{
    overflow: hidden;
}
.BorderOnScreenOnly
{
    border: solid 1px #AACFE2;
}

.BoxFooter
{
    background-color: #E3F1FC;
    border-top: solid 1px #AACFE2;
    border-bottom: solid 1px #AACFE2;
    padding: 1px;
    color: white;
}
.BoxHeader
{
    background-color: #38B5E1; /*border-top: solid 1px #0272AC; 	border-bottom: solid 1px #00377A;*/ /*height: 16px;*/
    background-image: url(../images/newscreen/LightBlueBar.jpg);
    background-repeat: repeat-x;
    color: white;
    padding: 3px;
}
.ResourceBoxHeader
{
    background-color: #38B5E1; /*border-top: solid 1px #0272AC; 	border-bottom: solid 1px #00377A;*/
    background-image: url(../images/newscreen/LightBlueBar.jpg);
    background-repeat: repeat-x;
    color: white;
    padding: 3px;
}


.BoxHeader A
{
    color: white;
    font-weight: bold;
}
.BoxHeader A:visited
{
    color: white;
}


/* ALL THE FOLLOWING APPLY ONLY TO THE CONTRACT FILTERING PAGE */

/* Style for the TDs in the list of fields */

/*Markd 10/2007 changed font from points to pixels, points are not for screen use and should ONLY be used for print*/
.GF
{
    font-size: 8pt;
    padding: 2px 0px 2px 0px;
    border-bottom: solid 1px #F0F0F0;
}
/* For the two subsidiary cells containing the filter operators */
.GMF
{
    width: 1%;
    border-bottom: solid 1px #F0F0F0;
    font-size: 8pt;
    text-align: right;
}

/*Markd 10/2007 changed font from points to pixels, points should only be used for print output*/
.SelectedField
{
    background-color: #E3F1FC;
    font-size: 8pt;
    padding: 2px 0px 2px 0px;
    border-bottom: solid 1px #E3F1FC;
}
.SelectedNoFiltering
{
    background-color: #FFE0FF;
    border-bottom: solid 1px #F0F0F0;
    font-size: 8pt;
    padding: 2px 0px 2px 0px;
}
.SelectedDeclineFiltering
{
    background-color: #FFE0C0;
    border-bottom: solid 1px #F0F0F0;
    font-size: 8pt;
    padding: 2px 0px 2px 0px;
}

.FieldName A
{
    color: black;
    text-decoration: none;
}
.FieldName A:hover
{
}
.CRowOdd A:hover
{
    text-decoration: underline;
    color: red;
}
.CRowEven A:hover
{
    text-decoration: underline;
    color: red;
}
.CRowOdd A
{
    text-decoration: none;
    color: blue;
}
.CRowEven A
{
    text-decoration: none;
    color: blue;
}

.CRowOdd
{
    border-bottom: solid 1px #E0E0E0;
    background-color: #F5FAFE;
}
.CRowEven
{
    background-color: #E3F1FC;
    border-bottom: solid 1px #E0E0E0;
}
.CRowHeader
{
    font-size: 6pt;
    border: outset 1px;
    background-color: #38B5E1;
    border-top: solid 1px #0272AC;
    border-bottom: solid 1px #00377A;
    color: white;
    background-image: url(../images/newscreen/LightBlueBarbig.jpg);
    background-repeat: repeat-x;
}
.CRowHeader A
{
    color: white;
}
.CRowHeader A:visited
{
    color: white;
}

.CRowSortHeader
{
    font-size: 6pt;
    color: #FFFFE0;
    border: outset 1px;
    font-weight: bold;
    background-image: url(../images/newscreen/DarkBlueBarbig.jpg);
    background-color: #116C9B;
    border-top: solid 1px #0272AC;
    border-bottom: solid 1px #00377A;
}
.CRowSortHeader A
{
    color: #FFFFE0;
}
.CRowSortHeader A:visited
{
    color: #FFFFE0;
}
.ContractTable A
{
    text-decoration: none;
    color: blue;
}
.FlippedHeader
{
    background-color: #F0F0F0;
}
.GC
{
    width: 10px;
    height: 10px;
    border: 0;
}
.WL
{
    color: #FFFFFF;
}
A.WL
{
    color: #FFFFFF;
}
A.WLB
{
    color: #FFFFFF;
    font-weight: bold;
}
A:hover.FL
{
    border-bottom: dashed 1px red;
    text-decoration: none;
}
.NotInPanel
{
    background-color: #808080;
    color: white;
}
.ContractCountContainer
{
    background-color: #38B5E1;
    border-top: solid 1px #0272AC;
    background-image: url(../images/newscreen/LightBlueBar.jpg);
    background-repeat: repeat-x;
    padding: 2px 2px 2px 5px;
    color: white;
}
.ContractCountContainer A
{
    color: white;
}
.ContractCountContainer A:visited
{
    color: white;
}

#ContractPageContainer
{
    text-align: center;
    height: 15px;
    background-color: #38B5E1;
    border-top: solid 1px #0272AC;
    background-image: url(../images/newscreen/LightBlueBar.jpg);
    background-repeat: repeat-x;
    padding: 2px 2px 2px 5px;
    color: white;
}
#ContractPageContainer A
{
    color: white;
}
#ContractPageContainer A:visited
{
    color: white;
}
.SectionHeader
{
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: solid 1px #808080;
    margin-bottom: 5px;
}

.GB
{
    border-bottom: solid 1px #F0F0F0;
}
.SB
{
    border-bottom: solid 1px #808080;
}
.P20
{
    padding-left: 20px;
}

.AR
{
    text-align: right;
}
.AC
{
    text-align: center;
}
.PR20
{
    padding-right: 20px;
}
.PR10
{
    padding-right: 10px;
}
.PL100
{
    padding-left: 100px;
}
.PL50
{
    padding-left: 50px;
}
.PL20
{
    padding-left: 20px;
}
.PL20X
{
    padding-left: 30px;
}
.PL5
{
    padding-left: 5px;
}
.PL10
{
    padding-left: 10px;
}
.PL30
{
    padding-left: 30px;
}
.PL15
{
    padding-left: 15px;
}
.PR50
{
    padding-right: 50px;
}
.PR5
{
    padding-right: 5px;
}
.PB10
{
    padding-bottom: 10px;
}
.PB20
{
    padding-bottom: 20px;
}
.PB5
{
    padding-bottom: 5px;
}
.PB3
{
    padding-bottom: 3px;
}
.MB3
{
    margin-bottom: 3px;
}
.MB5
{
    margin-bottom: 5px;
}
.MB10
{
    margin-bottom: 10px;
}
.PT20
{
    padding-top: 20px;
}
.PT10
{
    padding-top: 10px;
}
.PT3
{
    padding-top: 5px;
    background-color: #F2FAFC;
    color: #006886;
}

.PT5
{
    padding-top: 5px;
}
.PT15
{
    padding-top: 15px;
}
.P2
{
    padding: 2px;
}
TD.FS8
{
    font-size: 8pt;
}
TH.FS8
{
    font-size: 8pt;
}
.FS8
{
    font-size: 8pt;
}
.FS10
{
    font-size: 10pt;
}
.FS12
{
    font-size: 12pt;
}
.B
{
    font-weight: bold;
}
.GT
{
    color: #808080;
}
A.GT
{
    color: #808080;
}
.RED
{
    color: #FF0000;
}
.DRED
{
    color: #C00000;
}
.GREEN
{
    color: #008000;
}
.NW
{
    white-space: nowrap;
}

.TFS8 TD
{
    font-size: 8pt;
}

.SearchContainerBox
{
    padding: 3px;
    overflow: auto;
    width: 316px;
}
.FindNameBox
{
    padding: 2px;
    background-color: #E1EEF6;
    border-bottom: solid 1px #E0E0E0;
}

.VSRLogo
{
    width: 50px;
    height: 44px;
}

#FieldListContainer
{
    width: 300px;
    font-size: 8pt;
    overflow-y: scroll;
    overflow-x: hidden;
    border: outset 1px;
    height: 400px;
    margin-right: 20px;
}

.LipperImg
{
    width: 50px;
    height: 23px;
    border: 0px;
}

.MouseOver
{
    background-color: #E0E0E0;
}

/*MarkD 10/2007 */
.button
{
    cursor: pointer;
    width: 95px;
    margin: 0px 0px 0px 0px;
}

.showhide
{
}

.hideshow
{
    display: none;
}

/*MarkD 10/2007 */
.LinkBar
{
    background-image: url(../images/newscreen/DarkBlueBar.jpg);
}
.linkswhite A
{
    color: White;
    text-decoration: none;
}

.linkswhite A:visited
{
    color: White;
    text-decoration: none;
}
.linkswhite A:hover
{
    color: black;
    text-decoration: none;
}

.Productlists
{
    background-color: #E3F1FC;
    margin-left: 6px;
    font-weight: bold;
    font-size: 8pt;
    padding-bottom: 5px;
    border-bottom: solid 1px #F0F0F0;
}
.Productlistsnotbold
{
    background-color: #E3F1FC;
    margin-left: 6px;
    font-size: 8pt;
    padding-bottom: 5px;
    border-bottom: solid 1px #F0F0F0;
}

.linkslightblue A
{
    color: #0B7BA0;
    color: blue;
    text-decoration: none;
}

.linkslightblue A:visited
{
    color: #0B7BA0;
    color: blue;
    text-decoration: none;
}
.linkslightblue A:hover
{
    color: black;
    text-decoration: none;
}
#ContractContainer
{
    background-image: url(../images/newscreen/lightbluedot.jpg);
}
/*.Contract
{

    text-decoration: none;
    font-size: 8pt;
    color: black;
}
.Contract A
{
    text-decoration: none;
    font-size: 8pt;
    color: blue;
}
.Contract A:hover
{
    text-decoration: none;
    font-size: 8pt;
    color: red;
}
.Contract A:visited
{
    text-decoration: none;
    font-size: 8pt;
    color: blue;
}*/
.ContractName
{
    text-decoration: none;
    font-size: 8pt;
    color: black;
}
.ContractName A
{
    text-decoration: none;
    font-size: 8pt;
    color: black;
}
.ContractName A:hover
{
    text-decoration: none;
    font-size: 8pt;
    color: blue;
}
.ContractName A:visited
{
    text-decoration: none;
    font-size: 8pt;
    color: black;
}
#DelayMessageContainer
{
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/overlay.png);
}
#QuoteMessageBox
{
    border: 6px solid #005B82;
    position: relative;
    width: 400px;
    height: 220px;
    background-color: white;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
}

#QuoteMessageBoxHeader
{
    position: relative;
    top: 25px;
    left: 0px;
    background-color: #005B82;
    width: 275px;
    height: 30px;
    color: White;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 2px;
}

#QuoteRefSentence
{
    font-weight: bold;
}
#spanQuoteMessage
{
    color: #A44B3D;
    font-weight: bold;
    padding: 20px;
}

.QuoteStyleButton
{
    border: 0px;
    font-size: 10pt;
    height: 30px;
    background-image: url( ../images/button_1px.gif);
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
}

.QuoteStyleButton[disabled]
{
    border: 0px;
    font-size: 10pt;
    height: 30px;
    background-image: url(../images/button_1px_disabled.gif);
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin: 15px;
    cursor: pointer;
    color: #BBBBBB;
    font-weight: bold;
    margin: 0px;
    cursor:default;
}

#QuoteMessageButtons
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    
}

#QuoteMessageText
{
    position:relative;
    top:40px;
    text-align:center; 
    width:100%
}
