/* STYELSHEET */
/* Healthwise Layout */
/* revised 050510 by SLY */

#MyGhUrl{
	position:relative;
	text-align: left;
	margin : 5px 0px 10px 10px;
}

/* Previous and Next links at the bottom of most kbase documents */
#prevTopNext {
	position:relative;
	left:0;
	top:0;
	margin : 10px 0px 5px 0px;
	/*padding : 0px 20px 0px 20px;*/
}
	
#prev {
	position:absolute;
	top:0;
	left:0;
	width:33.3%;
	text-align : left;
}
	
#top {
	position:absolute;
	top:0;
	left:33.3%;
	width:33.3%;
	text-align : center;
}
	
#next {
	position:absolute;
	top:0;
	left:66.6%;
	width:33.3%;
	text-align : right;
}
/* end Previous and Next links at the bottom of most kbase documents */

/* Link to view entire topic */
#viewEntire {
	position:relative;
	left:0;
	top: 20px;
	text-align : center;
	margin : 0px 0px 10px 0px;
	/*padding : 0px 20px 0px 20px;
	*/
}
/* Link to view entire topic */

/* URAC footer/credits info at bottom of topic pages */
#uracContainer {
	position:relative;
	left:0;
	top:20px;
	margin : 0px 0px 15px 0px;
	border-top : 1px solid #e5e5d9;
	font-size: 10px;
	color: #333333;
}

.uracRow {
	position:relative;
	top:0;
	left:0;
	width:100%;
	text-align : left;
	min-height : 12px;
}

.uracCol1 {
	position:absolute;
	top:0;
	left:0;
	width:33.3%;
	text-align : left;
}

.uracCol2 {
	position:relative;
	top:0;
	left:33.3%;
	width:66.7%;
	text-align : left;
}
/* end URAC footer/credits info at bottom of topic pages */
