@charset "utf-8";
/* CSS Document */

.staff_header {
	margin: 0.5em 0 0;
	padding: 0;
	font-weight: bold;
}

.clear {
	clear: both;
	font-size: 1px;
    line-height: 0px;
    height: 0;
}

.employee {
	margin: 0 0 0 15px;
	padding: 5px 5px 10px;
	width: 440px;
	height: 190px;
	background: transparent url(../images/staff_employeeBg.jpg) 0 0 no-repeat;
	float: left;
	display: inline;
}

.employee p {
	margin: 0;
	padding: 0;
}

.employee_information {
	padding-top: 4px;
	width: 280px;
	height: 125px;
	float: left;
}

.employee_image {
	margin: 4px;
	padding: 5px;
	width: 128px;
	height: auto;
	float: left;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	display: inline;
}

p.employee_name, p.employee_title, p.employee_email {
	overflow: hidden;
	line-height: 110%;
}

p.employee_name {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 155px;
	display: inline;
}
	
p.employee_title {
	clear: left;
	margin-bottom: 0.4em;
	padding-bottom: 0.6em;
	font-size: 14px;
	width: 120px;
	float: left;
	border-bottom: 1px solid #e1e1e1;
}

p.employee_comments {
	width: 290px;
	height: 60px;
	overflow: auto;
	clear: left;
	font-size: 11px;
}

p.employee_email {
	font-size: 12px;
	float: left;
	width: 125px;
	text-align: right;
	display: inline;
	font-weight: normal;
}

p.employee_email a {
	padding-left: 20px;
	background: transparent url(../images/staff_emailIcon.jpg) 0 2px no-repeat;
	font-weight: normal;
}

.employee_link {
	margin: 0;
	padding: 0;
	width: 111px;
	height: 20px;
	float: right;	
	/*background: #eee url('../images/staff_scheduleAppointment.jpg') 0 0 no-repeat;*/
}

.employee_phone {
	width: 30%;
	float: right;
	text-align: right;
	font-size: 12px;
	background: transparent url(../images/staff_phoneIcon.jpg) 0 0 no-repeat;
}

#employeeEmail p#modal_header, p#modal_error {
	font-weight: 700;
	font-size: 115%;
}

#frm_sendEmail input, #frm_sendEmail label, #frm_sendEmail textarea {
	float: none;
	display: inline;
}

#frm_sendEmail input.form_float, #frm_sendEmail label.form_float, #frm_sendEmail textarea.form_float {
	display: block;
	float: left;
}

#frm_sendEmail label.form_float {
	width: 80px;
}

#frm_sendEmail input.form_float {
	width: 100px;
}

#frm_sendEmail textarea.form_float {
	width: 280px;
}

#frm_sendEmail #btn_sendEmail {
	margin-left: 94px;
}

dl#modal_confirm {
	margin: 1.0em 0;
	padding: 0;
	width: 550px;
}

dl#modal_confirm dt {
	margin: 0;
	padding: 5px;
	width: 100px;
	float: left;
	border-top: 1px solid #aaa;
	clear: both;
}

dl#modal_confirm dd {
	margin: 0;
	padding: 5px;
	width: 430px;
	float: left;
	border-top: 1px solid #aaa;
}


.staff_horizontalLine {
	color: #e1e1e1;
	height: 1px;
}