/*
 date :6/04/2009
 author : Modulus Pty. Ltd. - prh
 file : isonart.css
 description : general CSS
 copyright : Copyright © 2009 isonart
*/

/* elements */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url("../images/bgdot2.jpg");
	text-align: center;
}

dd{
	text-decoration: none;
}

/* ids */
#modulus {
	font-size: 85%;
	text-align: center;
}

/* classes */
.caption {
	font-size: 120%;
}

/* infoo classes */
.infoo dl{
	visibility: hidden;
	display: none;
	position: absolute;
	width: 350px;
}

a.infoo:hover{
	visibility: visible;
}
a.infoo:hover{
	position: relative;
}
a.infoo:hover dl{
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	color: ##4A6273;
	background-color: #1FFFA6;
	border-style: solid;
	border-color: #4A6273;
	border-width: 1px;
	border-top-width: 5px;
	visibility: visible;
	display: block;
	text-decoration: none;
	top: -5px;
	left:35px;
	filter:alpha(opacity=70); /* Internet Explorer */ 
	-moz-opacity:0.70; /* Mozilla 1.6 and below */ 
	opacity: 0.70; /* newer Mozilla and CSS-3 */
}
a.infoo:hover dl dt{
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a.infoo:hover dl dd{
	text-indent: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
