BLOCKQUOTE
{
	margin-bottom: 10px;
	margin-top: 10px;
}

/* General hyperlink styles */
A.General, a {
    COLOR: #00587E;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    font-size: 11pt;
} /* Use TextColor3 */
A.General:VISITED, a {
    COLOR: #00587E;
    text-decoration: underline;
}
A.General:LINK, a {
    COLOR: #00587E;
    text-decoration: underline;
}
A.General:HOVER, a {
    color: #00587E;
    text-decoration: underline;
}

A.Small {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    font-size: 11pt;
    margin-right: 5px;
    color: #00587E;
    font-weight: bold;
} /* Use COLOR: Black;  */
/*A.Small:VISITED { COLOR: #00CCFF; }*/
/*A.Small:LINK {  COLOR: Black; }*/
/*A.Small:HOVER { color : #0066CC; }*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 10pt;
	max-width: 100%;
	word-wrap: break-word;
	/*min-width: 814px;*/
	/*min-width: 772px;*/
}

.PageInfo
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 7pt;
	color: #414042;
	text-align: right;
	margin-right: 3px;
}
PortalButton
HR
{
	color: #72A9B5;
}

/* Name and sign out button styles */
.NameSignOutBar
{
	/*position: absolute;
	right: 0;
	top: 1px;*/
	margin-top: 4px;
}

A.SignOutButton, A.SignOutButton:VISITED, A.SignOutButton:LINK, A.SignOutButton:HOVER, A.ChangeButton, A.ChangeButton:VISITED, A.ChangeButton:LINK, A.ChangeButton:HOVER
{
	font-size: 8pt;
	border: 0px solid #000000;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.SignOutButtonArea, .PlanSponsorButtonArea
{
	background-color: #ECE8FF;
	padding: 0px 4px 1px 4px;
}

.SignedInLiteral
{
	font-size: 9pt; /* 3.1.1 D */
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
}

/**********************************
 * New CSS for menu server control (3.1.1 G)
 **********************************/
.LeftMenu
{
	width: 180px;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11pt;
	margin: 10px;
}

.LeftStaticMenuItemStyle, .LeftDynamicMenuItemStyle {
	background-color: White;
	border-bottom: dotted 1px Gray;
	padding: 5px 3px 5px 3px;
	color: #313039;
	float: left;
}

.LeftMenu ul li a.level1 {
    width: 100%;
    border-bottom: 1px dotted #414042 !important;
    outline: 0px transparent !important;
    padding: 8px;
    white-space: normal !important;
}

.LeftMenu ul {
    width: 165px !important;
}

.LeftStaticHoverStyle, .LeftStaticSelectedStyle, .LeftDynamicHoverStyle {
    background-color: #f1f1f1;
    border-bottom: dotted 1px #0066CC;
    padding: 5px 3px 5px 3px;
    float: left;
}

.LeftMenu ul li a.LeftStaticHoverStyle, .LeftMenu ul li a.LeftStaticSelectedStyle,
.LeftMenu ul li a.LeftDynamicHoverStyle, .LeftMenu ul li a.selected, .LeftMenu ul li a.highlighted {
	background: #919191;
	padding: 8px !important;
}

.TN_Menu {
    padding-right: 10px;
    float: right;
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 12pt;
}

.TN_StaticHoverStyle
{
    /*font-weight: bold;*/
    color: #484848;
}

.TN_StaticMenuItemStyle
{	
    color: White;
    margin-left: 30px;
}

.BN_MenuBar
{
    color: White;
	font-family: Verdana, Geneva, Sans-Serif;
	/* height: 36px; */
	width: 100%;
	overflow: hidden;
    clear: both;
}

.BN_MenuCell
{
    vertical-align: middle;
}

.BN_MenuLabel
{
    margin-left: 20px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	float: left;
}

.BN_Menu
{
	text-align: center;
	float: right;
}

.BN_StaticHoverStyle
{
	/*font-weight: bold;*/
	text-decoration:underline;
}

.BN_StaticMenuItemStyle
{
    color: White;
	font-size: 14px;
    text-align: right;
	margin-right: 20px;
    font-weight: normal;
}

/*
 * Textual
 */
.InlineHighlight
{
	/*color: #2D2DFF;*/
	font-weight: bold;
}

.Warning {
    color: #B30000;
    font-weight: bold;
}

.Mandatory {
    font-size: 9pt;
    color: #B30000;
}
.Mandatory1 {
    font-size: 10pt;
    color: #B30000;
}

.FinePrint1
{
	font-size: 7pt;
}


.FinePrint3
{
	font-size: 8pt;
	/*color: #2D2DFF;*/
	font-weight: bold;
}

.FinePrint4
{
	font-size: 8pt;
}

.Heading1 {
    color: #414042;
    font-size: 18px; 
    font-weight: bold;
}

h1.Heading1
{
    font-weight: normal;
    margin: 0;
}

.Heading2
{
	font-size: 13pt;
	color: #414042;
}

.Heading3
{
	color: #414042;
	text-decoration: underline;
}

.SupportHeading1
{
	font-size: 13pt;
	color: #0066CC;
}

.Note1, .Note2, .Note3
{
	/*color: #2D2DFF;*/
	font-weight: bold;
}

.RVNote {
    font-weight: bold;
    color: #B30000;
}

/* Usage: For important notes. Usually, the paragraph starts with the word "NOTE". This style shall be used inconjunction with ImportantNote. */
/* Applies to: <DIV> */
.ImportantNoteSection
{
	border-style: double;
	border-width: 3px;
	border-color: #414042; /* Use BorderColor12 */
	padding: 5px 5px 5px 5px;
}

/* Usage: To enphasize the word "NOTE" or similar words. This style shall be used inconjunction with ImportantNoteSection. */
/* Applies to: <SPAN> */
.ImportantNote
{
	font-weight: bold;
	text-transform: uppercase;
}


/*
 * Support page bullet point
 */
.SupportBullet
{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	margin-left: -15px;
}

.SupportNumber
{
	padding-bottom: 20px;
	margin-left: -15px;
}


/*
 * Table and Grid
 */
/*.TableHeaderText1
{
	color: #2D2DFF;
	font-weight: bold;
}

.TableHeaderText2
{
	color: #ffffff;
}*/

.TableHeaderText3
{
	color: White;
	background-color: Gray;
	font-weight: bold;
}

.TableRow1
{
	background-color: #FFFFFF;
}

.TableRow2
{
	background-color: Gray;
}

.TableBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #414042;
}

