/*#region Layout*/
.formType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#layout
{
    width: 987px;
    margin: 0 auto;
}
.centered
{
    text-align: center;
}
.leftJustified
{
    text-align: left;
}
table.centered
{
    margin: 0 auto;
}

div.clear
{
    height: 0;
    clear: both;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
img.toggleImage
{
    vertical-align: top;
    margin-right: 3px;
    cursor: pointer;
}
/*#endregion*/

/*#region Headings*/
.fixedHeader 
{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
	height: 500px;
}
legend h2,
legend h3
{
    border-bottom: 0 none;
}
/*#endregion*/

/*#region General*/
.Hiddencss
{
	display : none;
	text-decoration:none;
}
.inlineBlock
{
    display: inline-block;
}
.datePicker
{
    vertical-align: middle;
    cursor: pointer;
}
.datatext
{
	font-size:8.5pt;

}
.task 
{
	position: absolute;
	z-index: 12;
	top: 20px;
	left: 600px;
}
.TitleText 
{
	font-size: 14pt;
	font-weight: bolder;
	color: #999999;
}

span.warningMessage 
{
    border: 1px solid;
    margin: 10px 0px;
    padding:7px 10px 7px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
    width: 100%;
    background-image: url(../../images/warning.png);
}

div.warningMessage {
    text-align: center;
    padding: 15px 0px;
    width: 100%;
    display: block;
}

.hideShow {
    position: relative;
    top: 0px;
    left: -8px;

}
.wordBreak
{
	word-wrap: break-word;			/* IE only */
}
#scriptPanel table, #scriptPanel tr, #scriptPanel td, #scriptPanel th 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.currentright
{
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom-width: 1px;
    border-left: solid 1px #000;
	
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 20px;
	font-weight: bold;
	color: #000000;
}
.required 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.panelViewer
{
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.filterBox
{
	border: solid 1px #EEEEEE;
	margin: 3px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
}

.expandingFilterBox {
    display: table;
    
    min-height: 50px;
    padding-right: 10px;
}

.filterDiv {
    border: solid 1px Darkgray;
    font-size: 11px;
    background-color: rgba(225, 225, 225, .5);
    position: relative;
    padding-right: 20px;
    margin: 2px 2px
}

.filterDivNot {
    border: solid 1px Darkgray;
    background-color: rgba(175, 175, 175, .5);
    font-size: 11px;
    position: relative;
    padding-right: 20px;
    margin: 2px 2px
}

.filterBtn {
    position: absolute;
    top: 0;
    right: .5px;
}

.filterBtn:hover { cursor: pointer;}

.ddlApplicationType {
    padding-left: 0px;
    width: 150px;
}

.ARFilterButtonInc {
    
    font-size: 12px;
    margin-left: 2px;
    padding: 1px 4px;

}

.ARFilterButtonExc {
    
    font-size: 12px;
    margin-left: 2px;        
    padding: 1px 5px;

}


#mbox
{
	background-color: whitesmoke;
	padding: 8px;
	border: 2px outset #666;
}

#mbm
{
	font-family: sans-serif;
	font-weight: bold;
	float: right;
	padding-bottom: 5px;
}

#ol
{
	background-image: none;
	background-color: transparent;
}
.dialog
{
	display: none;
	border: 2px outset #666;
}

#ol
{
	background-image: none;
	background-color: transparent;
}

.removehyperlink
{
   	text-decoration:none;
	color:#0000FF;
	cursor :pointer ;
}

/*#endregion*/

/*#region Buttons*/
.spnCG
{
	margin-left:5px;	
}
.spnCGOn,
.spnCGOff
{
	border:1pt solid #ccc;
	font-size:10px;
	padding: 2px 1px 1px;
	cursor:pointer;
	color:#000;
}
.spnCGOn:disabled,
.spnCGOff:disabled
{
    color: #666;
    cursor: auto;
}
.spnCGOn
{
	background: #54B948;
	border-bottom:1pt solid #333;
	border-right:1pt solid #333;
	width: 45px;
    color: #FFF;
}
.spnCGOff
{
	background:#999;
	border-top:1pt solid #333;
	border-left:1pt solid #333;
	width: 50px;
}

input.CGDisabled
{
    background: #999;
    border: 1pt solid #ccc;
    border-top: 1pt solid #333;
    border-left: 1pt solid #333;
    font-size: 8pt;
    padding: 0px;
    cursor: pointer;
    width: 30px;
}
div.buttons
{
    padding: 5px 0;
}

.buttonStyle1
{
    background-color: #CCCCCC;
    border: solid 1px #000000;
    color: #000000;
    font-size: xx-small;
}
/*#endregion*/

/*#region Main Menu*/
#bannerSubmenuContainer {
    position: relative;
}
#bannerSubmenuContainer #bannerPhiContainer {
    position: absolute;
    left: 5px;
    top: 5px;
}
#bannerSubmenuContainer #bannerBreadcrumb {
    width: 530px;
    margin: 0 auto;
    text-align: center;
}
#bannerSubmenuContainer span.breadcrumb
{
    display: inline-block;
    width: 100px;
    margin: 2px 3px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: x-small;
    text-transform: uppercase;
    color: #FFF;
    height: 25px;
    line-height: 24px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: visible;
}
#bannerSubmenuContainer #bannerToolsContainer {
    position: absolute;
    top: 5px;
    right: 5px;
    vertical-align: middle;
}
#bannerSubmenuContainer #bannerToolsContainer input {
    float: left;
    margin-left: 10px;
}
/*#endregion*/

