/* -----------------------------------------------------------------------------
//
// Module Name:    ebc_v30.css
//
// Description:    Styles supporting the Elmbridge Implementation.
// Created by:     Mike Saunt
// Copyright:      © 2007 Astun Technology Limited
//
// -----------------------------------------------------------------------------
//
// Modification History:
//
// Version  Date        Modifier			Issue	Description
//   001    03/10/2007  Mike Saunt				Initial version.
//
// -----------------------------------------------------------------------------
*/


@import url(../atDefault_v26.css);

#atMapWrapper
{
	float:left;
	position: relative;
	
}


#atMapImageFrame {
	position:relative;
}

#atMapWrapper #atMapTip{
	margin-top: 93px;
	font-size: 0.9em;
}


#atMapTip .infoTipResult{
	margin:0px 5px 0px 10px;
}

#atMapTip #atTip {
	margin: 0;
}
 
#atMapWrapper #atMapImageFrame #atDragDiv {
	margin-top: 2px;
}

.tblResults
{
	width:99%;
}
.RTRow
{
	width:99%;
	font-size:1.2em;
}
#atMapSourceTitle
{
	visibility:hidden;
	left:auto;
	right:20px;
	top:190px;
	width:auto;
	text-align:right;
	position:absolute;
	font-size: x-large;
	font-weight:bold;
	/*color: #0066B3;*/
}

.TableHeaderRow
{
	background-color:#2D6B42;
	color:White;
}
DIV.infoResult {
	background-color:#F5F5F5;
}

.panelspanheader /* header */
{
    color:white;
    background-color: #2D6B42;
    border-color: #2D6B42;
    font-size:1.0em;
}

.atPanelContent 
{
  border-color: #2D6B42;
}