.TableSectionHeading1
{
	background-color: Gray;
	color: White;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

.TableSectionHeading2
{
	background-color: Gray;
	font-weight: bold;
	padding: 3px 0px 3px 8px;
}

.TableSectionHeading4
{
	background-color: #414042;
	font-weight: bold;
	padding: 3px 0px 3px 8px;
    color: #fff;
}

.TableCellRowNumber
{
	text-align: center;
}

.TableCellNumeric
{
	text-align: right;
}

.TableCellText
{
	text-align: left;
}

.TableCellDecimal
{
	text-align: right;
}

.TableCellDateTime
{
	text-align: left;
}

.TableCellCheckbox
{
	text-align: center;
}

.TableCellSummary, .noteblackbold
{
	font-weight: bold;
}


/*
 * Tabs
 */
DIV.Tabs {
	padding: 0px 0px 0px 5px;
}

A.Tab:hover, SPAN.Tab:hover {
	cursor: pointer;
}

A.Tab, SPAN.Tab
{
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 3px 5px 0px 5px;
	margin-right: 1px;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(0.3, rgba(255, 255, 255, 0.5)), color-stop(0.6, rgba(255, 255, 255, 0.3)), color-stop(0.6, transparent), to(rgba(0, 0, 0, 0.2)));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.3) 60%, transparent 60%, rgba(0, 0, 0, 0.2)); 
	*/
	height: 30px;
	font-size: 10pt;
}

A.ActiveTab, SPAN.ActiveTab 
{
    background-color: #414042;
    color: #FFF;
    border-color: #414042;
}

A.InactiveTab, SPAN.InactiveTab	 
{
    color: #414042;
    border-color: #414042;
    background: #f1f1f1;
}

DIV.TabContent {
	border-style: solid;
	border-width: 1px;
	width: fit-content;
	min-width:500px;
	min-height: 200px;
}

DIV.ActiveTabContent {
	display: block;
	border-color: #414042;
}

DIV.InactiveTabContent {
	display: none;
	background-color: Gray;
}

/*
 * Form input elements
 */
.NumericTextbox
{
	text-align: right;
}

.Button
{
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	color: #0066CC;
	background-color: Gray;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #0066CC;
	height: 23px;
}

.input_button
{
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	color: #0066CC;
    padding: 3px 3px 3px 3px;
    margin: 2px;
}

.HelpIcon
{
	cursor: pointer;
}

.ButtonAlignment
{
	text-align: left;
	padding: 20px 0px 10px 0px;
}
.ButtonAlignment_Right
{
	text-align: right;
	padding: 20px 0px 10px 0px;
}

.FormData
{
	font-weight: bold;
}

/*
 * Error message block
 */
.ErrorMessageContent
{
	border: solid 1px #880000;
	background-color: #F1F1F1;
	padding: 2px;
}

.ErrorMessageHeader {
    background-color: #414042;
    color: #ffffff;
    padding: 3px;
}

.ErrorBlock
{
	padding: 10px 0 5px 0;
}

/*
 * Agreement
 */
