﻿body
{
    margin: 80px 10px 10px 10px;
    background-image: url(/DataCatalogue/Images/TopBg.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-family: Arial;
    /*position:relative;*/
}

#logo
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.loginControl
{
    padding: 50px;
}


#mpContent
{
    width: 1000px;
    margin-top: 10px;
    text-align: left;
}

#footer
{
    font-size: small;
    border-top-style: solid;
    border-width: 1px;
    border-color: #FF0000;
    margin-top: 5px;
    padding-top: 2px;
}


#catalogueHeader
{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25px;
    margin-left: 206px;
    font-size: xx-large;
    height: 40px;
    width: 370px;
}

#navAlign
{
    padding-left:2px;
}

#topNav
{
    margin-top: 5px;
    background-color: #DDDDDD;
    height: 25px;
    padding-right: 5px;
    padding-top: 7px;
    text-align:left;
}

.status
{
    float: right;
    color: Black;
    text-decoration: none;
    font-size: small;
}

.status:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.mapsLink
{
    color: Black;
    text-decoration: none;
    font-size: small;
    margin-left: 15px;
    vertical-align: top;
}

.mapsLink:hover
{
    text-decoration: underline;
    cursor: pointer;    
}

.mapControlsContainerClass
{
    height:360px;
}

.selectionControlsContainerClass
{
    position:absolute;
    z-index:200;
    top:0;
    right:0;
    padding:5px;
    visibility:hidden;
    background-color: Transparent;
}    

.searchContainerClass
{
    position: absolute;
    z-index: 300;
    top: 0;
    left: 0;
    margin-left: 150px;
    width: 400px;
    height: 10px;
    visibility: hidden;
    background-color: Transparent;
    overflow: hidden;
}

.searchContainerChildClass
{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 398px;
    height: 100%;
    background-color: #6699FF;
    overflow: hidden;
    -khtml-opacity:.90;
    -moz-opacity:.90;
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    opacity:.90;        
    visibility: hidden;
    border-left: solid 1px black;
    border-right: solid 1px black;    
}

.searchControlsContainerClass
{
    border-bottom: solid 1px black;
    position: absolute;
    top: 0;
    width: 370px;
    height: 70px;
    visibility: hidden;
    padding-left: 30px;
    z-index: 1;
}

.searchLabelClass
{
    font-weight: bolder;
    margin: 0;
}

.revealContentDivClass
{
    position: absolute;
    z-index: 400;
    bottom: 0;
    height: 10px;
    width: 400px;
    text-align: center;
    font-size: xx-small;
    cursor:default;
    visibility: hidden;
}

.mapObjectContainerClass
{
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    width: 900px;
    height: 350px;
    border: solid 1px black;
}

.recordInfoContainerClass
{
    position:absolute;
    z-index:300;
    bottom:0;
    right:0;
    width: 300px;
    height: 300px;
    overflow:auto;
    background-color:White;
    border: solid 1px black;
    visibility: hidden;
}

.recordInfoAlignmentClass
{
    width: 282px;
}

.btnContainerShowResultsClass
{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: Transparent;
    height: 20px;
    width: 100px;
    /*border: solid 1px black;*/
    border-bottom: none;
    text-align: right;
    padding-right: 5px;
    cursor: default;
}

.busyLoadingImageClass
{
    position: absolute;
    right: 205px;
    bottom: 4px;
    background-color: Transparent;
    height: 20px;
    width: 20px;
    visibility: hidden;
    /*border: solid 1px black;*/
}

/*
.clickable
{
    color: Black;    
}

.clickable:hover
{
    color: #E9D5FF;
}

.notClickable
{
    color: #CCCCCC;    
}
*/
.displayResultsBtns
{
    width: 45px;
    height: 20px;
    font-size: smaller;
}

.resultsContainer
{
    position: absolute;
    top: 0;
    margin-top: 85px;
    padding-left: 5px;
    width: 392px;
    height: 162px;
    overflow:auto;
}

.result
{
    font-weight: bolder;
    font-size: 10px;
    /*font-family: 'Courier New' , Courier, monospace;*/    
}

.result:hover
{
    text-decoration: underline;
    cursor: pointer;
    color: #FFFF00;
}

.reduceBlockSpacing
{
    margin: 5px 0 15px;
}

.userSupport
{
    margin-top: 15px;    
    font-size: smaller;
}

#tblRecordInfo
{
    width: 100%;
	border-collapse:collapse;

}

#tblRecordInfo td
{
	margin:0;
	border-bottom: solid 1px white;
    font-family: Verdana;
    font-size: 8pt;
}

#tblRecordInfo thead td
{
    background-image: url(Images/1TopBNNERBG.gif);
    background-repeat: repeat-x;
    border-style: none;
    margin: 0;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    position: relative;
    height:20px;
}

#tblRecordInfo .nameColHead
{
	background-image: url(Images/2DarkGreyBannerBg.gif);
	background-repeat: repeat-x;
	color: White;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
	text-align:right;
	padding-right:5px;
}

#tblRecordInfo .valueColHead
{
	background-image: url(Images/2DarkGreyBannerBg.gif);
	background-repeat: repeat-x;
	color: White;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
	text-align:left;
	padding-left:5px;
}

#tblRecordInfo .nameCol
{
	background-image: url(Images/3LightGreyBannerBgLEFT.gif);
	background-repeat: repeat;
	text-align:right;
	padding-right:5px;
}

#tblRecordInfo .valueCol
{
	background-image: url(Images/3LightGreyBannerBgRIGHT.gif);
	background-repeat: repeat;
	text-align:left;
	padding-left:5px;
}

#imgCloseButton
{
    position:absolute;
    top: 0;
    right: 0;
}

#tblContactDetails
{
    width: 100%
}

#imageContactUs
{
    text-align:center;
}

.addressCell
{
    text-align:right;
}

h2
{
    color: Navy;
    font-size: xx-large;
    font-family: 'MS Sans Serif';
}

h3
{
    font-family: 'MS Sans Serif';
    font-size: x-large;
    color: #3399FF;
}

p, li
{
    font-family: Arial, Helvetica, sans-serif;
}

h3 a
{
    text-decoration:none;
    color:#3399FF;
}

h3 a:hover
{
    text-decoration: underline;
}

.FieldDescription
{
	font-family:Arial;
	font-size:8pt;		
	font-weight:bold;
	margin-left:5px;
	
}
.FieldHeading
{
	font-family:Arial;
	font-size:11pt;		
	text-decoration:underline;
	font-weight:bold;
	margin-left:100px;
	
}

.egText
{
	margin-left:5px;
	font-family:Arial;
	font-size:7pt;		
	font-style:italic;
}
.textBoxStyle
{
	font-family:Arial;
	font-size:8pt;		
	background-color:#f3f3f3;
}
.SearchContainer
{
	
	margin-left:25px;
	height:350px;
	width:400px;
	background-color:#ffffff;
	position:absolute;
}
.SearchResultLink
{
	margin-left:5px;
	font-family:Arial;
	font-size:9pt;		
	
}
.divalt
{
	background-color:#f3f3f3;
	
}
.divorig
{
	background-color:#CCCCCC;
}
.SearchResultSpan
{
	cursor:pointer;
	margin-left:5px;
	background-color:#5D7B9D;
	color:White;
	font-weight:bold;
	padding:2px;
	font-family:Arial;
	font-size:9pt;		
	
}
.SearchResultLinkItem
{
	margin-left:5px;
	font-family:Arial;
	font-weight:bold;
	color:Black;
	font-size:9pt;	
}

.alignLabel
{
    width:120px;
    float:left;
    margin-left:5px;
}

.alignSearchBar
{
    float:left;
    position:relative;   
}

.alignResetButton
{
    position:absolute;
    width:58px;
    right:0px;
    bottom:0px;
    text-align:right;
}

.searchContainerClassLS
{
    position: absolute;
    z-index: 300;
    top: 0;
    left: 0;
    margin-left: 50px;
    width: 400px;
    height: 10px;
    visibility: hidden;
    background-color: Transparent;
    overflow: hidden;
}

