﻿.team_member_info_panel
{
	background-color:#F5F7F8;
	width: 430px;
	height: 340px;
	border:1px outset white;
	padding:10px;
}

.team_member_info_panel_image
{
	float:left; 
	width: 205px;
	height: 205px;	
}

.team_member_info_panel_text
{
	float:right; 
	width: 210px;
	height: 205px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.team_member_info_panel_header
{
	cursor: move;
	background-color: #E7E7E8;
	padding: 3px;
	margin-bottom: 10px;
	height: 20px;
	color: Black;
}

.team_member_info_panel_control
{
	cursor:default;
	float: left;
	width: 430px;
	text-align: center;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
}

.team_member_info_panel_extra
{
	margin-left: 5px;
	color: Black;
	float: left;
	width: 400px;
	margin-top: 10px;	
}

.team_member_info_panel_label
{
	color: Blue;	
}

.team_member_info_panel_label reponse
{
	color:Blue;
	text-decoration:underline;
	cursor:pointer;
}
