﻿/* WhatPub.org styles */

/* Shared styles */

body
{
	font-family: Verdana, Helvetica, sans-serif;
}

img
{
	border: 0;
}

a.Link1:link
{
	color: Yellow;
}

a.Link1:visited
{
	color: White;
}

/* Generic styles */

.SearchBody
{
	color: white;
	background-color: #6666e3;
	font-size: 16px;
}

.SmallText
{
	font-size: 13px;
}

.TextBox
{
	background: white;
	color: black;
	font-size: 13px;
}

.PopupText
{
	color: black;
	font-size: 16px;
	text-align: center;
}	

/* Search Results */

.RealAlePubHeading
{
	font-size: 26px;
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	clear: left;
}

.RealAlePubLink
{
	color: #FFFF99;
	font-size: 16px;
	font-weight: bold;
}

.RealAlePubDescription
{
	font-size: 13px;
}

.ResultsThumbnail
{
	float: left;
	border-style: solid;
	border-color: White;
	border-width: 1px;
}

.NoRealAlePubHeading
{
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	clear: left;
}

.NoRealAlePubLink
{
	font-size: 13px;
	font-weight: bold;
}

.NoRealAlePubDescription
{
	font-size: 11px;
}

.Beers
{
	color: #FF99FF;
}

.HotNews
{
	color: #FFCC00;
	font-weight: bold;
}

.PagerNormal
{
	font-size: 16px;
	color: White;
}	

.PagerCurrent
{
	font-size: 16px;
	color: Yellow;
}	

/* HTML Guide Classes */

.PubBody
{
	font-size: 13px;
	color: Black;
	background: White;
}

.PubTitleTable
{
	background-color: #BCC0F5;
	width: 100%;
}

.PubHyperlink img
{
	width: 50px;
	height: 50px;
}

.PubSmallText
{
    font-size: 11px;
}

.PubTitle
{
	font-size: 24px;
	font-weight: bold;
}

.PubName
{
	font-size: 24px;
	font-weight: bold;
	color: Blue;
}

.PubBeers
{
	color: #228822;
	font-weight: bold;
}

.PubPicture
{
	padding-left : 8px; 
	padding-bottom: 8px; 
	border: solid 1px black;
	float: right;
}

/* Google map marker link */

.ResultsMarkerLink
{
	font-size: 13px;
	color: Blue;
}

.ResultsMarkerText
{
	font-size: 11px;
	color: Black;
}

