/* -----------------------------------------------------------------------------
//
// Module Name:    iShareMapsPrint.css
//
// Description:    Styles supporting the Printing for Halton Implementation.
// Created by:     Mike Saunt
// Copyright:      (c)2005 Astun Technology Limited
//
// -----------------------------------------------------------------------------
//
// Modification History:
//
// Version  Date        Modifier			Issue	Description
//   001    20/06/2005  Mike Saunt				Initial version.
//
// -----------------------------------------------------------------------------
*/


@import url(atInfo_v26.css);

body
{
	margin: 0;
	padding:0;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.atPrintItems
{
	visibility:visible;
	border:none;
}

#atMapSourceTitle
{
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
}
#atLogo
{
	position:absolute;
	display: block;
	left:50%;
	top:0px;
}
.atLinkCell
{
	visibility:hidden;
	display:none;
}
.atInfoCell
{
	font-size:xx-small;
}
.atFieldCell
{
	align:right;
	font-size:xx-small;
	font-weight:bold;
	width: 60px;
}

.atSearchLink
{
	display:none;
	visibility:hidden;
}

#atPrintTitle
{
	visibility:hidden;
	display:none;
}

#atTextDisplay
{
	position:absolute;
	top:25px;
	width: 50%;
	visibility:hidden;
	font-size:x-small;
}
/* Map Area */
#atMapPanel {
   float:left;
   display: inline-block;
}

#atMapWrapper{
	visibility:visible;
	background-color:red;
}
#atMapImageFrame
{
	top:100px;
	height:400px;
	width:500px;
	float: left;
}
#atMapImageFrame
{
	height:400px;
	width:500px;
	float: left;
}
#atMapArea
{
	position:relative;
	text-align:center;
	top:100px;
}
#atResultsFrame
{
	position:relative;
	display:inline-block;
	float:left;
	height: 100%;
	width:100%;
	margin-top: 20px;
}
#atHelpPages
{
    display: none;
}

#atPoweredBy
{
	position:absolute;
	right:0px;
	top:0px;
}

#atCopyright
{
	position:absolute;
	display:block;
	top:60px;
	left:0px;
	width:100%;
	font-family:Verdana,Arial, Sans-Serif;
	font-size:xx-small;
}

#atChangeMapSize
{
	display:none;
}
#atPanelMenu
{
	display:none;
}

#atToolbar
{
	display:none;
}

#atHiddenControls
{
	display:none;
}
