  a.adhead		{ color: yellow; }
  a.bestof		{ color: white; }
  a.bestofb		{ color: yellow; }
  a.body			{ color: #808080; }
  a.city			{ color: white; }
  a.feat			{ color: white; }
  a.url			{ color: lightblue; font-style: italic; text-decoration: none; }
  b.bigger		{ font-size: 18px; }
  center.contact	{ color: black; font-size: 15px; }
  div.foot		{ font-size: 9px; text-align: center; }
  h1				{ font-size: 14px; font-family: arial; color: white; }
  td				{ font-family: arial; font-size: 12px; color: #ffffff; }
  td.directory		{ background-color: #4B636F; vertical-align: top; padding: 10px 0 0 17px; }
  td.headline		{ background-color: #ffffff; vertical-align: center; text-align: center; color: #333333; font-weight: bold; font-size: 13px; }
  td.info			{ background-color: #4B636F; vertical-align: top; padding: 10px 0 0 18px; }
  .full			{ width: 100%; }
  .formpad_top		{ margin: 5px 0 0 0; }

  /* AVAILABILITY STYLES */
  a.cal_a			{ color: white; font-size: 14px; font-weight: bold; text-decoration: none; }
  a.cal_b			{ color: #333333; font-size: 14px; font-weight: bold; text-decoration: none; }
  a.cal_view		{ color: yellow; }
  div.cal_container	{ padding: 15px; background-color: #98AFBA; color: #666666; }
  div.cal_events	{ border-bottom: 1px dotted white; margin-bottom: 2px; padding-bottom: 3px; font-weight: bold; font-size: 14px; }
  div.cal_events_b	{ font-weight: bold; color: #333333; padding-bottom: 3px; font-size: 13px; }
  span.cal_hilite	{ font-weight: bold; color: black; }
  td.cal_a_day		{ text-align: center; background-color: #4B636F; font-style: italic; color: white; font-weight: bold; }
  td.cal_a_month	{ text-align: center; background-color: #333333; font-style: italic; color: white; font-weight: bold; font-size: 13px; }
  td.cal_a_header	{ background-color: #333333; color: white; }
  td.noevents		{ text-align: center; background-color: #98AFBA; color: #333333; font-weight: bold; }
  td.filler		{ background-color: #D3DDE2; }
  td.past			{ text-align: center; background-color: #999999; color: white; text-decoration: line-through; font-weight: bold; }
  td.today		{ text-align: center; background-color: pink; color: #333333; font-weight: bold; }
  td.hasevents		{ text-align: center; background-color: #FFFFCC; color: #333333; font-weight: bold; }


  /* AUTOSUGGEST STYLES */
body
{
	position: relative;
}

div.autosuggest
{
	position: absolute;
	background-image: url(http://www.masscities.com/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	font-size: 11px; 
	font-family: arial;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(http://www.masscities.com/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(http://www.masscities.com/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(http://www.masscities.com/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(http://www.masscities.com/img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(http://www.masscities.com/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(http://www.masscities.com/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-color: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(http://www.masscities.com/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(http://www.masscities.com/img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}