body {
 
background-color: #fff;
	
overflow: auto;
	
width: 100%;

}



.clear {
	
border: 0;
	
clear: both;
	
margin: 0;
	
padding: 0;

}


#topic_header, #topic_footer,
#toc_header, #toc_footer  {
	
padding: 10px;

}



#topic_content,
#toc_content{
	
margin: 10px;

}




/* Backgrounds */
#topic_header 
{
position:fixed; 
width:100%; 
height:45px; 
background: #fff url(../img/menu_pattern.gif) repeat-x ;
top: 0;
}



#topic_footer{
	
background: #fff url(../img/footer-bg.png) repeat-x left top;
	
margin-top: 20px;
} 



/* Topic */


#topic_header #topic_header_content {
	
float:left;

}



#topic_header #topic_header_nav {
	
float: right;
margin-right: 15px;
}



#topic_header #topic_header_nav img {
	
margin-left: 5px;

}



#topic_header a,
#topic_footer a,
#search_results a {
	
color:#FFFFFF;
text-decoration: none;

}


#search_results a {
	
color:#000000;
text-decoration: none;

}







#popupMenu a {
	
color: #333;	
text-decoration: none;

}


#topic_header a:hover,
#topic_footer a:hover,
#search_results a:hover,
#popupMenu a:hover{
	
text-decoration: underline;

color:#000000;	
}



#topic_header  h1 {
	
color:#FFFFFF;	
font-size: 18px;
}



#topic_footer {
	
font-size: 11px;

}



#topic_breadcrumb {
	
font-size: 11px;

padding: 10px 5px;


color:#FFFFFF;
}
#topic_content {
padding-top: 70px;


}



/* Popup */


#popupMenu {

background-color: #FFFFFF;
border: 1px solid #999;
	position: absolute;
	
padding: 5px;
	
webkit-box-shadow: 0px 0px 5px #cccccc;
	
-moz-box-shadow: 0px 0px 5px #cccccc;
	
box-shadow: 0px 0px 5px #cccccc; 

}



#popupMenu a{
	
display: block;
	
padding: 5px 5px 2px 5px;

}



/* Toc */


#toc_header {
	
padding-bottom: 0;

}



#tabs .ui-tabs-nav {
	
padding-top: 40px;
	
position: fixed;
	
width: 100%;

}



#tabs .ui-widget-header{
background: #fff url(../img/menu_pattern.gif) repeat-x ;	
}



#tabs .ui-tabs-panel {
	
padding-top: 70px;
	
padding-bottom: 20px;
}


/* Search */

#search_value {
	
width: 140px;

}



#search_results {
	padding-top: 10px;

}



/* Search highlight */


.highlight {
	
background-color: yellow

}