/* WIMBY_GIGL Style Objects */

* {
    padding: 0px;
    margin: 0px;
}

body
  {
   margin-left: auto;
   margin-right: auto;
}

a:link, a:active, a:visited { color: blue; text-decoration: none;}
a:hover { color: red; text-decoration: none; }

html 
{
	overflow: -moz-scrollbars-none;
	overflow:  hidden;
	min-height: 100%; 
	margin-bottom: 1px; 
}

.BannerIframe
{
	height:200px;
}

.NoShow
{
	display: none;
}

.gmapbutton
{
	cursor: pointer;
}

.fmenu, .dmenu
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;

	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;

	left: 5px;
	width: 180px;

	margin: 0px;

	background-color: #ffffff;
	text-align: left;


	position: absolute;

	overflow:hidden;

}


.fmenu
{
	top: 65px;
	height: 115px;
}


.dmenu
{
	top: 190px;
	height: 400px;
}


.Trail
{
	background-color: #E2E2E2;
	text-align:left;
	position:absolute;
	top:65px;
	left:190px;
	height:20px;
}


.ResultsMain, .main
{
	background-color: #E2E2E2;
	text-align:center;
	position:absolute;
	top:86px;
	left:190px;
	
}

.main
{
	border-right: black 1px solid;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	padding-bottom: 15px;
	overflow: auto;
	overflow-X:hidden;	
	border-left: black 1px solid;
	padding-top: 0px;
	border-bottom: black 1px solid;
	display:block;
}



.SplashImfage
{

	background-color: #FFFFFF;
	border: none;
	text-align:center;
	width:100%;

	
}

.SplashText

{

	background-color: #FFFFFF;
	border: none;
	text-align:left;
	width:100%;
	height:100%;
	
}


.SearchPage, .ResultsPage, .Content, .SplashPage
{

	background-color: #FFFFFF;
	border: none;
	text-align:left;
	display : block;
}



.TaxonGroup
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;

}

.LocationsTable
{
	color: #000000;
	font-size: .6em;
	font-weight: normal;
}

.GeneralTitle
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.SearchInput
{ 
	width:80%;
	font-size:small;
}

.Radius
{
	width:36px;
}

.Splash
{
	border-bottom: black 1px solid;
	background-color: #E2E2E2;
	overflow-x: hidden;
	overflow-y: hidden;
}


.bannerdiv
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	
	background-color: #006699;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 31px;
	width: 100%;
}

.banner
{

	height: 31px;
	
}

.bannerTitle
{
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	width: 100%;

}

.SubBanner
{

	background-color: #6F6F6F;
	height: 22px;
}

.SubBannerTitle
{

	border-right: none;
	border-top: black 1px solid;
	border-left: none;
	border-bottom: none;
	
	font-weight: normal;
	font-size: 1.0em;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	width: 100%;
	padding:  4px 0px 0px 0px;

}

.tabbuttondiv
{
	text-align: left;
	background-color: #3165CE;
}

.Highlite, .NoHighlite
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
}

.NoHighlite
{
color: #0d2474;
background-color: #aaaaa0;
border-bottom:solid 1px #aaaaa0 ;
}

.Highlite
{
color: #ff0000;
background-color: #eeeee0;
border-bottom:none; 
}


.WaitPnl
{
	position: relative;
	display:block;
	background-image: url(../Images/Wait.gif);
	background-repeat:no-repeat;
	height:100px;
}

.SearchpPnl, .ResultsPnl1, .ResultsPnl2, .SearchControls
{
	border: none;
	position: relative;
	background-color:#E2E2E2;
	text-align:left;
}

.SearchControls
{
	
	 margin-left:5px;
}

.TaxonList
{
	color: #0d2474;
	font-size: 0.9em;
	font-weight: bold;

}

.GazSectionHeader
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;

}



.ResultsPnl1, .ResultsPnl2
{
	overflow:auto;
	overflow-X:hidden;
	
	margin-left:5px;
	margin-top:5px;
	text-align:left;
	height:600px;

}


.WaitPnl, .WaitPnlSpeciesList
{
	background-position: left top;
	display: block;
	font-weight: bold;
	font-size: 30px;
	background-image: url(../Images/Wait.gif);
	width: 100%;
	color: teal;
	background-repeat: no-repeat;
	position: relative;
	top: 50px;
	height: 100px;
	background-color: #ffffff;
	text-align: center;
	border: solid 5px transparent
}


.ArkiveIframe
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: #66ffff;
	border-bottom-style: none;
}

.TitleBar
{


	border: solid 1px black;
	background-color: #006699;
	text-align:center;
	font-weight:bold;
	color: #ffffff;
	padding:  5  5 0 5;
	height:25px;
}


.NavHeader,.NavDetails,.ContentHeader

{
	color: #FFFFFF;
	text-align:left;
	border:none;
	padding:  5  5 0 5;
	position:relative;
}

.NavHeader,.ContentHeader
{
	text-align:center;
	font-weight:bold;
	background-color:#6699CC;
	height:25px;
}

.NavDetails,.ContentsDetails

{
	text-align:left;
	background-color: #EEEEEE;
	height:200px;

}



.ARKive, .RecordDetails, .Map, .Organisation, .SpeciesList, .Tablinks

{
	overflow:auto;
	overflow-X:hidden;
	width: 100%;
	background-color: #EEEEE0;
	position: relative;
	text-align:left;
	border: solid 1px black;
	padding:  0  5 0 5;
	border-top:none;
}




.Tablinks
{
	border: none;
	background-color: #FFFFFF;
}

 .SpeciesList
 {
	border-bottom:none;
	border-top:none;
	background-color: #EEEEEE;
 }
 


.LocationsTable, .TableHeader, .TableClassRow1, .TableClassRow2
{
	width:100%;
	position:relative;
	color: #0d2474;
	font-size: 1.0em;
	font-weight: normal;
}

.TableHeader
{
	background-color:#f5f5f5 ;
}

.TableClassRow1
{
	background-color:#d3d3d3;
}

.TableClassRow2
{
	background-color:#ffffff;
}


.FrameHide
{
	display: none;
}


body
{
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
}

form
{
	display: inline;
}

td
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #000000;
} 

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}


b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-style: normal;
	font-weight: bold;
	}

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
	color: #333333;}

h4 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 7px;
	}

h5
{
	font-weight: bold;
	font-size: 14px;
	color: #006699;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6
{
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
