@charset "UTF-8";

.button1 {
	padding: 5px;
	background-color: #999999;
	color: #FFFFFF;
	display: inline;
}
.whiteline {
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
}
.maincontentarea {
	background-color: #FFFFFF;
	padding: 25px 100px 50px 100px;
	text-align: justify;
}
.sidepanelarea {
	padding: 8px 8px 6px 8px;
}
.float_right {
	float: right;
}
.image_float_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
}
img.hands_float_right {
	float: right;
	padding: 15px 0 0 15px;
}
.float_right_panel {
	float: right;
	width: 200px;
	background-color: #BAC8E3;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 20px;
}
.notes {
	color: #CC0099;
}
.progress_bar_mentee {
	background-image: url(http://www.missionmentoring.org/Images/Accounts/Mentees/Progress_Bar.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.progress_bar_mentor {
	background-image: url(http://www.missionmentoring.org/Images/Accounts/Mentors/Progress_Bar.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.account_item {
	padding: 10px;
	background-color: #BAC8E3;
}
