/* cbu_people_page plugin style sheet */


a.cbupp_gallery {
    float: left;
    height: 280px;
    display: block;
    position: relative;
    padding: 37px;
    
}

a.cbupp_gallery:link, a.cbupp_gallery:visited, a.cbupp_gallery:hover, a.cbupp_gallery:active {color:#45b3ec;}

        
div.cbupp_gallery_img {
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    background-color: rgb(250, 250, 250);
}

        
div.cbupp_gallery_txt1 {
    position: relative;
    width: 160px;
    word-break: break-word;
    overflow: visible;
    text-align: center;
    padding: 5px;
}

        
div.cbupp_gallery_txt2 {
    width: 160px;
    height: 95px;
    position: relative;
    word-wrap: break-word;
    text-align: center;
    padding: 0px;
    overflow: visible;
}

div.cbupp_gallery_wrap {
        float: left;
}






div.cbupp_person{
	width:100%;
	overflow:hidden;
}

        
div.cbupp_person_img_col{
	float:left;
	margin:20px 20px;
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	border-radius: 50pc;
	overflow: hidden;
	background-color: rgb(250, 250, 250);
}
            
div.cbupp_person_txt_col{
	float:left;
	margin:10px;
	max-width:75%;
}

div.cbupp_person_name{
	font-size:2em;
	width:100%;
	color:#606060;
	margin:10px;
	float:left;
} 
        
div.cbupp_person_job{
	margin:10px;
	width:100%;
	color:#909090;
	float:left;
	font-size:1.5em;
}

div.cbupp_person_contact{
	margin:0px 10px 20px 10px;
	width:100%;
	color:#909090;
	float:left;
	font-size:1em;
}

div.cbupp_person_toggle_text{
	margin:20px 10px 10px 10px;
	width:100%;
	text-align:justify;
	float:left;
	overflow:hidden;
	font-size:1em;
}
        
div.cbupp_person_toggle_link{
	margin:0px 0px 10px 10px;
	width:100%;
	float:left;
	visibility:hidden;
	font-size:1em;
}


#cbupp_person_pub:link, #cbupp_person_pub:visited, #cbupp_res_link, #cbupp_res_link:hover {color:#555555;}


#cbupp_person_pub:hover {
	text-decoration:underline;
	color:#3088ff;
}

#cbupp_res_link:hover {
	text-decoration:underline;
}



p.cbupp_person_para {
	margin-top:0em;
	margin-bottom: 1.5em;
}


ul.cbupp_person_list {
	list-style:square inside;
	list-style-type:square;
}


        

div.cbupp_filt {
	display:block;
	float:left;
	margin:1%;
}

div.cbupp_filtw6 {
	width:6%;
}

div.cbupp_filtw8 {
	width:8%;
}


div.cbupp_filtw17 {
	width:17%;
}


div.cbupp_filtw42 {
	width:42%;
}


label.cbupp_filt {
	margin-bottom:1%;
	display:inline-block;
	font-size:1.2em;
}





a.cbupp_peoplelist:link, a.cbupp_peoplelist:visited {color:#606060;}
a.cbupp_peoplelist:hover, a.cbupp_peoplelist:active {color:#A0A0A0;}


#btn_cbupp_filt_reset {
	border-radius: 5px;
}

