html, body, form {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}

html {
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	background: url(/site_assets/img/body-bg.gif) repeat-x top left;
}

/* prado, form and components layout */
span.error, 
span.formerror,
span.success {
	display: inline-block;
	margin-left: 5px;
}

a.wizard-sidebar-link,
a.wizard-sidebar-link:hover,
a.wizard-sidebar-link-selected,
a.wizard-sidebar-link-selected:hover {
	cursor: default;
}

a.wizard-sidebar-link-selected {
	font-weight: bold;
}

input[type="submit"] {
	border: 0;
	min-height: 22px;
	min-width: 46px;
	background: url(/site_assets/img/btn.gif) repeat top center;
	text-align: center;
	
	border: 1px solid #f8b323;
	
	font-weight: bold;
	color: #4b2077;
	text-transform: uppercase;
	outline: gray outset 1px;
	margin-top: 2px;
	margin-left: 1px;
}

input[type="submit"]:hover {
	color: white;
}

input[type="text"] {
	height: 17px;
}


table.data-grid thead th {
	background-color: #4c2178;
	color: white;
}

table.data-grid tbody tr {
}

table.data-grid tbody tr.alt {
	background-color: #d1c9d9;
}

table.data-grid tbody tr.selected,
table.data-grid tbody tr.selected a,
table.data-grid tbody tr.selected a:hover {
	background-color: #4c2178;
	color: white;
}

table.data-grid tbody tr:hover {
	background-color: #af9cc4;
}


div.wizard {
	border: 1px solid #4c2178;
}

div.wizard > table > tbody > tr > td:first-child {
	background-color: #af9cc4;
	border-right: 1px dotted #4c2178;
}

div.wizard .sidebar table {
	width: 100%;
}


div.wizard .sidebar a,
div.wizard .sidebar a:hover {
	display: block;
	color: #4c2178;
	text-decoration: none;
	border-bottom: 1px solid #46206d;
	margin-top: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
}

div.wizard .header {
	margin: 10px;
}

div.wizard .step {
	margin: 10px;
}

div.wizard .footer-nav {
	text-align: center;
	padding: 4px;
}

div.wizard .footer-nav input {
	margin: 4px;
}


/* default links */
a.arrow , a.arrow:hover {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #694993;
	background: url(/site_assets/img/arrow.png) no-repeat left center;
	padding-left: 8px;
}

a.arrow:hover {
	color: #e2a307;
	/*text-decoration: underline;*/
	background-image: url(/site_assets/img/arrow-over.png);
}

a.arrow-gold, 
a.arrow-gold:hover,
a.arrow-gold-left, 
a.arrow-gold-left:hover {
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #694993;
	background: url(/site_assets/img/arrow-gold.png) no-repeat left center;
	padding-left: 23px;
	min-height: 17px;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 1px;
}

a.arrow-gold:hover {
	color: #e2a307;
	background-image: url(/site_assets/img/arrow-gold-over.png);
}

a.arrow-gold-left, 
a.arrow-gold-left:hover {
	background: url(/site_assets/img/arrow-gold-left.png) no-repeat left center;
}

a.arrow-gold-left:hover {
	color: #e2a307;
	background-image: url(/site_assets/img/arrow-gold-left-over.png);
}

/* site content layout */
div#main {
	position: relative;
	min-height: 100%;
}

div#container {
	padding-bottom: 26px;
}

/* header with rotating logo */
div#header {
	background-color: white;
}

div#header div.header-content {
	margin: 0 auto;
	width: 991px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

img#header-logo {
	float: left;
	margin-top: 35px;
}

img#header-text {
	float: left;
	margin-top: 53px;
	margin-left: 200px;
}

/* horizontal nav menu */
div#nav {
	height: 32px;
	background: #4b2077 url(/site_assets/img/nav-bg.gif) repeat-x top left;
	border-bottom: 6px solid white;
}

div#nav .menu, div#nav .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#nav .menu li {
	float: left;
	position: relative;
}

div#nav .menu li.main:hover {
	background-color: #4a2968;
}

div#nav .menu .main:first-child {
	border-left: 0;
}

div#nav .menu .main {
	padding: 1px;
	padding-top: 8px;
	padding-bottom: 9px;
}


div#nav .menu .main a {
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #f8b323;
	display: inline-block;
}

