.unhide {display: ""}
.hide {display: none}

.bodytext, body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}
.bodytextb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

img {
	border: 0px;
}

/* a 'standard' table */
table.std {
	border: solid #08245b 2px;
	background: #ffffff;
}
table.std TH {
	background-color: #8695A3;
	color: white;
	list-style-type: disc;
	list-style-position: inside;
	border: outset #D1D1CD 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;

}

table.std td.hilite {
	background-color: #ffffff;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.upperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;

}

.subcatlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

.smallsubcatlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

.infolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

.infoheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.infosubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.lefttoolbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.quicknav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}


div#actResults {
    position:absolute;
	visibility: hidden;
	border: 2px solid black;
	font-family: Arial;
	font-size:10pt;
	height:400px;
	width:450px;
	background:#FFFFFF;
	z-index:100;
	overflow:scroll;
	overflow-x:hidden;
}

/* Tables and visual blocks */

.productCell {
	background: #F6F6F6;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.productCell thead {
	height: 30px;
}

.productCell thead th:hover, .productCell th:hover {
	background: #ECECEC;
}

.productCell tbody {
	background: #fff;
	text-align: center;
	height: 225px;
	vertical-align: middle;
}

.productCellWrapper {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	width: 170px;
}

/* used for the images on the homepage */
table.imageGrid {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


table.imageGrid img {
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #ddd;
	padding: 3px;	
}

table.imageGrid img:hover{
	border-bottom: 2px solid #98BEE9;
	padding-bottom: 2px;
}

h3.homeHeader {
	font-size: 1.5em;
	color: #F58121;
	margin: 0px;
	padding: 5px 0px;
}


table.imageGrid .imageGridTab img {
	border: 0px;
	margin-right: -3px;
}

.description {
	display: none;
	font: 1.1em Arial;
	color: #555;
	margin: 0px;
	padding: 0px;
}

.floatingBalloon {
	position: relative;
	color: #3A84C0;
	font-size: 1.3em;
	font-weight: normal;
	background: #EDF3FA;
	padding: 20px;
	margin: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: justify;
}

.floatingBalloon .logoTiny {
	position: absolute;
	left: -10px;
	top: -10px;
	#left: -15px;
}

.floatingBalloonSmall {
	background: #f7f7f7;
	padding: 6px;
	margin: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.hiddenBlockButton {
	float: right;
	width: 25px;
	height: 20px;
	cursor: pointer;
	color: #e3e3e3;
	text-align: right;
	font: 3em Arial;
	font-weight: bold;
}

.hiddenBlock {
	display: none;	
}


