﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 .pBack{
    background-color: #B0C753;
	background-image: url();
 }

 .dialog_view, .dv, .panelC{
     box-shadow: none;
 }
 
 .footer{
 	color:black;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
 }
.footer a{
 	text-decoration:none;
 }
 
.footer a:hover{
 	text-decoration:underline;
 }
 
 .field_label, .fl { /* field label on top */
	color: #333333;
	font-family: 'PT Sans Narrow', Arial, Verdana, Georgia, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	white-space: nowrap;	
	}
 .tableCellLabel {/* table cell field label text */
	color: #333333;
	font-family: 'PT Sans Narrow', Arial, Verdana, Georgia, sans-serif;
	font-size: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 8px;
	text-align: center;
	text-transform: none;
	vertical-align: top;
	white-space: nowrap;	
	}
.tableCellValue{
	color: #000000;
}

.field_input{
	color: #000000;
	white-space:pre-wrap;
}
 .header_cell,
.header_cell_scrolling,
.thc,
.thcs,
.thcnb,
.thcwb { /* column header container (above select checkbox) */
	background-color: #bfbbaa;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	font-family: 'PT Sans Narrow', Arial, Verdana, Georgia, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	}
	
.popupWrapper { /* popup container */
	left: 30px;
	/*left: 495px;*/
	text-align:center;
	}
	
.popupWrapper img{
	height:200px;
	width:200px;
}

#detailRolloverPopupCloseButton{/*close button on image pop up*/
	height:15px;
	width:15px;
}

.QpBack { /* body of page displayed within quick popup */
	margin: 0px;
	overflow-x:hidden;
}
	
.QSContainerEmail { /* Email Popup */

}
 .QPageSizeEmail { /* dimensions of Email Popup */
	background-color: #dbd6c2;
	height: 475px;
	width: 550px;
	}

.QSContainerEmail .scrollRegion .pageButtonsContainerEmail { /* quick page page buttons (save, cancel) for email container */
	background-color: rgba(91,102,48,0.8);
	height: 40px;
	left: 0px;
	}
 .QSContainerEmail .scrollRegion { /* quick page scrolled region */
	background-color: #f0ede0;
	left: 0px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 32px;
	}

 .QpBackEmail { /* body of page displayed within Email quick popup */
	margin: 0px;
	min-width: 0px;
	}
	
.dv{
	width:999px;
	position:relative;
	left: -6px;
}

 .ajax__tab_xp .dBody { /* tab container */
 background-color: #dbd6c2;
 background: rgba(31, 95, 30, 0.3);
 }
 
.dialog_body, .dBody { /* most of the content is governed by this */
	background: ;
	padding-top: 0px;
}

.pWrapper{
background: #FFFFFF;
   background: transparent;
   -webkit-border-radius:5px 5px 0 0;
   -moz-border-radius:5px 5px 0 0;
   border-radius:5px 5px 0 0;
   border:1px solid transparent;
   border-bottom:none;
   margin:90px auto 0;
   margin-top: 90px;
   /*position:absolute; */
   cursor:auto;
   width: 1000px;
   z-index: auto !important;
}
.pcT	{ /*Header */
	margin:0 auto;
   height: 135px;
   background: transparent;
   background-color:#659D27;
   /*background-image: url('/Images/headerwtransparency.png'); */
   background-position: center top;
   background-repeat: no-repeat;
   
}

.pcmL { /* page container left middle edge (horizontal menu row) */
	background-color:transparent;
    background-color:#659D27
	}
	
.pcmC{ /*Menu*/
	top: 130px;
	/*top: 145px;*/
	background: #486120;
   	background: rgba(72, 97, 32, 0.2);
	background: transparent;
    background-color:#659D27;
	}

.MLMmenuAlign { /* horizontal menu container alignment */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
	background-color:#B0C753;
    background-color:#659D27;
	}
	
.MLMmoC { /* horizontal menu item hover state */
	/*background-color: #7f8e42;*/
	background-color: #7B8B3A;
	}
	
.pcC { /* page container center (contents of page container) */
	text-align: center;
	vertical-align: top;
	width: 100%;
	top: 165px;
	}

.pHeaderT{/*position of header image container */
	/*position:relative;
	left:90px;*/
}

.SecurityBar{ /* Signed-In/Signed-Out info */
	position:relative;
	top: 0px;
	left: 0px;
	vertical-align: text-top;
	width: 50px;
	/*background-color:#B0C753;*/
    background-color:#659D27;
}
html, body
{
   height: 100%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 1000px;
   color: #E8E3F4;
}

.field_input_watermark { /* textbox watermark */
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px #999999;
	color: #666666;
	font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding-left: 4px;
	padding-top: 2px;
	vertical-align: top;
	}
	
