﻿
/****Committee Member ***/
	h3 { 
	margin:0px;
}

.committee-desc {
	float:left;
	clear:left;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#515151;
	margin:5px 10px;
}
.instruction-text {
	clear:left;
}
.join-date,.expire-date {
	float:left;
	clear:left;
}
.button-left {
	clear:left;
	float:left;
	margin:10px 0px;
}
/***Interest Member **/
.signup-button {
	float:left;
}
.interest-desc {
	float:left;
	clear:left;
	margin:10px 0px;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}
.limit-text, 
.interest-profile-desc {
	clear:left;
	float:left;
	margin-top:0px;
	font-size:12px;
	font-weight:normal;
	color:#515151;
}
.interest-profile-desc {
	margin-bottom:5px;
	padding-left:10px;
	box-sizing:border-box;
}
#interest_members {
	margin-top:10px;
}
/**Interest Profile **/
.uncheck {
	font-size:13px;
	color:#000000;
	padding-left:20px;
	background-image:url(/images/committees_interests/redx.png);
	background-repeat:no-repeat;
	background-position:0px 50%;
	font-weight:bold;
	text-decoration:none;
}
.category-name {
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
.limit-text {
	float:left;
	color:#515151;
	margin:5px 0px 5px 0px;
	clear:left;
}
.description-check,
.sub-description,
.limit,
.category-detail,
.category-heading,
.category-name {
	clear:left;
	float:left;
}
.sub-description {
	font-size:10px;
	color:#4c0074;
}

/***Committee Main Page **/
.detail-box {
	width:70%;
	border:1px solid #666;
	border-radius:10px;
	float:left;
	margin:5px 0px 5px 40px;
	padding:5px;
	background-color:#f3f3f3;
}
.relative-container {
	position:relative;

}
.visibility-label {
	margin-left:10px;
	font-weight:bold;
	font-size:smaller;
}
.detail-name,
.content-sub-header-1 {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	padding-left:0px;
	text-decoration:none;
}
a.detail-name:hover {
	color:#515151;
}
.detail-name {
	float:left;
}
.detail-link {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-16px;
	width:20px;
	height:32px;
	background-image:url(/images/member_directory/goarrow.png);
	background-repeat:no-repeat;
}
.detail-link:hover {
	background-image:url(/images/member_directory/goarrow_over.png);
}
.member-title {
	clear:left;
	float:left;
	font-size:13px;
	color:#515151;
}
.member-number {
	float:left;
	font-size:13px;
	margin-left:5px;
	color:#515151;
}
.purpose-links {
	width:80%;
}
.detail-home-description {
	float:left;
	clear:left;
	margin:5px 0px;
	margin-left: 0px;
	max-width: 80%;
}
.subcommittee { 
	position:relative;
	clear:left;
}
.subcommittee-footer {
	height:10px;
	clear:both;
}
.subcommittee-link {
	position:relative;
	text-decoration:none;
	font-weight:bold;
	transition:all .5s ease;
	font-size:14px;
}
.subcommittee-link:hover {
	text-decoration:underline;
}

/****Interest Main Page ***/
.interest-box {
	width:70%;
	border:1px solid #000000;
	overflow:auto;
	margin:5px 0px;
	position:relative;
	padding:5px;
	background-color:#f1f1f1;
	border-radius:10px;
}
.visibility-label {
	margin-left:10px;
	font-weight:bold;
	font-size:smaller;
}
.interest-name {
	font-size:15px;
	font-weight:bold;
	color:#515151;
	text-decoration:none;
	float:left;
}
.interest-name:hover {
	color:#959595;
}
.interest-link {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-16px;
	width:20px;
	height:32px;
	background-image:url(/images/member_directory/goarrow.png);
	background-repeat:no-repeat;
}
.interest-link:hover {
	background-image:url(/images/member_directory/goarrow_over.png);
}
.member-title,
.coordinator-title {
	clear:left;
	float:left;
	font-size:13px;
	color:#515151;
}
.coordinator-name {
	float:left;

}

.member-number {
	float:left;
	font-size:13px;
	margin-left:5px;
	color:#515151;
}
.interest-home-description {
	width:70%;
	float:left;
	clear:left;
	margin:5px 0px;
}
.interest-category-description {
	width:80%;
	float:left;
	clear:left;
	color:#515151;
}
.info-link {
	height:16px;
	width:16px;
	float:left;
	margin-left:10px;
	background-image:url(/images/committees_interests/info.png);
	background-repeat:no-repeat;
}
.name-text {
	float:left;
}
.detail-link-arrow {
	float:right;
	margin-right:10px;
	top:50%;
	margin-top:-20px;
	background-image:url(/images/shared_images/small_black_right.png);
	background-repeat:no-repeat;
	padding-top:25px;
	background-position:50% 0px;
	color:#464646;
	font-size:11px;
	width:110px;
	text-decoration:none;
	transition:opacity .5s ease;
}
.detail-link-arrow:hover {
	opacity:.8;
}	
h2 {
	clear:left;
}
.interest-margin {
	margin-top:0px;
	width:auto;
	margin-right:15px;
}
.info-instruction {
	float: none;
	display: inline-block;
	margin-left: 3px;
}
.border-box {
	border:1px solid #000000;
	padding:5px;
	border-radius:10px;
	margin-bottom:10px;
	overflow:auto;
	width:90%;
}
/*
.border-box:last-child {
	border:none;
}
*/
.content-sub-header-1 {
	margin:0px;
}
#interest_profile {
	margin-top:10px;
}
#profile_check_link {
	margin:10px 0px;
}
.interest-sub-desc {
	margin-left:25px;
	font-size:11px;
	color:#515151;
	font-style:italic;
}
.adjust-left {
	margin-left:15px;
}
.RadAjaxPanel { 
	max-width:100%;
}
.button-bar {
	margin-top:20px;
}
#interest_members .signup-button {
	margin-left:20px;
}
#results {
	min-width:600px;
	margin-bottom:10px;
}
.title-heading, .title-heading-smaller {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.title-heading-smaller {
	font-size: 14px;
}
.committee-detail-name,.committee-detail-name a {
	color:#000000;
	text-decoration:none;
	float:left;
	font-size:15px;
	font-weight:bold;
}
.committee-detail-name {
	clear:left;
}
.committee-detail-name a:hover {
	color:#666;
}
.members-count {
	color:#464646;
	width:100px;
	text-align:center;
	
}

#committee_members #people .person {
	height:150px;
}
#interest_members #people .person {
	height:135px;
}
