﻿
/* 
TODO: This css is just a quick fix for rendering a reasonably good-looking print page
in the tiptarget view. 
*/
.dialog-top,
.dialog-center,
.dialog-bottom,
#header,
#top-menu,
#subheader,
#special-options,
#pre-footer,
#footer,
div.special-commands-container,
div.bottom-commands,
div.tiptarget-locate div.center h2,
div.tiptarget-locate div.center p,
div.image-navigation,
a.print
{
	display: none;
}

#main
{
	border-style: none;
}

div.tiptarget,
div.map-container
{
	border-bottom: dashed 1px #aaa;
}
div.tiptarget
{
	margin-bottom: 3.5em;
	padding-bottom: 2.5em;
}

div.map-container
{
	display: block;
}

span.rating img
{
	vertical-align: baseline;	
}
