div.knowledge_card {
	background-color: #ccc;
	
	margin: 10px;
}

div.knowledge_card h2{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

div.col50 {
	width: 50%;
	float: left;
}

div.kc_header {
	background-color: #999;
	margin: 0;
	padding: 0;
	height: 24px;
}

span.kc_header_left, span.kc_header_right  {
	width: 20px;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

span.kc_footer_left, span.kc_footer_right  {
	width: 10px;
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
}

.function {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
}
span.kc_header_right, span.kc_footer_right {
	float: right;
}

span.kc_header_left {
	background: #999 url(img_kc/kc_corner_lo.gif) no-repeat left top;
	float: left;
}
span.kc_header_mid {
	float: left;
	padding-top: 2px;
}
span.kc_header_right {
	background: #999 url(img_kc/kc_corner_ro.gif) no-repeat right top;
	float: right;
}

div.kc_footer {
	height: 10px;
	background-color: #999999;
}
span.kc_footer_left {
	background: #999 url(img_kc/kc_corner_lu.gif) no-repeat left bottom;
	float: left;
}
span.kc_footer_mid {
	float: left;
	padding-top: 2px;
	background-color: #999;
}
span.kc_footer_right {
	background: #999 url(img_kc/kc_corner_ru.gif) no-repeat right bottom;
	float: right;
}


div.kc_content {
	padding: 10px 20px 10px 50px;
	background: url(img_kc/kc_bgr.gif) no-repeat;
	border: 2px solid #999999;
	border-top-style: none;
	border-bottom-style: none;
	border-left-width: 1px;
}

div.kc_content_A {
	float: left;
	width: 60%;
}

div.kc_content_B {
	float: right;

}
hr{
	border-style: none;
	border-top: 2px dotted #cccccc;
}
div.knowledge_card  h2 {
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
}

/* List */
.user-knowcard-pi1-listtable th {
	vertical-align:middle;
	font-weight: bold;
	font-size: large;
	color: white;
	background-color: gray;
}