/* -----------------------------------------------------------------------------
//
// Module Name:    stc_v26.css
//
// Description:    Styles supporting the rbwm Implementation.
// Created by:     Mike Saunt
// Copyright:      © 2005 Astun Technology Limited
//
// -----------------------------------------------------------------------------
//
// Modification History:
//
// Version  Date        Modifier			Issue	Description
//   001    20/06/2005  Mike Saunt				Initial version.
//
// -----------------------------------------------------------------------------
*/

@import url(../atDefault_v26.css);



body {
	margin:0;
	max-width:100%;
	min-width:0;
}

#widthContainer 
{
	margin:0 auto 8px;
	width: 100%;
	max-width:950px;
	min-width:780px;
}

#atMapWrapper #atMapSourceTitle {
	position: relative;
	color: black;
	top: 0.4em;
	font-size: 1em;
	width: 450px;
	float: right;
	left: 0;
	text-align: right;
	
}

/* Top Items */
#atTop { background-color: #D8EFFD;}

/* Map Area */
#atMapPanel {width: 520px;}

#atMapImageFrame{width: 520px; position: relative;}
#atMapImageFrame #atMapImage{width: 100%;}

DIV.infoResult {background-color:#F5F5F5;}

#atMapSlider {top:100px;}
#atSandTimer {height: auto;}

#atTextDisplay
{
	width: auto;
	float: left;
	font-size:0.9em;
	background-color:#D8EFFD;
}
#atToolbarDiv
{
	margin-bottom:3px;
}

#atToolbar
{
	left: 200px;
	display:inline-block;
}

.atLayerDiv li a:hover
{
	color:blue;
}

.tblResults
{
	width:530px;
}
.TableHeaderRow
{
	background-color:#3B4C73;
}


/* Panel Menu */
#atPanelMenu 
{
	float:right;
	width: 235px;
	
}

#atPanelMenu .atGroupLayersTick{
display: none;}
#atPanelMenu .atOpenCloseCheckBox{
margin-right: 0.5em;
}
#atMapWrapper #atPanelMenu .atLayerDiv table {
border-collapse: collapse;
}
#atMapWrapper #atPanelMenu .atLayerDiv td{
width: 223px ;
}

.atLayerDiv td.atAlt1
{
	width:25px;
}

.atLayerDiv td.atAlt0
{
display: none;
}

.panelspanheader /* header */
{
	/*added to ensure hyperlink full width*/    
    cursor:pointer; /*hand doesn't work in firefox!*/
	background-color:#3B4C73;
	display: block;
	border-color: #3B4C73;
    font-weight:normal;
    font-size:0.9em;
   	padding: 2px;
	margin-top: 1px;
	width:225px;
}
* html .panelspanheader
{
    width:225px;
}
.atPanelContent /* content */
{
    width:223px;
}

#atHelpPages
{
	float:right;
	padding: 4px;
	right:5px;
	width:auto;
}



/* These are the map navigation DIVs on the page */
#atNavFrame 
{
	position: relative;
	z-index: 999;
}

/* end navigation divs */
