﻿
/* GENERAL */

body
{
	font-family: Tahoma, Verdana, Arial;
	/*font-size: 12px;*/
	font-size: 14px;
	color: #333333;
	behavior:url(/Style%20Library/csshover.htc);
}

a
{
	color: #f37a1f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	color: #dddddd;
	height: 1px;
}


img
{
	border: none;
}

/* PAGE SPECIFIC HEADERS */

h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #EF202A;
	padding: 0 0 5px 0;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF8E31;
	margin: 0;	
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	color: #00409B;
	margin: 0;	
}


.sectionhomepage h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #F47B20;
	margin: 0;
}

.sectionhomepage h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4BC8DC;
	margin: 0;	
}

.contentpage h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #EF202A;
	padding: 0 0 5px 0;
}

.contentpage h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF8E31;
	margin: 0;	
}

.contentpage h3
{
	font-size: 1.1em;
	font-weight: bold;
	color: #00409B;
	margin: 0;	
}


/* SPECIFIC ELEMENTS */

a.more 
{
	padding:0 0 0 10px;
	color:#4BC8DC;
	font-weight:bold;
	/*font-size:10px;*/
	font-size: 12px;
	font-family:tahoma;
	text-transform:uppercase;
	background-image:url(/SiteCollectionImages/more.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/* SEARCH BOX */

.search .textbox
{
	border: 2px solid #C3C3C3;
	width: 160px;
	height: 17px;
	vertical-align:top;
}

/* TOP NAVIGATION */

#topNav {
	width:928px;
	height:32px;
	padding:0 16px;
	margin: 0 0 20px 0;
	background-image:url(/SiteCollectionImages/topnavi.gif);
	background-position:left top;
}

#topNav ul {
	margin:0;
	padding:0;
	
}

#topNav ul li {
	float:left;
	/*padding:0px 0.25em 0px 0.25em;*/
    padding:0px 0.2em 0px 0.2em;
	margin:0 0px 0 0;
	list-style:none;
}

#topNav ul li.last {
	margin:0;
}

#topNav ul li:hover {
	position:relative;
}

#topNav ul li ul {
	display:none;
}

#topNav ul li:hover ul {
	position:absolute;
	display:block;
	top:32px;
	left:0;
 	border-left:3px solid #333;
}

#topNav ul li:hover ul li {
	clear:both;
	width:180px;
	padding:5px;
	padding-right:20px;
	background-color:#1653A7;
}

#nxtlvl {
	padding:5px;
	background-image:url(/SiteCollectionImages/topnavi_rightarrow.png);
	background-position:center right;
	background-repeat:no-repeat;
}

#topNav ul li:hover ul li:hover {
	background-color:#FC841E;
}

#topNav ul li:hover ul li a {
	font-weight:bold;
	color:#FFFFFF;
}

#topNav ul li:hover ul li a:hover  {
	color:#FFFFFF;
}

/*3rd lvl menu - hide*/					#topNav ul li ul li ul {display:none;}
/*3rd lvl menu - show*/					#topNav ul li:hover ul li:hover ul{position:absolute;display:block;top:0;left:198px; border-left:3px solid #333;}
/*3rd lvl menulist*/					#topNav ul li:hover ul li:hover ul li {clear:both; width:190px;padding:5px;padding-right:20px;background-color:#1653A7;}
/*3rd lvl menulist - hoverbg*/			#topNav ul li:hover ul li:hover ul li:hover{background-color:#FC841E;}
/*3rd lvl menulist - linkstyle*/		#topNav ul li:hover ul li:hover ul li a {font-weight:bold;color:#FFFFFF;}
/*3rd lvl menulist - hovertextcolor*/	#topNav ul li:hover ul li:hover ul li a:hover  {color:#FFFFFF;}
#topNav li:hover ul ul, #topNav li.sfhover ul ul {left: -999em;}

/* SITE NAVIGATION */

.sidenavi {
	padding:0;
	margin: 0;
	width:140px;
	overflow: hidden;
	text-align: left;
}

.sidenavi h1 {
	font-size:12px;
	padding:0 0 5px 0;
	color: #f37a1f;
}

.sidenavi ul{
	margin:0;
	padding:0;
}

.sidenavi li {
	list-style:none;
	font-weight:bold;
	margin: 5px 0 5px 14px;
	text-indent: -14px;
}

.sidenavi li ul {
	margin:5px 0 0 0;
	padding:0;
	list-style-position:outside;
}

.sidenavi li ul li {
	list-style:none;
	list-style-image:none;
	border-bottom:1px solid #C8CFEB;
	padding:5px 0;
	width: 120px;
	margin-left: 0px;
	text-indent: 0px;
}

.sidenavi li ul li.selected {
	list-style-image:none;
}

.sidenavi li a {
	color:#1E61BC;
}

.sidenavi li.selected a {
	color:#FF8E31;
}

.sidenavi li.selected li a {
	/*color:#1E61BC;*/
	color: #FF8E31;
	font-weight: normal;
}

.sidenavi li.selected li.selected a {
	color:#9C9A9A;
}