.PasswordStrengthPoor { /* table cell field value poor password */
	background: #ff0000;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: middle;
	}
	
.PasswordStrengthWeak { /* table cell field value weak password */
	background: #ff5500;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: middle;
	}
	
.PasswordStrengthAverage { /* table cell field value average password */
	background: #ffff00;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: middle;
	}
	
.PasswordStrengthStrong { /* table cell field value strong password */
	background: #55ff00;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: middle;
	}
	
.PasswordStrengthExcellent { /* table cell field value excellent password */
	background: #00ff00;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: middle;
	}
	
.prbggo a.button_link { /* link text of buttons within pagination row */
	border: 0px;
	color: #fafafa;
	font-size: 11px;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: none;
	white-space: nowrap;
	}
	
.ticwb { /* data grid select checkbox container */
	border-bottom: 1px dotted #dddddd;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	vertical-align: top;
	}
	
.tableCellSelectCheckbox { /* table row select checkbox container */
	padding-left: 6px;
	padding-top: 5px;
	vertical-align: top;
	}
	
	
/*******************************************************
*******Wizard Styles**********************************/
.stepTable{
	height:100%;
	width:950px;
	padding-right: 30px;
    vertical-align:top;
}

.thHeight{
    height:70px;
}

.thHeightShort{
    height:35px;
}
.trHeight{
	height:35px;
}

.trHeightShort{
    height:10px;
}
.labelSection{
	font-size:Large;
	font-weight:bold;
	padding-left:100px;
}
.labelSectionNoIndent{
	font-size:Large;
	font-weight:bold;
}

.labelQuestionSmall{
    font-size:11pt;
	font-weight:bold;
}

.labelQuestionMedium{
    font-size:12pt;
	font-weight:bold;
}
.RadioButtonRight{
	border-style:solid;
	border-color:black;
	border-width:1px;
	width:700px;
	text-align:right;
}

.BorderSettingsXtraNarrow{
	border-style:solid;
	border-color:black;
	border-width:1px;
	width:150px;
}
.BorderSettingsNarrow{
	border-style:solid;
	border-color:black;
	border-width:1px;
	width:450px;
}

.BorderSettingsMedium{
    border-style:solid;
	border-color:black;
	border-width:1px;
	width:600px;
}
.BorderSettings{
	border-style:solid;
	border-color:black;
	border-width:1px;
	/**/width:820px;
}
.NutritionBorderSettings{
	border-style:solid;
	border-color:black;
	border-width:1px;
	width:650px;
}
.RowSettings{
	text-align:left;
	height:10px;	
}

.RowSettingsRightAligned{
	text-align:right;
	height:10px;	
}

.IndentTD{
	padding-left:100px;

}

.IndentTDNarrowWidth{
	padding-left:100px;
	width:150px;
}

.IndentTDNarrowWidth_TextRight{
	padding-left:100px;
	width:400px;
    text-align:right;
}

.IndentTDWideWidth_TextRight{
	padding-left:30px;
	width:500px;
    text-align:right;
}

.IndentTD_TextTop{
    padding-left:100px;
    vertical-align:top;
}

.IndentTD_More_NarrowWidth{
    padding-left:250px;
	width:150px;
}

.narrowTD{
    width:100px;
}

.txtBox{
    width:30px;
}

.wizardButton{
    background-color:#FFFFFF;
    Border-Color:#CCCCCC;
    Border-Style:Solid;
    Border-Width:1px;
    Font:verdana;
    Font-Size:0.9em;
    /*color:#284775; */
    color:#000000;
    height:25px;
    width:60px;
}


.popWrapper { /* popup container */
	-moz-border-radius: 2px;
	-moz-box-shadow: 0px 0px 3px #666666;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 3px #666666;
	background-color: #5b660c;
	border: 1px solid #666666;
	border-radius: 2px;
	box-shadow: 0px 0px 3px #666666;
	color: #cccccc;
	display: inline-block;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 11px;
	left: 0px;
	/*left: 495px;*/
	padding: 2px;
	position: absolute;
	text-align: left;
	top: 0px;
	/*top: 30.5px;*/
	visibility: hidden;
	z-index: 200;
	}
	
tableLink:link, tableLink:visited {
	color: #43481E;
	text-decoration:underline;
	}

tableLink:hover {
	color: #F6F7ED;
	
	}

.tagDisclaimer{
	font-size:10pt;
}
	
/**********************************************/
/**Wizard Styles**********************************/
/**********************************************/
.wizardMain{
	width:100%;
	height:100%;
	font-weight: bold;
	background-color:white;
}

.wizardHeaderStyle{
    background-color:#a7ba5a;
    text-align:center;
    border:solid 2px #7B8B3A;
    font-size: 14pt;
}