h1.AgreementHeading1
{
	font-family: Verdana, Geneva, Sans-Serif;
	text-align: center;
}
.heading, .headingNumber
{
	font-weight: bold;
}
.headingNumber
{
	padding-right: 1em;
}
.paragraphNumber
{
	padding-right: 2em;
}


.BoxBorder
{
	border: solid 1px #0066CC; /* Use */
	width: 250px;
}

.BoxHeader
{
	background-color: Gray; 
	height: 5px;
}




.StaticMenuItemStyle
{
	/*color: #FFFFFF; / Use TextColor6 */
	/*font-weight: bold;*/
}

.DynamicMenuItemStyle
{
	padding: 3px 4px 3px 4px;
	background-color: #FFFFFF; /* Use BGColor6 */
	border: solid 1px #FFFFFF; /* Use BorderColor6 */
	font-size: 12pt;
}

.DynamicMenuStyle
{
	background-color: #FFFFFF; /* Use BGColor6 */
	border: solid 1px #9C7B33; /* Use BorderColor3 */
	padding-left: 1px;
	padding-right: 1px;
}

.DynamicHoverStyle
{
	background-color: #E8E8E8; /* Use BGColor5 */
	border: solid 1px #A0A0A0; /* Use BorderColor11 */
	padding: 3px 4px 3px 4px;
}

.GlossaryTitle
{
	font-weight: bold;
}

.GlossaryDefinition
{
	padding-bottom: 10px;
}

LEGEND
{
	color: #9C7B33; /* Use TextColor3 */
	font-weight: bold;
	font-size: 12pt;
	margin-left: 5px;
}


.PageHeader
{
	width: 100%; 
	/*border-bottom-style: solid;
    border-bottom-width: 1px*/
}

.PageHeaderRight
{
	padding-right: 5px
}

.SiteNameRow
{
	height: 50px;
}


.SiteName
{
	color: #E9B84C; /* Use TextColor1 */
	font-size: 18pt;
	font-weight: bold;
}


.FooterBlock
{
	font-size: 8pt;
	padding-left: 5px;
	text-align: left;
	height: 20px;
}

.FooterItem
{
	float: left;
}

.FooterItemSeparator
{
	float: left;
	padding-left: 7px;
	padding-right: 7px;
}

.FooterEnd
{
	clear: both;
}

DIV#SignInBox
{
	position: absolute; 
	top: 48px; 
	right: 0px; 
	border: solid 1px #000000; /* Use BorderColor9 */
	background-color: #ffffff; /* Use BGColor6 */
	width: 285px;
	height: 200px;
	z-index: 999; 
	text-align: left; 
	padding: 2px 5px 2px 5px; 
	display: none
}

DIV#SignInBoxShadow
{
	position: absolute;
	top: 51px; 
	right: 3px; 
	z-index: 998;
	background-color: #000000; /* Use BGColor9 */
    filter:alpha(opacity=35); 
    opacity:0.35;
	display: none;
	width: 197px;
	height: 206px;
}

DIV#SignInBox .Username, DIV#SignInBox .Password
{
	width: 120px;
}

.ContentBlock
{
	min-height: 340px;
	margin: 2px 10px 2px 10px;
}

/* Spinner */
.Inhibited {
    background-color: #d0d0d0; 
    filter:alpha(opacity=50); 
    opacity:0.5;
    position:fixed; top:0; left:0; height:100%; width:100%;
    cursor:wait;
    z-index: 9999;
}

.Progress
{
    position:fixed; bottom:50%; left:50%; width: 60px;
}    	
 
.Invisible 
{
    display: none;
	visibility:hidden;
}

.Visible 
{
    display: block;
    visibility: visible;
}

.WebAccountBox, .SCWorksheetBox
{
    border-color: #CFCFCF;
	width: 300px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.WebAccountBoxHeader, .SCWorksheetBoxHeader
{
    border-bottom-color: #9F9F9F;
	border-bottom-style: dotted; 
	border-bottom-width: 2px;
	padding-left: 10px; 
	padding-right: 10px;
	background-image: url('../../Images/TopShade.jpg');
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #DFDFDF, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#FFFFFF));
}

.WebAccountTitleBlock, .SCWorksheetTitleBlock
{
	height: 20px; 
	margin-top: 10px;
}

.WebAccountTitle, .SCWorksheetTitle
{
    color: #2D2DFF;
	font-size: 12pt; 
	height: 20px; 
	font-weight: bold;
}

.WebAccountContentBlock, .SCWorksheetContentBlock
{
	padding-left: 10px; 
	padding-right: 10px;
}

.WebAccountRegister, .SCWorksheetProceed
{
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.SignInBox
{
    border: solid 1px #A0A0A0; 
    width: 500px
}

.SignInBoxContent
{
    margin: 10px 10px 10px 10px;
}

.ProviderTypeBoxContent {
	margin: 10px 10px 10px 10px;
}

/* ErrorSummary CSS - They are set in the user control */
.ES_Warning, .ES_Security, .ES_Error, .ES_Information, .ES_Successful
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.ES_Warning, .ES_Security
{
	border: 2px solid #F2C100;
}

.ES_Error {
    border: 2px solid #B30000;
    color: #B30000;
    background-color: #F1F1F1;
}

.ES_Information
{
	border: 2px solid #003399;
	background-color: #D2E9FF;
}

.ES_Successful
{
	border: 2px solid #009900;
}

.ES_Icon
{
	width: 36px;
	height: 36px;
}

.ES_BulletList
{
	margin-top: 0px;
}

/* DataList table grid */
.DataGridBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #414042;
}

.DataGridHeader
{
	font-weight: bold;
	background-color: #414042;
	color: #FFFFFF;
}

/* Table: for non DataList grids*/
.TableGridHeader
{
    border: solid 0px #414042;
}

/* Table Header Row: for non DataList grids*/
.TableGridBorder
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #414042;
}

