@charset "utf-8";
/*
	skin.css
	developed by iomer internet solutions - 2008
	iomer.com
	AJ Wright
*/


/* Meta Nav */
#metaNavi {
	color: #fff;
	font-size: 9px;
	padding-top: 3px;
	}
#metaNavi a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom-color: #fff;
	}
#metaNavi a:link, #metaNavi a:visited { color: #DDD; border-bottom-color: #DDD;}
#metaNavi a:hover, #metaNavi a:active { color: #FFF; border-bottom-color: #FFF;}


/* Search bar inputs -- Skins over the Sitefinity search control (also referenced in layout.css) */
.sf_searchSubmit { position: relative; top: 3px; cursor: pointer; }
input.sf_searchText {
	border: none;
	background: none;
	color: #232323;
	display: inline;
	padding-right: 2px;
	}
input.sf_searchSubmit {
    background: transparent url(../Images/searchIcon.gif) top right no-repeat scroll;
	border: none;
	color: #232323;
	display: inline;
	text-indent: -9999px;
	width: 13px;
	height: 14px;
	}
.sf_searchBox { border: 0 none; margin: 0; padding: 0; }
.sf_searchBox label { display: none; visibility: hidden; }

/*-----------------------------------------------
	Panel defaults
  -----------------------------------------------*/
.panel {
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: scroll;
	}

.panelTop,
.panelBottom {
	width: 100%;
	height: 10px;
	/* for IE */
	line-height: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}
.panelTop { background-position: top center; }
.panelBottom { background-position: bottom center; }
.panelBL, .panelBR {
	height: 10px;
	/* for IE */
	line-height: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;
	}

.panelBL { background-position: left bottom; }
.panelBR { background-position: right bottom; margin-left: 8px; }
.panelBody { width: 100%; }

/*-----------------------------------------------*/

span.announcementDate {
	color: #b77a61;
	font-style: italic;
	font-size: 10px;
	}
#leftSidePanel { width: 186px; float: left; }
#quickLinksPanel.panel { background-image: url(../images/narrowPanelRepeat.png); width: 186px; }
#quickLinksPanel .panelBL { background-image: url(../images/panelBottomLeft.png); }
#quickLinksPanel .panelBR { background-image: url(../images/panelBottomRight.png); }
#quickLinksPanel .panelBody { padding: 7px 0 0; }

#contentPanelRight.panel, #contentPanelLeft.panel { background-image: url(../images/panelRepeater.png); width: 342px; }

#contentPanelLeft .panelBL,
#contentPanelRight .panelBL { background-image:url(../images/panelBottomLeft.png); }
#contentPanelLeft .panelBR,
#contentPanelRight .panelBR { background-image:url(../images/panelBottomRight.png); }
#contentPanelLeft .panelBody,
#contentPanelRight .panelBody { width: 322px; padding: 7px 10px 15px; }

