﻿.transparent
{
	filter: alpha(opacity=50); /* ie */
	-moz-opacity: .5; /* mozilla */
	background: #ccc;
}


.TittleBarBase
{
	color: #5b0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11pt;
}
.PanelBaseOfficeListIE6
{
	height: 388px;
}

.PanelBaseOfficeListIE7
{
	min-height: 380px;
}

/*Css Class Added by Harish for table border*/
.TableWithBorder1Px
{
	border: solid 1px #7B9EBD;
}
.TableWithBorderWithBackground4Px
{
	background-color: #F4F4F4;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	padding-left: 5px;
	color: Black;
	border: solid 1px #7B9EBD;
}
/* Class Added by Harish for Label Text*/
.LabelTextWithoutMargin
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 0px;
	float: left;
}
.TableBackgroundColor
{
	background-color: #F4F4F4;
}
/* Css Class Added by Harish, manage the height of the cell of the table*/
.spacer_7
{
	height: 7px;
}

.spacer_10
{
	height: 10px;
}

.spacer_20
{
	height: 20px;
}
.spacer_3
{
	height: 3px;
}
/*Css Class Added by Pradeep for Table with border4*/
.TableWithBorder8Px
{
	border-right: 8px;
	border-right-color: #dee7ef;
	border-right-style: solid;
	border-left: 8px;
	border-left-color: #dee7ef;
	border-left-style: solid;
	border-top: 8px;
	border-top-color: #dee7ef;
	border-top-style: solid;
	border-bottom: 8px;
	border-bottom-color: #dee7ef;
	border-bottom-style: solid;
	background-color: #F4F4F4;
}
/*Css Class Added by Pradeep for Table with border4*/
/*Modified Date: 11-May-2009 */
.TableWithBorder12Px
{
	border-right: 12px;
	border-right-color: #dee7ef;
	border-right-style: solid;
	border-left: 12px;
	border-left-color: #dee7ef;
	border-left-style: solid;
	border-top: 12px;
	border-top-color: #dee7ef;
	border-top-style: solid;
	border-bottom: 12px;
	border-bottom-color: #dee7ef;
	border-bottom-style: solid;
	background-color: #F4F4F4;
}
/*Css Class Added by Pradeep for Radio and check box Text*/

.RadioText
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin: 0px; /*float:left;*/
}

.RadioText input
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
}

.RadioText label
{
	vertical-align: middle;
	padding-top: 3px;
	margin: 0px;
	margin-top: 3px;
	font-weight: normal;
}


/*Written by Pradeep -- For MultiLine Textbox used in Application*/
.MultiLineTextBox
{
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	color: Black;
	vertical-align: middle;
	padding-top: 1px;
}
.MultiLineTextBoxWithGrayForeColor
{
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	color: #ECE9D8;
	vertical-align: middle;
	padding-top: 1px;
}
/* Written by Pradeep-- For MultiLine Textbox used in Application*/
.TextBox
{
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	color: Black;
	vertical-align: middle;
	padding-top: 1px;
	height: 17px;
}
.TextBoxWidth10
{
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	color: Black;
	vertical-align: middle;
	padding-top: 1px;
	height: 17px;
	width: 10px;
}
/* Class Added by Pradeep for Label Text*/
.LabelTextMiddle1
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 0px;
}

.LabelTextMiddle
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
/*	vertical-align: bottom; This prop is commented MKS*/
	margin-left: 3px;
	margin-right: 0px;
}
.LabelText
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 0px;
}

.CheckBoxTextWithoutMargin
{
	/*font-family: Microsoft Sans Serif; 	font-size: 11px; 	text-decoration: none; 	color: #000000; 	font-weight: normal;*/
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
}
/*test*/
.CheckBoxTextWithoutMargin label
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
	vertical-align:top;
}

.LabelTextSmall
{
	font-family: Microsoft Sans Serif;
	font-size: 8px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 0px;
}

.LinkButtonText
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	color: Blue;
	font-weight: normal;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 0px;
}

.line
{
	height: 1px;
	background-color: #804000;
}

/* Apply this for buttons in aplication */

