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

/* Numbered List */
ol {
font: italic 1em Georgia, Times, serif;
color: #999999;
}

ol p {
font: normal .8em Arial, Helvetica, sans-serif;
color: #000000;
}

/* big quote and letter */
blockquote:first-letter {
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-image: url(../images/open-quote2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	font-weight: bold;
	color: #416E81;
}blockquote {
	padding-left: 30px;
	text-indent: -25px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #416E81;
}


/* rounded corners*/
.roundcont {
width: 150px;
background-color: #ffab00;
color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
background: url(../images/tr.gif) no-repeat top right;
}

.roundbottom {
background: url(../images/br.gif) no-repeat top right;
}

img.corner {
width: 15px;
height: 15px;
border: none;
display: block !important;
}

/* image magnifying glass */
.imageOver{
	background:url(../images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

/* gradient text gloss highlight */
h3 {
	position: relative;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding:0px 0 4px 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;	/*
	margin: 0 0 0px 0;	
	
	
	*/
}
h3 span {
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}

<!–[if lt IE 7]>
<style>
h3 span {
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/gradient.png", sizingMethod="scale");
}
</style>
<![endif]–>

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	display:block;
	position:relative;
	top:0px;
	left:0;
	width:200px;
	color: #993300;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	float: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a.tt:hover span.tttop{
	display: block;
	padding: 30px 8px 0;
    background: url(../bubble.gif) no-repeat top;
}
a.tt:hover span.ttmiddle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.ttbottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../bubble.gif) no-repeat bottom;
}
.resultTable{
 height:50px;
	float:left;
}