.DataGridPadding
{
	padding: 2px 2px 2px 2px;
}
.DataGridEvenRow {
    background-color: #f1f1f1;
}

.DataGridOddRow
{
    background-color: #FFFFFF;
}

.DataGridFooter
{
    font-weight: bold;
    background-color: #C6C6C6;
}

/* This sets the table grid with to 100% (stretch according to the browser window) and the minimum width. 
   The min-width should be set according to the content. */
.BEResultsDataGridWidth, .ClaimResultsDataGridWidth, .ClaimInquiryDataGridWidth, .PDTInquiryDataGridWidth, .ViewReportDetailDataGridWidth, .ViewDentalDataGridWidth, .ViewPDTDataGridWidth, .ViewDrugDataGridWidth, .ViewEHSDataGridWidth
{
	width: 100%;
	min-width: 760px;
}

/* View report page */
.ViewReportDataGridWidth
{
    width: 760px;
    
}

.ViewReportDataGridColumn0
{
    width: 150px;
    font-weight: bold;
    text-align: left;
}

.ViewReportDataGridColumn1
{
    width: 150px;
    text-align: right;
}

.ViewReportDataGridColumn2
{
    width: 150px;
    text-align: right;
}

.ViewReportDataGridColumn3
{
    width: 150px;
    text-align: right;
}

.SAndPDataGridWidth
{
	min-width: 500px;
}
.SAndPDataGridWidth th {
	padding: 0px 10px;
}

.SAndPDataGridWidth td {
		padding: 0px 10px;
	}

/* The following CSS classes define the UI behaviour for each column. They are apply to both header, content, 
   and footer. That is how all the rows will stretch and retract the same way. */