.Button
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
}
.graybg
{
	background-color: #F4F4F4;
	font-family: Microsoft Sans Serif;
	font-size: 10px;
	color: #183490;
	font-weight: normal;
}
.hiddenFields
{
	display: none;
}
.TabText
{
	font-family: Microsoft Sans Serif;
	font-size: 10px;
	text-decoration: none;
	color: #183490;
	font-weight: bold;
}
/* Class Added by Sonia for TitleBar Text*/
.TitleBarText
{
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.TitleText
{
	font-family: Microsoft Sans Serif,Times New Roman,Serif , verdana,Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	color: #5B0000;
	font-weight: bold;
}
.handStyle
{
	cursor: hand;
	cursor: pointer;
}

.linkStyle
{
	cursor: hand;
	cursor: pointer;
	color: #3300cc;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana;
}

.maroon20
{
	color: #804000;
	font-size: 20px;
	font-family: Microsoft Sans Serif;
}
/* Class for Drop down List in applications */
.ddlist
{
	height: 20px;
	font-size: 8.50pt;
	width: 100px;
	font-family: Microsoft Sans Serif;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	color: Black;
	vertical-align: text-top;
}

/* Modified by Piyush on 6th June 2007 for header of the grids used in the application*/
/* Modified by Manish Srivastava on 4th July 2007 for header of the grids used in the application*/
.GridViewHeaderText
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 8.25pt;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}


/*Class added by Sonia for buttons*/
.ButtonWeb
{
	color: #000000;
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 8.25pt;
	background-color: #E0E0E0;
	font-size: 11px;
	font-family: Microsoft Sans Serif;
	cursor: hand;
}
.GridViewHeaderTextForICDCodes
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 8.25pt;
	text-align: center;
	height: 20px;
}




.GridViewHeaderText A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewHeaderText A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewHeaderText A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
}
.GridViewHeaderText A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
}
.GridViewHeaderTextForRadio
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 8.25pt;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
/* Modified by Piyush on 6th June 2007 for header of the grids used in the application*/
.GridViewRowStyle
{
	color: black;
	background-color: #ffffff;
	font-family: Microsoft Sans Serif;
	font-weight: Normal;
	font-size: 8.25pt;
	vertical-align: top;
	height: 5px;
	text-align: left;
}
.GridViewRowStyle A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewRowStyle A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewRowStyle A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewRowStyle A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
/* Modified by Piyush on 6th June 2007 for header of the grids used in the application*/
.GridViewAlternatingRowStyle
{
	color: Black;
	background-color: White;
	border-style: none;
	font-family: Microsoft Sans Serif;
	font-weight: Normal;
	font-size: 8.25pt;
	vertical-align: top;
	height: 5px;
	text-align: left;
}
.GridViewAlternatingRowStyle A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewAlternatingRowStyle A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewAlternatingRowStyle A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewAlternatingRowStyle A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewSelectedItem
{
	color: navy;
	background-color: silver;
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 8.25pt;
	cursor: default;
	vertical-align: middle;
	height: 5px;
	cursor: default;
}

/* Modified by Piyush on 6th June 2007 for header of the grids used in the application*/
.GridViewFooterText
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
}

/* Modified by Piyush on 6th June 2007 for header of the grids used in the application*/
.GridViewPagerText
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 8.25pt;
	text-align: left;
	vertical-align: middle;
	height: 5px;
	position: fixed;
}
.GridViewPagerText A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewPagerText A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewPagerText A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewPagerText A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.EmailGridViewAltitemText
{
	color: black;
	background-color: #ffffff;
	font-family: Microsoft Sans Serif;
	font-weight: Normal;
	font-size: 8.25pt;
	vertical-align: middle;
	height: 5px;
}
.checkBox
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25px;
	text-decoration: none;
	color: Black;
	font-weight: normal;
}
/*Css Class Added by Jatinder S for MyPreferences Screen*/
.table
{
	border-style: solid;
	border-width: 1px;
	border-color: Black; /*background-color: #DCE5EA;*/
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	width: 100%;
	color: #002D45;
}
.tableWizard
{
	border-style: none;
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	width: 100%;
	color: #002D45;
}

.PopUpTitleBar
{
	background-color: #1C5B94;
}

.DescriptionRow
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 8.25pt;
	text-align: center;
	vertical-align: middle;
}


