@charset "utf-8";
/* CSS Document */

#pageLinksTable
{
	position: relative;
}

#pageLinksTable td {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	/*vertical-align:baseline;*/		/*Im a little undecided about this at the mo.*/
	
}

#tableContainer{
	position:relative;
	width:625px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#selectionTable{
	position:absolute;
	top:0px;
	left:0px;
	width:260px;
	height:auto;
}
#outputTable{
	position:absolute;
	right:0px;
	top:0px;
	width:350px;
	height:auto;
}

#headerLeft{
	text-align:center;
	width:260px;
	height:2em;
}
#headerRight{
	width:350px;
	text-align:left;
	height:2em;
}
#invalidInput{
	position:relative;
	text-align:left;
}
#strongsSuggestLeft{
	width:120px;
}
#strongsSuggestCentre{
	width:140px;
}

#strongsSuggestRight{
	vertical-align:top;
	width:350px;
	padding-top:10px;
	height:auto;
}
#strongsSuggestFooter{
	text-align:center;
	vertical-align:top;
	height:25px;
}
#strongsSuggestFooterRow{
	height:25px;
	vertical-align:top;
}
.strongsSuggestSelectContainer{
	vertical-align:top;
	text-align:center;
	height:230px;
}
.strongsSuggestSelectContainer select{
	text-align:left;
	width:65px;
}

#tooltipContainer{
	position: relative;
	text-align: left;
	z-index: 1000;
}