﻿
/* GENERAL */

.profiledetail_summary{
	background-color:orange;
}
.profiledetail_title{
			
}
.profiledetail_subtitle{
				
}
.profiledetail_header{

}
.profiledetail_body{
				
}
.profiledetail_photo{
	width:50px;
				
}

body
{
	font-family: Arial, Helvetica, sans-serif;	/*	previously font-family: Tahoma, Verdana, Arial; */
	font-size: 10pt;
	color: #000000;
	padding:0;
	margin:0;
	behavior:url('/Style%20Library/csshover.htc');
}

/*td
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #000000;			
}*/

*/

p
{
	text-align: justify;
}

a
{
	color: #0054a6;				/*#f37a1f,  */
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

/* PAGE SPECIFIC HEADERS */

h1
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #ff6600;

}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;	
	color: #555555;	
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;		
}

h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;		
	color: #007ac2;	
}


.sectionhomepage h1
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 5px 8px;
	font-size: 2.2em;			/* 	font-size: 2em;  */
	color: #F47B20; 		/* 	color: #F47B20;  */
	font-weight: normal;
	margin: 0;
}

.sectionhomepage h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #555555; 		/* color: #4BC8DC, #0A96D1 */
	margin: 0;	
	padding: 0 0 0 8px;
}

.sectionhomepage p,.sectionhomepage td,
{
	font-family: Arial, Helvetica, sans-serif;	/* previously font-family: Tahoma, Verdana, Arial; */
	font-size: 9pt;
	color: #0;
	behavior:url('/Style%20Library/csshover.htc');
}
.contentpage h1
{
	font-size: 1.2em; 
	font-weight: bold; 
	padding: 0px 0 5px 0;
	color: #ff6600;
}

.contentpage h2
{
	font-size: 1.1em;
	font-weight: bold; 
	margin: 0;	
	color: #555555;			/* added Aug 2010 #716F6E*/
}
.contentpage p,.contentpage td,
{
	font-family: Arial, Helvetica, sans-serif;  /* previously font-family: Tahoma, Verdana, Arial; */
	font-size: 1em;     	/* font-size: 9pt; */
	color: #000000;			/* added Aug 2010, previously #0 */
	behavior:url('/Style%20Library/csshover.htc');
}


/* SPECIFIC ELEMENTS */

a.more 
{
	padding:0 0 0 10px;
	color:#0A96D1;			/* color:#4BC8DC; */
	font-weight:bold;
	font-size:10px;
	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 #81D8E7;
	width: 160px;
	height: 17px;
}

/* TOP NAVIGATION */

.topnavi
{
	float:left;
	width:940px;
	height:24px;
	padding:0 10px;
	margin:0;
	background-image:url('/SiteCollectionImages/topNavBg.gif'); /*previously url(/SiteCollectionImages/topnavi.gif) */
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom: 15px;
	font-family: Tahoma, Verdana, Arial;	/* added Aug 2010 */
	z-index:50; /*sisczl - 18022011 - fix home page images */
	position:relative;
	
}

.topnavi ul 
{
	margin:0;
	padding:0;
	}

.topnavi ul li 
{
	float:left;
	padding:0;
	margin:0 10px 0 0;
	list-style:none;
	}

.topnavi ul li.last 
{
	margin:0;
	}

.topnavi ul li:hover 
{
	position:relative;
	}

.topnavi ul li ul 
{
	display:none;
	}

.topnavi ul li:hover ul 
{
	position:absolute;
	display:block;
	top:24px;
	left:0;
	
}

.topnavi ul li:hover ul li 
{
	clear:both;
	width:150px;					/* 135px to 150px */
	overflow: hidden;
	padding:5px;					/* spacing within the drop-down menu, previously 7px */
	background-color:#716f6e;		/* #A6A6A6, #716f6e */
	}

.topnavi ul li:hover ul li:hover 
{
	background-color:#363636;		/* 85% grey, previously #C3C3C3 */
	}

.topnavi ul li:hover ul li a 
{
	font-weight:normal;				/* bold */
	color:#FFFFFF;					/* #ECECEC */
	}

.topnavi ul li:hover ul li a:hover  
{
	color:#f4aa20; /* #E8E8E8 */
	}

/* SITE NAVIGATION */

.sidenavi {
	padding:0;
	margin: 0;
	width:140px;
	overflow: hidden;
	text-align: left;
	font-family: Tahoma, Verdana, Arial;	/* added Aug 2010 */
	}

.sidenavi h1 {
	font-size:12px;
	padding:0 0 5px 0;
	color: #FF6600;			/* side navi header eg Home previously #f37a1f*/
}

.sidenavi ul{
	margin:0;
	padding:0;
}