.blue_bg
{
	background-image: url(../images/blue_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: #ffffff;
	text-align: center;
}

.gray_bg
{
	background-image: url(../images/gray_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: #000000;
	text-align: center;
}


.green_bg
{
	background-image: url(../images/gray_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: #000000;
	text-align: center;
}
/* Added by Piyush on 5th June 2007 for Left Navigation Task Pane*/
/* Modified by Piyush on 17th July 2007 */
.taskPaneTD
{
	border-style: ridge;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: Highlight;
	background-color: #f0f0f0;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	height: 20px;
}
.taskPaneTD A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.taskPaneTD A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.taskPaneTD A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.taskPaneTD A:hover
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
/* Added by Piyush on 5th June 2007 for Left Navigation Task Pane*/
/* Modified by Piyush on 17th July 2007 */
.taskPaneBlankColumn
{
	border-style: ridge;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: Highlight;
	background-color: #1c5b94;
}
/* Added by Piyush on 6th June 2007 for Label used in Application*/
.Label
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: Black;
}
.labelFont
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	padding-left: 5px;
	color: Black;
}


.labelClass
{
	font-weight: bold;
	font-family: Arial;
	font-size: 8.5pt;
	color: #14426B;
}

/* Added by Sonia */
.labelHeaderRow
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	font-weight: bold;
	padding-left: 5px;
	color: Black;
}
/*td.labelHeaderRow label
{
 vertical-align:middle;
 padding-top:0px;
 display:block; 
}*/




/* Added by Sonia */
.bgColor1
{
	background-color: #dce5ea;
}
/*Added by Priya on 19th Jan '09 for EligibilityAdultMI  */
.RowText
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	padding-left: 5px;
	color: Black;
}




/* Added by Sonia */
.labelFontNew
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	font-weight: bold;
	padding-left: 5px;
	color: Black;
}

/* Added by Sonia */
.LabelUnderlineFontNew
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: underline;
	color: Black;
}

.LabelItalicFont
{
	font-family: Microsoft Sans Serif;
	font-style: italic;
	font-size: 8.25pt;
	padding-left: 5px;
	color: Black;
}
/* For Textbox used in Application*/
.Textbox
{
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.50pt;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	color: Black;
	vertical-align: middle;
	padding-top: 1px;
	height: 17px;
}
/* Added by Piyush on 6th June 2007 for Textbox used in Application*/


.bannerHeadingFont
{
	background-color: White;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: WindowText;
	border-style: none;
	cursor: text;
}
/* Added by Piyush on 6th June 2007 for TitleBar used in Application*/
.titleBarFont
{
	color: #5b0000;
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 10pt;
}
/* Added by Piyush on 6th June 2007 for TitleBar used in Application*/
.gridLinks
{
}
/* Added by Priya on 7th June 2007 for the Dashboard*/

.dashBoard
{
	background-color: White;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	border-right: black 1px double;
	border-top: black 1px double;
	border-left: black 1px double;
	border-bottom: black 1px double;
	border: 1pt;
}

