h1
{
	font-size: 1.8em;
}


.for-robots
{
	visibility: hidden;
	float: right;
}

#microsite-body
{
	width: 680px;
}


/*----- search forms ---------------------------------------*/


legend
{
	padding-left: 15px;
}
fieldset.multiInline label
{
	vertical-align: middle; 
}
fieldset.multiInline input
{
	vertical-align: baseline;	/* this does not align correctly in IE */
}
fieldset.multiBlock label
{
	display: block;
	width: 50%;
	vertical-align: text-bottom;
}
fieldset.multiInline label.main
{
	width: 36%;
	text-align: right;
}
fieldset.multiBlock label.main
{
	padding: 10px;
	display: block;
}
form#search
{
	border: 0px solid green;
	width: 500px;
	margin: auto;
	background-color: #f2f2f2;
	padding-top: 15px;
	background-image: url(/css/generic/images/curve-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
fieldset.buttons
{
	text-align: right;

	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #747474;
	margin-right: 25px;
	margin-left: 25px;
}
fieldset.buttons input
{
	width: 20%;
}

#options .partialInputWidth2
{
	margin-right: 20%;
	width: 40%; 		/* have to do this for #options only because IE is too **** buggy!  */
}

/* fix browser bugginess - ugh! */
#taxon .partialInputWidth2
{
	margin-right: 0;		/* fix IE bugginess - as usual... sigh... */
}

#search select
{
	_margin-left: 3px;		/* fix IE bugginess - as usual... sigh... */		
}

fieldset.includeInfraSubspecific input
{
	margin-top: 4px;		/* fix checkbox alignment for FF... */
	_margin-top: 0;			/* and re-hack for IE...
}
fieldset.multiInline input
{
	 _height: 15px;			/* fixes IE radio alignment - but not FF */
			
}
/* END fix browser bugginess - ugh! */



/*----- list page ----------------------------------------*/

/* textmenu needs this so current link not coloured - ADD TO CENTRAL STYLESHEET */
a { color: #000; }					/* page/nhm.css */
a:link, a:visited, a:active { color: #015B28; }		/* sectional */

#page-container div.textmenu
{
	background-color: #f2f2f2;
	padding: 5px;
}

#page-container div.textmenu p
{
	float: left;
	font-weight: bold;
}

div.textmenu ul
{
	display: inline;
	text-align: left;
}
div.textmenu ul li.firstItem
{
	margin-left: 25px;
}

div.image		/* prob unnec - use or adjust galleryTable class */
{
	width: 140px;
	position: relative;
	text-align: center;
}
table.galleryTable_ms p
{
	padding: 10px 10px 0 10px;
}


table.galleryTable_ms td 
{ 
	background-color: #f2f2f2; 
	padding: 14px;
}

table.galleryTable_ms .glyph, div.images .glyph
{
	position:absolute;
	top: 3px;
	left: 3px;
}

#sexes			/* menu above taxon search output */
{
	float: right;
	margin: 0px;
	padding-top: 5px;
	overflow: hidden;
}
#sexes p
{
	padding-bottom: 0px;
}


#microsite-body div.textmenu ul
{
	margin-left: 10px;	/* this is necessary because the rules for textmenu need to be more specific - if in microsite-body the UL gets 30px left-margin */
}

/* fix dodgy FF table rendering */
td.both
{
	width: 50%;
}

/*----- taxon/specimen page ----------------------------------------*/


#microsite-body.specimen, #microsite-body.taxon 
{
	width: 720px; 		/* WHY does IE want this on this page only?? it is applied by a class already and FF has no probs */
}

#microsite-body ul
{
	margin-top: 5px;
}
#microsite-body h4
{
	padding-bottom: 0;
	margin-top: 15px;
}
#microsite-body h3
{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*----- taxon/specimen page images ---------------------------------*/
div.images
{
	margin-left: 15px;
	width: 310px;
	float: right;
	padding: 5px 0px; 
	background-color: #f2f2f2; 
}
div.images h5
{
	clear: both;
	margin-left: 10px;
	padding-top: 25px;
}
div.images h5.firstItem
{
	padding-top: 0px;		/* adjust above rule for first H5 in images DIV */
}
div.images div.image
{
	display: inline;		/* fixes IE double margin float bug - miks */
	float: left;
	height: 140px;
	margin: 5px 0px 5px 10px;
}

.specimen p
{
	margin-top: 15px;
}


/*----- specimen page images DIV ---------------------------------*/
.specimen .images
{
	background-color: #fff;
	width: 360px;
	padding-top: 0px;
}
/* FF needs next bit for some reason... */
.specimen .images div.image
{
	float: none;
	display: block;
	margin-bottom: 15px;
}



/*----- taxon/specimen page data ---------------------------------*/
div.data
{
	float: left;		/* is this requried?? - YES - or IE refuses to enclose long images DIV */
	width: 390px;
}
div.data ul li
{
	margin-left: -10px;
}

.specimen div.data
{
	width: 330px;
}

/*----- adjust default tab styles -----------------------*/
div.tabContent
{
	padding: 0;
	background-color: #fff;
}


/*----- fixes -------------------------------------------*/
.imgColsFloatFix
{
	clear: both;	/* left-side images on taxon page need to clear images in previous row in case l/h one taller than the other and prevents first image of next row moving left-wards correctly */
}