.sidenavi li {
	list-style:none;
	font-weight:normal; /*bold*/
	margin: 5px 0 5px 14px;
	text-indent: -14px;
}

.sidenavi li ul {
	margin:5px 0 0 0;
	padding:0;
	list-style-position:outside;
	font-size: 0.8em;		/* Navi 3rd level eg Clinical Specialties, updated 5 Aug 2010*/
	font-weight:bold;
}

.sidenavi li ul li {
	list-style:none;
	list-style-image:none;
	border-bottom:1px solid #BCEAF2;
	padding:5px 0;
	width: 120px;
	margin-left: 0px;
	text-indent: 0px;
}

.sidenavi li ul li.selected {
	list-style-image:none;
}

.sidenavi li a {
	color:#716f6e;		/* side navi font color - previously #4BB4DC , #716f6e*/
	font-size:1em;		/* Navi 1st level */
}

.sidenavi li.selected a {
	color:#FF6600;		/* Navi 2nd level eg Patient Care previously #F47B20*/
}

.sidenavi li.selected li a {
	color:#716f6e;		/* side navi font color - previously #4BB4DC*/
}

.sidenavi li.selected li.selected a {
	color:#4BB4DC;      /*  previously #9C9A9A*/

}

/* BREADCRUMB */

.breadcrumb 
{
	width:100%;
	margin:0;
	padding:0 0 5px 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;
	padding:0;
	margin:0;
	font-size:10px;
	padding-top: 15px;
}

.footer h1
{
	font-family: Tahoma, Verdana, Arial;
	font-size:10px;
	color:#AFAEAD;
	font-weight:bold;
}

.footer h2
{
	font-size:10px;
	color:#818181;
}

.footer a
{
	font-weight:bold;
}

.footer #facilities
{
	float:left;
	width:960px;
	margin:0;
	padding:5px 0 40px 0;
	border-top:1px solid #ECE9E8;
	background-color:#fff;
}

.footer #hospitals
{
	float:left;
	padding:0 10px 0 0;
	margin:0;
	width:310px;
}

.footer #centres
{
	float:left;
	padding:0 10px 0 0;
	margin:0;
	width:520px;
}

.footer #primary
{
	float:left;
	padding:0;
	margin:0;
	width:110px;
}

.footer #awards
{
	float:left;
	width:960px;
	margin:0;
	padding:5px 0 0 0;
	border-top:1px solid #ECE9E8;
}

.footer #partners
{
	float:right;
	padding:0;
	margin:0 0 0 180px;
	width:335px;
}

.footer #partners img
{
	padding:0 10px 0 0;
}

.footer .jci
{
	float:left;
	padding:0;
	margin:0;
	width:90px;
}

.footer #accreditation
{
	float:left;
	padding:0 0 0 5px;
	margin:0;
	width:255px;
	background-position:right;
	background-repeat:no-repeat;
	background-position:left center;
}

.footer #accreditation ul
{
	margin-left:0;
	padding:0;
}

.footer #accreditation ul li
{
	margin-left:25px;
}

.footer #copyrights
{
	float:left;
	width:960px;
	margin:0;
	padding:5px 0 0 0;
	border-top:1px solid #ECE9E8;
}

.footer #copyrights .left
{
	 float: left;
}

.footer #copyrights .right
{
	float: right;
}

/* TAB */

.tab .header
{
	background: #E7E7E7 url('/SiteCollectionImages/tab_link_bg.jpg') repeat-x;
	color: #fff;
	font-size: 0.8em;	/* font-size: 0.9em; */
	font-weight: bold;
}
.tab h1
{
	font-size: 1.1em;	/* font-size: 1.1em; */
	font-weight: bold;
	color: #666666;		/*fff*/
	margin: 0;
}
.tab .header a
{
	color: #666666;		/*716f6e*/
}
.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 .link, .tab .linkhover
{
	text-align: right;
}
.tab .link a
{
	font-size: 0.9em;
	font-weight: bold;
	color: #0A96D1;
}
.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: #0994CF url('/SiteCollectionImages/tab_header_current_left.jpg') no-repeat;
	width: 8px;
	height: 28px;
}
.tab .linkhover .main
{
	background: #0994CF url('/SiteCollectionImages/tab_header_current_body.jpg'') repeat-x;
	height: 28px;
}
.tab .linkhover .right
{
	background: #0994CF url('/SiteCollectionImages/tab_header_current_right.jpg') no-repeat;
	width: 8px;
	height: 28px;
}
.tab .headerbodyseparator
{
	background-color: #0994CF;
	height: 3px;
}
.tab .body
{
                background-image: url('/SiteCollectionImages/gradient.jpg');
                background-repeat: repeat-x;
                background-color: #E8E8E8;
				border-width:1px;
				border-color: #cbcbcb;
				border-style:solid;
				color: #716f6e;  /*Font color*/
	/*background-color: #92BB00;*/
	/*color: #fff;*/
	padding: 10px;
	font-size: 1.0em;		/* font-size: 1.1em; */
	/*font-weight: bold;*/
}

