/* Main stylesheet for menudb.ca */

/* Padding for the main white area of each page */
.content {
	padding: 20px 12px 12px;
}

/* Tip space below bottom menu bar */
.ltab {
	margin-bottom: 10px;
}

/* Dashed border for mtab rows */
.listborder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

/* Extra space for reviews */
.rborder {
	padding-top: 8px;
}

/* Boxes on /e/main */
.mainbox {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* Padding below map controls */
.mpt6 {
	padding-bottom: 10px;
}

/* Section headings */
h1.secttitle {
	font-family: sans-serif;
	font-size: 19px;
}

h2.secttitle {
	font-family: sans-serif;
	font-size: 15px;
}

/* Restaurant name text on /e/view */
h1.rtitle {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

/* Map control border */
.mcb {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/* Normal font */
.tplain {
	font-family: sans-serif;
	font-size: 12px;
}

/* Small font */
.ttiny {
	font-family: sans-serif;
	font-size: 10px;
}

/* Medium font */
.tmed {
	font-family: sans-serif;
	font-size: 14px;
}

/* Medium font for phone */
.tphone {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
}

/* Font colours */
.cblack { color: #000000; }
.cred { color: #ff0000; }
.cblue{ color: #1849b5; }
.cgrey { color: #666666; }

/* Change the mouse pointer to the finger */
.pointer {
	cursor: pointer;
	text-decoration: underline;
}

/* mtable heading */
.mthead {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* mtable restaurant title */
.mttitle {
	font-family: sans-serif;
	font-size: 16px;
}

/*  Redalert link */
.redalert:visited, .redalert:active, .redalert:link, .redalert:hover
{
	color: #FF0000;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}

/* Round corners */
b.rtop, b.rbottom{ display: block; background: #d5dff3 }
b.rtop b, b.rbottom b{ display: block; height: 1px; overflow: hidden; background: #1849b5 }
b.irtop{ display: block; background: #1849b5; border-top-style: solid; border-top-color: #1849b5; border-top-width: 3px; }
b.irbottom{ display: block; background: #1849b5; border-bottom-style: solid; border-bottom-color: #1849b5; border-bottom-width: 3px; }
b.irtop b, b.irbottom b{ display: block; height: 1px; overflow: hidden; background: #ffffff }
b.r1{ margin: 0 5px }
b.r2{ margin: 0 3px }
b.r3{ margin: 0 2px }
b.rtop b.r4, b.rbottom b.r4{ margin: 0 1px; height: 1px }
b.r5{ margin: 0 1px }

/* nav: Top & bottom navigation bars (blue) */
.nav { /* Non-links */
	width: 780px;
	background: #1849b5;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
}

.nav a { /* Links */
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.nav a:hover {
	text-decoration: underline;
}

/* Text alignment in top & bottom bars */
.navtop { text-align: left; }
.navbottom { text-align: right; }

/* Large text on /e/main */
.mainlg {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Inline form */
.finline {
	display: inline;
}

/* Loading notification */
.bball { margin-bottom: -2px; }
div.floatlayer {
	position: fixed;
	left: 43%;
	top: 0px;
	background-color: #FFF1A8;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 11px;
	cursor: pointer;
	display: none;
}
