@charset "utf-8";
/* CSS Document */
@import url(../../css/renewal.css);
.mainwrapper{
	background-image:url(../../images/expert/leftBanner.jpg);
}

.panel{width:760px;background-image:url(../../images/expert/contentBg.jpg);}
.panel .panel-footer{background-image:url(../../images/expert/contentBottom.jpg);}
#expertBanner{height:200px;}
#panelExpert.panel .panel-header{background-image:url(../../images/expert/titleExpList.jpg); padding-bottom:3px;}
#panelExpert.panel .panel-body{padding:10px 0;}
.expert-list{ display:block; padding:20px 0 0 0  ; background-repeat:no-repeat; background-position:top left; }
.expert-list-education{ background-image: url(../../images/expert/expListEdu.jpg);}
.expert-list-finance{ background-image: url(../../images/expert/expListFinance.jpg);}
.expert-list-insurance{ background-image: url(../../images/expert/expListInsurance.jpg);}

a.expert-name{ width:160px; display:block; padding:0 0 0 40px; margin: 10px; float:left; background-repeat:no-repeat; }
a.gender-boy{ background-image:url(../../images/expert/boy.jpg);}
a.gender-girl{ background-image:url(../../images/expert/girl.jpg);}


.expert-info{
	margin-left:20px;
}
.expert-info .heading
{
	font-size:22px; font-weight:bold;
}

.expert-info .heading span
{color:#FF6600;
}
.expert-info .photo{
	float:right;
	width:200px;
	margin-right:20px;
}
.expert-info .description{
	display:block;
	line-height:1.2em;
	font-size:16px;
	color:#666;
}

table.record-list thead th{ border-bottom:1px solid #ccc; color:#888; font-size:15px; font-weight:bold;}
table.record-list tbody td{ border-bottom:1px solid #ccc; padding:5px;}
a{color:#FF6600;}
a:hover{color:#FF9535;}
table.record-list tr.rowstyle-1 td{ background-color:#EFEFEF;}
table.record-list tr.rowstyle-2 td{ background-color:#FFF;}

.panel.article-search .panel-header{ background-image:url(../../images/expert/searchtitle.jpg);}

.expert-article { background:url(../../images/expert/issuedArticle.jpg) top left no-repeat; padding-top:50px;}
.expert-article a{margin-left:30px; display:block; background:none;}
p{ margin:5px 0; padding:0;}
form{ margin:0; padding:0;}



#expListItem{
	padding-bottom:25px;
	width:25%;
	float:left;
	color:#777777;
	font-size:1em;
}
 
#expListItem a{
	color:#777777;
	text-decoration:none;
}
 
#expListItem a:hover{
	color:#FF9900;
}
 
#expListItem img{
	vertical-align:middle;
}
 
table.expertList th, table.expertList td, div .expertList{
	font-size:15px;
	text-align:left;
}
 
table.expertList th{
	color:#888888;
}
 
table.expertList td{
	color:#77598A;
	padding:5px 0;
	border-bottom:1px solid #ccc;
}
 
table.expertList td a, div .expertList a{
	color:#FF6600;
}
 
table.expertList td a:hover, div .expertList a:hover{
	color:#FF9535;
	background-color:#FFF580;
}