/* -----------------------------------------------------------------------------
//
// Module Name:    rbwm.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);


/* odd width problem in this element on map page*/
.internal-systems {
	overflow: hidden;
}


#atMap {
  margin-left:20%;
	position: relative;
	zoom: 1;
}

#atMap h1  {color:#000000;
font-size:1.7em;
font-weight:normal;
margin-right:100px;}

.atGroupLayersTick
{
  margin-left: 3px;
  top: -3px;
  margin-bottom: 4px;
}
#atMapTip
{
margin-top: 37px;
margin-left: 2px;
}

#atToolbar {
	position: relative;
	left: -5px;
	top: 0;
}

#atMapImageFrame {
	border: 0;     
  margin-top: 0px;   
  position: relative;
}

#stlights
{
	width:200px;
	height:500px;
	display:block;
	background-color:transparent;
	float:left;
	padding:5px;
	margin: 0 10px 0 0;
/*	position:relative;*/
}

table.tblResults
{
	width:99%;
}

.RTRow
{
  font-size: 1.0em;
}
.TableHeaderRow
{
	background-color:#006633;
}
DIV.infoResult {
	background-color:#F5F5F5;
}

.panelspanheader /* header */
{
	background-color: #606;
    border  : 0;
    font-size:1.0em;
}

.atPanelContent {
	border: 0;
}
.atLayerFieldSet {
	padding-top: 4px;
}

.atOpenCloseCheckBox{
	margin-right: 3px;
}