.dashBoardFont
{
	background-color: #c4ddf7;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1pt;
	border-style: solid;
	border-color: Black;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.blacktextbold
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	color: #32332D;
	text-decoration: none;
	font-weight: bold;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.blacktextboldbig
{
	font-family: Microsoft Sans Serif;
	font-size: 15px;
	color: #32332D;
	text-decoration: none;
	font-weight: bold;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.redtextbold
{
	font-family: Microsoft Sans Serif;
	font-size: 17px;
	color: #950732;
	text-decoration: none;
	font-weight: bold;
}

.footertextbold
{
	font-family: Microsoft Sans Serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	font-weight: normal;
}

.textbolditalic
{
	font-family: Microsoft Sans Serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.loginborder
{
	border-right: #A8C2DC 1px solid;
	border-top: #A8C2DC 1px solid;
	border-left: #A8C2DC 1px solid;
	border-bottom: #A8C2DC 1px solid;
	background-color: #D7E3EF;
	padding-right: 10px;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.bluetextbold
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	color: #051C3B;
	text-decoration: none;
	font-weight: bold;
}

/* Added by Ashish kumar Jauhari on 11th June for Login Page */
.redTextError
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.inbuttons
{
	width: auto;
	border: 1px solid #236799;
	border-top-color: #105688;
	border-left-color: #105688;
	padding: 0.0em;
	background-color: #4687b9;
	background-image: url(../images/inbuttonbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 13.3px;
	font-weight: bold;
	font-family: Microsoft Sans Serif;
	cursor: hand;
}

/* Added by Ashish kumar Jauhari on 7th June for Login Page */
.txtbx1
{
	border-right: #6a92b7 1px solid;
	border-top: #6a92b7 1px solid;
	font-size: 8pt;
	border-left: #6a92b7 1px solid;
	color: #000000;
	border-bottom: #6a92b7 1px solid;
	font-family: Microsoft Sans Serif;
	background-color: #ffffff;
	width: 145px;
}
/* Added by Manish Srivastava For Temerary */
.ClientList
{
	color: Black;
	background-color: #ffffff;
	font-family: Microsoft Sans Serif;
	font-weight: Normal;
	font-size: 8.25pt;
	height: 15px;
	text-decoration: underline;
	cursor: hand;
}
/* Added by Piyush on 11th June 2007 for Heading of every Banner used in Application*/
.LeftHeading
{
	background-image: url(../Images/tabs_03.gif);
	width: 12px;
	height: 21px;
}
/* Added by Piyush on 11th June 2007 for Heading of every Banner used in Application*/
.CenterHeading
{
	background-image: url(../Images/tabs_04.gif);
	font-family: Tahoma;
	font-size: 8.25pt;
	color: #143c6b;
}
/* Added by Piyush on 11th June 2007 for Heading of every Banner used in Application*/
.RightHeading
{
	background-image: url(../Images/tabs_06.gif);
	width: 12px;
	height: 21px;
}

/*Added by Pratap Singh on 12 June for services Screen GridView */
.Services, .Services A, .Services A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
	font-size: 7pt;
	cursor: hand;
}

/*Added by Amit Paul Singh on 13th June for Button Color */
.ButtonStyle
{
	border: 1px solid #236799;
	border-top-color: #105688;
	border-left-color: #105688;
	padding: 0.0em;
	background-color: #4687b9;
	background-image: url(../images/inbuttonbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	font-family: Microsoft Sans Serif;
	cursor: hand;
}
.LabelClaimline
{
	font-family: Microsoft Sans Serif;
	font-size: 8.20pt;
	color: Black;
}
.LinkLabel
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: #404040;
}
.SumarryLabel
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: Black;
}
/*Added by Priya on 15thJune for fixing the header in the Grid*/

.DataGridFixedHeader
{
	background-color: #c4ddf7;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: underline;
	font-size: 8.25pt;
	vertical-align: middle;
	height: 20px;
	border: 1pt;
	border-style: solid;
	border-color: Black;
	position: relative;
}

.TableFixedHeader
{
	background-color: #dce5ea;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8.25pt;
	vertical-align: middle;
	height: 20px;
}
.DataGridFixedHeaderA
{
	color: Black;
	font-family: Tahoma;
}
.DataGridFixedHeaderA:link
{
	color: Black;
	font-family: Tahoma;
	text-decoration: underline;
}
.DataGridFixedHeaderA:visited
{
	color: Black;
	font-family: Tahoma;
}
.DataGridFixedHeaderA:hover
{
	color: Black;
	font-family: Tahoma;
}
/* Added By Manish Srivastava */
.list_Race, .list_collapse
{
	position: absolute;
	background: #ffffff;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: Black;
	width: 200px;
	height: 35px; /*overflow-y: scroll;*/
	border: 1px solid #666;
	padding: 2px;
	text-align: left;
	display: block;
}

.list_Race:hover, .list_expand
{
	height: 180px;
}

/*Added by Jatinder on 19thJune for Alerts.ascx*/
.Alerts
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
}
/* Added By Pramod for Ajax  tab */
/* default layout */
/*.ajax__tab_default .ajax__tab_header
{
	white-space: nowrap;
}
.ajax__tab_default .ajax__tab_outer
{
	display: -moz-inline-box;
	display: inline-block;
}
.ajax__tab_default .ajax__tab_inner
{
	display: -moz-inline-box;
	display: inline-block;
}
.ajax__tab_default .ajax__tab_tab
{
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
}

/* xp theme */
.ajax__tab_xp .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background: url(../Images/AjaxControlToolkit.Tabs.tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp .ajax__tab_outer
{
	padding-right: 2px;
	background: url(../Images/AjaxControlToolkit.Tabs.tab-right.gif) no-repeat right;
	height: 21px;
}
.ajax__tab_xp .ajax__tab_inner
{
	padding-left: 2px;
	background: url(../Images/AjaxControlToolkit.Tabs.tab-left.gif) no-repeat;
}
.ajax__tab_xp .ajax__tab_tab
{
	height: 13px;
	padding: 2px;
	margin: 0;
	background: url(../Images/AjaxControlToolkit.Tabs.tab.gif) repeat-x;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner
{
	background: url(../Images/AjaxControlToolkit.Tabs.tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab
{
	background: url(../Images/AjaxControlToolkit.Tabs.tab-hover.gif) repeat-x;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer
{
	background: url(../Images/AjaxControlToolkit.Tabs.tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner
{
	background: url(../Images/AjaxControlToolkit.Tabs.tab-active-left.gif) no-repeat;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
	background: url(../Images/AjaxControlToolkit.Tabs.tab-active.gif) repeat-x;
}
.ajax__tab_xp .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 2px;
	background-color: #ffffff;
}

/* scrolling 
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}*/
.ajax__scroll_both
{
	overflow: scroll;
}
.ajax__scroll_auto
{
	overflow: auto;
}


/* Added by Piyush on 5th july 2007 for Error Message shown to the user, common for every screen*/
.errorMessageClass
{
	font-family: Microsoft Sans Serif;
	color: Black;
	font-size: 9.75pt;
}
/* Added By Pramod on 19 jun for use in claim line entitutional*/
.tableBackgound
{
	background-color: #FFF;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	padding-left: 5px;
	color: Black;
	
}

/* Added by Priya on 14th August '07 for use in Contract Details */
.grayTextForTextbox
{
	color: InactiveBorder;
	font-family: Microsoft Sans Serif;
	font-size: 8.75pt;
	border-style: solid;
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-top: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	vertical-align: middle;
	padding-top: 1px;
}

.blackLine
{
	background-color: Black;
	width: 100%;
	height: 1px;
}

.drugInteraction
{
	font-family: Verdana;
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	cursor: hand;
	cursor: pointer;
}




/*Added by sonia */
.AllergyInteraction
{
	font-family: Verdana;
	text-align: center;
	font-size: small;
	font-weight: bold;
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	border-color: #000000;
}

/*Added by sonia  to display only vertical scrollbars on div*/
.divVertScroll
{
	overflow-x: none;
	overflow-y: auto;
	height: 150px;
}


/* Additon ends here by Piyush on 5th july 2007 for Error Message shown to the user, common for every screen*/

.PanelStyle
{
	border-color: #DCE5EA;
	border-style: solid;
	border-width: 5px; /*BorderColor="#DCE5EA" BorderStyle=Solid BorderWidth=6px*/
}

.headingControl
{
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: #FFFFFF;
}
/* written by Pradeep-----*/
.LabelLinkWithinGrid
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	cursor: hand;
	text-decoration: underline;
	vertical-align: top;
}
.LabelLinkWithinGridFont10
{
	font-family: Microsoft Sans Serifl;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	cursor: hand;
	text-decoration: underline;
	vertical-align: top;
}

.InputButton
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt; /* 	width: 100%; 	color: #FFFFFF; 	background-color: #1C5B94; 	border-color: #1C5B94; 	text-decoration: none; 	font-size: 12px; 	font: 'Microsoft Sans Serif' vardana; 	text-align: center; 	*/
}
.GridViewPagerStyle
{
	color: Black; /*background-color: #dce5ea;*/
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 8.25pt;
	text-align: left;
	vertical-align: middle;
	height: 5px;
	position: fixed;
}
.LabelErrorMessage
{
	color: Red;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/*Added by Harish on 6th May '09 for EligibilityAdultMI  */
.RowTextForHeading
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 9pt;
	padding: 5px;
	color: Black;
}
.labelFontForHeading
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: Black;
}
/*Added by Harish on 6th May '09 for Diagnosis  */
.RowTextForHeading
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 9pt;
	color: Black;
}
.labelFontForHeading
{
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	color: Black;
}
.CheckBoxText
{
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
}

/* Added By Priya on october 30,2009*/
.RadMenu_Border
{
		border-style: solid ;
	    border-left: 1px solid #7B9EBD ;
	    border-right: 1px solid #7B9EBD ;
	    border-top: 1px solid #FFFFFF ;
	    border-bottom: 1px solid #7B9EBD ;
	    padding: 2px;
}
.RadMenu_LeftBorder
{
	border-left: 1px solid #7B9EBD ;
}

.SpanList
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


/*Added By Ashwani*/
.ScannerImagesViewTable
{
    border-color:Black;
	height:380px;
}


.ScannerImageTable
{
    border-color:Gray;
	height:380px;
}

#navcontainer ul { list-style-type: none; }

/* Style used for PA CLient Search Grid */
.GridViewHeaderTextNew
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;
	font-weight:bold;
	font-size: 8.25pt;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

.GridViewHeaderTextNew A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewHeaderTextNew A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewHeaderTextNew A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
}
.GridViewHeaderTextNew A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
}

.GridViewRowStyleNew
{
	color: black;
	background-color: #ffffff;
	font-family: Microsoft Sans Serif;
	font-weight: Normal;
	font-size: 8.25pt;
	vertical-align: top;
	height:20px;
	text-align: left;
}
.GridViewRowStyleNew A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewRowStyleNew A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewRowStyleNew A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewRowStyleNew A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}