.BEResultsDataGridColumn0, .ClaimResultsDataGridColumn0
{
	width: 20px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn1, .ClaimResultsDataGridColumn1
{
	width: 120px;
	vertical-align: top;
}

.BEResultsDataGridColumn2, .ClaimResultsDataGridColumn2
{
	width: 90px;
	vertical-align: top;
}

.BEResultsDataGridColumn3, .ClaimResultsDataGridColumn3
{
	/*width: 250px;*/
	vertical-align: top;
}

.BEResultsDataGridColumn4, .ClaimResultsDataGridColumn4
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn5, .ClaimResultsDataGridColumn5
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn6, .ClaimResultsDataGridColumn6
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn7, .ClaimResultsDataGridColumn7
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn8, .ClaimResultsDataGridColumn8
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn9, .ClaimResultsDataGridColumn9
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

.BEResultsDataGridColumn10
{
	width: 120px;
	text-align: center;
	vertical-align: top;
}

/* This class hides the date of eligibility for maximum dollar amount */
.BEResultsDataGridHideColumn
{
	 display:none;
}

.ClaimResultsDataGridColumn9
{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

/* This class sets the line-item notes. */
.BEResultsDataGridNotes, .ClaimResultsDataGridNotes
{
	list-style-type: square;
	margin: 5px 0px 3px 0px;
}

.ClaimResultsFooter
{
	font-weight: bold;
	height: 40px;
}

/* This is used with the Claim Inquiry page */
.ClaimInquiryDataGridColumn0
{
    width: 20px;
}

.ClaimInquiryDataGridColumn1
{
    width: 350px;
}

.ClaimInquiryDataGridColumn2
{
    width: 100px;
    text-align: center;
}

.ClaimInquiryDataGridColumn3
{
    text-align: center;
}

.ClaimInquiryDataGridColumn4
{
    width: 130px;
    text-align: center;
}

/* This is used with the PDT Inquiry page */
.PDTInquiryDataGridColumn0
{
    width: 20px;
}

.PDTInquiryDataGridColumn1
{
}

.PDTInquiryDataGridColumn2
{
    width: 250px;
    text-align: center;
}

.PDTInquiryDataGridColumn3
{
    width: 130px;
    text-align: center;
}

/* This is used by the ViewReportDetail page */
.ViewReportDetailDataGridColumn0
{
    width: 115px;
}

.ViewReportDetailDataGridColumn1
{
    width: 90px;
}

.ViewReportDetailDataGridColumn2
{
    width: 80px;
}

.ViewReportDetailDataGridColumn3
{
    width: 90px;
}

.ViewReportDetailDataGridColumn4
{
}

.ViewReportDetailDataGridColumn5
{
    width: 55px;
    text-align: right;
}

.ViewReportDetailDataGridColumn6
{
    width: 55px;
    text-align: right;
}

.ViewReportDetailDataGridColumn7
{
    width: 55px;
    text-align: right;
}

.ViewReportDetailDataGridColumn8
{
    width: 100px;
    text-align: right;
}

.ViewReportDetailDataGridColumn9
{
    width: 150px;
    text-align: right;
}
/* This is used by the ViewDental page */
.ViewDentalDependentColumn
{
    font-weight: bold;
    width: 100%;
}

.ViewDentalDataGridColumn0
{
    width: 68px;
}

.ViewDentalDataGridColumn0Label
{
    width: 22px;
    text-align: center;
}

.ViewDentalDataGridColumn0CheckBox
{
}

.ViewDentalDataGridColumn1
{
    width: 100px;
}

.ViewDentalDataGridColumn2
{
    width: 80px;
}

.ViewDentalDataGridColumn3 {
	width: 135px;
}

.ViewDentalDataGridColumn4
{
    width: 87px;   
}

.ViewDentalDataGridColumn5
{
    width: 90px;    
}

.ViewDentalDataGridColumn6
{
    width: 90px;    
}

.ViewDentalDataGridColumn7
{
    width: 91px;
    text-align: center;
}

.ViewDentalDataGridColumn8
{
    width: 114px;
    text-align: center;
}

/* This is used by the ViewPDT page */
.ViewPDTDataGridColumn0
{
    width: 68px;
}

.ViewPDTDataGridColumn0Label
{
    width: 50px;
    text-align: center;
}
.ViewPDTDataGridColumn0Label_cl {
	width: 350px;
	text-align: center;
}


.ViewPDTDataGridColumn0CheckBox
{
}

.ViewPDTDataGridColumn1 {
	width: 135px;
}

.ViewPDTDataGridColumn2 {
	width: 135px;	
}
.ViewPDTDataGridHeader {
	width: 450px;
	text-align: center;
}
ViewPDTDataGridColumns {
	width: 450px;
}
.ViewPDTDataGridHeader1 {
	width: 550px;
	text-align: center;
}
.ViewPDTDataGridHeader_cl {
	width: 100px;
	text-align: center;
}
.ViewPDTDataGridHeader1_cl {
	width: 550px;
	text-align: right;
}

.ViewPDTDataGridColumn3 {
	width: 100px;
	text-align:center;
}
.ViewPDTDataGridColumn4 {
	width: 135px;
	text-align: center;
}
.ViewPDTDataGridColumn5 {
	width: 100px;	
}



/* This is used by the ViewDE page */
.ViewDrugDependentColumn
{
    font-weight: bold;
    width: 100%;
}

.ViewDrugDataGridColumn0
{
    width: 68px;
}

.ViewDrugDataGridColumn0Label
{
    width: 22px;
    text-align: center;
}

.ViewDrugDataGridColumn0CheckBox
{
}

.ViewDrugDataGridColumn1
{
    width: 114px;
}

.ViewDrugDataGridColumn2
{
    width: 106px;
}

.ViewDrugDataGridColumn3
{
    width: 53px;
}

.ViewDrugDataGridColumn4
{
    width: 53px;
}

.ViewDrugDataGridColumn5
{
    width: 76px;
    text-align: right;
}

.ViewDrugDataGridColumn6
{
    width: 76px;
    text-align: right;
}

.ViewDrugDataGridColumn7
{
    width: 76px;
    text-align: right;
}

.ViewDrugDataGridColumn8
{
    width: 76px;
    text-align: center;
}

.ViewDrugDataGridColumn9
{
    width: 76px;
    text-align: center;
}

/* This is used by the ViewEHS page */
.ViewEHSDependentColumn
{
    font-weight: bold;
    width: 100%;
}

.ViewEHSDataGridColumn0
{
    width: 68px;
}

.ViewEHSDataGridColumn0Label
{
    width: 22px;
    text-align: center;
}

.ViewEHSDataGridColumn0CheckBox
{
}

.ViewEHSDataGridColumn1
{
    width: 100px;
}

.ViewEHSDataGridColumn2
{
    width: 75px;
}

.ViewEHSDataGridColumn3
{
}

.ViewEHSDataGridColumn4
{
    width: 76px;
    text-align: right;
}

.ViewEHSDataGridColumn5
{
    width: 76px;
    text-align: right;
}

.ViewEHSDataGridColumn6
{
    width: 76px;
    text-align: right;
}

.ViewEHSDataGridColumn7
{
    width: 91px;
    text-align: center;
}

.ViewEHSDataGridColumn8
{
    width: 114px;
    text-align: center;
}

/* This is used in all statements and payment pages */
.SAndPDataGridColumn0, .SAndPDataGridColumn1, .SAndPDataGridColumn2
{
	text-align: center;
}

.PaymentDataGrid
{
	width: 550px;
}

.PaymentTableHeading
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #2D2DFF;
}

.PaymentDateColumn
{
	width: 100px;
}

.PaymentNumberColumn
{
	width: 100px;
}

.PaymentStatusColumn
{
}

.PaymentAmountColumn
{
	width: 120px;
}

/* Form Fields */
.FieldLabel1
{
    display: block;
}

.FieldLabel2
{
	font-size: 12pt;
}

.Textbox1
{
}

.Textbox2
{
	width: 170px;
	font-size: 12pt;
}

.Legend1 
{
	/*padding:0.1em 0.75em 0.1em 0.75em;*/
	border:1px solid green;
	color:green;
	font-size:90%;
	text-align:right;
}

legend 
{
	padding:0.1em 0.75em 0.1em 0.75em;
	/*color:green;
	border:1px solid green;
	font-size:90%;
	text-align:right;*/
}

INPUT:focus, SELECT:focus, TEXTAREA:focus
{
	background-color: #FFEC9F;
}

fieldset
{  
  /*border-top:1px solid #ccc;  */
  border-top:1px solid green;  
  border-left:0;  
  border-bottom:1px solid green;  
  border-right:0;  
  padding:6px;  
  margin:0px 30px 0px 0px;  
} 

/*
fieldset 
{   
    -moz-border-radius-bottomleft: 7px;  
    -moz-border-radius-bottomright: 7px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 7px;  
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
} */

.cornerBox {
	position: relative;
	background: #cfcfcf;
	width: 100%;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../../Images/corners.gif') no-repeat;
	font-size: 0%;
}
.cornerBoxInner {
	padding: 10px;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}


/* Smoking Cessation */
.SC_DIV
{
	min-width: 750px; 
	max-width: 974px; 
}

.SC_MandatoryDiv
{
	text-align: right;
	min-width: 750px; 
	max-width: 974px; 
}

.SC_Tbl
{
	width: 100%; 
	min-width: 750px; 
	max-width: 974px; 
	margin-bottom: 10px;
}

.SC_TLCorner
{
	background-repeat: no-repeat; 
	background-image: url('../../Images/BigGrayHeader1/TLCornerW9H50.jpg');
    width: 9px; 
    height: 50px;
}

.SC_TBorder
{
	background-repeat: repeat-x; 
	background-image: url('../../Images/BigGrayHeader1/TBorderW1H50.jpg')
}

.SC_TRCorner
{
	background-repeat: no-repeat; 
	background-image: url('../../Images/BigGrayHeader1/TRCornerW9H50.jpg');
	width: 9px; 
	height: 50px;
}

.SC_LBorder
{
	background-repeat: repeat-y; 
	background-image: url('../../Images/BigGrayHeader1/LBorderW9H1.jpg');
	width: 9px;
}

.SC_RBorder
{
	background-repeat: repeat-y; 
	background-image: url('../../Images/BigGrayHeader1/RBorderW9H1.jpg');
	width: 9px;
}

.SC_BLCorner
{
	background-repeat: repeat-x; 
	background-image: url('../../Images/BigGrayHeader1/BLCornerW9H7.jpg');
	height: 7px; 
	width: 9px;
}

.SC_BBorder
{
	background-repeat: repeat-x; 
	background-image: url('../../Images/BigGrayHeader1/BBorderW1H7.jpg');
	height: 7px
}

.SC_BRCorner
{
	background-repeat: repeat-x; 
	background-image: url('../../Images/BigGrayHeader1/BRCornerW9H7.jpg');
	height: 7px; 
	width: 9px;
}

.SC_HR
{
	width: 95%; 
	background-color: #DFDFDF; 
	color: #DFDFDF;
}

/*
 * EFT Notification Page
 */
DIV#EFTNotificationContent
{
	margin: 30px 60px 60px 60px;
}

DIV#EFTNotificationHeading
{
	text-align: center;
}

DIV#EFTNotificationInfo
{
	margin: 20px 60px 20px 60px;
}

DIV#EFTNotificationButtons
{
	text-align: center;
}

DIV#EFTNotificationButtons INPUT[type="submit"]
{
	width: 175px;
}

/* Claim Submission Pages */
.CSSummaryValue
{
    font-weight: bold;
}

.CSStepButton
{
    margin-left: 5px;
    width: 75px;
}

.CSHeaderLeftSection
{
    float: left;
    width: 50%;
}

.CSHeaderSectionList
{
    margin-left: 3px;
    list-style-type: none;
    padding-left : 0px;
    margin-top: 1px;
}

.CSHeaderSectionListItemRow
{
  padding-top: 5px;
  margin-left: 0px;
  min-height: 10px;
}


/*---Hypertension Study Css Classes---*/

.HypertensionLabel 
{
  float: left;
  width: 300px;
  text-align: left;
  padding-bottom: 5px;
  clear: both;
  }

.HypertensionQuestionLabel 
{
  
  float: left;
  width: 425px;
  text-align: left;
  clear: both;
  padding-bottom: 10px;
  }

.HypertensionItem
{
    width:300px;
}
.HypertensionTextboxComments
{
    
    width:300px;
    height:75px;
    overflow:auto;
}
.HypertensionTextboxBMI
{
    width:300px;
    color:#686868;
}

.HypertensionInput 
{
  text-align: left;
} 

.HypertensionMandatory 
{
  float: left;
  text-align: right;
  color: Red;
}

.Hypertension_MandatoryDiv
{
	text-align: right;
	min-width: 750px; 
	max-width: 974px; 
}

.HypertensionSectionBox
{
    border-color: Gray;
	width: 100%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}

.HypertensionSectionHeadingBox
{
    background-color: #8C8F91;
    height: 50px;
	color: #FFFFFF;
	position: relative;
}

.HypertensionSectionList
{
    margin-left: 10px;
    list-style-type: none;
    padding-left : 0px;
}

.HypertensionSectionListItemRow 
{
  margin-left: 0px;
  display: table-row;
}
.style1
        {
            font-family: Verdana, Geneva, Sans-Serif;
            font-size: x-small;
            color:#000000;
            
        }

.InlineBoldAndLarger
{
	font-family: Verdana, Geneva, Sans-Serif;
    font-size: 12pt;
	font-weight: bold;
}

.InlineBoldAndUnderline
{
	font-weight: bold;
	text-decoration:underline;
}

.EligibilitySearchResultsGridWidth
{
	width: 100%;
	min-width: 1024px;
}

.SearchResultsGridRow
{
    padding-bottom: 4px;
    padding-top: 4px; 
}

.SelectedGridRow {
    background-color: #F1F1F1;
    color: #000;
}

.HiddenGridCell
{
    text-align: center;
    visibility: hidden;
    display: none;
}
.HiddenButton
{
    visibility: hidden;
    display: none !important;
}
/*---END Hypertension Study Css Classes---*/

.HistoryGridColumn1
{
    width: 15%;
}

.HistoryGridColumn2
{
    width: 60%;
}

.HistoryGridColumn3
{
    width: 17%;
    text-align:right;
}

.HistoryGridColumn4
{
    width: 8%;
    text-align:center;
}
.ImageNote
{
    font-family: Sans-Serif, Verdana, Geneva; 
    font-size: inherit;
    font-weight: 500;
    color:#414042;
}
.ClearButtonText {
    color: #00587E;
    text-decoration: underline;
    background-color: Transparent;
    border-width: 0;
    text-align: center;
}
.RateText
{
    background-color: #414042; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; color: white;
}

.TableCellCheckbox input[type='checkbox'] 
{
    height: 19px;
    width:19px;
}

.ClearButtonTextDe {
    background-color: Transparent;
    border-width: 0;
    text-align: center;
    background-image: url('Images/blue_button.png');
    background-position: center;
    /*background-origin:content;*/
    /*background-size:contain;*/
    /*display:inline-block;     */
    width: 100%;
    height: 30px;
    z-index: 1500;
    text-align: center;
    color: #00587E;
    cursor: pointer;
}

.container-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 3px;
}

