/* tags */

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: small;
    font-family: Arial, sans-serif;
}

a {
    font-weight: bold;
    color: #0072bc;
}
a:active {color: #f00}
a:hover {color: #f00}
a:visited {color: #0072bc}

img {border: none}

table {
    width: 100%;
    /* force the text to wrap in the table cells to avoid it disappearing off the side of the screen on certain devices */
	table-layout:fixed;
	word-wrap: break-word; /* CSS3 proerty but supported by webkit, FF>3.5 and IE>ie6 */
    text-align: center;
}

td {
    padding: 5px;
    text-align: center;
}

#gm-wboard {
    color: #333;
    background-color: #fff;
}

#gm-title, #gm-desktop {
    color: #333;
    background-color:#eee;
}

#gm-desktop, #gm-desc, #gm-logo {
    text-align: center;
}

#gm-title {
    font-size: 1.5em;
	min-height: 24px;
	padding: 0px 0px 2px 0px;
}

#gm-title td{
    padding:0px;
}

#gm-desktop {
	padding: 2px;
	font-size: 1em;
}

#gm-desktop a {
	color: #333;
    text-decoration: none;
}

#gm-desc {
    padding: 5px;
}

#gm-logo {
    padding-bottom: 5px;
}

#gm-logo img {
	max-width:100%;
}

.label {
    text-align: center;
    font-weight: bold;
}
.inactive_label {
    text-align: center;
    color: #aaa;
    font-weight: bold;
}

.ads {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 5px;
}

.error {color: red;}

#gm-middle {
	margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.clear {clear:both}

#gm-contact {
    border: 1px solid #ddd;
    padding: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    border-radius:8px;

    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#share_with, div#share-h {
	width: 100%;
	text-align:right;
	height: 15px;
}

div.coupon-share div#share-h {
	text-align: inherit;
	margin-top: 5px;
}

#gm-footer, #gm-contact {
    text-align: center;
    font-size: 70%;
    background-color: #eee;
    padding: 6px;
}

#gm-footer div {
    margin: 5px;
}

/* dotMobi IM footer */

.imz_dotmobi {
	margin:0px;
	padding:2px;
	background-color: #333;
	color:#fff;
	font-size:0.8em;
    text-align: center;
}

.imz_dotmobi SPAN {
	color: #6cc !important;
}

.imz_dotmobi A,
.imz_dotmobi A:link,
.imz_dotmobi A:visited
{
	color: #fff !important;
	text-decoration:none;
}

/* hide addthis.com div that is inserted by the addthis.com script*/
#atffc{
    display:none;
}

#gm-wall {
    background-color: #fff;
}

#gm-fmobile {
	background-color:#666;
}

#gm-fmobile #gm-wall {
    width: 320px;
    margin:0 auto;
    border: 1px black solid;
}

#imz_analytics {
	height: 1px;
	line-height: 1px;
	font-size: 0;
}

#share_with {
	margin-top:10px;
}

.event {
	border-bottom:1px solid gray;
	padding:10px 0;
	font-weight: normal;
}

.start_date, .event_title, .event_desc, .event_location {
	display:block;
}

.start_date {
	font-style: italic;
}

table#share-h {
	float:right;
	width:inherit;
}

table#share-v {margin-left: auto;margin-right: auto;width:inherit;}

table#share-v td {text-align:left;}
table#share-v td img, table#share-v td input {vertical-align:middle}
table#share-h td {width:20px;padding:0}
div.share-edit input.share-edit{width:80%;}
div.share-edit textarea.share-edit{width:100%}

a.icp_number {
    font-weight: normal;
    text-decoration: none;
	color: #333;
}

a.icp_number:active, a.icp_number:hover {text-decoration:underline}

.title_button{
	width:30px;
}
.title_button img{
	vertical-align:middle;
}

#back_link_footer{
	padding: 0px 0px 5px 5px;
}

.back_link_footer a{
	color:#000000;
	font-weight:normal;
}

#app_container {
    background: #eee;
    color: #333;
    border: 1px solid #ddd;
    font-family:arial;
    font-size:20px;
    padding:5px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-left: auto;
    margin-right: auto;
    word-wrap:break-word;
}

#boldoff {
	font-weight:normal;
}

.app_label {text-align:center;
            margin-bottom: 15px;}

#app_inner {margin:5px;
        font-size:14px;}

#list {
    border-bottom: 1px solid #333;
    font-size: 120%;
    font-weight: bold;
    list-style: none;
    margin: 0px;
    padding: 8px 8px 8px 10px;
    position: relative;
    text-align:left;
}

ol, ul {padding-left:1.5em;}
span.time {float:right;}
span.open, div.open {color: green;}
span.closed, div.closed {color: red;}
span.note {font-size:70%; /*color: rgb(140, 140, 140);*/}

div.open, div.closed {text-align:center;font-size: 120%;font-weight:bold;}


#compass {
    border: 1px solid #ddd;
    padding: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    border-radius:8px;

    width: 64px;
    margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;

    text-align: center;

    background-color: #eee;
}

.findus-map{
	width:100%;
}

.bold{
	font-weight:bold;
}

/* Reviews app */
.review {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.review_by {
  font-size: 13px;
}
.review_stars {
  color: #FFD700;
}
.review_stars_inactive {
  color: #ccc;
}
.review_read_more {
  text-align: right;
}
.review_site_icon {
  float: left;
  margin: -4px 5px 0 0;
}