div#nav .menu ul.sub {
	position: absolute;
	width: 160px;
	top: 25px;
	left: -1px;
	display: none;
	
	background-color: #4a2968;
	/*border: 1px solid #f9ba3f;
	border-top: 0;
	*/
}

/* second level */
div#nav .menu ul.sub ul.sub {
	top: 0;
	left: 159px;
	background-color: #704a8e;
}

/* second level position on the left */
div#nav .menu ul.sub ul.sub.left {
	left: -159px;
}

div#nav .menu .sub li {
	width: 100%;
}

div#nav .menu .sub li:hover {
	/*background-color: #f0d8ba;*/
}

div#nav .menu .sub li a {
	font-weight: normal;
	font-size: 11px;
	color: white;
	padding: 3px;
	text-decoration: none;
	display: block;
}

div#nav .menu .sub li a:hover {
	color: #f9ba3f;
}

div#nav .menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

div#nav .menu li:hover > ul, 
div#nav .menu li.over > ul { /* lists nested under hovered list items */
	display: block;
}

div#nav li.main.user-menu > a,
div#nav li.main.user-menu > a:hover {
	color: white;
}

div#nav li.has-submenu > a {
	background: url(/site_assets/img/has-submenu.png) no-repeat center right;
}

div#nav li.separator {
	border-bottom: 1px solid #704a8e;
}

div#content-center {
	margin: 0 auto; 
	width: 991px;
}

/* content container */
div#content-header {
	margin-bottom: 20px;
}

div#content {
	float: left;
	width: 730px;
	padding-top: 20px;
	padding-left: 20px;
}

div#sidebar {
	float: right;
	width: 220px;
}

/* content footer */
div#content-footer {
	background-color: #af9cc4;
}

div#content-footer table.sectors-provider {
	width: 965px;
	margin: 10px auto;
}


div#content-footer table.sectors-provider a,
div#content-footer table.sectors-provider a:hover {
	color: #5f3986;
	text-decoration: none;
	font-weight: bold;
}

div#content-footer table.sectors-provider a:hover {
	color: white;
}

table.banners {
	width: 100%;
	margin-top: 20px;
}

table.banners div {
	width: 170px;
	height: 75px;
	margin-bottom: 10px;
}

div.home-search-criteria {
	width: 100%;
	min-height: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #4b2077 url(/site_assets/img/search-criteria-bg.gif) repeat-x top left;
}

div.home-search-criteria td, 
div.home-search-criteria label,
div.home-search-criteria a {
	color: white;
}

div.home-search-criteria label {
	font-weight: bold;
	width: 120px;
	display: block;
	float: left;
	padding-top: 5px;	
}

div.home-search-criteria .formerror {
	color: #db9a15 !important;
}