.tab .body a
{
/*	color: #fff;*/
}





/* 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;
	font-size: 1.15em; /*added on 4 Nov 09*/
}
.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: #e1e8eb;	
	padding: 5px 5px 5px 15px;
}

.eventlist_date_professionals
{
	background-color: #bcdbe9;	
	padding: 5px 5px 5px 15px;
}

.eventlist_institution
{
	font-style: italic;
	color: #f37a1f;
/*	font-style: italic;
	color: #000000;
	font-weight: bold;  */			/* FOR EVENT PART 2 */
}
.eventlist_label
{
	font-weight: bold;
	vertical-align: top;
}
.eventlist_body
{
	vertical-align: top;
}

.eventsearch_date
{
	background-color: #d7d7d7;	
}

.eventsearch_date_highlight
{
	background-color: #d7d7d7;	
	font-weight: bold;
}

a.RegisterNow 
{
	padding:0 0 0 10px;
	color:#0054a6;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;
	text-transform:uppercase;
}


/* 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;

/*
    for Events Part 2
	background-color: #e1e8eb;	888888
	font-weight: bold;			
	color: #000000;				ffffff
	border: 1px #ffffff solid; 
	*/	
}
.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 */

/* All Views (Normal, Group By Sub-Specialty, Staff Listing) */
.profilelist
{
	width: 610px;
}

/* Normal View */
.profilelist_item tbody tr td img /* added 2011-02-24 */
{
padding-right: 25px;
}


.profilelist_item
{
	border: 1px #eeeeee solid;
	padding: 5px;
	width: 100%;
}

/* Group By Sub-Speciality View */
.profilelist_groupbysubspecialty /* added 2010-10-06 */
{
	border-spacing: 0;
	border-collapse: collapse;
}
.profilelist_groupbysubspecialty tbody tr td img /* added 2011-02-24 */
{
padding-right: 50px;
}


/* Staff Listing View */
.profilelist_stafflisting /* added 2010-10-06 */
{
	border-spacing: 0;
	border-collapse: collapse;
}
.profilelist_stafflisting tbody tr td img /* added 2010-10-06 */
{
padding-right: 50px;
}


/* Shared by Staff Listing View  and Group By Sub-Speciality View */
.profilelist_topheader /* added 2010-10-06 */
{
	/*
	width: 610px;
	font-weight: bold;
	background-color: #dbf990;
	padding: 5px;
	border-top: 1px #888888 solid;	
	*/
}

.profilelist_header	/* updated 2010-10-06 */
{
	width: 610px;
	font-weight: bold;
	/*	background-color: #eeeeee; #FF6600*/
	background-color: #D7D7D7; 
	padding: 2px;
	/*border-top: 1px #888888 solid;	
	border-bottom: 1px #888888 solid;	*/
}
.profilelist_subheader
{
	font-weight: bold;
	/*color: black;*/	/* added 2010-10-06 */
}
.profilelist_title /* added 2010-10-06 */
{	
	font-weight: bold;
	line-height:200%;
}

.profilelist_subtitle
{
	font-style: italic;
	padding-bottom:3px;
}
.profilelist_label
{
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
.profilelist_body
{
	vertical-align: top;
}

.profilelist_separator /* added 2010-10-06 */
{
	color: #eeeeee;	
}

/* sisczl - 25022011 - CSS Backup */
/*.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;
}

.eventlist_label
{
font-weight: bold;
vertical-align: top;
width: 80px;
} 

/* Rad Editor Style */

.radeditor td
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}


/* Homepage - Latest News & Highlights section */

#highlights {
	padding:0 5px 0 5px;
	margin:0;
	width:265px;
	color:#0054a6;
	font-size:0.9em;  
	font-weight:normal;
}

#highlights ul {
	margin:0;
	padding:0;
	list-style:none;
}

#highlights ul li {
	background-image:url('/SiteCollectionImages/more.gif');
	background-repeat:no-repeat;
	background-position:left 20%;
	margin:10px 5px 5px 5px;
	padding-left:15px;
	text-align:justify;
	line-height:15px;
}

#highlights a {
	color:#0054a6;
	}

#highlights a:hover {
	color:#0054a6;
	text-decoration: underline;
}


