body {
 	background-color: white;
	background: url('../images/background.jpg') top repeat-x;
 	color: #666;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	margin: 0;
	padding: 0;
	cursor: url(http://univinet.net/images/uni.cur), default; 
}

td {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

img {
	border: 0;
}

img.boxed {
	border: solid #999 1px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
} a:hover {
	text-decoration: underline;
	color: #666;

} .right {
	text-align: right;

} .sm {
	font-size: .8em;

} h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 .3em 0;
	padding: 0;

} h3.black {
	color: black;
	
} h2, strong {
	color: #333;

} img.title {
	display: block;
	margin-bottom: 1.8em;

} a.redarrow13 {
	padding-left: 20px;
	background: url('../images/redarrow13.gif') top left no-repeat;
	font-weight: bold;

} a.redarrow15 {
	line-height: 18px;
	padding-left: 22px;
	background: url('../images/redarrow15.gif') top left no-repeat;
	font-weight: bold;
	font-size: 13px;

}  .redtext {
	color: #FF0000;
} div.redarrowbox {
	float: left;
	width: 295px;
	line-height: 1.8em;

} tr.horiz {
	background: url('../images/horizdiv.gif') center center no-repeat;

} tr.horiz td {
	line-height: 2em;

}
/*  glossary styles! */

#glossaryIndex {
width: 135px;
}
#glossaryIndex table {
margin-top: 15px;
padding-bottom: 10px;
background-color: #FFFFFF;
width: 560px;
}
#glossaryIndex td {
text-align:center;
background-color: #eb2d2e;
padding: 5px;
width:15px;
}
#glossaryIndex td:hover {
background-color: #FFFFFF;
padding: 5px;
width:15px;
cursor: default;
}
#glossaryIndex td a {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #FFFFFF;
}
#glossaryIndex td:hover a {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #eb2d2e;
}
#glossaryIndex td.on {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #eb2d2e;
background-color: #FFFFFF;
}
#glossaryIndex td.on a {
font-family: Arial, Helvetica;
font-size: 13px;
text-decoration: none;
color: #eb2d2e;
}
#glossaryTerm {
padding-left: 5px;
font-family: Arial, Helvetica;
width:455px;
font-size: 11px;
}
#glossaryIntro {
padding:10px 5px 10px 5px;
font-family: Arial, Helvetica;
font-size: 11px;
}
textarea#DomainName {
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}



/* Hosting Sale */

#hostingsale {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #eb2d2e;	
	margin: 0px 0px 9px 0px;
}
#hostingsalevps {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #eb2d2e;	
	margin: 0px 0px 2px 0px;
	width: 590px;
}
#hostingsale h3, #hostingsalevps h3 {
	margin: 0px 0px 6px 0px;
	padding:0px;
	font-size: 15px;
	font-weight: bold;
	color: #eb2d2e;
}
#hostingsale p, #hostingsalevps p {
	margin: 0px;
	padding: 0px;
}
a.tooltip {
	position:relative;
	z-index:24;   /* Required for IE? */
	text-decoration:none;
	background-image: url(../images/hosting/bubble.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;
}

/* This is needed, otherwise the tooltip doesn't work in IE */
a.tooltip:hover {
z-index:25;
visibility: visible;
}

a.tooltip span {
display: none;
}

a.tooltip:hover span {
display:block;
position:absolute;
top:2em;
left:2em;
width:15em;
padding: 5px;
border:1px solid #444;
background-color:#f8f8f8;
color:#000;
text-align: left;
text-decoration: none;
font-weight: normal;
}