.wizardStepDiv{
	padding-top:10px;
	padding-bottom:25px;
	padding-left:10px;
}

.wizardQuestion{
	font-size: 14pt;
    display:block;
}


.wizardAnswer{
	font-size: 10pt;
   margin-top:5px;
}

.basePointsSumDiv{
	position: relative;
	left: -6px;
}

.bonusPointsSumDiv{
	position: relative;
	left: 0px;
}

.panelSearchBox {
	color: #000000;
}

.Search_Input, .si {
    color:#000000;
}

.Search_InputHint{
	color:#000000;
}


/* Timeout Dialog Styles */

.timeout-dialog {
  padding: 15px;
  position: absolute;
  //background: #eeeeee url("/Images/Timeout-ADHLogo.png") no-repeat 15px 25px;
 background:#F0EDE0 url("../../Images/timeout-icon22.png")no-repeat 15px 25px;
  //background-color:#F0EDE0;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.timeout-dialog .ui-dialog-title {
  font-size: 16px;
  color:#000000;
  font-weight: bold;
  display: block;
  padding: 0 0 15px 0;
  margin-left: 80px;
}

.timeout-dialog .ui-dialog-titlebar-close {
  display: none;
}

.timeout-dialog .ui-dialog-buttonpane {
  margin-top: 15px;
  text-align:center;

}

.timeout-dialog  ~ .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.timeout-dialog p {
  margin: 0 0 5px 80px;
  color:#000000;
}

#timeout-keep-signin-btn {
  color: #FFF;
  background-color: #0f5895;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#377bb2), to(#0f5895));
  background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
  background-image: -ms-linear-gradient(top, #377bb2, #0f5895);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
  background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
  background-image: -o-linear-gradient(top, #377bb2, #0f5895);
  background-image: linear-gradient(top, #377bb2, #0f5895);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377bb2', endColorstr='#0f5895', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: none;
  margin: 5px 10px 5px 0;
}

#timeout-sign-out-button {
  color: #FFF;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000000;
  text-shadow: none;
  margin: 5px 0;
}

#timeout-countdown {
  font-weight: bold;
}

.CloseWindowMessage{
	color:#659D27;
	font-size: 12pt;
	font-weight:bold;
}

.UserCoordinator a:link{
	color:#548220;
	text-decoration:underline;	
	
}

/**********************************************************************
 * Web Accordion Styles                                               * 
 **********************************************************************/
.accordionHeader, .accordionHeader:hover { /* accordion header area */ 
	/*background-color: #b3ac95;
	border: 1px dotted #dddddd;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;*/
	height: 20px;
	width: 900px;
	background-color: #659D27;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:left;
	cursor:pointer;
	}

.accordionHeaderTitle { /* accordion header area title */
	/*font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
   	vertical-align: middle;
	width: 100%; */
	color: #fafafa;
	font-size: 17px;
	font-weight: normal;
	color: #fafafa;
	padding-left: 14px;
	text-decoration:none;
	}

.innerAccordionHeader { /* accordion header area */ 
	background-color: white;
	border: 1px dotted #dddddd;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
	}

.InnerAccordionHeaderTitle, .InnerAccordionHeaderTitle:hover{ /* accordion header area title */
	color: #607890;
	font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-decoration:underline;
   	vertical-align: middle;
	width: 100%;
	cursor:pointer;
	}
.PointSummaryTD{
	border: 1px solid black;
	background-color:#FFFEEA; 
	font-weight:bold;
	font-size:11pt;
	color:black;
}

.DailyEntryPointsSummary{
	border: 1px solid black;
	background-color:#6ABD17; 
	font-weight:bold;
	font-size:10pt;
	color:black;
}

.HideButton{
	display:none;
}

.popupTableCellLabel {/* popup table cell field label text */
	color: #ffffff;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 4px;
	text-align: left;
	text-transform: none;
	vertical-align: top;
	white-space:nowrap;
	}
	
	
.popupWrapper .Filter_Input { /* filter drop-down list within popup */
	font-size: 12px;
	}
	
.Filter_Input, .fili { /* filter drop-down list */
	/*background-color: #eeeeee;*/
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px #aaaaaa;
	/*color: #666666;*/
	color:#000000;
	/*font-family: 'PT Sans Narrow', Arial, Verdana, Georgia, sans-serif;*/
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 15px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
	}
	
/*width of popup*/
.QPageSize {
	width:950px;
}

/*width of body inside popup*/
.QSContainer .scrollRegion{
	width: 920px;
}
/*change the top location of popup */
.QDialog{
	top:200px;
}

/**********************************************************************
 * Auto Type Ahead (Interactive Search) Styles                        * 
 **********************************************************************/
.autotypeahead_completionListElement {
	color:black;
}