.col-reg-key-lbls {
	min-width: 285px;
}

.help-image {
    position: absolute;
}

.clear-margins {
    margin: 0;
}

.label-container {
    min-width: 240px;
}


button, input[type=submit], input[type=button] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

    a.btn-accessible, button.btn-accessible, input[type=submit].btn-accessible, input[type=button].btn-accessible {
        background: #414042;
        color: #FFF;
        padding: 10px 25px;
        border-radius: 25px;
        font-size: 14px;
        border: 2px solid #FFF;
        font-weight: bold;
    }

	input[type=submit].btn-accessible:hover, input[type=submit].btn-accessible:active, input[type=submit].btn-accessible:focus {
		background-color: #FFF;
		outline: 2px solid #007bff;
		outline-offset: 4px;
	}

	input[type=button].btn-accessible:hover, input[type=button].btn-accessible:active, input[type=button].btn-accessible:focus {
		background-color: #FFF;
		outline: 2px solid #007bff;
		outline-offset: 4px;
	}

	button.btn-accessible:hover, button.btn-accessible:active, button.btn-accessible:focus {
		background-color: #FFF;
		outline: 2px solid #007bff;
		outline-offset: 4px;
	}

		a.btn-accessible:hover, a.btn-accessible:active, a.btn-accessible:focus {
			background-color: #FFF;
			outline: 2px solid #007bff;
			outline-offset: 4px;
			color:#000;
		}

