/*** BODY ***/
body
{
  background-color: #dfdacd;
  font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.entry
{
  font-family: 'Helvfetica Neue', Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding-top: 15px;
line-height:1.5em;
color: #636363;

}
.entry a
{
  color: #3b639c;
text-decoration: none;
}
.entry h4
{
  color: #3b639c;
font-weight: bold;
margin:0;
padding:0;
	font-size: 12px;
}


.entry h3
{
  color: #3b639c;
  font-size: 13px;

}


.entry p {  
  margin: 0 0 1em;  
}

a.lBtn
{
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color:#3b639c;
    color:white;
    padding: 7px 4px;
    text-decoration: none;
}

a.lBtn:hover
{
	background-color:#26486C;

}
		
.copyregular
{
  font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
line-height:1.5em;
color: #636363;
}

.copyregular ul
{
list-style: square;
}

.copyregular li
{
  margin: 0;
  padding: 4px 8px;
  position: relative;
}

bodytitle 
{
 font-size: 12px;
color: #3b639c;
  padding-top: 10px;
  font-weight: bold;
}

bodytitlereg {
    font-size: 13px;
  color: #3b639c;
  padding-top: 10px;

}

copyblue {
  color: #3b639c;
    font-weight: bold;
line-height:1.5em;
}

a.copyblue {
  color: #3b639c;
text-decoration: none;
}


a.visited copyblue {
color: red;
text-decoration: none;
}

copywhite {

  color: #fff;
  font-weight: bold;
}


.staffimg {
  border: 3px solid #d4ccb9;
    margin-bottom: 7px;
    margin-right: 7px;
}


.rightbox h3 {
    color: #3B639C;
    font-size: 14px;
    margin-top: 0;
    border-bottom: 1px solid #90BFBD;
text-align:left;
}
.rightbox img {
  padding-bottom: 10px;
}






/*** LINKS ***/
a.blue {
  color: #3B639C;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
  text-decoration: none;

}
a.blue:hover {
  color: #01a8a0;
}

  
  
/*** MASTER ***/
#page
{
  background: #FFF;
  color: #636363;
  margin: 0 auto;
  padding: 14px;
  text-align: left;
  width: 1000px;
}

#pageHeader:after
{
  /* this is to make the container wrap around all of the floated children nodes */
  clear: both;
  content: "";
  display: block;
  height: 0;
}

#pageHeaderLeft
{
  float: left;
  width: 60%;
}
#pageHeaderLeft a
{
  text-decoration: none;
}

#siteLogo
{
  border: none;
  display: inline-block;
  vertical-align: bottom;
  width: 30%;
}
#siteLogoCH {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	margin-left: 20px;
}
#pageHeaderRight
{
  float: left;
  text-align: right;
  width: 29%;
  margin-left: -300px;
}

#pageHeaderLoginAndTopmostNav
{
  color: #666;
}

#login, #memberCenter, #topmostNavigation
{
  display: inline;
  position: relative;
}

#login
{
  padding-right: 7px;
  vertical-align: -1px;
}

#memberCenter
{
  background: url("/sitemedia/sitewide graphics/memberCenterArrow.gif") top right no-repeat #FFF;
  cursor: pointer;
  padding: 8px 21px 7px 7px;
  text-align: left;
  vertical-align: -1px;
  z-index: 501;  /* required for IE 7 */
  zoom: 1;  /* required for IE 7 */
}

#memberActions  /* UL */
{
  background-color: #DDD;
  border: solid 1px #999;
  box-shadow: 0 3px 6px rgba(53, 53, 53, 0.5);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 500;   /* this is overridden in the NJHAMaster template for IE8 */
}

