/*
Created:	???
Modified:	<see VSS for prior release history>
			08/12/08    Derek Takamine  - IF1987. Added InformationMsgXSmall
			09/17/08	Tim Schulze     - EF2313. Added CMProblemList
			12/01/08	Tim Schulze     - EF2313. Add Hill CM changes to VSS.
			01/19/09	Kevin Potter    - IF1960. Multi Language Letters
			11/02/09	Dave Vendelin	- EF2644. Style to indent the forms for CM Care plan
			12/04/09    Daniel Hartley  - EF2681. Assessment Summary.  Modified Care Plan indent style to use padding-left
            09/19/12    Justin Takamine - F5523.  Add class to mimick default .NET GridView styling
            12/04/13    Daniel Hartley  - B6570. Adjust font-size of grid rows (IE10+ interprets x-small to be 7.5pt font).			
            09/20/13    Justin Takamine - B6160.  Add Variable Data Option to control vertical/horizontal display of Member Alerts
            12/17/13    Derek Takamine  - F6579.  P4P Attachment support.
*/
.Debug
{
    font-size: xx-small;
    color: gray;
}
TR.EvenRow
{
    font-size: 10pt;
    background-color: wheat;
}
TR.OddRow
{
    font-size: 10pt;
    background-color: azure;
}
TR.GridViewRow
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: black;
    background-color: white;
}
TR.GridViewAltRow
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: black;
    background-color: #E1EBFB;
}


THEAD
{
    font-weight: bold;
    font-size: 10pt;
    background-color: silver;
}
.InformationMsg
{
    font-weight: bold;
    font-size: small;
    color: blue;
}

.Alert a, .Alert a:visited, .Alert a:active
{
    font-weight: bolder;
    font-size: larger;
    text-transform: uppercase;
    color: red;
    font-style: italic;
}

.Survey
{
    font-family: "Times New Roman" , Arial, Verdana;
    font-size: 12pt;
    color: black;
}

.InformationMsgXSmall
{
    font-weight: bold;
    font-size: x-small;
    color: blue;
}

.NoEditLabel
{
    font-weight: bold;
    font-size: x-small;
    color: blue;
    text-align: right;
}
.NoEditField
{
    font-weight: normal;
    font-size: x-small;
    color: black;
}
.EditLabel
{
    font-weight: bold;
    font-size: x-small;
    color: green;
    text-align: right;
}
.BigEditLabel
{
    font-weight: bold;
    font-size: small;
    color: green;
    text-align: right;
}
INPUT.SmallButton
{
    width: 75px;
}
INPUT.BigButton
{
    width: 210px;
}
.ErrorMsg
{
    font-weight: bold;
    font-size: small;
    color: red;
}

