@charset "utf-8";
/* 
  GStooltips.css
  
  Pretty tooltips for Global Services pages 
  
  11/06/08 Roberta
  	Created. 

*/
#ttip {
 position:absolute;
 display:block;
 border-top:1px solid #545454;
 border-left:1px solid #545454;
 border-right:1px solid #545454;
 margin-top:10px;
 margin-left:10px;
 padding:0;
 color:#ffffff;
 }
#ttiptop {
 display:block;
 margin:0px;
 padding:0;
 /*overflow:hidden;*/
 }
#ttipcont {
 display:block;
 padding:2px 10px 2px 7px;
 margin-left:0px;
 background:#5481b0;
 }
#ttipbot {
 display:block;
 height:0px;
 margin-left:0px;
 padding:0;
 border-bottom:1px solid #545454;
/* background-color:#037cfb;*/
 overflow:hidden;
}

body {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #545454;
}
#mainWrapper {
    background-color: #eee;
	background-image: url("http://www.3com.com/assets/globalbg.gif");
	background-repeat: repeat-y;
	background-position: center;
	width:762px;
	margin:0 auto;
}
.special a {
	color:#545454;
}
.special a:hover {
	color:#545454;
}