#memberActions LI A
{
  color: #000;
  display: block;
  min-width: 100px;
  padding: 7px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

#memberActions LI A:hover
{
  background-color: #999;
  color: #FFF;
}

#topNav    /* UL */
{
  clear: both;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  zoom: 1;  /* required for IE 7 */
}

#topNav LI
{
  border-left: solid 1px #FFF;
  display: inline;
  height: 36px;
  text-align: center;
}

#topNav LI A
{
  background-color: #d4ccb9;
  color: #555;
  font-size: 10px;
  font-weight: bold;
  line-height: 33px;
  padding: 8px 9px 9px 9px;  
  text-decoration: none;
}

#topNav LI A:hover
{
  background-color: #90bfbd;
  color: #fff;
}

#pageHeaderLoginAndTopmostNav, #searchBox
{
  height: 50px;
  width: 699px;
}

#searchText
{
 background-color: #d4ccb9;
    border: 1px solid #DEDBD5;
    color: #26486C;
    height: 24px;
    padding-left: 10px;
    position: relative;
    width: 300px;
    z-index: 100;
}

#btnSearch
{
  background-color: #90bfbd;
  border: solid 2px #90bfbd;
  color: #FFF;
  cursor: pointer;
  height: 28px;
}

#mainMenu    /* DIV */
{
  background-color: #3B639C;
  border-bottom: solid 5px #F0F0F0;
  height: 42px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 14px;
}

#topNavigation   /* UL */
{
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000px;
}

#topNavigation:after
{
  /* this is to make the container wrap around all of the floated children nodes */
  clear: both;
  content: "";
  display: block;
  height: 0;
}

#topNavigation LI
{
  border-left: solid 1px #FFF;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#topNavigation LI A
{
  background-color: #3B639C;
  color: #FFF;
  display: block;
  padding: 7px 18px 5px 18px;
  text-decoration: none;
}

#topNavigation LI A:hover
{
  background-color: #26486C;
}
#navMemberCenter A
{
  /*color: #3b639c;*/
	color:white;
	font-weight: bold;
	text-decoration: none;
	/*display: table-cell;*/
	display:inline;
	background-color: #04a6e1;
	text-transform: Uppercase;
	padding:7px;
	margin-left:5px;
}


#pageFooter
{
  clear: both;
  width: 1000px;
}

#footerNavigation
{
  background-color: #d4ccb9;
  font-size: 11px;
  padding: 9px;
  text-align: right;
}

#footerNavigation UL
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#footerNavigation LI
{
  display: inline;
  margin: 0;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}

#footerNavigation LI A
{
  color: #666;
  padding: 4px 0;
  text-decoration: none;
}

/*** HOME PAGE ***/
DIV.homepage-row-container
{
  margin-bottom: 14px;
  min-height: 100px;
}
#TopRowLeftCol
{
  float: left;
  margin-right: 7px;  
  /*width: 662px;*/
}
#MiddleRowLeftCol
{
   margin-top: 7px;
}
#TopRowRightCol
{
  float: left;
  margin-left: 7px;
  width: 324px;
}
#MiddleRowRightCol
{
  margin-top:7px;
}
#TopRowRightCol:after, #MiddleRowRightCol:after
{
  /* this is to make the container wrap around all of the floated children nodes */
  clear: both;
  content: "";
  display: block;
  height: 0;
}
#latest-news {
	float: left;
	width:1000px;
	/*width: 662px;*/
}
DIV.homepage-left-column, DIV.homepage-middle-column, DIV.homepage-right-column
{
  float: left;
  width: 326px;
}
DIV.homepage-left-column
{
  margin-right: 7px;
  margin-top: 7px;
  clear:left;
}
DIV.homepage-middle-column
{
  margin: 7px 0px 0px 7px;
}
DIV.homepage-right-column
{
  margin: 7px 0px 0px 7px;
}
DIV.homepage-row-container:after
{
  /* this is to make the container wrap around all of the floated children nodes */
  clear: both;
  content: "";
  display: block;
  height: 0;
}
DIV.homepage-randomimage
{
  width: 100%;
  height: 225px;
  margin: -bottom: 10px;
}
DIV.homepage-randomimage img
{
	width:100%;
}
DIV.widget_outer_title
{
  /*background-color: #3B639C;  color is specified in the widget rendering*/
  height: 32px;
}

DIV.widget_icon, DIV.widget_title
{
  float: left;
  height: 32px;
}

DIV.widget_icon
{
 /* background-color: #90bfbd; color is specified in the widget rendering */
  margin: 0;
}

DIV.arrow_right
{
  border-left: solid 6px #89B4C0;
  border-top: solid 6px transparent;
  border-bottom:  solid 6px transparent;
  float: left;
  height: 0;
  margin-top: 10px;
}

DIV.widget_title
{
 /* color: #FFF; color is specified in the widget rendering */
  font-weight: bold;
  line-height: 32px;
  padding-left: 6px;
}
DIV.widget_title A
{
  text-decoration: none;
}
DIV.widget_title A:visited
{
  /*color: #FFF; color is specified in the widget rendering*/
  text-decoration:none;
}
DIV.widget_title A:hover
{
 /* color: #FFF; color is specified in the widget rendering */
  text-decoration:none;
}

DIV.widget_subtitle
{
  /* color: #666; color is specified in the widget rendering */
  padding-top: 10px;  
  padding-bottom: 6px;
  font-weight: bold;
}

#latest_blog_post_list
{
  margin: 0;
  padding: 5px;
  line-height: 1.5em;
}

#latest_blog_post_list A
{
  color: #3B639C;
  font-weight: bold;
  text-decoration: none;
}

/*** TEXT PAGE ***/
#breadcrumb
{

  background-color: #FFF;
  font-size: 11px;
  padding-bottom: 14px;
}

#breadcrumb UL
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#breadcrumb LI
{
  display: inline;
  font-weight: bold;
	color: #8c7f60;
}

#breadcrumb A
{
  color: #3b639c;
  text-decoration: none;
}

#breadcrumb A:after
{
  content: " > ";
}

#innerPageContent
{
  background-color: #FCFCFC;
  min-height: 680px;
  position: relative;
}

#leftNavContainer
{
  float: left;
  padding-top: 14px;
  position: relative;
  width: 200px;
}


#leftNavigation > LI
{
  background: url("/sitemedia/sitewide graphics/menuBorder.gif") left bottom repeat-x;
}

#leftNavigation > LI > A
{
  margin-top: 3px;
  margin-bottom: 7px;
}

#leftNavigation UL
{
  background: none !important;
}

#leftNavigation UL LI
{
  background: url("/sitemedia/sitewide graphics/menuBorder.gif") left top repeat-x;
  padding-left: 12px;
}

#leftNavigation UL LI > A
{
  margin-top: 7px;
  margin-bottom: 3px;
  padding-bottom: 0;
}

#leftNavigation A
{
  color: #26486c;
  display: block;
  text-decoration: none;
}

#leftNavigation LI.selected > A
{
  background: none !important;
  color: #3B639C;
  text-decoration: none;
     font-weight: bold;
}

#columnContainer
{
  float: left;
  position: relative;
  width: 800px;
}

DIV.squeezeColumn
{
  float: left;
  padding: 14px;
  width: 507px;
}

DIV.stretchColumn
{
  padding: 14px;
  width: 772px;
}

DIV.rightColumn
{
  float: left;
  margin: 0;
  padding-left: 12px;
  width: 237px;
  text-align: left;
  word-wrap: break-word;
}

#articleContainer
{
  background-color: #FFF;
  border: solid 1px #DDD;
  box-shadow: 0 0 9px rgba(53, 53, 53, 0.5);
  padding: 14px;
  min-height: 630px;
}

#socialMediaIcons
{
  background-color: #FFF;
  border: solid 1px #DDD;
  border-left-color: #FFF;
  box-shadow: 3px 0 9px rgba(53, 53, 53, 0.5);
  margin-left: -1px;
  padding: 3px 4px 0 3px;
  width: 16px;
  vertical-align: bottom;
}

#socialMediaIcons IMG
{
  border: none;
  margin: 1px 0;
}

DIV.title
{
  border-bottom: solid 2px #d4ccb9;
  color: #01a8a0;
  font-size: 16px;
  font-weight: bold;
}

#articleTitle
{
  float: left;
  padding-top: 7px;
}

#articleActions
{
  float: right;
}

#articleActions A IMG
{
  border: none;
}
/*** SEARCH PAGE ***/
UL.search-results
{
  list-style: none;
}

UL.search-results LI
{
  margin-bottom: 21px;
}

UL.search-results A
{
  font-size: 14px;
  font-weight: bold;
}

SPAN.search-results-url
{
  color: #666;
  line-height: 1.5;
}

SPAN.search-results-summary
{
}

/*** CALENDAR ***/
#calendarSearchControls
{
  padding: 21px 7px 14px 7px;
}
#calendarSearchControls INPUT[type=text]
{
  border: solid 2px #DDD;
  height: 22px;
  width: 200px;
}
#calendarSearchControls INPUT[type=submit], #calendarSearchControls INPUT[type=button]
{
  background-color: #999;
  border: solid 2px #999;
  color: #FFF;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
}
#calendarNav
{
  background-color: #3B639C;
  color: #FFF;
  font-weight: bold;
  height: 28px;
  list-style: none;
  margin: 7px;
  padding: 0;
}
#calendarNav LI
{
  border-right: solid 1px #FFF;
  display: inline;
  line-height: 28px;
  padding: 0 7px;
}
#calendarNav A
{
  color: #FFF;
  margin: 0 7px;
}
TABLE.calendarLargeList
{
  margin: 14px 7px;
}
TABLE.calendarLargeList TR, TABLE.calendarSmallList TR
{
  vertical-align: top;
}
TABLE.calendarLargeList TD
{
  border-bottom: solid 1px #3B639C;
  padding-top: 7px;
  padding-bottom: 3px;
}
TABLE.calendarLargeList TD.navYear
{
  font-size: 13px;
  font-weight: bold;
  padding: 10px 7px 7px 7px;
}
TABLE.calendarLargeList TR.oddRow TD
{
  background-color: #F0F0F0;
}
TABLE.calendarLargeList DIV.Month, TABLE.calendarLargeList DIV.Date
{
  display: none;
}
TABLE.calendarLargeList DIV.ShortDate
{
  font-weight: bold;
  padding: 0 7px 7px 7px;
  white-space: nowrap;
}
TABLE.calendarLargeList DIV.EventName
{
  color: #3B639C;
  font-weight: bold;
  padding-bottom: 3px;
}
TABLE.calendarLargeList DIV.EventType
{
  padding-bottom: 3px;
}
TABLE.calendarLargeList DIV.EventSummary
{
  padding-bottom: 3px;
}
TABLE.calendarLargeList TD.RegisterLink
{
  padding: 14px 21px;
  text-align: center;
  width: 102px;
}
TABLE.calendarLargeList TD.RegisterLink A
{
  background-color: #EEEEE9;

  /* note that the NJHAMaster template contains IE-specific style to handle gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #FFF,  #CCC); /* for firefox 3.6+ */

  border: solid 1px #999;
  border-radius: 14px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
  width: 60px;
}
TABLE.calendarSmallList TD
{
  border-bottom: solid 1px #CCC;
  padding: 5px 0;
}
TABLE.calendarSmallList DIV.Month
{
  background-color: #666;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 0 1px 0;
  width: 35px;
	  text-align: center;
}
TABLE.calendarSmallList DIV.Date
{
  /* note that the NJHAMaster template contains IE-specific style to handle gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #FFF,  #DDD); /* for firefox 3.6+ */
  text-align: center;
  border: solid 1px #666;
  font-weight: bold;
  color: #555;
  padding: 3px 0 2px 0;
  width: 33px;
}
TABLE.calendarSmallList TD.EventDescription
{
  padding: 5px 7px;
  text-align: left;
}
TABLE.calendarLargeList TD.EventDescription A, TABLE.calendarSmallList TD.EventDescription A
{
  color: inherit;
  text-decoration: none;
}
TABLE.calendarSmallList DIV.ShortDate, TABLE.calendarSmallList DIV.EventType, TABLE.calendarSmallList DIV.EventSummary, TABLE.calendarSmallList TD.RegisterLink
{
  display: none;
}
TABLE.miniCalendar
{
  border-collapse: collapse;
}
TABLE.miniCalendar TH
{
  border-bottom: solid 2px #3B639C;
  color: #3B639C;
  padding: 4px;
}
TABLE.miniCalendar TD
{
  border: solid 1px #DDD;
  padding: 4px;
}
TABLE.miniCalendar TD.notCurrentMonth
{
  color: #AAA;
}
TABLE.miniCalendar TD.currentMonth
{
  color: #222;
}
TABLE.miniCalendar TD.hasEvents
{
  font-weight: bold;
}

/*** TRACKER and TAG GATHERER ***/
#trackerTabs, #tagGathererTabs
{
  border-bottom: solid 1px #DDD;
  list-style: none;
  margin: 0;
  padding: 0 7px 4px 0;
}
#trackerTabs LI, #tagGathererTabs LI
{
	background-color: #EEEEE9;

  /* note that the NJHAMaster template contains IE-specific style to handle gradients */
  
  background: #EFECE5;

  border: solid 1px #DDD;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #636363;
  cursor: pointer;
  font-weight: bold;
  display: inline;
  padding: 5px 7px 4px 7px;
}
#trackerTabs LI:hover, #tagGathererTabs LI:hover
{
  color: #629B99;
}
#trackerTabs LI.selected, #tagGathererTabs LI.selected
{
background: none repeat scroll 0 0 #3B639C;
  border-bottom-color: #FFF;
  color: #fff;
  cursor: default;
  padding: 7px;
  vertical-align: 2px;
}
#trackerFilterControls
{
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: right;
}
#tagGathererFilterControls
{
	padding: 14px 7px 7px 7px;
}
#trackerFilterControls INPUT[type=text], #tagGathererFilterControls INPUT[type=text]
{
  border: solid 1px #DDD;
  height: 22px;
  width: 300px
}
#trackerFilterControls INPUT[type=submit], #trackerFilterControls INPUT[type=button], #tagGathererFilterControls INPUT[type=submit], #tagGathererFilterControls INPUT[type=button]
{
    background-color: #90BFBD;
    border: 1px solid #90BFBD;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    height: 28px;
}
#trackerData, #tagGathererContent
{
	border: none;
	border-top: none;
	padding: 7px;
	text-align: left;
}
#trackerDataTable
{
	margin: 0 auto;
	width: 100%;
}
#trackerDataTable TH
{
  background-color: #EFECE5;
  padding: 7px;
 height: 25px;
}
#trackerDataTable TD
{
border-bottom: 1px solid #999999;
 padding: 13px;
}
#trackerDataTable TD.Column1 
width: 100px; 
{ 

	
}
#tagGathererLetters
{
	margin: 7px 0 14px 0;
	text-align: center;
	width: 100%;
}
#tagGathererLetters A
{
	color: #629B99;
	font-weight: bold;
	padding: 1px 2px;
	text-decoration: none;
}
#tagGathererLetters SPAN
{
	color: #DDD;
}
#tagGathererContent H3
{
	margin-bottom: 0;
	padding-left: 14px;
}
#tagGathererContent UL
{
	list-style: none;
	margin: 0;
	padding: 0 14px 7px 14px ;
}
#tagGathererContent LI
{
	padding: 2px 0;
}

#tagGathererContent LI a
{
	color:#3b639c;
	text-decoration: none;
}

/*** EVENT BROCHURE ***/
#BrochureButtons
{
	background-color: #FFF;
	text-align: center;
}
#BrochureButtons INPUT
{
	margin: 21px 49px;
	padding: 5px 7px;
}
#BrochureButtons INPUT[type=submit]
{
	font-weight: bold;
}


/*** COLLAPSIBLE ***/
.collapsible {
	background-color: #3b639c;
	color: white;
	cursor: pointer;
	padding: 10px;
	width: 50%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	margin: 0 25% 0 25%;
}
.active, .collapsible:hover {
	background-color: #04a6e1;
}
.COLcontent {
	padding: 0 18px;
	display: none;
	overflow: hidden;
}

/*** IE-specific overrides ***/
/*** THESE MUST APPEAR AT VERY END OF THIS FILE AFTER ALL OTHER STYLE DECLARATIONS ***/
BODY.IE7 #memberCenter { vertical-align: -9px; }
BODY.IE7 #memberCenter LI A { min-width: 97px; }
BODY.IE7 #mainMenu { width: 1000px; }
BODY.IE7 #leftNavContainer { z-index: 101; }    /* this must be one greater than the navigation arrow (see http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/) */
BODY.IE7 #articleContainer DIV.title { height: 29px; }
BODY.IE7 #LoginPanel DIV.field INPUT { margin: 0; }
BODY.IE7 #socialMediaIcons BR { line-height: 3px; }

div.homepage-right-column-custom
{
	margin-right: 0;
}

div.widget_outer_title_custom
{
	background-color: #d4ccb9;
}

div.widget_title_custom
{
	font-size: 12px; 
	color: #26486c; 
	padding-bottom: 6px;	
}


/*hospital list*/
a.mainPhone{
	color:#636363;
}
a.mainPhone:hover
{
	color:#3b639c;
}
 
.btnToTop {
	display: none;
	position: fixed;
	padding: 2em;    
    bottom: 15%;
	z-index: 99;
	font-size: 12px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;  
	transform: translateX(580px);
}

.btnToTop:hover {
	background-color: #555;
}

ul.ul-MemDir-Affiliate,ul.ul-MemDir-ColDisplay
{ 
	/*columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: none;
	list-style-position: inside;*/
	
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	list-style-type: none;
}

ul.ul-MemDir-RowDisplay li{
	padding:4px 0;
}

table.tbl-System {
 	border-collapse: collapse;
	width:100%;	
}


table.tbl-System th {
    background-color: #EFECE5;
    padding: 7px 12px;
    height: 25px;
}

table.tbl-System td  { 
    padding: 12px;
	border-bottom: 1px solid #999999; 
}
 
ul.ul-System
{
	list-style:square;
	padding-left:15px;
}

.trackerFilterControls {
    padding-top: 5px !important;
    padding-bottom: 5px !important; 
}
/*End of hospital list*/

/*Tab content*/
._tab {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

._tab input[type=button]._tablinks {
	background: #EFECE5;
	border: solid 1px #DDD;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #636363;
	cursor: pointer;
	font-weight: bold;
	display: inline;
	padding: 5px 7px 4px 7px;
	margin-bottom:-2px;
}

._tab input[type=button]._tablinks:hover:not(.active) {
	background-color: #ddd;
}

._tab input[type=button].active {
	background-color: #3B639C;
	color: white;
	border-bottom-color: #FFF;
	cursor: default;
	padding: 7px;
	vertical-align: 2px
}

._tabcontent {
	display: none;
	padding: 6px 12px;
}

/*End of Tab Content*/
/*Hospital By District*/
    .hbd_ul {
        list-style-type: none;
    }

    .hbd_email {
        text-decoration: none;
    }

    .hbd_entry {
        width: 520px; 
        margin: 0 auto;
    }

    .hbd_anchorRef {
        width: 22px;
    	display: inline-block;
        text-align: center;
    }

.faxLabel, faxField{
	float:left;
}
/*End of Hospital By District*/












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
