BODY, html
{
  font-family: "Verdana", "MS Sans Serif", sans-serif;
  font-size: 10pt;
  margin:0;
  padding:0;
}

H1
{
  color: #000080;
  font-size: 14pt;
  font-weight:bold;
}

h3
{
  color: #000080;
  font-size: 12pt;
  font-weight:bold;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

hr
{
	height:1;
}

.answer
{
    display: none;
}

.SubmitTable
{
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 10pt;
}

.InfoLine
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 8pt;
}

.Reviewer
{
	text-align:right;
	font-size: 8pt;
}

.LeftContent
{
	background-color: #ddddcc;
	top: 10px;
	left: 10px;
	width: 150px;
	position: absolute;
	padding: 10px;
}

.MainContent
{
	position: absolute;
	top: 160px;
	left: 192px;
	width: 750px;
	padding-bottom: 10px;
}

.MainHeading
{
	position: absolute;
	top: 10px;
	left: 192px;
	width: 750px;
}

.MainHeadingTitle
{
	font-size: 16pt;
	font-weight: bold;
}

.MainHeadingContent
{
	font-size: 10pt;
}

.Heading
{
	background-color: #eeeecc;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin-bottom: 4px;
}

.ReviewHeading
{
  font-size: 12pt;
	background-color: #eeeecc;
	font-weight: bold;
	width: 99%;
}

.ReviewHeadingMap
{
  background-color: #eeeecc;
	font-size:10pt;
	font-weight: normal;
}

.MenuBreak
{
	display:none;
}

.ReviewDivider
{
	clear:both;
	border-top: solid #C0C0C0;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
}

.NearbyPubs
{
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	font-size: 10pt;
}

.NearestTube
{
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 20px;
	font-size: 10pt;
}

.PrevNext
{
	margin-bottom: 10px;
}

div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #F9FFD8;
  color: Black;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

.tagCloud
{
  text-align: justify;
}

.tagCloud a
{
  white-space: nowrap;
}

#map
{
  width: 750px;
  height: 400px;
}

.marker {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

#map.quotes .marker {
  margin-top: -9px;
  margin-left: -9px;
  width: 16px;
  height: 16px;
  padding: 1px 3px 3px 1px;
  background: url(marker.png);
  z-index: 0;
}

.msie #map.quotes .marker {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='marker.png');
}

#map.neighborhoods .marker span {
  display: none;
}

#map.neighborhoods .marker-in-neighborhood {
  display: none;
}

#map.quotes .neighborhood-marker {
  display: none;
}

#map.quotes canvas {
  display: none;
}

canvas {
  position: absolute;
}

.reviewLink
{
  cursor: pointer;
}

.areaDescription
{
  font-weight: bold;
}

.BlogHeading
{
  font-size: 12pt;
	background-color: #eeeecc;
	font-weight: bold;
	width: 99%;
	margin-bottom: 2px;
	padding: 5px;
}

.BlogPostedBy
{
  font-size: 8pt;
  margin-bottom: 15px;
  text-align:right;
}

.BlogContent
{
  margin-bottom: 15px;
}

@media print {
  .LeftContent
  {
  	display:none;
  }

  .MainHeading
  {
  	display:none;
  }

  .MainContent
  {
  	position: relative;
  	top: 0px;
  	left: 0px;
  }
}

