/* styles for AlgaeVision project website */

.selfClosedAnchor_Fix 	/* hides anchors with spaces as content (necessary until we stop Rx/eWebEditPro from self-closing a-tags) - miks */
{ 
	display: block; 
	line-height: 0px; 
}

#panel-one td { padding: 10px; }	/* ensure appropriate padding on detail page - would not be nec if using divs rather than layout table - miks */

#algvImage-fullsize { display: block; margin: 15px auto; }	/* centre large image */

input.mainInputWidth
{
    margin-left: 140px;			/* fix button alignment - search forms are a bit dodgy... */
}
#column-a       /* fix to ensure space for toolbox */
{
    float: left;
}



