/* --- Contains styling specifics regarding the Hydro.com site  ---*/

/* Header Styles */

div#header {
	height: 134px;
	width: 965px;
	overflow: hidden;
	background: url(../images/bg_head.png) no-repeat top left;
	font-size: .93em;
	margin-left: 4px;
}

div#headerrightsidetext {
	display: none;
}

table.GlossryTable{ 
		border-top-style: solid; 
		border-top-color: #A8A9AD; 
		border-top-width: 1px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-bottom-width: 0px;
}
table.GlossryTable td{
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.GlossryTable td a {
	color:#333;
	font-weight:normal;
}

table.GlossryTable td a.visited {
	color:#333;
	font-weight:normal;
}

div.glossaryWord{
  margin: 0px 20px 20px 0px;
  display: none;
}

