﻿/* 

	File: CoreStyleSheet.css
	Purpose: The core styles that define the layout and default styles for the core template
	Created: 12-03-2008
	Updated: 12-03-2008

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/*background: transparent;*/ /*commented to allow mootools tool tips to work in IE*/
}

#BusyIndicator
{
	z-index: 1000; 
	left: 25px; 
	width: 100px; 
	position: absolute; 
	top: 150px;
	height: 100px;
}

/*

	Core Overridden Styles

*/

html, body
{
	font-size: 0.8em;
	font-family: verdana, arial, helvetica, sans-serif;
}

input, select 
{
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 1.1em;
}

img 
{
	border: none;
}
/* 

	ID styles which design the layout

*/

#container 
{
	margin: auto auto;
	width: 100%;
}

#header
{
	background-image: url(../Images/eh-doe-banner.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 83px;
}

#content-main
{

}

#footer
{

}

#content-menu 
{
	background-image: url(../Images/grad-bar-bk.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#content-menu-left 
{
	float: left;
}

#content-menu-right 
{
	float: right;
	padding-right: 10px;
	font-size: 1.2em;
}

#map 
{
	right: 280px; 
	top: 123px;
	width: 512px; 
	height: 512px; 
	position: absolute; 
	overflow: hidden;
}

/*

	Class Styles 

*/


/* 

	Sliding Menu Display

*/

#layerManagement 
{
	background-color: #DAFFB9;
}

#kwicks_container 
{
	/*
	position: absolute;
	*/
}

#kwicks 
{
	list-style-type: none;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 280px;
	height: 25px; 
	overflow: hidden;
	padding: 1px 1px;
	border: 1px solid #FFF;
}
 
#kwick_1 {background-color: #DAFF7F;}
#kwick_2 {background-color: #DAFF8F;}
#kwick_3 {background-color: #DAFF91;}
#kwick_4 {background-color: #DAFF99}
#kwick_5 {background-color: #DAFFA6;}
#kwick_6 {background-color: #DAFFA1;}
#kwick_7 {background-color: #DAFFBF;}
#kwick_8 {background-color: #DAFFB9;}
#kwick_9 {background-color: #DAFFD2;}
#kwick_10 {background-color: #DAFFD9;}
#kwick_11 {background-color: #DAFFDA;}
#kwick_12 {background-color: #DAFFE3;}
#kwick_13 {background-color: #DAFFF3;}
#kwick_14 {background-color: #DAFFFF;} 	 	 	 	 	 	 	

.clr
{
	display: block;
	clear: both;
}

/* 
	Address Search 
*/

#addressSearch 
{
	height: 300px;
}


#addressSearchHeader
{
	background-color: #DAFF7F;
	height: 20px;
}

#addressSearchHeader span.title
{
	float: left;
	font-weight: bold;
	padding: 2px 2px;
}

#addressSearchHeader span.toggle
{
	float: right;
	padding: 2px 2px;
}

#searchOptions 
{
	padding: 4px 4px;
	text-align: center;
	border-bottom: solid 1px #f5f5f5;
	clear: both;
}



#searchInput
{
	text-align: center;
	padding: 2px 2px;
}

#searchResults 
{
	padding: 2px 2px;	
}

/* 

	Identity Results

*/

#identityResults
{

}
#identityMaxResultCount 
{
}
#identityResultsList 
{
}

.quickLinks
{
}

.quickLinks h3
{
	font-weight: bold;
	margin: 3px 3px;
	border-bottom: solid 1px #f5f5f5;
	border-top: solid 1px #f5f5f5;
}
.quickLinks ul
{
	margin: 3px 3px;
	text-align: right;
	list-style-type: none;
}


/* 

	Map Legend

*/

#mapLegend 
{
    background-color: #FFF;
}

#mapLegend h3
{
	font-weight: bold;	
	padding: 2px 2px;
}
#mapLegend ul 
{
	padding: 2px 2px;	
}

.hiddenMapLegend
{
	display: none;
}

/*

*/

#accordion
{
	width: 280px;
	/* height: auto; */
	position: absolute;
	right: 0px;
	top: 123px;
	border-left: 1px solid #f5f5f5;
	background-color: #fff;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-weight: normal;
	cursor: pointer;
}
 
.element 
{
	overflow: hidden !important; 
}

.quickStart
{
	list-style-type: none;
	margin: 0px 4px;
}

.quickStart li
{
	padding-bottom: 3px;
}

.errorMessage 
{
	margin: 3px 3px;
	text-align: center;
	font-weight: bold;
}

#ScaleBar1
{
	background-color: Transparent;
	z-index: 200;
	position: absolute;
	bottom: 32px;
	left: 130px;
}

#Navigation1 
{
	background-color: Transparent;
	z-index: 200;
	position: absolute;
	bottom: 22px;
	left: 30px;	
}

#navigation 
{
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6; 
	background-color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 32px;	
	z-index: 199;
	width: 95px;
	height: 95px;
}

#scalebar
{
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6; 
	background-color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 160px;
	z-index: 199;
	width: 300px;
	height: 40px;
}

#identityProcessing
{
	margin: 3px 3px;
}

#identity 
{
	height: 300px;
}

#resultSet {
	padding: 5px 5px;
	height: 200px;
	overflow: auto;
}

#resultSet p 
{
	margin: 4px 0px 2px 0px;
}

#resultSet ul 
{
	margin: 0px 0px 0px 20px;
}

#resultSet ul li 
{

}
.hide 
{
	display: none;
}

/* Smart Address Control */
#SmartAddressControl1_content
{
	padding: 4px 4px;
}
#SmartAddressControl1_title
{
	font-weight: bold;
}
#SmartAddressControl1_gazTextSearch
{
	margin: 2px 2px;
}
#SmartAddressControl1_btnClear
{
	border: 1px solid #006;
	margin: 2px 2px;
}

/* Townlands control */
#TownLandsControl1_content
{
	padding: 4px 4px;
}

#TownLandsControl1_title
{
	font-weight: bold;
}

label { font-weight: bold; }

#TownLandsControl1_inputCounty label
{
	
}

#TownLandsControl1_inputCouncil label
{

}

#TownLandsControl1_inputTown label
{

}

#TownLandsControl1_selectCounty
{
	margin: 2px 2px;
	border: 1px solid #006;
	width: 250px;
}

#TownLandsControl1_selectCouncil
{
	margin: 2px 2px;
	border: 1px solid #006;
	width: 250px;
}
#TownLandsControl1_selectTown
{
	margin: 2px 2px;
	border: 1px solid #006;
	width: 250px;
}

/* Grid reference control */
#GridReferenceControl1_content
{
	padding: 4px 4px;
}
#GridReferenceControl1_title
{
	font-weight: bold;
}
#GridReferenceControl1_textGridReference
{
	margin: 2px 2px;
	width: 250px;
}
#GridReferenceControl1_btnZoom
{
	border: 1px solid #006;
}

/* Irish grid coordinates */
#IrishGridCoordinatesControl1_content
{
	padding: 4px 4px;
}
#IrishGridCoordinatesControl1_title
{
	font-weight: bold;
	margin-bottom: 2px;
}
#IrishGridCoordinatesControl1_textEasting
{
	margin: 0px 2px 2px 2px;
	width: 250px;
}
#IrishGridCoordinatesControl1_textNorthing
{
	margin: 0px 2px 2px 2px;
	width: 250px;
}
#IrishGridCoordinatesControl1_btnZoom
{
	border: 1px solid #006;
}

/* Long Lat Control */
#LongitudeAndLatitudeControl1_content
{
	padding: 4px 4px;
}
#LongitudeAndLatitudeControl1_title
{
	font-weight: bold;
	margin-bottom: 2px;
}
#LongitudeAndLatitudeControl1_textLongitude
{
	margin: 0px 2px 2px 2px;
	width: 250px;
}
#LongitudeAndLatitudeControl1_textLatitude
{
	margin: 0px 2px 2px 2px;
	width: 250px;
}
#LongitudeAndLatitudeControl1_btnZoom
{
	border: 1px solid #006;
}

#printContent
{
	margin-top: 5px;
}

.identityTitle
{
	font-weight: bold;
}

#TandC h1
{
	margin: 3px 10px 6px 10px;
}

#TandC h2
{
	margin: 3px 10px 6px 10px;
}

#TandC p
{
	margin: 3px 10px 6px 10px;
}

#kwickshelp
{
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}