#containerA {
	margin:0 auto;
	padding:0 0 30px 0;
	width:960px;
}


/*  Overseas Enquiry Form */

#Request h2					/*  style for "I would like to" */
{							/*  H2 style follow the main site */
	font-size: 1.1em;
	font-weight: bold; 
	margin: 0;	
	color: #555555;
}

#Particulars  {
	background-color:#e1e8eb;
	border-color:#e1e8eb;
}


#Particulars td {
	background-color:#e1e8eb;
}

#Particulars h2 {
	font-size: 1.1em;
	font-weight: bold; 
	margin: 0;	
	color: #555555;
}

.notefont {
	padding:0 0 0 10px;
	font-size: 0.8em; 
	font-weight: bold; 
	margin: 0;
	color: #716f6e;
}

.mandatory {
	color: #ff0000;
}

#item_separator
{
	margin: 0px;
	border-top: 1px #40B0C0 solid;
}



/*  slider container(s) */
#container-box {
	position:relative; width:220px; height:200px; background-image:url('/SiteCollectionImages/slideshow_images/slideshow_bg.gif'); background-repeat:no-repeat;
}
#container, #container2, #container3 { position: absolute; top:0; left: 0; width: 220px; height: 175px; overflow: hidden;  padding:0; margin:0; display:block;}

.item { display: block; width: 200px; height: 150px;}
.item h3 { font-size: 12px; margin:20px 10px 0 20px; }
.item p { font-size: 10px; padding: 10px 10px 0 20px;}


/* controls styling */
#controls1, #controls2, #controls3 { display: block; width: 220px; height:25px;padding:0; margin:0;position:absolute; bottom:0; left:0;}
#controls1 {
}
.prev_btn, .next_btn { width: 25px; height: 17px; position:absolute;}
.prev_btn { /*float: left;*/  background-image:url('/SiteCollectionImages/slideshow_images/previous.gif'); left:25px; bottom:5px;}
.next_btn { /*float: right;*/  background-image:url('/SiteCollectionImages/slideshow_images/next.gif'); right:25px; bottom:5px;}

.play_btn {
	position:absolute;
	width: 25px; height: 17px;
	left:98px; bottom:5px;
 }

.num_nav { text-align: center;}
.num_nav ul li { display:none; margin: 0 2px; }
.num_nav ul li a { padding: 2px 3px; color:#AF4B32; border: 1px solid #80301D; background-color:#513328; }
.num_nav ul li a.active, .num_nav ul li a:hover { border-color: #fff; background-color:#80301D; }

/* new event calendar styles added on 2010-12-23 */

/* Event Calendar */

.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: #e1e8eb !important;
}

.eventlist_header_professional
{
	background-color: #bcdbe9 !important;	
}

.eventlist_title
{
	font-weight: bold;
	font-style: italic;
}

.event_registerlink
{
	padding:0;
	color:#117CC3;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;
	text-transform:uppercase;
}


/* sisczl - 18022011 - CR for SH Homepage template */

/* SEARCH BOX */
.search .textboxgray
{
	border: 2px solid #c0c0c0;
	width: 160px;
	height: 17px;
}

/* FOOTER */

.footer #partners2
{
	float:left;
	padding:0 0 0 5px;
	margin:0 0 0 20px;
	width:335px;
}

.footer #partners2 img
{
	padding:0 10px 0 0;
}

.footer #accreditation2
{
	float:right;
	padding:0 0 0 5px;
	margin:0;
	/*width:255px;*/
	width:100px;
	background-position:right;
	background-repeat:no-repeat;
	/*background-position:left center;*/
}
.footer #accreditation2 img
{
	padding:0 10px 0 0;
}

.footer #accreditation2 ul
{
	margin-left:0;
	padding:0;
}

.footer #accreditation2 ul li
{
	margin-left:25px;
}

.footer #academic
{
	float:left;
	padding:0 0 0 5px;
	margin:0;
	width:200px;
	background-position:left;
	background-repeat:no-repeat;
	/*background-position:left left;*/
}

.footer #academicul
{
	margin-left:0;
	padding:0;
}

.footer #academicul li
{
	/*margin-left:25px;*/
}

/* sisbkv */

/* END: sisczl - 18022011 - CR for SH Homepage template */

/* sisczl - 02032011 - CR for SH Homepage template (Back to top link feature) */
#backToTop 
{
	width:100%;
	float:left;
	text-align:right;
	font-size:1em;
	margin: 1.5em 0
}
#backToTop a
{
padding-left:13px;
background-image:url("/SiteCollectionImages/ico_back_to_top.png");
background-repeat:no-repeat
}

/* END:sisczl - 02032011 - CR for SH Homepage template */

