#UserAccountGreyBox {
	background-color: #f2f2f2;
	padding: 10px;
}
#userInfoBox {
	width: 550px;
	line-height: 18px;
	padding-right: 5px;
	float: left;
}
#userInfoStatistics {
	width: 388px;
	float: left;
}
#StatisticsBox {
	float: left;
	width: 184px;
}
#StatisticsBoxHeading {
	background-color: #000;
	padding: 4px;
	color: #FFF;
}
#StatisticsBoxRecord {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
#UserNav {
	float: right;
	width: 780px;
	padding-top: 8px;
	text-align: right;
}
#UserNav ul {
	margin: 0px;
	padding: 0px;
}
#UserNav ul li {
	margin: 0px;
	display: block;
	float: right;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#UserNav ul li a:link {
	color: #000;
	text-decoration: none;
	background-image: url(../images/user_account_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#UserNav ul li a:visited {
	color: #000;
	text-decoration: none;
	background-image: url(../images/user_account_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#UserNav ul li a:hover {
	color: #F77626;
	text-decoration: none;
	background-image: url(../images/user_account_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#CredentialBoxContainer {
	width: 300px;
	float:left;
	padding-left: 10px;
}
#CredentialHeadngArea {
	color: #FFF;
	background-color: #000;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
	width: 480px;
}
#UserContentsWhiteBox {
	background-color: #FFF;
	padding: 10px;
}
#CredentialAreaList {
	padding-right: 10px;
	width: 100%;
}
#CredentialRecordRow {
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	margin-bottom: 1px;
	width: 495px;
}
#CredentialItemArea {
	float: left;
	width: 215px;
	padding-right: 5px;
}
#CredentialDegreeType {
	float: left;
	width: 149px;
	padding-right: 5px;
}
#SalesArea {
	float: left;
	width: 73px;
	padding-right: 5px;
}
#RatingArea {
	float: left;
	width: 115px;
}
#CredentialStatusArea {
	float: left;
	width: 60px;
	padding-right: 5px;
}
#CredentialActionsArea {
	float: left;
}
