

/* #BAD8F0 navigate background color */
/* #BAD8F2 grid header color */
/* #BAD8F2 input region background color */
/* #303090 anchor link color */
/* #215121 anchor link in grid header color */
/* #EEEEEE rotating grid rows color */
/* #FFFFFD toolbar bar background color */
/* #E3F0F8 toolbar button background color */
/* #BBBBB8 toolbar button border color */
.midsize {font-size: 10pt;}
.bigsize {font-size: 11pt;}
.red {color: #CA0B0B;}
.uppercase {text-transform: uppercase;}

.prefix_png {border: none; vertical-align: -16%; width: 16px; height: 16px;}

body,
  TH,
  TD,
A {
	color: black;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


body {
 margin: 0px;
 background-color:white;
}

a:link,
a:visited,
a:active,
a:hover {
  	font-size: 9px;
	color: #303090;
	text-decoration: none;
	font-weight: bold;
}
a:hover {background-color: white;}


.light_link {
	color: #303090;
	text-decoration: none;
	font-weight: bold;
        font-size: 12px;
}

.active { background-color: yellow;}

/* the tohtml base method */
.tohtml_table {
   margin-top: 24px;
	background-color: #E9FFCA;
	color: #2A4600;
		border: 1px solid #2A4600;
}
.tohtml_td {
	color: #2A4600;
	vertical-align: top;
	padding-left: 4;
	padding-right: 4;

}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_input_regions_c class */
.dtui_input_regions_table {
}
.dtui_input_regions_prompt_td {
	margin-top: 8px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding: 8px;

}

.dtui_input_regions_input_td {

	width: 650;
	border: none;
	vertical-align: baseline;
	padding: 4px;
}
						/* cell containing space between the rows */

.dtui_input_regions_gutter_td {
}
						/* contents of the cell space between the rows */
.dtui_input_regions_gutter_div {
  display: none;
}
/* --------------------------------------------------------------------------------------------*/
/* individual property styles */
.dtproperty_textbox {
   border: 1px solid silver;
   font-size: 12px;
}
										/* these styles are added to modify other dtproperty styles */
.dtproperty_short {
	width: 40px;
}
.dtproperty_zipcode {
	width: 72px;
}
.dtproperty_date {
	width: 72px;
}
.dtproperty_veryshort {
	width: 24px;
}
.dtproperty_medium {
	width: 110px;
}
.dtproperty_medium2 {
	width: 240px;
}
.dtproperty_mediumwide {
	width: 180px;
}
.dtproperty_wide {
	width: 500px;
}
.dtproperty_wide2 {
	width: 500px;
	height: 40px;
}
.dtproperty_medium2tall {
	width: 240px;
}
.dtproperty_widetall {
	width: 500px;
	height: 100px;
}
.dtproperty_wideverytall {
	width: 500px;
	height: 300px;
}
.dtproperty_half {
	width: 240px;
}
.dtproperty_halftall {
	width: 240px;
	height: 50px;
}
.dtproperty_verywide {
	width: 900;
}
.dtproperty_tall {
	height: 100px;
}
.dtproperty_orders {
	width: 200px;
}
.dtproperty_orders_tall {
	width: 200px;
	height: 100px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
 	color: white;
}

										/* this style is used for a property with a validation problem */
.dtproperty_invalid {
  background-color: #FFCCCC;
}
										/* this style is used for a required property */
.dtproperty_required {
  background-color: #FFFFCC;
}
										/* this style is used near propertys with validation problems */
.dtproperty_error {
  color: red;
  font-size: 9px;
  font-style: italic;
}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_pulldown_c class */

.dtui_pulldown_select {
  font-size: 10px;
}
										/* modifiers for the select box */
.dtui_pulldown_tall {
   height: 100px;
}
										/* unselected option */
.dtui_pulldown_option {
  font-size: 10px;
}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_columnizer_c class */
.dtui_columnizer_table {
}
.dtui_columnizer_column_td {
	vertical-align: baseline;
	line-height:25px;
}
.dtui_columnizer_column_gutter_td {
	vertical-align: baseline;
}
.dtui_columnizer_column_final_td {
}
.dtui_columnizer_row_gutter_td {
	vertical-align: baseline;
	height: 8px;
}
/* --------------------------------------------------------------------------------------------*/
/* form input */
.form_prompt_td {
	text-align: right;
	width: 150;
	font-weight: bold;
	vertical-align: top;
}
.form_textbox {
   font-size: 10px;
	width: 400px;
	border: 1px solid silver
}
.form_textbox_short {
	width: 40px;
}
.form_textbox_veryshort {
	width: 24px;
}
.form_textbox_date {
	width: 72px;
}
.form_textbox_medium {
	width: 180px;
}
.form_textbox_tall {
	height: 100px;
}

.form_required_span {
	font-size: smaller;
	font-style: italic;
}

                                         /* this is appended to form input fields which are supposed to look required */
.form_required {
	background-color: #FFFFCC;
}

/* --------------------------------------------------------------------------------------------*/
/* dtgrid object styles */

.dtgrid_table {
  width:100%;
}

.dtgrid_sortbutton_a,
.dtgrid_sortbutton_current_a {
 	text-decoration: none;
}

.dtgrid_sortbutton_current_a {
 	color: red;
}

.dtgrid_sortbutton_a:hover,
.dtgrid_sortbutton_current_a:hover {
 	text-decoration: none;
	background-color: yellow;
}

.dtgrid_gutter_td {
	display: none;
}

.dtgrid_header_tr {
}
                                                  /* dual rotating row styles */
.dtgrid_rotating0_tr {
}
.dtgrid_rotating1_tr {
	background-color: #EEEEEE;
}

.dtgrid_header_td A {color: #303090;}

.dtgrid_header_td {
  	font-size: 9px;
	background-color: #BAD8F2;
	padding-top: 4;
	padding-bottom: 4;
	padding-left: 12;
	padding-right: 12;
	vertical-align: bottom;
	border-bottom: 2px solid black;
}

.dtgrid_header_div {
}

.dtgrid_data_td {
	padding-top: 4;
	padding-bottom: 4;
	padding-left: 12;
	padding-right: 12;
	vertical-align: top;
	white-space: normal;
}
/* --------------------------------------------------------------------------------------------*/
/* styles used by the utility group */
.utility_error {
	color: #DC143C;
	font-weight: bold;
}

.utility_debug {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
.dtbase_debug_div {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
/* styles used by the function group */
.dttracker1,
.dttracker2,
.dttracker3 {
  color: #600000;
  font-size: 8pt;
}
.dttracker2 {
  color: #A02020;
}
.dttracker_purpose_span {
  color: #202020;
  font-weight: 900;
}
.dttracker_table {
	background-color: #F4DCDC;
}

/* --------------------------------------------------------------------------------------------*/
/* toolbar things */
/*
.dttoolbar_prestyle_div {
	margin-top: 24;
}
.dttoolbar_div {

}
.dttoolbar_table {
}

.dttoolbar_td {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	vertical-align: middle;
}

.dttoolbar_td {
}

.dttoolbar_button:hover {
  background-color: #EEEEEE;
}

.dttoolbar_button {
	width: 150px;
	height: 22px;
	background-color: #E3F0F8;
	border: 1px solid #BBBBB8;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 6px;
	padding-right: 6px;
  	font-size: 9px;
	white-space: nowrap;
	display: table-cell;
}
*/

.dttoolbar_prestyle_div {
	margin-top: 24;
}
.dttoolbar_div {
  margin-top: 8px;
}
.dttoolbar_table {
}
.dttoolbar_td {
    padding: 0px;
	margin: 0px;
padding-right: 4px;
}

.dttoolbar_button_icon {
    padding: 0px;
    margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	line-height: 26px;

}

.dttoolbar_button_text {
    padding: 0px;
    margin: 0px;
	color: black;
	font-weight: bold;
	display: inline;
	line-height: 26px;
}

.dttoolbar_button_guts {
	width: 150px;
	height: 26px;
	cursor: pointer;
    padding: 0px;
	margin: 0px;
}

.dttoolbar_button:hover {
	background-image: url(buttons/over150.gif);
	background-color: transparent;
}

.dttoolbar_button {
	vertical-align: middle;
	background-color: transparent;
	background-image: url(buttons/canary150.gif);
	background-repeat: no-repeat;
	border: none;
  	font-size: 9px;
	white-space: nowrap;
    padding: 0px;
	margin: 0px;
	display: table-cell;
}

/* --------------------------------------------------------------------------------------------*/
/* navigation things */
.navigate_logo_img {
	vertical-align: middle;
}

.navigate_background_color {
  background-color: #EFE9D9;
}

.navigate_titlebar_table {
    background-color: #EFE9D9;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}


.navigate_bottombar_table {
    background-color: #EFE9D9;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;


}

.navigate_title_td {
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #3C1C1F;
	padding-top: 5px;
	padding-bottom: 5px;
        font-style: italic;
}

.navigate_indicators_td {
	padding-right: 10px;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	color: #3C1C1F;
}

.navigate_outer_table {
    background-color: #EFE9D9;
	width: 100%;
	height: 90%;
	padding: 0px;
	margin: 0px;

}

.navigate_section_table {
}
.navigate_titleword_td {
	font-weight: bold;
	font-size: larger;
	border: thin dotted Lime;
}
.navigate_revision_td {
	padding-left: 100;
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

.navigate_buttons_table {
  margin-right: 10px;
  margin-left: 10px;
}

.navigate_buttons_td {
  vertical-align: top;
  width: 150px;
}
.navigate_button_td {
  padding-top: 4px;;
}
.navigate_content_td {

	margin: 0px;
	width: 100%;
	vertical-align: top;


}

.navigate_button_td {
	vertical-align: top;
}

/* --------------------------------------------------------------------------------------------*/
/* other styles */

.notice_div {
	font-size: larger;
	font-weight: bolder;
	color: #7B1212;
	padding-top: 24px;
	padding-bottom: 24px;
}

                                         /* this is appended to text fields which are supposed to look disabled, */
                                         /* e.g. hour slots which are unschedulable */
.disabled_looking { color: #C0C0C0; }

                                         /* title at top of the page, under the banner */
.pageheader_div {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: italic;
	color: #000022;
}

                                        /* instructions */
.instructions_div {
	padding-bottom: 12px;

}

                                         /* title before a table */
.tabletitle_div {
	padding-top: 24px;
	font-size: 14px;
	font-weight: bolder;
}

.rowhighlight_tr {
	background-color: #FFFF88;
}

                                         /* title text in a frame */
.frametitle_div {
	font-size: 14px;
	font-weight: bolder;
}
                                         /* vertical major whitespace */
.vertical_major_div {
	height: 24px;
}

.system_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF44;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.validation_message_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_confirmation_div {
	width:985px;
  color: #004400;
	font-weight: bold;
	background-color: #F8FFF5;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}


.zero {
	position: relative;
	left: 0px;
	top: 0px;
}

/* -----------------------------------------------------------*/
/* style specs for suppliers tooltip  */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336;
  width:260px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }




#update_status_text {display: none;}

/* the color of the header when the column is for today */
.caddy_picks_today_div {
  background-color: yellow;
}

div.instructions_div {
 background-color:#FFFFCC;
 width:920px;
 padding:8px;
 margin: 5px 0px 5px 0px;



}

.assignment_change {
    color: #004400;
    font-weight: bold;
    background-color: #EEFFEE;
    padding: 2px;
}

a.print_but:link, a.print_but:active, a.print_but:visited {margin-left: 75px; font-weight:bold;padding:3px;}
a.print_but:hover {margin-left: 75px; font-weight:bold;background-color: green;color:white;padding:3px;}

/* -----------------------------------------------------------*/
/* BK - Used for caddy selection */
#assign_caddy_dialog a {color:#333; text-decoration:none;float:right;}
#assign_caddy_dialog a:hover {color:#ccc; text-decoration:none;}

#assign_caddy_mask 
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#assign_caddy_dialog 
{
  position:absolute;
  left:0;
  top:0;

  min-height:200px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
}

#assign_caddy_dialog 
{
  /*width:375px; */
  /*height:203px;*/
  padding:10px;
  background-color:#ffffff;
}

#assign_caddy_dialog ul
{
  list-style: none;
  clear:both;
}
.start_class {
  background-color: #FFFFFF;
  padding:5px;
  cursor:pointer;
}
.assign_caddy_wht
{
  background-color: #FFFFFF;
   padding:5px;
  cursor:pointer;
}

.assign_caddy_grn 
{
  background-color: #008000;
  border-left: 5px double #008000;
  padding:5px;
  color:white;
  cursor:pointer;  
}

.assign_caddy_ylw 
{
  background-color: #FFFF66;
  border-left: 5px double #FFFF66;
   padding:5px;
  cursor:pointer;  
}

.assign_caddy_org
{
  background-color: #FFA500;
  border-left: 5px double #FFA500;
   padding:5px;
  cursor:pointer;  
}

.assign_caddy_red
{
  background-color: #FF0000;
  border-left: 5px double #FF0000;
   padding:5px;
  cursor:pointer;  
}

.assign_caddy_border
{
  border-left: 5px double #990033;
}
.tmode_override {
  cursor:pointer;text-align:center;border:1px solid green;background-color:#CCFF99;
}

.override_cw
{
  background-color: #CCFF99;
   padding:5px 10px 5px 5px;
   margin:5px;
  cursor:pointer;
}

table.table_caddy_message{
  width:100%;
  border-bottom: 1px dotted black;
  padding: 0px 0px 5px 0px;
  text-align:center;
}
div.bad_email {background-color:#FF6600;}
span.cant_make_it {background-color:red; color:white;padding: 0px 3px 0px 3px;}

div.sub-instructions {background-color:white;border:1px solid #EFE9D9;margin-top:5px;display:none;}


.stripe_onboard_button{
  width:190px;
  height:33px;
  margin:5 auto;
  background-image:url(g/stripe_onboard_button_0.png);
  background-repeat:no-repeat;
  cursor:pointer;
}

.stripe_onboard_button:hover{
  background-image:url(g/stripe_onboard_button_1.png);
}

.stripe_dashboard_button{
  width:190px;
  height:33px;
  margin:5 auto;
  background-image:url(g/stripe_dashboard_button_0.png);
  background-repeat:no-repeat;
  cursor:pointer;
}

.stripe_dashboard_button:hover{
  background-image:url(g/stripe_dashboard_button_1.png);
}

#stripe_buttons{
  width:450px;
  padding:10px;
  text-align:center;
  margin:10px 0px 10px 100px;
  background-color:#E9FFEA;
  border-radius:10px;
}