/* Profiles Page */

#profiles_menu {
	width: 676px;
	background: #fff url("../images/sub_content_top.gif") 0 0 no-repeat;
	padding: 0 0 24px 0;
	text-align: left;
	position: relative;
}

#sel_profile {
	width: 676px;
	padding: 24px 0 0 0;
	margin: 24px 0 0 0;
	background: url("../images/sel_profile_top.gif") 0 0 repeat-x;
	position: relative;
}

#profiles_menu h2#doctors {
	background: url("../images/doctors_banner.gif") bottom right no-repeat;
	width: 308px;
	height: 39px;
	text-indent: -9999em;
	margin: 0 0 12px 0;
}

#profiles_menu h2#patients {
	background: url("../images/patients_banner.gif") bottom right no-repeat;
	width: 295px;
	height: 23px;
	text-indent: -9999em;
	padding: 16px 0 0 16px;
	margin: 0 0 12px 0;
}

ul#profiles_by_ep { margin: 7px 0 0 0; }

ul#profiles_by_ep li {
	list-style-type: none;
	display: inline;
	padding: 7px 5px;
	margin: 0 0 0 7px;
	font-size: 12px;
	font-weight: bold;
	width: 65px;
	height: 12px;
	color: #555555;
	text-align: center;
	float: left;
}

ul#profiles_by_ep li a {
	color: #999999;
	text-decoration: none;
}

ul#profiles_by_ep li a:hover { color: #555555; }

ul#profiles_by_ep li a.active { color: #91331a; }

ul#profile_thumbs { display: block; }

ul#profile_thumbs li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 18px 0 0 18px;
}

ul#profile_thumbs li a {
	width: 60px;
	height: 60px;
	border: #a2a2a2 solid 1px;
	background: #cdcdcd url(../images/empty_profile.gif);
	display: block;
	font-size: 10px;
}

ul#profile_thumbs li a:hover { border: #555555 solid 1px; }

ul#profile_thumbs li a.active { border: #91331a solid 1px; }

div#profile_flash_area {
	width: 356px;
	font-size: 12px;
}

div#profile_flash_area li {
	list-style-type: none;
	display: inline;
}

div#profile_flash_area li a {
	display: block;
	margin: 0 6px 6px 0;
	padding: 6px;
	float: left;
	background: #e7e8e9;
	color: #5d6469;
	text-decoration: none;
}

div#profile_flash_area li a#selected {
	background: #5d6469;
	color: #fff;
}

#profile_left_col {
	float: left;
	width: 282px;
}

#sel_profile h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 .75em 0;
}

#sel_profile h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 1.5em 0 .5em 0;
}

#sel_profile p {
	line-height: 1.5em;
	padding: 0 0 1.5em 0;
	font-size: 12px;
}

#profile_right_col {
	width: 356px;
	float: right;
}

#profile_right_col ul {
	list-style-type: none;
	line-height: 1.5em;
	font-size: 12px;
}

#profile_right_col li a {
	color: #92a56d;
	text-decoration: none;
	padding: 0 14px 0 0;
	background: url("../images/link_arrow.gif") center right no-repeat;
}



/* 

New styling for comments

*/

div#submitted_comments,
div#question_form {
  width: 674px;
  position: relative;
  background-color: #f5f5f5;
}

div#submitted_comments {
  margin: 54px 0 0 0;
  border: #e5e6e7 1px solid;
}

div#question_form {
  margin: 0 0 36px 0;
  border-color: #e5e6e7;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

div#submitted_comments h4,
div#question_form h4,
#sel_profile h4.patient_comments {
  font-size: 18px;
	font-weight: normal;
	padding: 1em 0 .5em 1em;
	color: #5f6468;
}

#sel_profile h4.patient_comments { padding-left: 0; }

div#submitted_comments ul {
  list-style-type: none;
  color: #60646e;
  font-size: 12px;
}

div#submitted_comments ul li {
  width: 640px;
  background: url(/images/q_a/listings_grad.gif) repeat-x 0 0 #fff;
  padding: 16px;
  line-height: 1.5em;
}

div#submitted_comments ul li span {
  color: #a1adb6;
  display: block;
}



/* Submit Buttons */

div#question_form form button {
  width: 101px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: bottom right;
  text-indent: -9999em;
  display: block;
  
}

div#question_form form button {
  background-image: url(/images/q_a/submit.gif);
  margin: 0 0 0 172px;
}  


/* Question submission form */

div#question_form form {
  width: 640px;
  padding: 20px 16px;
}

div#question_form form div {
  margin: 0 0 14px 0;
  clear: both;
}

div#question_form form div div {
  padding: 8px 0 0 172px;
  width: 450px;
  font-size: 10px;
  line-height: 1em;
  font-style: italic;
  color: red;
}

div#question_form form label,
div#question_form form span#select_doctor {
  width: 160px;
  font-size: 14px;
  color: #60646e;
  text-align: right;
  padding: 7px 12px 0 0;
  display: block;
  float: left;
  line-height: 1em;
}

div#question_form form span#select_doctor { height: 30px; }

div#question_form form input,
div#question_form form textarea {
  border: #e5e6e7 1px solid;
  padding: 4px;
  font-size: 14px;
}

div#question_form form input { width: 320px; }

div#question_form form textarea {
  width: 450px;
  height: 60px;
}

div#question_form form div.doctor_option {
  float: left;
  display: block;
  clear: none;
}

div#question_form form div.doctor_option input {
  width: auto;
  margin: 9px 0 0 0;
}

div#question_form form div.doctor_option label {
  float: none;
  display: inline;
  width: auto;
  line-height: 1em;
  font-size: 12px;
  padding: 9px 16px 0 0;
}

div#question_form form div#recaptcha_widget img { border: #e5e6e7 1px solid; }

div#question_form form div#get_another_code_div { margin-top: -24px; }

div#question_form form a#get_another_code {
  text-decoration: none;
  font-style: normal;
}
