/*Index style sheet for Connections*/

a 			{ color: red; text-decoration: none; font-style: italic; 		font-weight:normal;} 
a:hover		{ color: black; text-decoration: none; }
.userAlert{
	float:right;}
	
	
body {

	background: black;
	
	font-family: 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif; 
	
	}

div#pagewrapper { width: 950px; margin: 0 auto; padding-top:0}


div#pagewrapper p {
	color: grey; font-size: 12px; text-align: center;
}

div#connections a span {display:none;}
div#connections a:hover span 
	{
	display: block;
	position: absolute; top: 300px; left:330px; width:460px;
	padding: 40px;
	color: black; background: #8dcb41;
	/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
	font: 14px Verdana, sans-serif; text-align: left;
	}
	
	
div#bottompage

    {
    height: 100px;
    width: 100%;
    color: grey; 
    font: 12px Verdana, sans-serif; 
    text-align: center; 
    position: fixed; 
    top: 650px; 
    z-index: 6;}
    
div#bottompage a {color: grey; text-decoration: none; font-style: normal;}
div#bottompage a:hover {color: red;}