.GridViewAlternatingRowStyleNew
{
	color: Black;
	background-color: White;
	border-style: none;
	font-family: Microsoft Sans Serif;
	font-weight: Normal;
	font-size: 8.25pt;
	vertical-align: top;
	height: 5px;
	text-align: left;
}
.GridViewAlternatingRowStyleNew A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewAlternatingRowStyleNew A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewAlternatingRowStyleNew A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}
.GridViewAlternatingRowStyleNew A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}




.RadioTextNew
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin: 0px; /*float:left;*/
}

.RadioTextNew input
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
}

.RadioTextNew label
{
	vertical-align: middle;
	padding-top: 3px;
	margin: 0px;
	margin-top: 3px;
	font-weight: normal;
}

/*12-Sep-2011 Changes*/

.GridViewPagerTextNew
{
	color: Black;
	background-color: #dce5ea;
	font-family: Microsoft Sans Serif;	
	font-size: 8.25pt;
	text-align: left;
	vertical-align: middle;
	height: 5px;
	border-collapse:separate;
}
.GridViewPagerTextNew A
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewPagerTextNew A:link
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
}
.GridViewPagerTextNew A:visited
{
	color: Black;
	font-family: Microsoft Sans Serif;
	text-decoration: underline;
	font-size: 8.25px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.GridViewPagerTextNew A:hover
{
	color: #797777;
	font-family: Microsoft Sans Serif;
	text-decoration: none;
}

.GridViewPagerTextNew Span
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.GridViewPagerTextNew Table
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.GridViewPagerTextNew tr
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.GridViewPagerTextNew td
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/*12-Sep-2011 End Changes*/

/* Changes end here  */

/*End*/

.ExpanderToolbar tr td {
   padding-right:4px; 
   padding-left:4px;
   border-left: solid 1px #bdbdbd;
}
.ExpanderToolbar tr td.ExpanderToolbarHidden {
   display: none;
}
.ExpanderToolbar .ExpanderToolbarHidden {
   display: none;
}
.ExpanderToolbar .ExpanderToolbarNoShow {
   display: none;
}
/*Add Class for the icon shown in right corner document toolbar(Key Phrase) */
/*Added By Rahul Aneja on 16 july 2012*/
.NonExpanderToolbar tr td {
   padding-right:4px; 
   padding-left:4px;
   border-right: solid 1px #bdbdbd;
}
/*Add Class for the PC Dashboard  */
/*Added By Anil kumar chaturvedi on 07/08/2012 */
.gray_bar 
{
	background:#f7f7f7; 
	height:22px; 
	margin-bottom:1px; padding-right:5px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; color:#444; 
	/*width:400px;*/
	cursor: pointer;
	}
.innerbg
{ 
	background:#f7f7f7; 
	padding:3px 0 0 5px;}
.status {
    float: right;
    margin-top: 2px;
}
.shs-status {
    color: #254a67;
    font-size: 14px;
}
.status.red{ background:#0000ff;}
.gray_bar.rtside{ text-align:right;}
.gray_bar.rtside .status{ float:left;}

/*End*/