INPUT.BiggerButton
{
    width: 310px;
}
.NonParProvider
{
    font-weight: bold;
    font-size: x-small;
    color: red;
}
.EditLabelLeft
{
    font-weight: bold;
    font-size: x-small;
    color: green;
    text-align: left;
}
.NoEditLabelLeft
{
    font-weight: bold;
    font-size: x-small;
    color: blue;
    text-align: left;
}
.BigEditLabelLeft
{
    font-weight: bold;
    font-size: small;
    color: green;
    text-align: left;
}
TR.Head
{
    font-weight: bolder;
    font-size: x-small;
    background-color: silver;
}
TABLE
{
}
P
{
}
BODY
{
    font-family: Arial;
}
BODY.POPUP
{
    font-family: Verdana;
}
.noprint
{
    media: screen;
}
A:active
{
    color: red;
}
A:visited
{
    color: red;
}
A:link
{
    color: red;
}
.BigNoEditLabelBlack
{
    font-weight: bold;
    font-size: small;
    color: black;
}
TD.SmallLabelCentered
{
    font-size: x-small;
    color: gray;
    text-align: center;
}
.ButtonStandard
{
    border-right: #6891a5 2px outset;
    border-top: #6891a5 2px outset;
    font: 10px/1.3 arial, helvetica, sans-serif;
    text-transform: uppercase;
    border-left: #6891a5 2px outset;
    width: auto;
    color: #fff;
    padding-top: 2px;
    border-bottom: #6891a5 2px outset;
    letter-spacing: 1px;
    height: auto;
    background-color: #007ea1;
}
.ButtonDataExists
{
    font: verdana, arial;
    font-weight: bold;
    background-color: red;
    color: white;
}
.ButtonReset
{
    border-right: #6891a5 2px outset;
    border-top: #6891a5 2px outset;
    font: 10px/1.3 arial, helvetica, sans-serif;
    text-transform: uppercase;
    border-left: #6891a5 2px outset;
    width: auto;
    color: #000;
    padding-top: 2px;
    border-bottom: #6891a5 2px outset;
    letter-spacing: 1px;
    height: auto;
    background-color: #cde6ed;
}
.TextSmall
{
    font-size: x-small;
}
.TextSmaller
{
    font-size: xx-small;
}
SPAN.P4PMissingEvent
{
    font-weight: bolder;
    font-size: larger;
    text-transform: uppercase;
    color: red;
    font-style: italic;
}
SPAN.P4PExclusion
{
    text-decoration: line-through;
}
SELECT.P4PMissingEvent
{
    background-color: #66ffcc;
}
SPAN.P4PExclusionReason
{
    font-style: oblique;
}
INPUT.P4PMissingEvent
{
    background: #66ffcc;
}
TABLE.StandardBorder
{
    border-right: #007ea1 4px dotted;
    border-top: #007ea1 4px dotted;
    border-left: #007ea1 4px dotted;
    border-bottom: #007ea1 4px dotted;
}

TABLE.ThinBorder
{
    margin: auto;
    border-width: 1px thin;
    border-collapse: collapse;
}
TABLE.Summary
{
    border-right: thin ridge;
    border-top: thin ridge;
    border-left: thin ridge;
    border-bottom: thin ridge;
    border-collapse: collapse;
}
TABLE.Summary TD
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}


.OutlinedHeader
{
    border-style: solid;
    border-width: 2px;
    border-color: #CCCCCC;
    background-color: azure;
    font-weight: bold;
    font-size: small;
    color: blue;
}
.OutlinedBody
{
    border-style: solid;
    border-width: 2px;
    border-color: #CCCCCC;
    background-color: wheat;
}

.PopUpHeader
{
    background-color: #0000FF;
}
.PopUpFrame
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #FFFFCC;
    position: absolute;
    z-index: 99;
}
.PopUpContent
{
    background-color: #FFFFCC;
}

/* use left, top = 0, position=absolute so browser will automatically size text window based on content, rather than trying to calculate in javascript */
.ToolTip
{
    font-size: xx-small;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid black;
    display: none;
    background-color: rgb(250,250,230);
}

.PrimaryQueue
{
    background-color: yellow;
}

UL.CMProblemList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.DenialReasonReplacementText
{
    color: blue;
}

Form.pos_right1
{
    padding-left: 20px;
}
Form.pos_right2
{
    padding-left: 40px;
}
Form.pos_right3
{
    padding-left: 60px;
}

.attachmentStyle
{
    display: inline;
    zoom: 1; /* seems to fix drawing bug on border in IE 7 */
}
.attachmentList
{
    background: white;
    position: absolute;
    padding: 5px;
    border: 1px solid;
    white-space:nowrap;
}
.attachmentViewIcon
{
    margin-right: -3px;
}
.imgNoBorder
{
    border-style: none;
}

.PageTitle
{
    font-family: Arial, Verdana;
    color: Blue;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.MissingAttachment
{
    color: red;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
TABLE.P4PAttachmentTable
{
    width: auto;
    border-collapse: collapse;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}
TABLE.P4PAttachmentTable td, th
{
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding:5px;
}