.headingBGLeft, .headingBGRight {
	height: 38px;
	display: block;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.headingBGLeft { background-image:url(../images/headerLeft.gif); background-position: left top; }
.headingBGRight { background-image:url(../images/headerRight.gif); background-position: right top; margin-left: 5px; }

/* Specific header styling here */
.headingBGLeft h3 { color: #FFF; margin-top: 0; padding-top: 8px; text-indent: 6px }

/*

    Find a Physician -- on the homepage

	ps = Physician Search
*/
.ps_wrap {
	width: 688px;
	margin-bottom: 10px;
	color: #FFF;
	display: block;
	}
#ps_wrap.panel { background-image: url(../images/ps_repeater.png); width: 688px; }
.ps_wrap .panelTop { background-image: url(../images/ps_top.png); }
.ps_wrap .panelBottom { background-image: url(../images/ps_bottom.png); }

.ps_wrap .panelBody {
	width: 668px;
	margin: 0 10px;
	position: relative;
	}
.ps_wrap h1 { color: #FFF; }

#family.panel { background-image: url(../images/ps_innerPanelRepeater.png); width: 328px; }
#general.panel { background-image: url(../images/ps_innerPanelRepeater.png); width: 328px; }
.ps_SearchBox .panelTop { background-image: url(../images/ps_innerPanelTop.png); }
.ps_SearchBox .panelBottom { background-image: url(../images/ps_innerPanelBottom.png); }
.ps_SearchBox#family { float:left; }
.ps_SearchBox#general { float:right; }

.ps_SearchBox .panelBody {
	width: 308px;
	padding: 0 10px;
	margin: 0;
	}
.ps_SearchBox label { font-size: 11px; }
.ps_SearchBox input {
	border: none;
	background: none;
	color: #232323;
	}
.ps_SearchBox h4 { color: #FFF; font-size: 14px; }	
.ps_inputs {
	display: block;
	height: 25px;
	margin-top: 3px;
	padding-left: 5px; 
	background: url(../images/ps_searchBoxLeft.png) 0 0 no-repeat scroll #FFF;
	position: relative;
	}
.ps_inputs .ps_searchSubmit {
	height: 25px;
	width: 38px;
	position: absolute;
	top: 0;
	right: 0;
	}

.ps_searchText { width: 261px; padding: 5px 0 0; margin: 0; border: 0; position: absolute; top: 0; left: 5px; }

a.ps_advancedButton {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width:126px;
	height:24px;
	background: url(../images/ps_advSearch.png) 0 0 no-repeat scroll transparent;
	}
a.ps_advancedButton:link,
a.ps_advancedButton:visited  { background: url(../images/ps_advSearch.png) 0 0 no-repeat scroll transparent; text-decoration:none; border: 0 none;}
a.ps_advancedButton:hover,
a.ps_advancedButton:active  { background: url(../images/ps_advSearch_hover.png) 0 0 no-repeat scroll transparent; text-decoration:none; border: 0 none;}
/* end homepage physician search */


/*
	Find a physician control within physician search pages

*/
.findAPhysicianSearchBox {
	width: 688px;
	margin-bottom: 20px;
	color: #FFF;
	}
	
.findAPhysicianSearchBox.panel { background-image:url(../images/findAPhysRepeater.png); }
.findAPhysicianSearchBox .panelTop { background-image: url(../images/findAPhysTop.png); }
.findAPhysicianSearchBox .panelBottom { background-image: url(../images/findAPhysBottom.png); }
.findAPhysicianSearchBox .panelBody {
    font-size: 11px;
	width: 668px;
	padding-left: 15px;
	position: relative;
	height: 35px;
	line-height: 35px;
	}

.findAPhysicianSearchBox input {
	border: none;
	background: none;
	color: #232323;
	}
.fapInputs {
	position: absolute;
	display: block;
	top: 8px;
	left: 239px;/*180px;*/
	z-index: 10;
	line-height: 15px;
	}
	
.fapSearchBG {
	background:url(../images/fapSearchBox.png) center left no-repeat scroll;
	position: absolute;
	top: 5px;
	left: 232px;/*173px;*/
	width: 309px;/*497px;*/
	height: 25px;
	z-index: 2;
	}
.searchText { width: 280px; }
a.fapMoreOptions {
	margin: 0 0 0 24px;
	text-decoration: none;
	}
a.fapMoreOptions:link,
a.fapMoreOptions:visited {
	color: #FFF;
	border-bottom: 1px dotted #bb93a7;
	}
a.fapMoreOptions:hover,
a.fapMoreOptions:active { border-bottom: 1px dotted #FFF; }
/* END physician search on sub pages */

/* Generic Content styles */
#contentBody ul, #contentBody ol { margin-left: 15px; padding-left: 10px; }
#contentBody ol li { margin-bottom: 5px; }
/* End Generic Content */
	
#footer.panel { background-image: url(../images/footerRepeater.png); }

#footer .panelTop { background-image: url(../images/footerTop.png); }
#footer .panelBottom { background-image: url(../images/footerBottom.png); }
#footer .panelBody {
	width: 880px;
	padding: 0 10px;
	text-align: left;
	font-size: 11px;
	}
a#footerLogo {
	width: 110px;
	height: 50px;
	float: right;
	display: block;
	background: url(../images/cpsaLogoFooter.png) top left no-repeat scroll;
	border: medium none;
	text-indent: -9999px;
	}
/** Breadcrumbs **/

#breadcrumbWrap {
	background: url(../images/breadcrumbBG.gif) 0 0 no-repeat scroll transparent;
	text-align: left;
	color: #FFF;
	line-height: 32px;
	padding: 0 10px;
	}
#breadcrumbWrap a:link,
#breadcrumbWrap a:visited {
	color: #FFF;
	border-bottom: 1px dotted #bb93a7;
	}
#breadcrumbWrap a:hover,
#breadcrumbWrap a:active {
	border-bottom: 1px dotted #FFF;
	}

/** Additional Table styles == NOTE: these also exist in the tableStyles.css -- changes must be reflected in both!!! **/
/* =burgundy */
.TableStyleA1 { background-color: #662c4a; color: #FFF; }
.TableStyleA2 { background-color: #80375c; color: #FFF; }
.TableStyleA3 { background-color: #995175; color: #FFF; }
.TableStyleA4 { background-color: #b2829a; color: #FFF; }

/* =blue */
.TableStyleB1 { background-color: #73bac3; color: #19373b; }
.TableStyleB2 { background-color: #9cd4db; color: #19373b; }
.TableStyleB3 { background-color: #b0e2e8; color: #19373b; }
.TableStyleB4 { background-color: #c6eff5; color: #19373b; }
