@charset "utf-8";
	#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  text-align: center;
	  margin-bottom: -5px;
	  margin-top: 25px;
}

	#tabs li {
	  margin: 0 5px 5px 0;
	  display: inline-block;
}

	#tabs a {
	  float: left;
	  position: relative;
	  padding: 0 30px;
	  line-height: 32px;
	  height: 32px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #787878;
	  font-size: 14px;
	  border: 1px solid #787878;
	  border-bottom-color: #777\9;
	  filter: alpha(opacity=30);
	}

	#tabs a:hover,
	#tabs a:focus {
	  border: 1px solid #1f9bcc;
	  opacity: 1;
	  filter: alpha(opacity=100);
	  color:#fff;
	  background-color:#1f9bcc;
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current1 {
	  z-index: 3;
	  border-color: #1f9bcc;
	  background-color: #1f9bcc;
	  opacity: 1;
	  color: #fff;
	  filter: alpha(opacity=100);
	}

	/* ----------- */


	#content1 h2,
	  #content1 h3,
	  #content1 p {
	    margin: 0 0 15px 0;
	}  

	/* Demo page only */
	#about {
	    color: #999;
	    text-align: center;
	    font: 0.9em Arial, Helvetica;
	}

	#about a {
	    color: #777;
	}  