/* ----- ??? these in standard CSS ??? ----- */

.errorMessage 	{ color: #AA0000; }
.debug		{ color: #aaaaaa; }
.main { font-weight: bold; }
p.pubmed { 
    text-align: right; 
    padding-top: 10px; 
}


/* ----- SITE NAVIGATION ----------------------- */
.navigation
{
	background-color: #e4e4e4;
}
html:not([lang*=""]) .navigation p
{
	margin-bottom: 0;		/* FF needs this - have to hack */
}




/* ----- MAIN PAGE DIVISIONS -------------------- */



/* ----- REMEDY NAMES -------------------------- */
#remedy-names
{
	margin-bottom: 25px;
}
#remedy-names p 	
{ 
	/*margin: 3px; */
}
#remedy-names h6
{
	padding-left: 20px; 
	padding-bottom: 0px;
margin-top: 5px;
}
#remedy-names h6.comments
{
	padding-left: 0; 
}
/*
#remedy-names p.comments 	
{ 
	margin-top: 10px; 
}
*/
/* ----- NAME FORMATTING ----------------------- */
p.acceptedName span.binominal
{ 
	font-weight: bold;
}
p.taxonomicSyn, p.familyName
{ 
	/* text-indent: 20px; */
	padding-left: 20px; 
	margin-bottom: 0;
}
span.binominal, span.infraspecies
{ 
	font-style: italic;
}
span.remedyName
{ 
	font-weight: bold;
	/* font-variant: small-capitals; */
}

span.showuser:hover
{
    background-color: #fff;
}


/* ----- REMEDY lIST --------------------------- */
/*
#remedy-list
{
	float: left; 

	background-color: #f2f2f2;

	padding: 0px;
}
*/
#remedy-list form
{
	width: 140px;
padding: 0;
margin-left: 10px;
}
#remedy-list fieldset
{
	width: 140px;
	border-width: 0;
}
#remedy-list input, #remedy-list select
{
	width: 140px;
margin: 0;
/*
	margin-right: 12px;
	margin-left: 12px;
*/
}
#remedy-list input
{
	margin-bottom: 12px;
}
#remedy-list label
{
	font-weight: bold;
	display: block;
	padding: 5px 12px;
	color: #015B28;
	/*
	background-color: #e4e4e4;
	background-image: url("http://www.nhm.ac.uk/includes/css/generic/images/curve-top-contrast.gif");
	background-position: top right;
	background-repeat: no-repeat;
	*/
}


/* ----- REMEDY -------------------------------- */
#remedy, #results
{
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #f2f2f2;		/* hide white subPanel border - IE lets margins extend beyond it so looks dodgy */
}


/* ----- REMEDY DATA --------------------------- */
/* !! DISABLED IN APP AT PRESENT !! - no data for most taxa - miks - 01/2007 */
#remedy-data
{

	float: left;
	width: 270px;
	margin-bottom: 25px;
}
#remedy-data p
{
	margin-top: 0;
}

/* ----- REMEDY IMAGE -------------------------- */
#remedy-image 
{ 
	width: 272px;
	margin-bottom: 25px;
	margin-right: 25px;
	background-color: #e4e4e4;
	padding-bottom: 5px;
	margin: auto;
}
#remedy-image img
{ 
	padding: 0;		/* remove default padding for image in subPanel */
	margin-bottom: 10px;
}

.image p
{
	margin: 10px;
	margin-bottom: 10px;
}
.reference .title
{
	font-style: italic;
}
p.credits, p.reference 
{
	font-size: 0.9em;
}


/* ----- IMAGE SELECTOR ------------------------ */
#image-selector
{
	overflow: visible;
	margin-top: 25px;
/*
	width:240px;
	float: right;
*/	
	white-space: nowrap;
	margin-bottom: 25px;
}
#image-selector .image
{
	float: left;
	width: 100px;
	margin-left: 10px; 
	_margin-left: 5px;  /* hack for IE */
	margin-bottom: 15px;

}
#image-selector img
{
	padding: 0;
}

.clearleft
{
    clear: left;
}
/*.odd { clear: both; }*/

#image-selector h6
{
        /* margin-left: 20px; */
	margin-bottom: 10px;
	padding: 5px;
	background-color: #e4e4e4;
	clear: both;
}
#image-selector h6 i span
{
    font-weight: normal;
}

/* ----- image hover behaviour ----- */
#remedy-image a img
{
	border: 1px solid #e4e4e4;
}
#image-selector a img
{
	border: 1px solid #f2f2f2;
}
#remedy a img:hover
{
	border: 1px solid green;
}

/* for letter codes key */
#letter-codes-key
{
    /* padding: 10px; 
    width: 150px;
    border: 1px solid #747474; */
}
dl
{
padding: 10px;
}
dt
{
    font-weight: bold;
    display: inline;
    float: left;
}
dt:after
{
    content: " - ";
}
dd
{
    margin-left: 2em;
}

/* ----- ENLARGED IMAGE ------------------------ */

#image
{
	margin: auto;
}
#image img 
{
	float: none;
	padding: 0;
}



/* ----- SEARCH FORM --------------------------- */
/*
form#search
{
	width: 400px;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 15px;
}
form#search #searchterm
{
	width: 200px;
	
}
*/
form#search fieldset
{
	border-width: 0;
	margin-bottom: 10px;
	text-align: right;
}



/* ----- SEARCH RESULTS ------------------------ */
caption
{
	text-align: left;
	padding-bottom: 10px;
}
table
{
	margin-bottom: 15px;
}
#backToList
{
    float: left;
}

/* ----- REMEDY NAVIGATION --------------------- */
/* CHANGE TO USE IMAGES */
div.menu 
{
	float: right; 
	font-weight: normal;
	padding: 0px 3px;
}
a#first
{
	padding-right: 20px;
	padding-left: 20px;
}
#page-container p.search-legend
{
    padding-top: 10px;
    clear: both;
margin-bottom: 5px;

}

/* CHANGE TO USE IMAGES - so this should not matter */
div.menu a, div.menu a:hover
{
	text-decoration: none;
}
div.menu a:link:hover, div.menu a:visited:hover
{
	text-decoration: underline;
}





