/* component wide settings */

/* Main Div */
#sf_wrapper{width: 100%;}

/* Detail Div */
.detail{width: 45%; margin: 0 0 2em 2.5%; float: left;}
.term{float: left; border-bottom: 1px solid #ddd; width: 10em; margin: 0;}
.def{margin: 0 0 5px 12em; min-width: 5em;}

.sf_contenttable{width: 75%; border-collapse: collapse;}
.sf_contenttable thead tr{text-align: left; background-color: #efefef;}
.sf_contenttable tr td{padding: 0; border-bottom: 1px solid #dadada;}
.sf_contenttable tr td a, a:visited{text-decoration: none; color: #777777;}
.sf_contenttable tr td a:hover{text-decoration: underline;}
.catrow{text-align: center; font-size: 12pt; font-style: bold;
	color: white; background-color: #427392;}
.row1{background-color: #EFEFEF;}

.clear{clear: both; visibility: hidden;}

/* tabs */

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-right: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #eee;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}




