/* CSS Document */
#expertsprofile {
	margin-top:10px;
}
#expertsprofile p.username {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
#expertsprofile h1{
	font-size:250%;
	margin-top:0px;
	margin-bottom:15px;
}
#expertsprofile h2 {
	margin-bottom:15px;
}
#expertsprofile .profile_summary {
	float:left;
	display:block;
	_display:inline;
	margin-right:20px;
	margin-bottom:15px;
}

#center {
  margin-right: -260px;
  float: left;
  width: 100%;
}
#squeeze {
  margin-right: 260px;
}
#sidebar-right {
	float:right;
}
.sidebar {
  width: 240px;
	margin-left:10px;
  float: left;
  z-index: 2;
  position: relative;
}

div.block-side {
	margin-top:10px;
	padding-top:0;
	border:#eee 1px solid;
}
div.block-side h3{
	padding-left:25px;
	margin-top:0;
	background:url(../images/block-title-l.png) no-repeat 0 0;
	height:30px;
	line-height:30px;
	font-size:14px;
}
div.block-side h3 span{
	margin-top:0;
	background:url(../images/block-title.png) no-repeat 100% 0;
	display:block;
	height:30px;
}
div.block-side ul, div.block-side ol{
	list-style:none;
	padding-left:10px;
	font-size:12px;
	line-height:14px;
}
div.block-side li{
	margin-top:5px;
}
div.block-side div.block-content {
	width:260px;
	text-align:left;
}
div.block-side table {
	width:100%;
}
div.block-side td {
	padding:10px;
}

div.block-side p.username {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
div.member {
	font-size: 12px;
}
div.member ul{
	list-style:none;
}
div.member li{
	white-space: nowrap;
}

div.hd { height:21px; background:url(../images/bg_hd.png) repeat-x;width:100%;}
div.hd h3{ height:21px;font-size:12px;color:#fff;line-height:21px; padding-left:15px;}
div.dashboard td.column {
	padding:5px;
	color:#333;
}
div.dashboard td.content {
	font-size:90%;
	padding-bottom:5px;
	border-bottom:#006699 dotted 1px;
}
.commentby img {
margin-top:3px;
margin-right:8px;
}
div.result {
	margin-top:10px;
	margin-bottom:20px;
}
#profile_body {
	line-height:16px;
}
#profile_body ol{
	list-style-position: inside;
	list-style-type: decimal;
}
#profile_body ul{
	list-style-position: inside;
	list-style-type: circle;
}
.breakline {
	margin:20px 0;
	width:600px;
	border-bottom:1px dotted #ddd;
	max-width:600px;
}