h1 {
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 10px;
}
p {	
	
}
em { 
	font-style: italic; 
}
.example {
	padding-bottom:20px;
}
.tabs { 
	list-style: none;
	margin: 0;
	zoom:1;
	
	
}
.tabs:after { 
	display: block; 
	clear: both; 
	content: " "; 
}

.tabs li {
	float: left; 
	margin: 0 5px 0 0; 
	background-image:url(../images/tab_button.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:10px;
	color:#fff;
	width:78px;
	height:26px;
	line-height:20px;
}
.tabs a {
	float: right; 
	width:78px;
	height:26px;
	color:#000;
    border-bottom: 0;
    text-decoration: none;
	line-height:20px;
}
.tabs a:focus,
.tabs a:active { 
	float: left; 
	outline: none;
	text-align:center;
	line-height:20px;
	
}
.tabs a:hover,
.tabs a:focus,
.tabs a:active {
	float: left; 
	background: #fff; 
	cursor: pointer;
	background-image:url(../images/tab_button1.jpg);
	background-repeat:no-repeat;
	line-height:20px;
	
}
.ui-tabs-selected a { 
	float: left; 
	color: #fff;
	background-image:url(../images/tab_button1.jpg);
	background-repeat:no-repeat;
	overflow: visible;
	line-height:20px;
}
.ui-tabs-hide {
	float: left; 
	display: none;
	line-height:10px;
}
.ui-tabs-panel {
	padding: 0.0em;
}


