@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------- all includes */

#inc-wrapper { margin-right: 30px }

h2 { font-size: 1.25em; font-weight: normal; color: #363e5c; }

/* ----------------------------------------------------------------- holiday deadlines */

table.table-holiday-deadlines caption {
	background-color:#ccf;
	color:#000;
	border-width: thin;
	border-style: none;
	padding: 3px;
	font: bold 14px Arial, Helvetica, sans-serif;
  }

table.table-holiday-deadlines {
	font: 12pt Arial, Helvetica, sans-serif;
	width:auto;
	color: #000;
	border-width: 0;
	border-style: none;	
	width: 700px;
  }

table.table-holiday-deadlines th {
	font-size:10pt;
	color:#000;
	background-color: #fbe9b3;
  }


table.table-holiday-deadlines tr {
	color: #000;
	background-color: #d6efd7;
  }

table.table-holiday-deadlines td {
	font-size: 10pt;
	background-color:#d6efd7;
	color:#000;
	border-width: 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
  }
	

table.table-holiday-deadlines tr.even {
	color: #000;
	background-color: #fbe9b3;
}

table.table-holiday-deadlines tr.even td {
	font-size: 10pt;
	background-color:#fbe9b3;
	color:#000;
	border-width: 0px;
	border-style: none;
}

span.text-smaller { font-size: .83em; }

/* --------- TMP - holiday deadlines (delete me when master stylesheet gets settled) */
#inc-wrapper { font-family: Arial, Helvetica, sans-serif; }



/* -------------------------------------------------------------------------------------- About HG */

.img-caption-right-container {
	float: right;
	margin-top: 4px 3px 2px 6px;
	text-align: center;
	font-size: 0.83em;
}

.img-caption-left-container {
	float: left;
	margin-right: 6px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 0.83em;
}




/* ----------------------------------------------------------------- stores */

table.table-stores caption {
	background-color:#ccf;
	color:#000;
	border-width: thin;
	border-style: none;
	padding: 3px;
	font: bold 14px Arial, Helvetica, sans-serif;
  }

table.table-stores {
	font: 12pt Arial, Helvetica, sans-serif;

	width:auto;
	color: #000;
	border-width: 0;
	border-style: none;	
	width: 650px;
  }

table.table-stores th {
	font-size:10pt;
	color:#000;

  }


table.table-stores tr {
	color: #000;
	
  }

table.table-stores td {
	font-size: 10pt;

	color:#000;
	border-width: 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
  }
	

table.table-stores tr.even {
	color: #000;
	
}

table.table-storees tr.even td {
	font-size: 10pt;
	
	color:#000;
	border-width: 0px;
	border-style: none;
}

span.text-smaller { font-size: .83em; }

/* --------- TMP - holiday deadlines (delete me when master stylesheet gets settled) */
#inc-wrapper { font-family: Arial, Helvetica, sans-serif; }