/* BREADCRUMB */

.breadcrumb 
{
	width:100%;
	margin:0;
	padding:0 0 20px 0;
	height:12px;
	border-bottom:1px solid #D6D6D6;
	margin-bottom: 5px;
}

.breadcrumb ul 
{
	margin:0;
	padding:0;
}

.breadcrumb ul li 
{
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:10px;
}

.breadcrumb ul li a 
{
	display:block;
	padding:0 15px 0 0;
	font-weight:normal;
	background-image:url(/SiteCollectionImages/breadcrumb_separator.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

/* COMMON TOOL MENU */

.commontoolmenu
{
	background-image: url(/SiteCollectionImages/common_tool_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 27px 5px 20px 5px;
	width: 160px;
}

/* FOOTER */

.footer
{
	float:left;
	width:960px;
	margin:0;
	margin-top: 20px;
	padding:5px 0 20px 0;
	border-top:1px solid #ECE9E8;
	font-size:10px;
}

/* TAB */

.tab .header
{
	background: #E7E7E7 url(/SiteCollectionImages/tab_link_bg.jpg) repeat-x;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
.tab h1
{
	font-size: 1.2em; /*1.1em;*/;
	font-weight: bold;
	color: #00409B; /* #fff */;
	margin: 0;
}
.tab h2
{
	font-size: 1.0em; /*1.1em;*/;
	font-weight: bold;
	color: #0994CF; /* #fff */
	margin: 0;
}
.tab .header a
{
	color: #fff;
}
.tab .header a:hover
{
	text-decoration: none;
}
.tab .header td
{	
	white-space: nowrap;
}
.tab .header .headeritem .left
{
	background: #cccccc url(/SiteCollectionImages/tab_header_bg.jpg) repeat-x;
	height: 28px;
	width: 8px;
}
.tab .header .headeritem .main
{
	background: #cccccc url(/SiteCollectionImages/tab_header_bg.jpg) repeat-x;
	height: 28px;
}
.tab .header .headeritem .right
{
	background: #cccccc url(/SiteCollectionImages/tab_header_bg.jpg) repeat-x;
	height: 28px;
	width: 8px;
}
.tab .header .currentheaderitem .left
{
	background: #0994CF url(/SiteCollectionImages/tab_header_current_left.jpg) no-repeat;
	width: 8px;
	height: 28px;
}
.tab .header .currentheaderitem .main
{
	background: #0994CF url(/SiteCollectionImages/tab_header_current_body.jpg) repeat-x;
	height: 28px;
}
.tab .header .currentheaderitem .right
{
	background: #0994CF url(/SiteCollectionImages/tab_header_current_right.jpg) no-repeat;
	width: 8px;
	height: 28px;
}
.tab .headerseparator
{
	background: #cccccc url(/SiteCollectionImages/tab_header_bg.jpg) repeat-x;
	width: 10px;
	height: 28px;
}

.tab .linkhover
{
	text-align: right;
}

.tab .link
{
	text-align: right;
}
.tab .link a
{
	font-size: 0.9em;
	font-weight: bold;
	color: #4363AE;
}
.tab .linkhover a
{
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}
.tab .link .left
{
	width: 8px;
}
.tab .link .right
{
	width: 8px;
}
.tab .linkhover .left
{
	background: #00409E url(/SiteCollectionImages/tab_header_current_left.jpg) no-repeat;
	width: 8px;
	height: 28px;
}
.tab .linkhover .main
{
	background: #00409E url(/SiteCollectionImages/tab_header_current_body.jpg) repeat-x;
	height: 28px;
}
.tab .linkhover .right
{
	background: #00409E url(/SiteCollectionImages/tab_header_current_right.jpg) no-repeat;
	width: 8px;
	height: 28px;
}
.tab .headerbodyseparator
{
	background-color: #0994CF;
	height: 3px;
}
.tab .body
{
	background-color: #DCE1DE;
	color: #DCE1DE;
	padding: 10px;
	font-size: 0.9em; /*1.1em;*/;
	font-weight: normal; /* bold */
}

/* PAGE PROPERTIES BOX */

.page_properties
{
	margin: 10px;
	padding: 10px;
	border: 1px #888888 dashed;
	background-color: #f5f5f5;
}

.page_properties a
{
	font-weight: bold;
	color: #888888;
}

.page_properties .body
{
	width: 600px;
	padding: 5px;
}

.page_properties .label
{
	font-weight: bold;
	vertical-align: top;
	width: 200px;
	padding: 5px;
}

.page_properties .header
{
	font-weight: bold;
	border: 1px #888888 dashed;
	background-color: #f37a1f;
	color: #fff;
	padding: 5px;
}

/* NEWS */

.news_date
{
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 3px;
}

.news_title
{
	font-weight: bold;
	color: #F07820;
	margin-bottom: 3px;
}
.news_publisher
{
	font-style: italic;
	color: #f37a1f;	
	margin-bottom: 5px;
}
.news_synopsis
{	
}

.news_item_separator
{
	margin: 0px;
	border-bottom: 1px #40B0C0 solid;
}

/* SITEMAP */

ul.sitemap
{
	margin: 10px;
	padding: 0;
}
ul.sitemap li
{
	list-style: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul.sitemap li a
{
	padding:0 0 0 10px;
	color:#4BC8DC;
	font-weight:bold;
	font-size:11px;
	font-family:tahoma;
	background-image:url(/SiteCollectionImages/more.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/* EVENT LIST */

.eventlist
{
	width: 100%;
}
.eventlist_date
{
	background-color: #eeeeee;	
}
.eventlist_institution
{
	font-style: italic;
	color: #f37a1f;
}
.eventlist_label
{
	font-weight: bold;
	vertical-align: top;
}
.eventlist_body
{
	vertical-align: top;
}

/* EVENT DETAIL */

.eventdetail
{
	width: 100%;
}
.eventdetail_label
{
	font-weight: bold;
	vertical-align: top;
}
.eventdetail_body
{
	vertical-align: top;
}

/* CME EVENT LIST */

.cmelist
{
	
}
.cmelist_header
{
	background-color: #888888;
	font-weight: bold;
	color: #ffffff;
}
.cmelist_body
{
	background-color: #fefefe;
}
.cmelist_body_alt
{
	background-color: #eeeeee;	
}

/* CME EVENT DETAIL */

.cmedetail
{
	width: 100%;
}
.cmedetail_header
{
	background-color: #f37a1f;	
	color: #ffffff;
	font-weight: bold;
}
.cmedetail_label
{
	font-weight: bold;
	vertical-align: top;

}
.cmedetail_body
{
	vertical-align: top;
}
.cmedetail_pointlabel
{
	float: left;
	border: 3px red solid;
	padding: 5px 20px 5px 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	width: 150px;
	color: #000;
}
.cmedetail_pointbody
{
	float: right;
	border: 3px red solid;
	padding: 5px 20px 5px 20px;
	text-align: center;
	margin-bottom: 20px;
	width: 150px;
	font-weight: bold;
	color: #000;
}

/* DOCTOR PROFILE LIST */

.profilelist
{
	width: 610px;
}
.profilelist_item
{
	border: 1px #eeeeee solid;
	padding: 5px;
	width: 100%;
}
.profilelist_header
{
	width: 610px;
	font-weight: bold;
	background-color: #eeeeee;
}
.profilelist_subheader
{
	font-weight: bold;
}
.profilelist_subtitle
{
	font-style: italic;
}
.profilelist_label
{
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
.profilelist_body
{
	vertical-align: top;
}

/* DOCTOR PROFILE DETAIL */

.profiledetail
{
	
}
.profiledetail_title
{
	font-size: 1.2em;
	font-weight: bold;
}
.profiledetail_subtitle
{
	font-style: italic;
}
.profiledetail_header
{
	font-weight: bold;
}
.profiledetail_body
{
	
}
/* CLINICAL SPECIALTIES */

.clinicalspecialties
{
	
}
.clinicalspecialties_title
{
	font-weight: bold;
}
.clinicalspecialties_description
{
	
}
.clinicalspecialties_institution
{
	width: 150px;
	padding: 5px;
	margin: 5px;
}

/*  PAGINATION */

.pagination
{
	width: 610px;
	margin-top: 10px;
}

/* SECTION HEADER BANNER */

h1.sectionbanner 
{
	width:600px;
	height:50px;
	padding:20px 0 0 10px;
	margin:0 0 20px 0;
	background-image:url(/sitecollectionimages/section_banner.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
h1.sectionbanner_clinicalservice
{
	width:600px;
	height:50px;
	padding:20px 0 0 10px;
	margin:0 0 20px 0;
	background-image:url(/sitecollectionimages/section_banner.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
}
h1.sectionbanner_chinese
{
	width: 600px;
	height: 50px;
	padding: 20px 0 0 10px;
	margin: 0 0 20px 0;
	background-image: url(/sitecollectionimages/section_banner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: SimSun;
	font-size: 23px;
}


/* Rad Editor Style */

.radeditor td
{
	font-family: Tahoma, Verdana, Arial;
	/*font-size: 12px;*/
	font-size: 14px;

}


/* new event calendar styles added on 2010-12-23 */

.eventcalendar tr:first-child td
{
	background-color: #d7d7d7 !important;
}

.eventcalendar .header
{	
	border: none !important;
	font-weight: normal;
}

.eventcalendar .title
{
	background-color: #d7d7d7;
}

.eventcalendar td.selectedday
{
	background-color: #d7d7d7 !important;	
}

.eventcalendar td.selectedday a
{
	font-weight: bold !important;
	color: #000000 !important;
}

.eventlist_header
{
	/*background-color: #eeeeee;	*/
	/* joyce updated: */
	background-color: #e1e8eb;	
	padding: 5px 5px 5px 15px;
	height: 22px;
	vertical-align: middle;
}

.eventlist_header_publicevent
{
	background-color: yellow !important;
}

.eventlist_header_professional
{
	background-color: orange !important;	
}

.eventlist_title
{
	font-weight: bold;
	font-style: italic;
}