/*#region Form Layout*/
div.row,
div.checkboxrow
{
    padding: 3px 0;
    font-size: 12px/16px !important;
}
div.row>label,
div.checkboxrow>label:first-child
{
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
}
div.checkboxrow label
{
    vertical-align: middle !important;
}
div.row input,
div.row select,
div.row textarea,
div.row fieldset,
div.checkboxrow input
{
    display: inline-block;
}
div.checkboxrow input
{
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}
div.row.required>label
{
    font-weight: bold;
}

form 
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}
form .label 
{
	font-weight: bold;	
}
form .value 
{	
	font-weight: normal;
}


form input[type=text],
form select,
form textarea
{
    border: solid 1px #AAA;
}

form input 
{
	padding: 2px;   
}

form .title 
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
form .smallInput 
{
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

form .mini,
form .mini span,
form .mini a,
form select.mini option 
{
	font-size: xx-small !important;
}
form .mini:disabled {
    background-color: gray;
    font-size: xx-small !important;
}
form .mini2,
form .mini2 span,
form .mini2 a,
form select.mini2 option {
	font-size: x-small !important;
}
form .small {
	font-size:12px;
}
form .smallCombo 
{
	font-size:xx-small;
}
form .dropDownList{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
}
form select.dropDownList,
form select.dropDownList option {
	font-size: x-small;
	
}

.combo
{
	cursor: pointer;
}

form input.checkbox {
	background-color: transparent;
	border: 1px solid;
}

form .hiddensmallCombo 
{
	visibility :hidden ;
	display :none ;
}
form .smallCombo 
{
	font-size:xx-small;
}
input[type="text"][disabled]
{
	background-color: #DEDEDE;
}

table.filterTable
{
    border: #999999 1px solid; 
    border-collapse: collapse;
}
table.filterTable td {
	vertical-align: top;
	padding: 2px;
}
/*#endregion*/

/*#region Export to PDF or Excel*/
div.exportTable
{
    padding: 1px 0px; 
    text-align: right;
}
div.exportTable table
{
    width: 100%;
    border: 0 none;
    padding: 0;
}
div.exportTable table td
{
    border: 0 none;
    padding: 0;
}
div.exportTable table td input
{
    padding: 0;
}
/*#endregion*/

/*#region Popup*/
body.popup
{
    margin: 15px 10px;
}
body.popup div#content
{
    background:#FFFFFF; 
    border:1x solid #000; 
    padding:10px; 
    width:auto;
}

/* make drop down menu container style */
.menuPopup {
	background: #CC9900;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	background: #CC9900;
	padding: 5px;
}

/* make drop down menu container style */
.menuPopup2 {
	background: #CC9900;
}

/* make drop down menu item style */
.menuPopupItem2 {
	color: #ffffff;
	background: #CC9900;
	padding: 5px;
}
/*#endregion*/

/*#region Validation*/
.errorText
{
    color: red;
}

.csswarn
{
	font-size: 9pt;
	font-family: Arial;
	background-color: #FFFFFF;
	position:absolute  ;
	left:25%;
	top: 26%; 
	border: solid 1px gray;
	padding: 15px 15px 15px 15px;
	border-right: darkorange 2px outset;
	border-top: darkorange 2px outset;
	border-left: darkorange 2px outset;
	border-bottom: darkorange 2px outset;
	z-index: 150;
}

.csserror
{
	font-size: 9pt;
	font-family: Arial;
	display: none;
	position: absolute; 
	height: 0; 
	width: 0;
}

ul.customMessages {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.customMessages li,
ul.customMessages li.Error {
    font-weight: bold;
    font-size: 10px;
    margin: 2px 0;
    padding: 0px 0px 0px 18px;
    color: #C00;
    background: transparent url(../../images/error.png) left top no-repeat;
    line-height: 16px;
}
ul.customMessages li.Warning {
    color: #777;
    background-image: url(../../images/warning.png);
}
ul.customMessages li.Information {
    color: #4366AD;
    background-image: url(../../images/information.png);
}
ul.customMessages li.Success {
    color: #008000;
    background-image: url(../../images/success.png);
}
/*#endregion*/

/*#region Claim Details Grid*/
.gridViewcd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	border: 1px solid #FFFFFF;
	width: 100%;
	display: run-in;
}
.gridViewcd .header,.gridViewcd th {
	background-color: #CCCCCC;
	padding: 0px;
	text-align: left;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	color: #000000;
}
.gridViewcd tr {
	background-color:#FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #FFFFFF;
	color: #000000;
}
.gridViewcd .alternatingRow {
	background-color:#FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #FFFFFF;
	/*border: 1px solid #EEEEEE;*/
}
.gridViewcd a:link, .gridViewcd a:active, .gridViewcd a:visited, .gridViewcd a:hover
{
	border: 1px solid #FFFFFF;
	color:#000000;
}

.gridViewcdStyle2 
{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	width: 100%;
}

.gridViewcdStyle2 td 
{
    border: solid 1px #FFFFFF;
}

.gridViewcdStyle2 th 
{
    border: solid 1px #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.gridViewcdStyle2 .alternatingRow
{
	background-color: #EEEEEE;
}

.grdImage16 {
    height: 16px;
    width: 16px;
    padding-right: 6px;
    padding-left: 6px;
    padding-top:5px;
    padding-bottom:5px;
}
/*#endregion*/

/*#region Report Wizard*/

.wizardTable {
	width: 100%;
	margin-bottom: 10px;
}
.wizardTable .normal {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.wizardTable .current {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
    position: relative;
}
.wizardTable .wizardHeader
{
    width: 140px;
}

form .wizardTable input.btn
{
    width: 125px;
}

.wizardTable fieldset{
	padding-bottom: 12px;
}
.wizardTable fieldset legend{
	margin-top: 8px;
	margin-bottom: 10px;
}
.ReportWizard {
	padding-top: 8px;
	padding-bottom: 8px;
}

.wizardTable table.reportFiltersSection td
{
    padding: 3px;
    vertical-align: top;
}
.wizardTable img.addImage,
.filterTable img.addImage
{
    margin-bottom: 10px;
}
.wizardTable img.addImage,
.wizardTable img.removeImage,
.filterTable img.addImage,
.filterTable img.removeImage
{
    cursor: pointer;
}

input[type="checkbox"]:disabled+label
{
     color:#aaa;
}
.wizardTable td div.wizardColumns
{
    padding: 0 10px 10px;
    text-align: left;
}
.wizardTable td div.reportTypes
{
    padding: 0 5px 10px;
}

/*#endregion*/

/*#region Contract Entry*/
.qualityMeasureTable
{
    border-spacing:0px;
    width:280px;
}

.qualityMeasureText
{
    background-color:#DDD;
    text-align: left;
    padding: 5px;
    width: 170px;
}

.qualityMeasureSubText
{
    padding-left: 20px; 
    padding-bottom: 5px;
    padding-top: 5px; 
    padding-right: 5px;
}

.qualityMeasureSubValue
{
    padding:5px;
    text-align:center;
}
.qualityMeasureValue
{
    background-color:#DDD;
    text-align: center;
    padding: 5px;
}

.qualityMeasureTextBox
{
    text-align: right;
    width:40px;
}
.tableSuplyHeader thead
{
	background-color: #BDCEE6;
	text-align : center;
	border-right: #CCC; 
}
.tableSuplyHeader thead.secondary
{
    background-color: #DDD;
}
.tableSuplyHeader thead.secondary th,
.tableSuplyHeader thead.normal th
{
    font-weight: normal;
    font-size: 10px;
}
.tableSuplyHeader
{    
    border: solid 1px #CCC;
    padding: 1px;
    border-collapse: collapse;
    border-spacing: 0;
}

.tableSuplyHeader td,
.tableSuplyHeader th
{
    border-right: solid 1px #CCC;
}
.tableIncentive thead
{
	background-color: #BDCEE6;
	height : 15px;
	text-align : center;
}


/*#endregion*/

/*#region Rounded Corners*/

td.TopLeftCorner 
{
    background: transparent url(../../images/panelTopLeftCorner.gif) no-repeat;
    width: 10px;
    height: 10px;
    vertical-align:top;
}

td.TopBackground
{
    background: transparent url(../../images/panelTopBackground.gif) repeat-x;
    vertical-align:top;
}

td.TopRightCorner
{
    background: transparent url(../../images/panelTopRightCorner.gif) no-repeat;
    width: 10px;
    height: 10px;
    vertical-align:top;
}

td.LeftBackground 
{
    background: transparent url(../../images/panelLeftBackground.gif) repeat-y;
    vertical-align:top;
    width: 10px;
}

td.RightBackground
{
    background: transparent url(../../images/panelRightBackground.gif) repeat-y;
    vertical-align:top;
    width: 10px;
}
td.BottomLeftCorner
{
    background: transparent url(../../images/panelBottomLeftCorner.gif) no-repeat;
    width: 10px;
    height: 10px;
    vertical-align:top;
}
td.BottomBackground
{
    background: transparent url(../../images/panelBottomBackground.gif) repeat-x;
    vertical-align:top;
}

td.BottomRightCorner
{
    background: transparent url(../../images/panelBottomRightCorner.gif) no-repeat;
    width: 10px;
    height: 10px;
    vertical-align:top;
}
/*#endregion*/

/*#region Tab Styles*/

.orangeLineDetail{
	border-bottom: 2px solid #FF9933;
	width: 100%;
}

.headerStyle2 th
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

.Hiddencss
{
	DISPLAY : none;
	text-decoration:none;
}

.filterHeader {
    font-weight:bold;
    padding: 3px;
    background-color: #BDCEE6;
}

/*#endregion*/

/*#region Form control styles added for Tools forms  */
.controlFrame
{
    clear:both; 
    float:left; 
    border:1px solid #999999; 
    padding: 0 .5em 1em .5em;
    width: 62em;
}
.controlHalfFrame
{
    float:left;
    width: 20em;
}
.controlSet
{
    clear:both; 
    float:left;
    padding-top: .5em;
}
.controlLabel
{
    float: left;
    width: 8em;
    padding-top: .2em;
    text-align: right;
}
.controlData
{
    float:left;
    padding-left: 1em;
}
.controlLabelLevel2
{
    float: left;
    width: 5.5em;
    padding-top: .5em;
    text-align: right;
}
.controlDataLevel2
{
    float:left;
}
.controlDataLabel
{
    float:left;
    padding-top: .5em;
}
.controlDataTextboxLong
{
    float:left;
    margin-top: .5em;
    width: 25em;
    Height:1.25em; 
}
.controlDataTextbox
{
    float:left;
    margin-top: .5em;
    width: 10em;
    Height:1.25em; 
}
.controlDataCheckbox
{
    float:left;
    padding-bottom: .5em;
}
.controlDataDDL
{
    float:left;
    padding-top: .5em;
    width: 10em;
}
.controlButton
{
    Height:2.2em; 
    font-size:10px;
}
.controlValidator
{
    clear:both;
    float: left;
}
.textboxLabel
{
    margin-top:.6em; 
}

/*#endregion*/

/*#region Tooltip*/
#dhtmltooltip
{
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: white;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/*#endregion*/

/*#region Notes*/
.notes {
	font-size: 9px;
	color: #666666;
	width: 160px;
	display: inline;
}
.notes .top {
	background-image: url(../../images/notesTop.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.notes .body {
	background-image: url(../../images/notesBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
}
.notes .bottom {
	background-image: url(../../images/notesBottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/*#endregion*/

/*#region Deposit entry*/
.defilterHeader
{
	width: 85px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	/*border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;*/
}
.dedata
{
	text-align :left ;
	padding-left :5px;
}

.desummaryvalid
{
	font-size: 9pt;
	font-family: Arial;
}

.dedupcheck
{
	font-size: 9pt;
	font-family: Arial;
	background: url(../../images/alert.jpg) no-repeat 5px 50%;

}

.dedupcheck ul {
	 margin-left: 50px;
	 vertical-align :top;
	 list-style-type:none ;
}
/*#endregion*/

/*#region Radio Buttons*/
.radioChecked,
.radioUnChecked,
.radioCheckedDisabled, 
.radioUnCheckedDisabled
{
	border: solid 0px;
	height: 13px;
	width: 13px;
}

.radioChecked
{
	background-image: url(../../images/rdChecked.jpg);
}

.radioUnChecked
{
	background-image: url(../../images/rdUnChecked.jpg);
}

/* The disable classes must be after the regular classes */

.radioCheckedDisabled
{
	background-image: url(../../images/rdCheckedDisabled.jpg);
}

.radioUnCheckedDisabled
{
	background-image: url(../../images/rdDisabled.jpg);
}

/*#endregion*/

/*#region Tools Icon styles*/

.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #999999;
}

.dialog
{
	display: none;
	border: 2px outset #666;
	background-color: #cccccc;
	padding: 1em;
}
/*#endregion*/

/*#region Admin tab styles*/
.GradientTable
{
	margin: 5px;
	border: 1px solid #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffd2d5dd');
	padding: 5px;
	vertical-align: top;
}
.buttonStyle1
{
background-color: #CCCCCC;
border: solid 1px #000000;
color: #000000;
font-size: xx-small;
}
/*#endregion*/ 

/*#Region ReportingCalender Admin PAge*/
.ReportingCalendarEntry .ui-datepicker-trigger {
    vertical-align: middle;
    padding-left: 4px;
}
/*#End Region*/

/*#Region MISC*/
.buttonDefault:disabled
{
    background-color: gray;
}
.copyright
{
    color : #FFF;
	font-size : xx-small;
}

.archivecontainer
{
    width:800px;
    padding: 15px;
}
/* over riding jquery margin to allow "x" to be placed correctly*/
.ui-dialog .ui-dialog-titlebar-close  span
{
   display: block; margin: -10px;  
}

.cmrate {
    width: 13px;
    border-width: 0px;
}
.arflag {
    
}

.defaultCursor:disabled {
    cursor: default !important;
}
/*#End Region*/