div.home-search-criteria input[type="submit"],
div.home-search-criteria input[type="text"],
div.home-search-criteria select {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.home-search-criteria input[type="text"] {
	width: 140px;
	margin-right: 10px;
	margin-top: 1px;
}

div.home-search-criteria input[type="submit"] {
	margin-top: 2px;
}

div.home-search-criteria select {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #4b2077;
	width: 205px;
}

div.home-search-criteria div.left,
div.home-search-criteria div.center {
	float: left;
	width: 325px;
	min-height: 85px;
	margin-top: 15px;
	margin-left: 25px;
}

div.home-search-criteria div.center {
	margin-left: 40px;
	width: 380px;
}

div.home-search-criteria div.center table.sectors-provider {
	width: 100%;
}

div.home-search-criteria div.center table.sectors-provider a,
div.home-search-criteria div.center table.sectors-provider a:hover {
	color: #dbd3e4;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

div.home-search-criteria div.center table.sectors-provider a:hover {
	color: #db9a15;
}

div.home-search-criteria div.right {
	float: right;
	width: 220px;
	min-height: 164px;
	margin-top: 15px;
	border-left: 1px dotted white;
}

div.home-search-criteria div.keyword {
	min-height: 28px;
	border-bottom: 1px dotted white;
}

div.home-search-criteria div.skills,
div.home-search-criteria div.sectors {
	min-height: 52px;
	margin-top: 3px;
	border-bottom: 1px dotted white;
}

div.home-search-criteria div.advanced-search {
	margin-top: 8px;
}

div.home-search-criteria div.featured-user,
div.search-criteria div.featured-user,
div.advanced-search-criteria div.featured-user {
}

div.home-search-criteria div.featured-user p,
div.search-criteria div.featured-user p,
div.advanced-search-criteria div.featured-user p {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: white;
}

div.home-search-criteria div.featured-user p.header,
div.search-criteria div.featured-user p.header, 
div.advanced-search-criteria div.featured-user p.header {
	color: #db9a15;
	font-family: Arial Black;
	text-align: center;
}


div.home-banner {
	width: 470px;
	height: 60px;
	margin: 0 auto;
}

div.home-nav {
	margin: 0 auto;
	width: 600px;
	height: 190px;
	margin-top: 20px;
	background: url(/site_assets/img/home-nav-bg.png) no-repeat top left;
}


div.home-nav div.left,
div.home-nav div.center,
div.home-nav div.right {
	float: left;
	width: 135px;
	height: 135px;	
	margin-top: 32px;
	margin-left: 50px;
}

div.home-nav div.center {
	width: 155px;
	height: 90px;
	margin-top: 60px;
	margin-left: 35px;
}

div.home-nav div.right {
	margin-left: 40px;
}

div.home-nav p.header {
	font-family: Arial Black, Arial;
	color: white;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 2px;
}

div.home-nav div.center p.header {
	color: #472070;
}

div.home-nav p.content {
	color: black;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 12px;
	height: 65px;
}

div.home-nav div.center p {
	text-align: center;
}

div.home-nav div.center p.links a,
div.home-nav div.center p.links a:hover {
	font-style: normal;
}

div.home-nav div.left p.links a,
div.home-nav div.left p.links a:hover,
div.home-nav div.right p.links a,
div.home-nav div.right p.links a:hover {
	color: white;
	font-style: normal;
	background-image: url(/site_assets/img/arrow-white.png);
}

div.home-nav div.left p.links a:hover,
div.home-nav div.right p.links a:hover {
	color: #4b2077;
	background-image: url(/site_assets/img/arrow.png);
}

/* footer with background */
div#footer {
	clear: both;
	position: relative;
	margin: -26px auto 0 auto;
	width: 100%;
	height: 26px;
	background: white url(/site_assets/img/footer-bg.gif) repeat-x bottom left;
}

div#footer-content {
	margin: 0 auto;
	width: 991px;
	height: 20px;
	padding-top: 6px;
	background: #4b2077 url(/site_assets/img/footer-content-bg.gif) repeat-x bottom left;
}

div#footer-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#footer-content ul li {
	float: left;
	border-left: 1px solid white;
}

div#footer-content ul li:first-child {
	border: 0;
}

div#footer-content ul li a,
div#footer-content ul li a:hover {
	padding-left: 33px;
	padding-right: 33px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#footer-content ul li a:hover {
	color: #db9a15;
}

/* search criteria */
div.search-criteria {
	width: 100%;
	min-height: 100px;
	padding-top: 7px;
	padding-bottom: 2px;
	background: #4b2077 url(/site_assets/img/search-criteria-bg.gif) repeat-x top left;
}

div.search-criteria td, 
div.search-criteria label,
div.search-criteria a {
	color: white;
}

div.search-criteria label {
	font-weight: bold;
	width: 120px;
	display: block;
	float: left;
	padding-top: 5px;
}

div.search-criteria .formerror {
	color: #db9a15 !important;
}