.btn-accessible-layout {
    background: #414042;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid #FFF;
    font-weight: bold;
    display: inline-block;
}

.thin-button {
    padding: 5px 10px !important;
}

.display-inline-block {
    display: inline-block;
}

.button-text-wrap {
    white-space: normal;
    word-wrap:break-word;
    width:105px;
}

a:hover.btn-accessible, a:active.btn-accessible, a:focus.btn-accessible, button:hover.btn-accessible, button:active.btn-accessible, button:focus.btn-accessible,
input[type=submit]:active.btn-accessible, input[type=submit]:hover.btn-accessible, input[type=submit]:focus.btn-accessible,
input[type=button]:active.btn-accessible, input[type=button]:hover.btn-accessible, input[type=button]:focus.btn-accessible {
    background: white;
    border: 2px solid #414042;
    color: #414042;
}

.txt-decoration-none {
    text-decoration: none;
}


input[type=text]:active, input[type=text]:focus,
input[type=password]:active, input[type=password]:focus,
select:active, select:focus {
    background: white;
}

.main-content {
    color: #414042;
    font-size: 11pt;
}

.mp_content_main_container {
    display: flex;
    flex-direction: row;
}

.main-sign-in-container {
}

.col-forgot-pwd-lbls-lg {
    width: 275px;
}

