/**************************************
	F I N D  A  P H Y S I C I A N
	v1.2	
***************************************/

/*----------------------------------------------
= physicians
================================================ */
/* for fields organize in ul */
#physicianSearchForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#physicianSearchForm li {
	float: left;
	margin-bottom: 10px;
	width: 300px;
}

#physicianSearchForm label {
	float: left;
	font-size: 12px;
}

#physicianSearchForm li input,
#physicianSearchForm li select {
	clear: left;
	float: left;
	width: 190px;
}

#physicianSearchForm li.state,
#physicianSearchForm li.state select {
	margin-right: 30px;
	width: 100px;
}

#physicianSearchForm li.city,
#physicianSearchForm li.city input {
	margin-right: 30px;
	width: 220px;
}

#physicianSearchForm li.zip-code,
#physicianSearchForm li.zip-code input {
	width: 80px;
}

#physicianSearchForm .submit {
    padding-top:10px;
}

/* generate pdf */
.physician-pdf {
	text-align: right;
}

/* results table wrapper */
#physician-results_wrapper {
	float: left;
	margin-bottom: 10px;
	width: 690px;
}

/* results table */
#physician-results {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
	margin: 0;
}

#physician-results a {
	text-decoration: none;
}

#physician-results th {
	background-color: transparent;
	border-right: 1px solid #ccc;
}

/* top of table */
#physician-results_length,
#physician-results_filter {
	background: #fff url(/widgets/source/ehc-components-v2/find-a-physician-v1.2/images/bg-physician-table-top.gif) repeat-x;
}

/* show x entries select box */
#physician-results_length {
	border: 1px solid #ccc;
	border-right: 0;
	float: left;
	padding: 7px 5px 8px 5px;
	width: 359px;
}

#physician-results_length select {
	height: 21px;
}

/* search field on table */
#physician-results_filter {
	border: 1px solid #ccc;
	border-left: 0;
	float: right;
	padding: 7px 5px;
	width: 309px;
}

#physician-results_filter input {
	height: 14px;
	float: right;
	width: 250px;
}

/* bottom of table */
#physician-results_info,
#physician-results_paginate {
	background: #fff url(/widgets/source/ehc-components-v2/find-a-physician-v1.2/images/bg-physician-table-bottom.gif) repeat-x;
}

/* pagination */
#physician-results_paginate {
	border: 1px solid #ccc;
	float: right;
	padding: 5px 0 5px 10px;
	text-transform: lowercase;
	width: 678px;
}

#physician-results_paginate span {
	float: left;
	text-align: center;
}

#physician-results_first,
#physician-results_last {
	width: 18px;
}

#physician-results_previous {
	width: 42px;
}

#physician-results_next {
	width: 24px;
}

/* paginate */ 
span.paginate_button,
span.physician-results_next,
span.physician-results_previous {
	background: #fff;
}

span.paginate_button {
	cursor: pointer;
}

span.paginate_button,
span.paginate_active {
	border: 1px solid #ddd;
	margin-right: 5px;
	padding: 3px 7px;
	width: 13px;
}

span.paginate_active {
	background-color: #C8E2EB;
}

.physician-pdf,
#physician-results td,
#physician-results_length,
#physician-results_filter,
#physician-results_filter input,
#physician-results_info,
#physician-results_paginate {
	font-size: 12px;
}

/* icons for arrows on the table column sort */
.sorting,
.sorting_asc,
.sorting_desc {
	background-image: url(/widgets/source/ehc-components-v2/find-a-physician-v1.2/images/bg-table-sort.gif);
	background-repeat: no-repeat;
}

.sorting {
	background-position: 100% -30px;
}

.sorting_asc {
	background-position: 100% 7px;
}

.sorting_desc {
	background-position: 100% -10px;
}

/* table striping */
.even td {
	background-color: #efefef;
}

/* row highlight on hover */
.highlighted,
.even .highlighted {
	background-color: #C8E2EB;
}

/* image on detail page */
.physician-image {
	float: right;
	height: 266px;
	margin: 20px 20px 0 0;
	width: 200px;
}

/* detail page */ 
.physician-info {
	float: left;
	padding: 20px 0 0 20px;
	width: 440px;
}

.physician-info h3 {
	margin-bottom: 5px;
}

.physician-info p {
	margin-bottom: 15px;
}

/* back to search button */
.back {
	clear: both;
	float: left;
}