div.search-criteria input[type="submit"],
div.search-criteria input[type="text"],
div.search-criteria select {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.search-criteria input[type="text"] {
	width: 140px;
	margin-right: 10px;
	margin-top: 1px;
}

div.search-criteria input[type="submit"] {
	margin-top: 2px;
}

div.search-criteria select {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #4b2077;
	width: 205px;
}

div.search-criteria div.left,
div.search-criteria div.center {
	float: left;
	width: 325px;
	height: 135px;	
	margin-top: 15px;
	margin-left: 25px;
}

div.search-criteria div.right {
	width: 220px;
	min-height: 164px;
	float: right;
	margin-top: 15px;
	border-left: 1px dotted white;
}

div.search-criteria div.keyword {
	min-height: 28px;
	border-bottom: 1px dotted white;
}

div.search-criteria div.skills {
	margin-top: 3px;
}

div.search-criteria div.sectors {
	margin-top: 1px;
	min-height: 55px;
}

div.search-criteria div.advanced-search {
	margin-top: 3px;
}

/* advanced search criteria */

/* search criteria */
div.advanced-search-criteria {
	width: 100%;
	min-height: 100px;
	padding-top: 8px;
	padding-bottom: 5px;
	background: url(/site_assets/img/search-criteria-bg.gif) repeat-x top left;
}

div.advanced-search-criteria label,
div.search-criteria a {
	color: white;
}

div.advanced-search-criteria label {
	font-weight: bold;
	width: 120px;
	display: block;
	float: left;
	padding-top: 5px;	
}

div.advanced-search-criteria .formerror {
	color: #db9a15 !important;
}

div.advanced-search-criteria input[type="text"],
div.advanced-search-criteria input[type="submit"],
div.advanced-search-criteria select {
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-top: 3px;
}

div.advanced-search-criteria input[type="text"] {
	width: 218px;
	height: 13px;
}

div.advanced-search-criteria input[type="submit"] {
	margin-top: 2px;
}

div.advanced-search-criteria input.postal-code {
	margin-right: 10px;
	width: 80px;
}

div.advanced-search-criteria select {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #4b2077;
	width: 225px;
}

div.advanced-search-criteria div.left,
div.advanced-search-criteria div.center {
	float: left;
	width: 355px;
	min-height: 135px;	
	margin-top: 15px;
	margin-left: 25px;
}

div.advanced-search-criteria div.right {
	float: right;
	width: 220px;
	min-height: 164px;
	margin-top: 15px;
	border-left: 1px dotted white;
}

/* search results healthcare providers */

div.search-results {
	margin-bottom: 20px;
	width: 570px;
}

div.search-results p.results-recommended-header,
div.search-results p.no-search-results {
	color: #46206d;
	font-weight: bold;
	margin-left: 5px;
}

div.search-results p.results-recommended-header {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 25px;
}

div.search-results div.result-header {
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

div.search-results div.result-header p {
	color: #46206d;
	font-weight: bold;
	font-size: 14px;
}

div.search-results div.result-header p.result-count {
	float: left;
}

div.search-results div.result-header p.page-size {
	float: right;
}

div.search-results div.search-filter {
	clear: both;
	width: 562px;
	height: 125px;
	background: #af9cc4 url(/site_assets/img/search-filter-bg.gif) repeat-x top left;
	margin-left: 4px;
	position: relative;
	top: 7px;
	z-index: 1;
}

div.search-results div.search-filter div.header { 
	height: 27px;
	width: 522px;
	padding-left: 20px;
	padding-right: 20px;
}

div.search-results div.search-filter div.header div.pager {
	float: left;
	margin-top: 6px;
}

div.search-results div.search-filter div.header div.pager,
div.search-results div.search-filter div.header div.pager span,
div.search-results div.search-filter div.header div.pager a,
div.search-results div.search-filter div.header div.pager a:hover,
div.search-results div.search-filter div.header div.limit {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

div.search-results div.search-filter div.header div.pager a.left,
div.search-results div.search-filter div.header div.pager a.right {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	min-height: 17px;
	display: inline-block;
	padding-top: 1px;
}

div.search-results div.search-filter div.header div.pager span.delim {
	margin-left: 10px;
	margin-right: 10px;
}

div.search-results div.search-filter div.header div.pager a.left {
	background: url(/site_assets/img/arrow-left.png) no-repeat left center;
	padding-left: 28px;
}

div.search-results div.search-filter div.header div.pager a.left[disabled="disabled"],
div.search-results div.search-filter div.header div.pager a.left[disabled="disabled"]:hover {
	color: #af9cc4;
}

div.search-results div.search-filter div.header div.pager a.left[disabled="disabled"]:hover {
	background-image: url(/site_assets/img/arrow-left.png);
}

div.search-results div.search-filter div.header div.pager a.left:hover {
	color: #e2a307;
	background-image: url(/site_assets/img/arrow-left-over.png);
}

div.search-results div.search-filter div.header div.pager a.right {
	background: url(/site_assets/img/arrow-right.png) no-repeat right center;
	padding-right: 28px;
}

div.search-results div.search-filter div.header div.pager a.right[disabled="disabled"], 
div.search-results div.search-filter div.header div.pager a.right[disabled="disabled"]:hover {
	color: #af9cc4;
}

div.search-results div.search-filter div.header div.pager a.right[disabled="disabled"]:hover {
	background-image: url(/site_assets/img/arrow-right.png);
}

div.search-results div.search-filter div.header div.pager a.right:hover {
	color: #e2a307;
	background-image: url(/site_assets/img/arrow-right-over.png);
}

div.search-results div.search-filter div.header div.pager span.page-links a,
div.search-results div.search-filter div.header div.pager span.page-links span {
	margin-left: 2px;
	margin-right: 2px;
}

div.search-results div.search-filter div.header div.pager span.page-links span {
	color: #e2a307;
}

div.search-results div.search-filter div.header div.pager span.page-links a,
div.search-results div.search-filter div.header div.pager span.page-links a:hover {
	text-decoration: none;
}

div.search-results div.search-filter div.header div.pager span.page-links a:hover {
	color: #e2a307;
}

div.search-results div.search-filter div.header div.limit {
	float: right;
	margin-top: 4px;
}

div.search-results div.search-filter div.content { 
	width: 550px;
	height: 67px;
}

div.search-results div.search-filter div.content div.left {
	float: left;
	width: 330px;
	padding-top: 8px;
	padding-left: 18px;
}

div.search-results div.search-filter div.content div.right {
	float: right;
	width: 188px;
}

div.search-results div.search-filter div.content div.sort-links {
	min-height: 20px;
}

div.search-results div.search-filter div.content div.sort-links a, 
div.search-results div.search-filter div.content div.sort-links a:hover  {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #5a3080;
	min-height: 17px;
	padding-top: 1px;	
	display: inline-block;
	padding-left: 10px;
	background: url(/site_assets/img/sort-icon-asc.png) no-repeat left center;
	float: left;
	margin-right: 15px;
}

div.search-results div.search-filter div.content div.sort-links a:hover,
div.search-results div.search-filter div.content div.sort-links a.active.asc,
div.search-results div.search-filter div.content div.sort-links a.active.asc:hover {
	color: #5a3080;
	background: url(/site_assets/img/sort-icon-active-asc.png) no-repeat left center;
}

div.search-results div.search-filter div.content div.sort-links a.active.desc,
div.search-results div.search-filter div.content div.sort-links a.active.desc:hover {
	color: #5a3080;
	background: url(/site_assets/img/sort-icon-active-desc.png) no-repeat left center;
}

div.search-results div.search-filter div.content div.distance-filter {
	min-height: 40px;
	padding-top: 10px;
}

div.search-results div.search-filter div.content div.distance-filter div {
	float: left;
	margin-right: 10px;
	color: white;
}

div.search-results div.search-filter div.content div.distance-filter a,
div.search-results div.search-filter div.content div.distance-filter a:hover {
	font-style: italic;
	color: #5a3080;
}

div.search-results div.search-filter div.content div.distance-filter a.active,
div.search-results div.search-filter div.content div.distance-filter a.active:hover {
	font-weight: bold;
}

div.search-results div.search-filter div.content div.links {
	height: 58px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	border-left: 1px dotted white;
}

div.search-results div.search-filter div.content div.links a {
	color: white;
}

div.search-results div.search-filter div.content div.links a:hover {
	color: #5a3080;
}

div.search-results div.item {
	width: 568px;
	height: 80px;
	background: url(/site_assets/img/search-result.png) no-repeat top left;
	margin-top: -18px;
	padding-top: 10px;
	padding-left: 7px;
	position: relative;
	z-index: 2;
}

/* advertising item */
div.search-results div.item-top {
	background: url(/site_assets/img/search-result-top.png) no-repeat top left;
}

div.search-results div.item:first-child {
	margin-top: 0;
}

div.search-results div.item div.hcp {
	float: left;
	width: 325px;
	height: 54px;
	
	margin-left: 15px;
	margin-top: 6px;
}

/* advertising item */
div.search-results div.item-top a:hover {
	color: white !important;
}

div.search-results div.item-top a.arrow:hover {
	background-image: url(/site_assets/img/arrow-white.png);
	
}

div.search-results div.item div.hcp div.left {
	float: left;
	width: 240px;
}

div.search-results div.item div.hcp a.name,
div.search-results div.item div.hcp a.name:hover {
	font-size: 11px;
	font-weight: bold;
	color: #4f2683;
	text-decoration: none;
}

div.search-results div.item div.hcp a.name:hover {
	color: #e2a307;
}

div.search-results div.item div.hcp p {
	margin: 0;
	margin-top: 1px;
	font-size: 9px;
	font-weight: bold;
}

div.search-results div.item div.hcp div.right {
	float: right;
	width: 80px;
	margin-top: 45px;
}

div.search-results div.item div.hcp a.info {
	color: black;
	float: right;
}

div.search-results div.item div.hcp a.info:hover {
	color: #e2a307;
}

div.search-results div.item div.address {
	float: left;
	width: 83px;
	height: 47px;
	margin-left: 30px;
	padding-top: 15px;
}

div.search-results div.item div.address p {
	margin: 0;
	margin-bottom: 2px;
	color: #4f2683;
	word-wrap: break-word;
}

div.search-results div.item div.address p.city {
	text-transform: uppercase;
	font-weight: bold;
}

div.search-results div.item div.address p.province {	
}

div.search-results div.item div.rating {
	float: right;
	width: 65px;
	height: 12px;	
	margin-right: 35px;
}

div.search-results div.rating div.rating-score {
	background-image: url(/site_assets/img/search-result-rating.png);
}

/* advertising item, alternate rating image */
div.search-results div.item-top div.rating div.rating-score {
	background-image: url(/site_assets/img/search-result-top-rating.png);
}
div.search-results div.item div.rank-info {
	float: right;
	width: 85px;
	height: 32px;
	margin-right: 17px;
	margin-top: 14px;
}

div.search-results div.item div.rank-info div.rank {
	float: left;
	height: 23px;
	margin-top: 9px;
	margin-left: 3px;
}

div.search-results div.item div.rank-info div.audit-cert {
	float: right;
	height: 27px;
	margin-top: 5px;
	margin-right: 9px;
}





/* rating score for search results, details etc.. */
div.rating-score {
	width: 65px;
	height: 12px;
	background-repeat: no-repeat;
}

div.rating-score.score-0.0  { background-position: 0px 0px; }
div.rating-score.score-0\.5 { background-position: 0px -12px; }
div.rating-score.score-1\.0 { background-position: 0px -24px; }
div.rating-score.score-1\.5 { background-position: 0px -36px; }
div.rating-score.score-2\.0 { background-position: 0px -48px; }
div.rating-score.score-2\.5 { background-position: 0px -60px; }
div.rating-score.score-3\.0 { background-position: 0px -72px; }
div.rating-score.score-3\.5 { background-position: 0px -84px; }
div.rating-score.score-4\.0 { background-position: 0px -96px; }
div.rating-score.score-4\.5 { background-position: 0px -108px; }
div.rating-score.score-5\.0 { background-position: 0px -120px; }


/* detail page of healthcare provider */
div.hcp-detail {
	width: 574px;
}

div.hcp-detail div.top {
	height: 51px;
	background: url(/site_assets/img/detail-top.png) no-repeat top left;
}

div.hcp-detail div.top div.links {
	float: left;
	width: 375px;
	margin-left: 20px;
	margin-top: 8px;
}

div.hcp-detail div.top div.links a {
	color: white;
}

div.hcp-detail div.top div.links a.arrow-gold-left {
	float: left;
}

div.hcp-detail div.top div.links a.arrow-gold {
	float: right;
}

div.hcp-detail div.top div.rating {
	float: right;
	width: 65px;
	height: 12px;
	margin-top: 31px;
	margin-right: 45px;
}

div.hcp-detail div.top div.rating div.rating-score {
	background-image: url(/site_assets/img/detail-rating.png);
	background-repeat: no-repeat;
}

div.hcp-detail div.content {
	min-height: 300px;
	background: url(/site_assets/img/detail-content-repeat.png) repeat-y top left;

}

div.hcp-detail div.content h1 {
	color: #4b2077;
}

div.hcp-detail div.content label {
	font-weight: bold;
}

div.hcp-detail div.content div.left {
	float: left;
	width: 385px;
	margin-left: 22px;
	margin-top: 20px;
}

div.hcp-detail div.content div.left p {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 15px;
}

div.hcp-detail div.content div.left p.name {
	font-size: 14px;
	color: #53297c;
	font-weight: bold;
}

div.hcp-detail div.content div.left table.branches {
	width: 100%;
}

div.hcp-detail div.content div.left table.branches tr:hover {
	background-color: #f2f2f2;
}


div.hcp-detail div.content div.left table.ratingScore {
}

div.hcp-detail div.content div.left table.ratingScore td {
	vertical-align: top;
	padding: 2px;
}

div.hcp-detail div.content div.left table.ratingScore div.rating-score {
	width: 65px;
	height: 12px;
	background-image: url(/site_assets/img/detail-rating.png);
	background-repeat: no-repeat;
}

div.hcp-detail div.content div.left table.problem-topics {
	width: 100%;
}

div.hcp-detail div.content div.left table.rating-form {
	width: 100%;
}

div.hcp-detail div.content div.left table.rating-form td {
	padding: 2px;
	padding-right: 5px;
}

div.hcp-detail div.content div.left div.rating-item {
	border-bottom: 1px solid #4b2077;
	padding-bottom: 5px;
}

div.hcp-detail div.content div.left div.rating-item div.rating-score {
	background-image: url(/site_assets/img/search-result-top-rating.png);
}

div.search-results div.item-top div.rating div.rating-score {
	background-image: url(/site_assets/img/search-result-top-rating.png);
}

div.hcp-detail div.content div.right {
	float: right;
	width: 110px;
	margin-right: 25px;
	margin-top: 20px;
}

div.hcp-detail div.content img.logo {
	width: 110px;
}

div.hcp-detail div.content div.right p {
	margin-bottom: 15px;
}

div.hcp-detail div.content div.right p,
div.hcp-detail div.content div.right a,
div.hcp-detail div.content div.right a:hover {
	color: #53297c;
}

div.hcp-detail div.content div.right a,
div.hcp-detail div.content div.right a:hover {
	text-decoration: underline;
}

div.hcp-detail div.content div.right a:hover {
	color: #db9a15;
}

div.hcp-detail div.footer {
	height: 17px;
	background: url(/site_assets/img/detail-footer.png) no-repeat top left;
}


/* AUDIT LAYOUT */

table.auditCriterionView {
 	width: 100%;
 	border: 1px solid #af9cc4; 
 	margin-bottom: 20px;
}

table.auditCriterionView td {
	vertical-align: top;
}

table.auditCriterionView td.icon {
	width: 36px;
	vertical-align: top;
	padding-left: 3px;
}

table.auditCriterionView td.content {
}

table.auditCriterionView div.auditCriterion {
	border-bottom: 2px solid #4b2077; 
	margin-bottom: 6px;
}

table.auditCriterionView div.auditCriterion div.title {
	background-color: #4e2378; 
	padding: 3px;
	color: white;
}

table.auditCriterionView div.auditCriterion div.info {
	background-color: #af9cc4; 
	padding: 3px;
}

table.auditCriterionView div.auditCriterionFinding {
}

table.auditCriterionView div.auditCriterionFinding div.header {
	padding: 3px;
	font-weight: bold; 
}

table.auditCriterionView div.auditCriterionFinding div.status {
	padding: 3px;
}


table.auditCriterionView table.radiobuttonlist label {
	font-size: 9px;
}

table.auditCriterionView table.radiobuttonlist td {
	margin: 0;
	padding: 0;
}


/* customize criterion finding display according to status */
table.auditCriterionView div.auditCriterionFinding div.approved div.header {
	background-color: #abc82a; 
}

table.auditCriterionView div.auditCriterionFinding div.approved div.status {
	background-color: #bed261; 
 	border-bottom: 2px solid #abc82a;
}

table.auditCriterionView div.auditCriterionFinding div.notApproved div.header {
	background-color: #e53e21;
}

table.auditCriterionView div.auditCriterionFinding div.notApproved div.status {
	background-color: #eb6b43;
 	border-bottom: 2px solid #e53e21;
}

table.auditCriterionView div.auditCriterionFinding div.noFinding div.header {
	background-color: #e89912;
}

div.auditProvidedDocuments {
	margin-left: 20px; 
	margin-top: 6px;
}

div.auditProvidedDocuments table.documentList {
	border-collapse: collapse;
	width: 100%;
}

div.auditProvidedDocuments table.documentList td {
	padding: 3px;
	margin: 0;
}

div.auditProvidedDocuments table.documentList tr.header td {
	background-color: #af9cc4; 
	color: white;
}

div.auditProvidedDocuments table.documentList tr.item td {
	border-top: 2px solid #f5e7d5;
}


div.auditProvidedDocuments table.documentList tr.comment td {
	padding-bottom: 10px;
}

div.auditProvidedDocuments table.documentList tr.header td.link {
	width: 155px;
	font-weight: bold;
}

div.auditProvidedDocuments table.documentList tr.header td a, div.auditProvidedDocuments table.documentList tr.header td a:hover {
}

/* Self assessment layout */
table.selfAssessmentCriteria {
	width: 100%;
}

table.selfAssessmentCriteria td.criterionIndex {
	background-color: #50267a; 
	padding: 3px;
	width: 35px;
	color: white;
	text-align: center;
}

table.selfAssessmentCriteria td.auditCriterion {
	background-color: #af9cc4; 
	padding: 3px;	
}

table.selfAssessmentCriteria td.answerSetOption {
	width: 360px;
}

table.selfAssessmentCriteria td.answerSetOption table.optionList {
	border-collapse: collapse;
	margin: 0;
	padding: 0;	
}

table.selfAssessmentCriteria td.answerSetOption table.optionList td {
	text-align: center;
	border: 1px solid #af9cc4;
	margin: 0;
	padding: 0;		
}

table.selfAssessmentCriteria td.answerSetOption div.setA div.score {
	height: 25px;
	background: url(/site_assets/img/assessment-score-bar.png);
	background-repeat: no-repeat;
	background-position: top left;
}

table.selfAssessmentCriteria td.answerSetOption div.setA table.optionList {
	width: 360px;
}

table.selfAssessmentCriteria td.answerSetOption div.setA table.optionList td {
	width: 72px;
}

/* SET A */
table.selfAssessmentCriteria td.answerSetOption div.setA div.score_0 {
	background: url(/site_assets/img/assessment-score-gray.png);
	width: 360px;
}

table.selfAssessmentCriteria td.answerSetOption div.setA div.score_1 {
	width: 72px;
}

table.selfAssessmentCriteria td.answerSetOption div.setA div.score_2 {
	width: 144px;
}

table.selfAssessmentCriteria td.answerSetOption div.setA div.score_3 {
	width: 216px;
}

table.selfAssessmentCriteria td.answerSetOption div.setA div.score_4 {
	width: 288px;
}

table.selfAssessmentCriteria td.answerSetOption div.setA div.score_5 {
	width: 360px;
}

/* SET B */

table.selfAssessmentCriteria td.answerSetOption div.setB div.score {
	height: 25px;
	background: url(/site_assets/img/assessment-score-bar.png);
	background-repeat: no-repeat;
	background-position: top left;
}

table.selfAssessmentCriteria td.answerSetOption div.setB table.optionList td {
	width: 120px;
}

table.selfAssessmentCriteria td.answerSetOption div.setB div.score_0 {
	background: url(/site_assets/img/assessment-score-gray.png);
	width: 360px;
}

table.selfAssessmentCriteria td.answerSetOption div.setB div.score_1 {
	width: 120px;
}

table.selfAssessmentCriteria td.answerSetOption div.setB div.score_2 {
	width: 240px;
}

table.selfAssessmentCriteria td.answerSetOption div.setB div.score_3 {
	width: 360px;
}


table.faqCategoryList {
	width: 100%;
}

table.faqCategoryList td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

table.faqCategoryList td a, table.faqCategoryList td a:hover {
	font-size: 13px;
	text-decoration: none;
}

table.faqCategoryList td a:hover {
	text-decoration: underline;
}

p.faqCategoryDesc {
	padding: 5px;
	background-color: #af9cc4;
}

p.faqQuestion {
	padding: 2px;
	/*background-color: #f7edde;	*/
}

p.faqRelatedQuestion {
	padding: 2px;
	/*background-color: #f7edde;	*/
}

/* newslist item layout */
div.newsListItem {
	margin-top: 10px;
	margin-bottom: 25px;
}

div.newsListItem p.author {
}

div.newsListItem p.leadIn {
	font-weight: bold;
}

/* news item detail */
div.newsItem {
}

div.newsItem p.author {
}

div.newsItem p.leadIn {
	font-weight: bold;
}