.col-sign-in-lbls-sm {
	width: 193px;
}

.col-forgot-pwd-lbls-sm {
    width: 270px;
}

.col-change-pwd-lbls-sm {
    width: 261px;
}

@media screen and (min-width: 1024px) {
    .main-sign-in-container {
        display: flex;
        flex-direction: row;
    }

    .col-forgot-pwd-lbls-lg {
        width: 435px;
    }
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.mar-right-5 {
    margin-right: 5px;
}

input[type=image]:active, input[type=image]:hover, input[type=image]:focus {
    background: white;
    outline: 0px transparent !important;
}

.bn-menu-accessible {
    float: right !important;
    height: 36px;
}

.bn-menu-accessible ul {
    line-height: 36px;
}

.bn-menu-accessible ul li a{
    outline:hidden;
}

.bn-menu-accessible ul li a:hover, .bn-menu-accessible ul li a:active {
        text-decoration: underline !important;
    }

.PortalHeaderMenu ul li a.level1 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 8px;
    color: #414042;
}

.PortalHeaderMenu ul li a.level2 {
    font-size: 10pt;
    font-weight: bold;
}

.PortalHeaderMenu ul li a:hover {
    text-decoration: underline !important;
    outline: none;
    color: #00587E;
}

.col-registry-lbls-sm {
    width: 98px;
}

.col-registry-lbls-mid {
    width: 200px;
}

.col-registry-lbls-large {
    width: 330px;
}

th {
    font-weight: normal;
}


.container-rpt-datalist-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rpt-datalist-items-hyperlink {
    overflow-wrap:break-word;
}

button.btn-accessible.btn-disabled, input[type=submit].btn-accessible.btn-disabled {
    opacity: 0.7;
    cursor: not-allowed
}

button.btn-accessible.btn-disabled:hover, button.btn-accessible.btn-disabled:active,
input[type=submit].btn-accessible.btn-disabled:hover, input[type=submit].btn-accessible.btn-disabled:active {
    background: #414042;
    border: 2px solid white;
    color: white;
}

.visible-false {
    visibility: hidden;
}

button.btn-accessible.btn-disabled {
    opacity: 0.7;
    cursor: not-allowed
}

button.btn-accessible.btn-disabled:hover, button.btn-accessible.btn-disabled:active {
    background: #414042;
    border: 2px solid white;
    color: white;
}

.prog-doc-list ul {
    list-style-type: none;
}

.prog-doc-list ul li {
    padding-bottom: 4px;
    padding-top: 4px;
}

.pnlSignInBox {
	padding-left: 10px;
}

.providerType {
	margin-right: 5px;
	height: 24px;
}


ul.main {
	list-style-type: decimal;
	padding: 0;
	font-weight:bold;
}

ul.sub {
	list-style-type: decimal;	
}
ol > li::marker {
	font-weight: bold;
}
.skip-link {
	color: white;
	position: absolute;
	top: auto;
	width: 300px;
	height: 1px;
	opacity: 0;
}

	.skip-link:focus {
		color: #ffffff;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		opacity: 1;
	}
