body {
  margin: 0;
  font: .84em Helvetica, Arial, sans-serif;
  background: #063a57 url(http://www.smpcdn.com/static/images/body-repeat-x.png) repeat-x;
}
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a {
  color: #006A8F;
  text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
ul,ol { list-style: none; }

.inline {
	display: inline;
}

p {
	line-height: 140%;
}

h3.subheader {
		margin: 20px 0 15px 0;
	}
  
#wrapper {
  width: 990px;
  margin: 0 auto;
}

#footer {
  padding: 10px;
  width: 985px;
  margin: 10px auto;
  text-align: left;
  }
  #footer a {
    font-size: 12px;
    padding: 0 10px 0;
  }
  #footer p {
    color: #999;
    float: right;

  }
  
  .profile-footer {
  	background: white;
  	opacity:.5;
  }

#friend-search {
	border:1px solid #999999;
	
	margin:0 15px 15px 0;
	padding:2px;

	width:195px;
	font-size: .8em;
	display: block;
	float: left;
	
	}
	
	#friend-search  img {
		float: left;
		padding: 2px 5px 2px 2px;
	}
	
	#friend-search b {
		font-size: 1.1em;
	}
	
br {
	padding-bottom: 10px;
}

.alert {
	color: red !important;
	font-weight: bold;
}

.alert-green {
	color: green !important;
	font-weight: bold;
}

/* tooltip */
span.tooltip {
  display: inline;
  position: relative;
  top: 3px;
  }
  span.tooltip small {
    top: 18px;
    left: 18px;
    font-size: 12px;
    width: 240px;
    padding: 8px 10px;
    display: none;
    background: #FFF;
    border: 1px solid #048e9f;
    position: absolute;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    z-index: 5;
  }
span.tt_hover small {
  display: block;
}

pre { background-color: #CCCCCC; }


