.geoAlgorithmsList {
	border: 1px solid #AAAAAA;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	position: relative;
	right: 0;
	top: 14px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 5px;
}

.geoAlgorithmEntry {
	/*Use this so the browser re-calculates the height, for the hover!*/
	overflow: hidden;
	cursor: pointer;
}

.geoAlgorithmEntry:hover {
	background-color: #dee0e2;
	border-radius: 10px;
}

.geoAlgorithmsList .geoAlgorithmIcon {
	float: left;
	margin: 5px;
}

.geoAlgorithmsList .geoAlgorithmHelpButton {
	float: right;
	margin: 5px;
	cursor: help;
}

/*SuperDiv to put on top of verything, showing the help for that geoAlg
 *Similar to the search help
 * */
.geoAlgHelpContent {
	background-color: #FFFFDD;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
	display: block;
	left: 0;
	padding: 10px 15px 18px;
	position: absolute;
	top: 35px; /*HEIGHT OF THE HEADER*/
	left: 265px; /*WIDTH OF THE LEFT BAR (geoalgorithms BAR)*/
	width: 350px;
	height: 500px;
	z-index: 9300;

	/** If the help is too big, let us scroll. But then we have to provide
	 * means of closing that window. Now it's just a on-hover thing
	overflow-y: scroll;
	*/
}

/**CENTER IMAGES */
.geoAlgHelpContent img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.geoAlgHelpContent a, .geoAlgHelpContent a:visited {
	color: #4d4d4d;
}

.geoAlgorithmsList p {
	color: #4d4d4d;
	display: inline-block;
	font-size: 0.98em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px; //to match the margin of the image
}

/**
 * CSS for the help HTML pages
 */
.geoAlgHelpContent h3 {
	border-bottom: 1px solid;
	color: #63110E;
	font-size: 1.35em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.geoAlgHelpContent h4 {
	border-bottom: 1px dotted;
	color: #63110E;
	font-size: 1 em;
	font-weight: bold;
	/*padding-bottom: 5px;*/
	padding-top: 5px;
	margin-bottom: 5px;
}


.geoAlgHelpContent table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.geoAlgHelpContent th, .geoAlgHelpContent td {
	border: 1px solid #CCC;
	height: 20px;
}

.geoAlgHelpContent th {
	background: #DFDFDF;
	font-weight: bold; /* Make sure they're bold */
}

.geoAlgHelpContent td {
	background: #FAFAFA; /* Lighter grey background */
	text-align: center; /* Center our text */
}

.geoAlgListTitle{
	color: #660303;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	left: 2px;
	position: absolute;
	right: 2px;
	top: -2px;
}

/**
 * UI for the geoAlgorithms input
 */
.geoAlgUI_title {
	font-weight: bold;
	border-bottom: 1px solid;
	color: #666666;
}

.geoAlgUI_table{
	width: 100%;
}

